Commit graph

12 commits

Author SHA1 Message Date
Gavin D'souza
30cf8fd58d refactor: Use run instead of frappe.db.sql 2021-08-12 18:36:43 +05:30
Your Name
946243d511 style: split qb.table into doctype and table 2021-08-07 03:31:35 +05:30
saxenabhishek
7671e78487 style: minor fixes and improvements 2021-07-30 11:29:41 +05:30
saxenabhishek
ce10e36725 refactor: move all pypika functions to a module 2021-07-30 11:00:35 +05:30
saxenabhishek
ee3c84beef style: typecast to string inside db.sql 2021-07-30 11:00:35 +05:30
saxenabhishek
3f081a55e5 refactor: qb in Website_analytics.get_data 2021-07-30 11:00:34 +05:30
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
Shivam Mishra
b410143944 feat: add sidebar stats 2020-12-02 17:44:22 +05:30
Shivam Mishra
0bb1060998 feat: use new date range function 2020-05-13 19:57:30 +05:30
Shivam Mishra
f684756fba feat: added website analytics report 2020-05-05 18:22:04 +05:30
Shivam Mishra
fb66f85d63 feat: update website analytics report 2020-05-05 15:06:48 +05:30
Shivam Mishra
da60242427 feat: added website analytics report 2020-04-17 18:49:12 +05:30