Jannat Patel
cd2f2df303
fix: controls loading for discussions ( #22037 )
2023-08-14 10:21:09 +05:30
Ankush Menat
a3c7358f66
fix: check permission on autorepeat
2023-08-13 18:27:34 +05:30
Ankush Menat
4d5a945861
refactor: reduce duplication in unsafe attr checks ( #22033 )
2023-08-13 18:23:41 +05:30
Ankush Menat
74d78dafce
chore: dont render query as reqd/bold
...
[skip ci]
2023-08-13 17:20:58 +05:30
Ankush Menat
ce1355dab8
fix: block format attributes ( #22028 )
2023-08-12 22:12:30 +05:30
Ankush Menat
16aa414fda
fix: flush telemetry before ending background job
2023-08-12 12:13:59 +05:30
Ankush Menat
19d33a9a88
fix: fair-er scheduling for multitenant deploys ( #22022 )
2023-08-12 10:55:35 +05:30
Raffael Meyer
b87de97edf
Merge pull request #21807 from barredterra/form-timeline-sidebar
...
fix: translatable messages in sidebar and timeline
2023-08-11 22:57:05 +02:00
Ankush Menat
cbe816347e
Merge pull request #22017 from GursheenK/implement-like-in-compare-util
...
feat: implement like in compare util
2023-08-11 22:16:12 +05:30
Ankush Menat
7a5a0c27a2
fix: Support SQL like LIKE filter
...
Other changes:
- Ignore empty doctype in filter creator
- Simplified recorder filter evals
2023-08-11 21:24:38 +05:30
Ankush Menat
8a81ac265e
chore: change telemetry code order
2023-08-11 17:18:19 +05:30
Suraj Shetty
2111f3fa02
Merge pull request #22014 from surajshetty3416/fix-auto-email-report
2023-08-11 16:20:54 +05:30
Gursheen Anand
9ad5f662c6
refactor: remove operator check for like in recorder
2023-08-11 15:38:57 +05:30
Gursheen Anand
b019a1163c
feat: implement like & not like in compare util
2023-08-11 15:34:07 +05:30
Suraj Shetty
f0bf3664e1
Merge branch 'develop' into fix-auto-email-report
2023-08-11 14:45:30 +05:30
Gursheen Kaur Anand
f3f141c444
chore: use template string for html ( #22011 )
2023-08-11 12:42:57 +05:30
Suraj Shetty
15bbe03d43
fix: Support dynamic filter for Reports w/o js config
2023-08-11 12:38:41 +05:30
Ankush Menat
a1f3114305
fix: sanitize frappe._dicts too in TB sanitizer ( #22012 )
2023-08-11 12:25:40 +05:30
mergify[bot]
fd10ab25cc
Merge pull request #22003 from gavindsouza/refactor-doc-bits
...
refactor: Use single query to delete child rows on doc.save
2023-08-11 06:45:07 +00:00
Ankush Menat
02e1311b3a
build: pin typing_extensions to major version
2023-08-11 11:54:09 +05:30
Gavin D'souza
84f134a683
fix: Add "better" typing hints
2023-08-11 11:45:47 +05:30
Gavin D'souza
28e657b603
fix: Check if fieldtype in set rather than str comparison
2023-08-11 11:45:42 +05:30
Nihantra C. Patel
518b31bde0
fix: Dashboard shortcuts - Tree view missing ( #22008 )
2023-08-11 08:46:18 +05:30
Ankush Menat
b2cc015f23
Merge pull request #21908 from GursheenK/virtual-doc-for-frappe-recorder
...
feat: virtual doctype for frappe recorder
2023-08-10 21:48:52 +05:30
Gursheen Anand
67111346c3
test: recorder filter sort and serialization
2023-08-10 20:50:36 +05:30
Ankush Menat
95ba67cd1f
chore: typo
2023-08-10 17:37:30 +05:30
Ankush Menat
074bed9ad6
fix: delete imported recorder file after import
2023-08-10 12:58:01 +05:30
Ankush Menat
5a7348668a
Merge branch 'develop' into virtual-doc-for-frappe-recorder
2023-08-10 12:57:16 +05:30
Ankush Menat
40c5dc5426
refactor: flatten file argument in function call
2023-08-10 12:56:40 +05:30
Ankush Menat
8ffd363ccf
fix: missing order by clause and tests
2023-08-10 12:40:23 +05:30
Ankush Menat
de932b464f
refactor: delete old recorder and rename new one
2023-08-10 12:23:41 +05:30
Gavin D'souza
5554707148
refactor: Use single query to delete child rows
2023-08-10 06:29:18 +00:00
Ankush Menat
94ee52c11b
fix: if request is deleted then 404
2023-08-10 11:54:00 +05:30
Ankush Menat
56edc2a202
chore: hide comment count
2023-08-10 11:52:42 +05:30
Ankush Menat
92b1b99452
fix: include creation/modified timestamp
2023-08-10 11:52:42 +05:30
Ankush Menat
037f58239f
refactor: code cleanup and fix filters
...
- rename recorder.get
- move unused methods below
- fix "like" filter
- move filters out to separate function
- revert doctype change
2023-08-10 11:52:34 +05:30
Ankush Menat
f7a62bc6dd
fix: Add all HTTP methods
2023-08-10 11:04:30 +05:30
Ankush Menat
3bda258784
fix: fast primary button switching
2023-08-10 10:53:58 +05:30
Ankush Menat
bc3946002d
fix(DX): enable realtime refresh on recorder listview
2023-08-10 10:36:41 +05:30
gavin
453690ecc0
fix(types): Exporter unconditionally marks fields as Nullable ( #21997 )
...
* fix(types): Exporter unconditionally marks fields as Nullable
* fix: correct fieldtype names
* fix: table multi-select type annotations
---------
Co-authored-by: Ankush Menat <ankush@frappe.io>
2023-08-10 10:18:10 +05:30
Ankush Menat
58568115a9
Merge pull request #21955 from barredterra/refactor-with-sourcery
...
refactor: run sourcery on all files
2023-08-10 10:11:20 +05:30
Ankush Menat
94e522185d
fix: configurable rename job queue ( #21996 )
...
This is useful for doctypes like company where very large number of
documents will be affected on a large DB.
original change:
fix: move rename enqueue action to long queue
When trying to rename company the job constantly fails.
possibly alternate fix to https://github.com/frappe/frappe/pull/21995
Job timed out because of 300 seconds timeout, no amount of optimization
will fix this because it's rewriting practically every row in
transactions.
2023-08-10 10:02:16 +05:30
Ankush Menat
b9993a303b
Merge pull request #21898 from frappe/mergify/bp/develop/pr-21722
...
fix: allow connections with both internal and external links in dashboard (backport #21722 )
2023-08-09 19:47:23 +05:30
anandbaburajan
6ddc3654c6
chore: add test prefix before test doctypes
2023-08-09 17:19:02 +05:30
anandbaburajan
fde516b06f
chore: use new_doctype for creating test doctypes
2023-08-09 16:57:32 +05:30
barredterra
88c8baa9ee
refactor: for append to extend, merge list extend
...
Replace a for append loop with list extend.
Create the list with values instead of creating
an empty list and extending it with another list.
2023-08-09 13:25:39 +02:00
Ankush Menat
4a476217f2
Merge pull request #21971 from frappe/fix-perm-query-help
...
fix(ServerScript): use f-string in permission query help html
2023-08-09 16:12:24 +05:30
Suraj Shetty
c0f9e8d54f
fix: ignore_user_type can be applied by System User ( #21990 )
2023-08-09 16:08:14 +05:30
Ankush Menat
04285812a7
Merge pull request #21985 from viralkansodiya/customhtmlblock
...
fix: Error while selection of custom block on workspace and dashboard
2023-08-09 15:28:34 +05:30
Ankush Menat
c34130fa4f
Merge pull request #21987 from ankush/disable_activity_log_loging
...
fix: disable activity log global search
2023-08-09 15:19:32 +05:30