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
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
Ankush Menat
20c2ce8d29
fix: disable activity log global search
...
has millions of record that don't need to be searched
"globally"
[skip ci]
2023-08-09 15:18:50 +05:30
Ankush Menat
d35b4b3280
Merge pull request #21980 from ankush/lower_search_limit
...
perf: lower limit for global search
2023-08-09 13:46:21 +05:30
Ankush Menat
4d19863dfa
perf: lower limit for global search
2023-08-09 13:45:46 +05:30
ViralKansodiya
b4674ee0d1
Error during selection of Custom Html Block on workspace and during selection of Custom Html Block on DashBoard due to wrong syntext
2023-08-09 13:29:45 +05:30
Shariq Ansari
bc1d2bd20b
Merge pull request #21537 from vorasmit/support-timespan
2023-08-08 23:45:33 +05:30
Ankush Menat
f818616b03
Merge pull request #21977 from eltociear/eltociear-patch-1
...
chore: fix typo in README.md
2023-08-08 21:53:13 +05:30
barredterra
b553ed98d8
refactor: inline immediately returned variable
...
Inline a variable to a return in the case when the
variable being declared is immediately returned
2023-08-08 18:09:49 +02:00
Ikko Eltociear Ashimine
395511f18d
chore: fix typo in README.md
...
installlation -> installation
2023-08-09 01:06:47 +09:00
Gursheen Anand
1dd07d8256
test: crud with virtual child table
2023-08-08 16:22:59 +05:30
Gursheen Anand
e484a578d0
test: allow parent and child docs of same type
2023-08-08 16:21:01 +05:30
Hussain Nagaria
60d20b4d22
fix(ServerScript): use f-string in permission query help html
2023-08-08 15:02:36 +05:30
Smit Vora
b10a049ada
fix: update time_series on refresh, but not for custom chart_type
2023-08-08 13:56:06 +05:30
Ankush Menat
59e1db7bb5
fix: barcode scanner library path
2023-08-08 12:57:44 +05:30
Ankush Menat
9b52718afc
Merge pull request #21895 from cogk/fix-clear-bootinfo-cache-on-workspace-creation
...
fix(Workspace): Clear bootinfo cache when creating a new workspace
2023-08-08 12:37:35 +05:30
Ankush Menat
76c69249ff
Merge pull request #21903 from barredterra/print-report-filters
...
feat(Report Builder): print all filters
2023-08-08 11:08:32 +05:30
Raffael Meyer
c3aaab3447
fix(Web Form): translation of forwarding message ( #21948 )
2023-08-08 11:05:42 +05:30
Ernesto Ruiz
f6171008f6
chore: Translate repeat frecuency on sidebar ( #21956 )
...
[skip ci]
2023-08-08 09:48:39 +05:30
Shariq Ansari
eebbcd02b5
Merge pull request #21846 from RitvikSardana/develop-ritvik-better-set-password-page
2023-08-07 20:49:39 +05:30
Shariq Ansari
6ed6a3f762
chore: minor fix
2023-08-07 20:47:58 +05:30
Jannat Patel
49a9f53d24
feat: text editor and mentions for discussions ( #21886 )
2023-08-07 20:23:53 +05:30
Gursheen Anand
03637066b0
fix: filter and sort list view
2023-08-07 18:26:48 +05:30
Gursheen Anand
b33ac8e74c
fix: show idx for stack trace
2023-08-07 18:25:20 +05:30
Ankush Menat
f6326b6145
fix: check before deleting prepared report ( #21950 )
2023-08-07 14:00:34 +05:30
Sagar Vora
b385fae2dc
test: use unique IP to prevent future conflict with other tests
2023-08-07 13:49:52 +05:30