Commit graph

1507 commits

Author SHA1 Message Date
David
091df9fe2b
refactor!: make room in the frappe.config namespace
BRAKING: fappe.config namespace moved to
frappe.utils.modules namespace
2024-09-12 12:18:58 +02:00
Rushabh Mehta
5cf521f147 fix(minor): page can have different title 2024-09-06 16:45:44 +05:30
Rushabh Mehta
ddee23f5ad fix(ui): sortable sidebar, fixes to breadcrumbs etc 2024-09-06 14:12:36 +05:30
Rushabh Mehta
c2652fed39 fix(minor): page creation 2024-09-06 14:12:34 +05:30
Rushabh Mehta
8dbc2832c5 feat: App switcher 2024-09-06 14:11:39 +05:30
Nikhil Kothari
37cf6e2a86
fix: increase Google Calendar Event ID character limit 2024-09-02 13:50:11 +05:30
Rushabh Mehta
2823f1a595 fix(minor): style fixes 2024-08-27 08:59:00 +05:30
Rushabh Mehta
77b11dd1ce fix(tests): workspace tests and more style fixes 2024-08-26 18:15:59 +05:30
Rushabh Mehta
087ee41ea1 feat(design): espresso style sidebar 2024-08-23 22:15:33 +05:30
Rushabh Mehta
68a8b65ac4
Merge pull request #27299 from rmehta/workspace-settings
feat: Workspace Settings - allow enabling and disabling of workspaces during setup
2024-08-07 20:58:09 +05:30
Rushabh Mehta
d4e7551481 fix(minor): add column break in workspace settings modal 2024-08-07 20:41:32 +05:30
Rushabh Mehta
774d86f642 feat: Workspace Settings - allow enabling and disabling of workspaces during setup 2024-08-04 13:41:08 +05:30
s-aga-r
20224011b8 fix: default notification 2024-08-03 10:48:17 +05:30
s-aga-r
e9e327104d fix: get value with ignore=True 2024-08-03 09:35:45 +05:30
Rushabh Mehta
801d1a0710
Merge pull request #26736 from Nihantra-Patel/fix_workspace_report_builder_v15
fix: redirect report builder from workspace
2024-07-27 11:06:56 +05:30
Maxim Sysoev
f9c7d8c386
feat: Chart labels from title_field if use Group by Type (#27173)
* feat: Chart labels from title_field if use Group by Type

* formatting

* Formatting

* trim trailing whitespace

* trim trailing whitespace
2024-07-22 14:06:36 +05:30
Gavin D'souza
281e04bd5e
fix: Enqueue Notification log creation after commit
Avoid ghost notifications in case the transaction gets rolled back
2024-07-12 20:08:18 +02:00
mahsem
57a9cc4721
fix: translation in number_card.js (#26899)
fix: translation in  number_card.js
2024-07-12 12:39:32 +05:30
mahsem
d0f7760431
fix: translation in dashboard_chart.js (#26898)
fix: translation in dashboard_chart.js
2024-07-12 12:39:06 +05:30
Akhil Narang
b47c31b054
fix: formatting
Signed-off-by: Akhil Narang <me@akhilnarang.dev>
2024-07-11 13:19:38 +05:30
Systonium
c379815a4b fix(System Health Report): Modified the fetch_scheduler function to use different SQL queries for different databases using frappe.db.multisql 2024-07-10 16:24:38 +05:00
mahsem
9f207eab0b
fix: closing HTML tag in System Console (#26900)
Co-authored-by: mergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
2024-07-01 23:23:06 +00:00
barredterra
928ea3e187 fix: avoid popping from empty list 2024-06-18 13:58:39 +02:00
Nihantra Patel
533f235343 fix: redirect report builder from workspace 2024-06-10 17:00:02 +05:30
Nihantra Patel
b4c4dbb418 fix: redirect report builder from workspace 2024-06-10 16:48:19 +05:30
Ankush Menat
f3100d05cb
fix(UX): Disable number card filters on standard (#26676) 2024-06-04 13:12:03 +00:00
cwooldridge
3d7381da5d
fix: Red was defined twice. (#26658) 2024-06-04 05:33:58 +00:00
Gursheen Kaur Anand
9322381ba1
Merge pull request #26617 from GursheenK/workspace-create-perm-for-desk-user
fix: allow creation of workspace based on desk user role perms
2024-06-04 09:36:17 +05:30
Ankush Menat
b1193675dd
fix: don't copy "Standard" on dashboard chart (#26649) 2024-06-03 08:14:10 +00:00
Gursheen Anand
61807dda71 fix: allow creation of workspace based on desk role perms 2024-05-30 17:35:48 +05:30
Ankush Menat
e43205eb25 fix: Avoid concurrent TODO updates 2024-05-28 19:52:06 +05:30
Ankush Menat
3b53bb4f3f
fix: "Not assigned" filter (#26468)
This filter doesn't work because `"[]"` is empty assignment list but
truthy value.
2024-05-17 10:14:16 +00:00
Nihantra C. Patel
c353aae012
fix: condition of event participants (#26300) 2024-05-16 18:04:18 +05:30
Ankush Menat
b2ef2cd506 feat: show oldest unscheduled job in health report 2024-05-02 13:39:51 +05:30
Ankush Menat
1a3c23290f refactor: avoid deprecated method 2024-04-30 20:22:42 +05:30
Ankush Menat
b5bc8b308d fix: system health ergonomics
- if redis is down it takes 10 second and doesn't indicate that
  correctly
- full traceback is shared in debug log, if some step fails
2024-04-30 20:20:53 +05:30
Ankush Menat
f244f3c76f
fix: perm query for dashboard (#26239) 2024-04-30 09:43:51 +00:00
Ankush Menat
c3fa4117f1
fix: avoid perm error on dashboard chart (#26150)
client side code is _never_ supposed to query doctype table.
2024-04-24 14:33:21 +00:00
Ankush Menat
03de739107
fix(UX): Add health check in navbar (#26086) 2024-04-22 07:35:59 +00:00
Ankush Menat
c9a8cd673c refactor: misc
- fix styles
- hardcode perm check
- few more indicators
- cache directory size for 5 min (rapid refreshes should be fast enough)
2024-04-22 12:30:26 +05:30
Ankush Menat
c7127806d2 feat: failng scheduled jobs 2024-04-22 12:10:32 +05:30
Ankush Menat
9154e42c66 refactor: use table for errors 2024-04-22 12:10:32 +05:30
Ankush Menat
b0ce40442c feat: extend highlight to child tables 2024-04-22 12:10:32 +05:30
Ankush Menat
d40b2a2517 fix(UX): help links and relative URLs
also closes https://github.com/frappe/frappe/issues/23020
2024-04-22 12:10:28 +05:30
Ankush Menat
4f406d7c3b feat: highlight bad indicators 2024-04-22 11:42:17 +05:30
Ankush Menat
a94534a938 chore: rename child doctypes 2024-04-22 11:42:17 +05:30
Ankush Menat
cbf4351a49 fix: exception handling for health report 2024-04-22 11:42:17 +05:30
Ankush Menat
7411c4f0f6 feat: background jobs test 2024-04-22 11:42:17 +05:30
Ankush Menat
99d2deaea7 refactor: Single page instead of tabs 2024-04-22 11:42:17 +05:30
Ankush Menat
5b70060d73 feat: system health - users 2024-04-22 11:42:17 +05:30