mergify[bot]
cb4d825c56
fix: delete custom tables when doctype is deleted ( #18433 ) ( #18471 )
* fix: delete custom tables when doctype is deleted
(cherry picked from commit 20593f155d
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
vor 2 Jahren
mergify[bot]
7cfe2d2f59
feat: db storage usage report ( #18464 ) ( #18467 )
Basic report to check storage usage by each table.
Note: This is not 100% accurate and will never be 100% accurate but gives rough indication of which table is consuming how much storage.
`no-docs`
[skip ci]
(cherry picked from commit abaa830bbc
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
vor 2 Jahren
Ritwik Puri
586806dd9a
Merge pull request #18466 from frappe/mergify/bp/version-14-hotfix/pr-18431
fix: consider now datetime if the default value is now for datetime field (backport #18431 )
vor 2 Jahren
phot0n
a190830281
fix(minor): consider lowercase value for comparision in set_formatted_input for datetime field
(cherry picked from commit 71bb5e835d
)
vor 2 Jahren
phot0n
b42013c539
fix: consider now datetime if the default value is now for datetime field
(cherry picked from commit 5bbb9b42e1
)
vor 2 Jahren
mergify[bot]
5c0bb7ec78
feat: configurable default views ( #18409 ) ( #18434 )
Co-authored-by: hrwx <himanshuwarekar@yahoo.com>
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
Co-authored-by: Ankush Menat <ankush@frappe.io>
(cherry picked from commit b0c1e400ea
)
Co-authored-by: Shariq Ansari <30859809+shariquerik@users.noreply.github.com>
vor 2 Jahren
Ankush Menat
41ab732739
Merge pull request #18455 from frappe/mergify/bp/version-14-hotfix/pr-18453
fix: dont `db_set` on unsaved document (backport #18453 )
vor 2 Jahren
mergify[bot]
871415a45f
fix: google calendar sync times (system tz) ( #18458 ) ( #18459 )
* fix: google calendar sync times (system tz)
* added line breaks to excessively long bit
* (chore) linter appeasement
* chore: linting
[skip ci]
(cherry picked from commit 3676188083
)
Co-authored-by: PeterG <this-gavagai@users.noreply.github.com>
vor 2 Jahren
Ankush Menat
a5ad248802
test: db_set does not query for new doc
vor 2 Jahren
Ankush Menat
798206c3b3
fix: dont db_set on unsaved document
(cherry picked from commit 1bd61d5c25
)
vor 2 Jahren
Ankush Menat
b79b2d39a6
Merge pull request #18451 from frappe/mergify/bp/version-14-hotfix/pr-18443
fix(frappe.client): delete child doc via parent (backport #18443 )
vor 2 Jahren
Faris Ansari
c339c0c0ff
test(client.delete): test for child doc delete
(cherry picked from commit 2b859990d2
)
vor 2 Jahren
Faris Ansari
0dcf5e6a54
fix: raise error if child doc not found
(cherry picked from commit 8acbc38670
)
vor 2 Jahren
Faris Ansari
8806eae1b2
fix(frappe.client): delete child doc via parent
so that parent's on_update is called
no change for deletion of normal doctype
(cherry picked from commit 55bc60433f
)
vor 2 Jahren
Shariq Ansari
a4b88f2110
Merge pull request #18447 from frappe/mergify/bp/version-14-hotfix/pr-18425
vor 2 Jahren
Maharshi Patel
c85fb2d17b
fix(UI): consider 2px border at grid end
(cherry picked from commit 6b1c825741
)
vor 2 Jahren
Shariq Ansari
f3ad63abf4
fix(UI): lesser margin if cell is focused
(cherry picked from commit 98e1813de1
)
vor 2 Jahren
Maharshi Patel
1ab1ac2a98
chore(DX): camelCase to snake_case & separate functions.
(cherry picked from commit 57aad87166
)
vor 2 Jahren
Maharshi Patel
ec0912355e
fix(UI): child table custom horizontal scroll
(cherry picked from commit 60d6cb1040
)
vor 2 Jahren
mergify[bot]
a5db2269b5
build(deps): bump restricted python ( #18435 ) ( #18439 )
has better support for 3.10
https://github.com/zopefoundation/RestrictedPython/pull/215/files
(cherry picked from commit 38686d44fb
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
vor 2 Jahren
mergify[bot]
5d3e97a7b6
fix: Show error page even when routing fails ( #18437 ) ( #18438 )
(cherry picked from commit cc72dc47ab
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
vor 2 Jahren
mergify[bot]
a2ba0aac19
fix: add flags to set_permission for docshares ( #18416 ) ( #18429 )
* add flags to set_permission for docshares
* refactor: don't expose flags to client side
* fix add_docshare
* style: black formatting
[skip ci]
Co-authored-by: Leonard Goertz <leonard.goertz@noventive.com>
Co-authored-by: Ankush Menat <ankush@frappe.io>
(cherry picked from commit cfbab92249
)
Co-authored-by: Leonard Goertz <49870752+uepselon@users.noreply.github.com>
vor 2 Jahren
mergify[bot]
c47de0dcdc
fix(dx): resolve_class ( #18417 ) ( #18421 )
* fix(resolve_class): ignore False values
* fix: allow multiple arguments
* fix: remove unnecessary condition
* test: resolve_class
(cherry picked from commit 4f650854b8
)
Co-authored-by: Faris Ansari <netchampfaris@users.noreply.github.com>
vor 2 Jahren
mergify[bot]
63e3c61a46
fix: Notifications. Get Alerts for Today button #18423 ( #18428 )
(cherry picked from commit 94398aab0e
)
Co-authored-by: avc <94137451+git-avc@users.noreply.github.com>
vor 2 Jahren
mergify[bot]
f833e5d52a
fix: reshuffle __newname field to accommodate under 1st Tab Break ( #18406 ) ( #18427 )
* fix: reshuffle __newname field to accommodate under 1st Tab Break
* fix: handle empty condition
(cherry picked from commit 35995f0153
)
Co-authored-by: Saurabh <saurabh6790@gmail.com>
vor 2 Jahren
Rohan
c73e2e2219
feat: allow syncing new fields in Doctype Layout ( #18408 )
* feat: allow syncing new fields in Doctype Layout
* fix: handle new layout syncs differently
* fix: ux improvements on doctype layout
* fix: append custom layout JS to existing doctype JS
* style: linter
[skip ci]
Co-authored-by: Ankush Menat <ankush@frappe.io>
vor 2 Jahren
Shariq Ansari
9e9203b497
Merge pull request #18412 from frappe/mergify/bp/version-14-hotfix/pr-18400
vor 2 Jahren
Shariq Ansari
cb866f921e
fix(UI): Child table responsive
(cherry picked from commit 9280a41e27
)
vor 2 Jahren
Ankush Menat
19a394e99f
test: drop/fix flaky tests
vor 2 Jahren
mergify[bot]
6848ee9c57
fix: explicitly set doctype in queries ( #18403 ) ( #18405 )
(cherry picked from commit 2f358dea03
)
Co-authored-by: Dany Robert <danyrt@wahni.com>
vor 2 Jahren
Ankush Menat
031c1321e8
Merge pull request #18399 from frappe/jinja_escape
fix: correct import for markupsafe.escape
vor 2 Jahren
Ankush Menat
c2f1c5744b
fix: correct import for markupsafe.escape
ref: https://github.com/pallets/jinja/issues/1626
vor 2 Jahren
mergify[bot]
73758d7883
feat: search in translated title, if we show title ( #17828 ) ( #18395 )
* refactor: use meta.translated_doctype
* refactor: get_title_field_query
* feat: search in title, if we show title
* refactor: build_for_autosuggest
* style: black
* fix: don't order translated doctypes by untranslated relevance
* feat: match all fields for translated doctypes
* feat: translate all fields in description, remove redundant title
* refactor: title in link
* fix: show name in description for title links
(cherry picked from commit 3d17e1589e
)
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
vor 2 Jahren
mergify[bot]
7c9ee6d4a7
fix: google calendar sync times ( #18384 ) ( #18394 )
(cherry picked from commit 77ae997b14
)
Co-authored-by: PeterG <this-gavagai@users.noreply.github.com>
vor 2 Jahren
mergify[bot]
e0d6d0b7b1
fix: progress bar not disappearing ( #18375 ) ( #18392 )
* fix: progress bar not disappearing
* style: format
[skip ci]
Co-authored-by: Ankush Menat <ankush@frappe.io>
(cherry picked from commit 729be707cb
)
Co-authored-by: stephen <stephenBDT@users.noreply.github.com>
vor 2 Jahren
mergify[bot]
a0f92537c5
refactor: load balanced parallel tests without orchestrator ( #18386 ) ( #18390 )
* feat: dry run in test runner for debuggin
* refactor: load balance TestRunner using # of tests
(cherry picked from commit cfee53d573
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
vor 2 Jahren
Shariq Ansari
c219f2a5dc
Merge pull request #18388 from frappe/mergify/bp/version-14-hotfix/pr-18380
vor 2 Jahren
Shariq Ansari
5eb803ca95
fix: format currency value as float while grid upload
(cherry picked from commit 95f23b3adb
)
vor 2 Jahren
mergify[bot]
23caa1f93b
perf: Perform `db.set_value` with single query only (backport #18305 ) ( #18349 )
* perf: single query `db.set_value`
(cherry picked from commit cee2b50461
)
* fix: better cache validation
- Only delete a single doc if we know which doc changed
- Drop all docs other wise (kinda bad, but this isn't used frequently,
will fix when visiting entire caching system again)
(cherry picked from commit bfa6a5fbdf
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
vor 2 Jahren
Ankush Menat
702e8674f9
refactor: use file api to read import data ( #18379 )
* refactor: use file api for reading data in import
* fix: remove unused import
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
Co-authored-by: Faris Ansari <netchampfaris@users.noreply.github.com>
Co-authored-by: Raffael Meyer <14891507+barredterra@users.noreply.github.com>
vor 2 Jahren
mergify[bot]
f52a8c52dc
build(deps): bump oauthlib ( #18377 )
CVE-2022-36087 - https://github.com/advisories/GHSA-3pgj-pg6c-r5p7
(cherry picked from commit 29d423ef18
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
vor 2 Jahren
Ankush Menat
5e2ac2c745
fix: trigger release
semantic bot needs fix/feat
vor 2 Jahren
Shariq Ansari
96e8912d0d
Merge pull request #18368 from frappe/mergify/bp/version-14-hotfix/pr-18315
vor 2 Jahren
Shariq Ansari
83d49d184c
fix: responsive
(cherry picked from commit 16fb96f6bd
)
vor 2 Jahren
Shadrak Gurupnor
efb29e20db
chore: reduce margin to occupy more items
(cherry picked from commit 6a492840ce
)
vor 2 Jahren
Ritwik Puri
59f00b4540
Merge pull request #18364 from frappe/mergify/bp/version-14-hotfix/pr-18361
fix: Set email account in Communication only if exists (backport #18361 )
vor 2 Jahren
Nabin Hait
3282805294
fix: Set email account in Communication only if exists ( #18361 )
(cherry picked from commit e821699c82
)
vor 2 Jahren
mergify[bot]
271e4d69ce
fix: type-error in email signature code ( #18353 ) ( #18363 )
* fix: type-error in email signature code
* refactor: import
[skip ci]
Co-authored-by: Ankush Menat <ankush@frappe.io>
(cherry picked from commit 768daf0961
)
Co-authored-by: stephen <stephenBDT@users.noreply.github.com>
vor 2 Jahren
mergify[bot]
e9ecef7c11
fix: ignore if df doesn't exist ( #18358 ) ( #18360 )
(cherry picked from commit b03e0752b9
)
Co-authored-by: Ankush Menat <ankush@frappe.io>
vor 2 Jahren
mergify[bot]
bbfab52f5b
fix: link field self linking ( #18330 ) ( #18357 )
(cherry picked from commit 426ecc5a1e
)
Co-authored-by: Ritwik Puri <ritwikpuri5678@gmail.com>
vor 2 Jahren