seitime-frappe/frappe/desk
Ankush Menat afc19dec10
perf: manually cast doc.name to string (#32292)
This avoid full table scans and undesired implicit casting at MySQL level.
2025-04-25 10:51:08 +05:30
..
doctype Merge pull request #32262 from frappe/mergify/bp/develop/pr-32261 2025-04-24 09:16:40 +02:00
form perf: manually cast doc.name to string (#32292) 2025-04-25 10:51:08 +05:30
page Merge pull request #32040 from sokumon/eps-removal 2025-04-23 17:40:16 +05:30
report refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
__init__.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
calendar.py refactor: fixup with ruff 0.8.1 2024-12-04 13:18:04 +05:30
desk_page.py fix: update whitelisted methods 2025-02-19 16:32:09 +05:30
desktop.py fix: Cache thrashing in workspace code (#31446) (#31448) 2025-02-27 08:11:53 +00:00
gantt.py style: format all python files using black (#16453) 2022-04-12 10:59:25 +05:30
like.py perf: Skip link checking on internal deletes 2025-01-06 11:48:19 +05:30
link_preview.py perf: cache link previews for 10 minutes (#32161) 2025-04-16 09:11:33 +00:00
listview.py fix: keep a large enough limit on group-by query (#28754) 2024-12-12 05:11:46 +00:00
notifications.py perf: skip order by for open_count (#31472) 2025-03-03 14:49:55 +05:30
query_report.py fix: remove print statement 2025-04-11 18:13:32 +05:30
reportview.py perf: remove repeated calls to get_permitted_fieldnames 2025-03-16 23:39:46 +05:30
search.py fix: pass ignore_user_permissions flag to search query methods 2025-03-24 16:59:34 +05:30
treeview.py fix: new and add child button for empty tree doctype 2024-05-06 11:47:58 +05:30
utils.py feat(CSV export): allow custom decimal separator 2024-04-25 12:24:24 +02:00