Commit graph

23 commits

Author SHA1 Message Date
Suraj Shetty
d4166dbe20 refactor: Replace html2text with markdownify 2022-07-06 08:23:14 +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
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
f1cd3388ba style: Black-ish + fixed typos + Optimized imports 2020-11-17 16:29:54 +05:30
Aditya Hase
912763d3b9
fix: Typo 2020-07-13 10:53:44 +05:30
Gavin D'souza
7e223f3f3a fix: typo 2020-07-10 12:08:41 +05:30
Gavin D'souza
6f51b12fe4 fix: run file directly instead of using exec 2020-07-10 12:03:00 +05:30
Gavin D'souza
517752c4d4 fix: PY2 compatibility change 2020-07-10 11:14:52 +05:30
Gavin D'souza
f9bf0c1951 fix: remove Frappe Cloud migrator logic from frappe 2020-07-09 20:22:21 +05:30
Gavin D'souza
2f332f75c5 fix: dont overwrite upload status 2020-06-15 12:49:08 +05:30
Gavin D'souza
fd25401273 fix(migrate-to): retry if network errors occur 2020-06-15 12:36:45 +05:30
Faris Ansari
1f1c7b1390 fix: Init site before calling migrate_to
Locals are not initialized otherwise which is required to access site_config
2020-06-02 12:58:50 +05:30
Gavin D'souza
4f99b5879e fix: set frappecloud_url in conf to override specified url 2020-05-28 20:28:55 +05:30
Gavin D'souza
a65be3e22a fix: undefined variables 2020-05-28 18:51:17 +05:30
Gavin D'souza
a1ee529cb7 fix: show only Active and Broken sites in Sites List 2020-05-28 18:42:06 +05:30
Gavin D'souza
b8138004d9 feat: allow restoring to existing FC sites 2020-05-28 18:20:02 +05:30
Gavin D'souza
aabbfb8df8 feat: switch teams if you are a part of multiple 2020-05-28 18:17:41 +05:30
Gavin D'souza
f7f81a0843 chore: add missed import 2020-05-15 17:52:40 +05:30
Gavin D'souza
7a58cbeff2 fix: hardcode url frappe.cloud => frappecloud.com 2020-05-15 16:30:17 +05:30
Faris Ansari
4af13edc87 fix: Remove hardcoded url 2020-05-15 16:13:16 +05:30
Faris Ansari
a8c01a0915 fix: Success message 2020-05-15 15:32:13 +05:30
Gavin D'souza
db3b57116d fix: consistent UI and minor fixes 2020-05-15 15:16:56 +05:30
Gavin D'souza
85d86fbedf refactor: moved remote_migrations to
frappe.integrations.frappe_providers

fix: exit code fixes and minor bug fix
2020-05-15 11:21:24 +05:30