Commit graph

23 commits

Author SHA1 Message Date
Gavin D'souza
71b5c77e6e Merge branch 'develop' of github.com:frappe/frappe into mariadb-client-refactor 2022-07-05 14:55:02 +05:30
Ankush Menat
81b37cb7d2
refactor: clean up code to py310 supported features (#17367)
refactor: clean up code to py39+ supported syntax

- f-strings instead of format
- latest typing support instead of pre 3.9 TitleCase
- remove UTF-8 declarations.
- many more changes

Powered by https://github.com/asottile/pyupgrade/ + manual cleanups
2022-07-01 11:51:05 +05:30
gavin
607a99f50b fix: F821 undefined name 'InternalError'
tx flake8
2022-05-24 19:19:53 +05:30
gavin
d3900485a6 refactor: Use mariadb client for creating connections
Move to use MariaDB's official Python client written in C instead of
the PyMySQL library. This change doesn't rid Frappe of the PyMySQL
library. Instead, it continues to utilize it for the ER module and
converter methods until the MariaDB library adds support for the same.

Ticket: https://jira.mariadb.org/projects/CONPY/issues/CONPY-203
2022-05-24 19:19:53 +05:30
Suraj Shetty
c0c5b2ebdd
style: format all python files using black (#16453)
Co-authored-by: Frappe Bot <developers@frappe.io>
2022-04-12 10:59:25 +05:30
Gavin D'souza
3446026555 chore: Update header: license.txt => LICENSE
The license.txt file has been replaced with LICENSE for quite a while
now. INAL but it didn't seem accurate to say "hey, checkout license.txt
although there's no such file". Apart from this, there were
inconsistencies in the headers altogether...this change brings
consistency.
2021-09-03 12:02:59 +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
Mathieu Brunot
90875ef21c
Update frappe/geo/utils.py
Co-authored-by: Prssanna Desai <prssud@gmail.com>
2020-11-26 02:26:57 +01:00
mathieu.brunot
007e59184d
chore: Fix sider issues
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-10-24 03:03:16 +02:00
mathieu.brunot
3c181bf2a2
Replace spaces by tabs
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-10-07 18:57:01 +02:00
Mathieu Brunot
ad313cf549
chore: Apply suggestions from code review
Co-authored-by: Prssanna Desai <prssud@gmail.com>
2020-10-07 18:12:03 +02:00
Mathieu Brunot
a22347d806
chore: Apply suggestions from code review
Co-authored-by: Prssanna Desai <prssud@gmail.com>
2020-10-07 18:10:18 +02:00
Emil
80857f6c90
Add tests
Signed-off-by: Emil <amionv99@gmail.com>
2020-08-14 14:52:57 +03:00
mathieu.brunot
e9b3085c6a
🎨 Split Geo Utils into specific functions
Signed-off-by: mathieu.brunot <mathieu.brunot@monogramm.io>
2020-08-12 17:19:35 +02:00
AminovE99
60153cb857
🚚 Rename function 2020-08-12 16:29:07 +03:00
AminovE99
be76942394
🔥 Remove debug print 2020-08-12 12:57:08 +03:00
AminovE99
32546694b7
📝 Update description
Co-authored-by: Mathieu Brunot <mathieu.brunot@monogramm.io>
2020-08-11 17:50:55 +03:00
AminovE99
f27eee1ce6
🐛 Only location or latitude and longitude 2020-08-11 17:30:36 +03:00
AminovE99
325d0e32c1
🎨 Changes from new requirements (python) 2020-08-11 17:20:03 +03:00
AminovE99
d4dd7e097a
🎨 Apply suggestions from code review
Co-authored-by: Mathieu Brunot <mathieu.brunot@monogramm.io>
2020-08-11 14:13:08 +03:00
AminovE99
6022ef74c8
Add Location type 2020-08-10 16:36:53 +03:00
AminovE99
da9c362a02
♻️ Review myself 2020-08-05 17:08:07 +03:00
Emil
218749e401
Add Map View 2020-08-05 16:20:17 +03:00