Gavin D'souza
e407b78506
chore: Drop dead and deprecated code
...
* Remove six for PY2 compatability since our dependencies are not, PY2
is legacy.
* Removed usages of utils from future/past libraries since they are
deprecated. This includes 'from __future__ ...' and 'from past...'
statements.
* Removed compatibility imports for PY2, switched from six imports to
standard library imports.
* Removed utils code blocks that handle operations depending on PY2/3
versions.
* Removed 'from __future__ ...' lines from templates/code generators
* Used PY3 syntaxes in place of PY2 compatible blocks. eg: metaclass
2021-05-26 15:31:29 +05:30
prssanna
7f43169c4a
refactor: reorganise date functions indashboard_chart.py
2020-10-28 00:11:43 +05:30
prssanna
e6a986559e
fix(patch): create new docs for customized standard dashboards
2020-07-15 14:31:26 +05:30
Suraj Shetty
72615449db
fix: Use import_file_by_path to sync dashboard
2020-07-15 14:19:51 +05:30
prssanna
ef3b50152c
fix: simplify sync dashboards code
2020-07-09 13:27:08 +05:30
prssanna
6f83e81d6f
fix: error name
2020-07-06 12:17:05 +05:30
prssanna
5b0d05b6d3
fix: remove ununsed imports, functions
2020-07-06 12:15:47 +05:30
prssanna
481c838b9b
refactor: refactor dashboard sync
...
- sync charts, cards, dashboards on update
- set dynamic filters in form
2020-07-06 12:15:47 +05:30
prssanna
38fe804a11
fix: remove unused imports, variables
2020-07-06 12:14:28 +05:30
prssanna
3aa3832bd3
feat: sync dashboards from json files
2020-07-06 12:11:57 +05:30
Shivam Mishra
970cf01eb0
fix: handle import error explicitly
2020-06-15 13:17:35 +05:30
Shivam Mishra
a4e4b8ba26
fix: catch all exception in get_config
2020-06-12 15:54:24 +05:30
Shivam Mishra
073c5379d3
refactor: handle exception in syncing dashboard ( #10522 )
...
(cherry picked from commit e222961b33 )
2020-05-28 09:46:12 +00:00
mergify[bot]
1a523b24c3
Merge pull request #10193 from prssanna/heatmap-chart
...
feat: Heatmap type Dashboard Charts
2020-05-14 12:27:12 +00:00
Chinmay Pai
e527191975
fix: do not setup charts if not setup_complete ( #10282 )
...
Signed-off-by: Chinmay D. Pai <chinmaydpai@gmail.com>
2020-05-11 19:55:51 +05:30
prssanna
31a523a720
feat: add year filter to heatmap charts
2020-05-08 18:33:23 +05:30
Rohit Waghchaure
198041a5ef
fix: dashboard sync issue
2020-05-08 03:54:39 +05:30
Shivam Mishra
213b0a2288
style: remove unused import
2020-05-06 16:50:44 +05:30
Shivam Mishra
7df3d2e585
fix: sync number cards before dashbaords
2020-05-06 16:47:27 +05:30
Shivam Mishra
61d07941b8
feat: allow number cards in sync
2020-05-06 16:46:49 +05:30
Shivam Mishra
52eee67217
feat: added sync dashboard utility
2020-05-06 14:44:41 +05:30
Shivam Mishra
0ff51a257d
refactor: move dashboard utilities to frappe.utils
2020-05-06 13:18:02 +05:30