Suraj Shetty
ccc82e2c4c
Merge pull request #15538 from noahjacob/phone_field_control
...
feat: Phone Control Type
2022-04-28 10:27:52 +05:30
Gavin D'souza
418dcdd2f4
fix!: Use event as a differentiator for frappe.utils.log
2022-04-21 13:33:40 +05:30
Gavin D'souza
4e533682ba
feat: get_traceback with context
2022-04-21 13:26:12 +05:30
Suraj Shetty
a396afc7d4
fix: Validation error
2022-04-14 17:05:07 +05:30
Suraj Shetty
48cd1c2ad4
refactor: Fix naming and simpify code
...
- Ability to clear code, by hiting backspace
2022-04-14 14:14:00 +05:30
Noah Jacob
1637e3af08
fix: linting
2022-04-12 21:06:59 +05:30
Noah Jacob
c2f2fc10e7
Merge branch develop into phone_field_control
2022-04-12 20:40:29 +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
Noah Jacob
2d3c1053a0
refactor(ui): updated validation messages with fieldname
2022-04-11 15:25:27 +05:30
Noah Jacob
bf92b363e2
Merge branch 'develop' into phone_field_control
2022-04-07 15:04:47 +05:30
Noah Jacob
7d49693a33
refactor: updated error messages for invalid phone numbers
2022-04-07 15:04:26 +05:30
Sagar Vora
e02e640497
perf: dont cache assets_json in Redis for developer_mode
2022-03-31 14:50:15 +05:30
Sagar Vora
987b47557d
perf: cache parsed assets_json instead of string
2022-03-31 12:28:23 +05:30
Noah Jacob
579d0643c4
Merge branch 'develop' into phone_field_control
2022-03-22 15:05:45 +05:30
saxenabhishek
c53e6d822d
feat: parse app name from tags and urls
2022-03-22 14:16:59 +05:30
Rushabh Mehta
0b8a2edee7
fix(build): separate assets.json and assets-rtl.json to fix concurrency issue
2022-03-17 14:54:17 +05:30
Gavin D'souza
8b01c04a75
chore: Add type hints
2022-02-11 13:18:24 +05:30
Gavin D'souza
188373b1eb
refactor(test): Frappe REST Test Suite
...
* Use Werkzeug Test Client instead of requests
This change should start tracking coverage for the `api` module.
Committing to ensure state maintainence will not be necessary.
* Refactor get_test_client to reset locals on each request
* Separate FrappeAPITestCase to enable formation of a generic API testing engine.
2022-02-09 17:02:40 +05:30
phot0n
b31f3c24f6
refactor: remove parent, parenttype, parentfield, idx columns from non-child table doctypes
...
* feat: add parent, parenttype, idx, parentfield columns to doctypes when transitioning from normal -> child table
* fix: remove parent, parenttype, parentfield, idx from DocType DocType
2022-02-07 15:12:37 +05:30
Gavin D'souza
5b6ceb5543
Merge branch 'develop' of github.com:frappe/frappe into set_value-refactor
2022-01-28 18:39:12 +05:30
Gavin D'souza
8037866dc1
fix: Handle parsing and formatting timedeltas
...
* Added utils parse_timedelta, format_timedelta
* Added to json_handler for de-serializing timedelta objects
2022-01-28 18:33:03 +05:30
Shariq Ansari
54b3a32968
fix: get timezone in user_info
2022-01-25 16:19:49 +05:30
barredterra
b1383df15a
refactor: use is None instead of == None
2022-01-17 10:37:51 +01:00
Gavin D'souza
227dc26707
Merge branch 'develop' of github.com:frappe/frappe into set_value-refactor
2022-01-17 14:04:13 +05:30
Suraj Shetty
b180854766
Merge branch 'develop' into phone_field_control
2022-01-14 20:11:11 +05:30
Rushabh Mehta
545a3a3ac4
fix(minor): handle for illegal user
2022-01-13 18:49:18 +05:30
Rushabh Mehta
853287f49d
fix: load user_info on-demand
2022-01-13 16:39:24 +05:30
Gavin D'souza
6aa9a0bef5
style: Sorted imports & whitespace consistency
2022-01-07 20:44:51 +05:30
Noah Jacob
b25f7cc805
Merge branch develop into phone_field_control
2022-01-07 13:47:58 +05:30
Noah Jacob
b45e5dda63
refactor: moved phone_validation to frappe.utils
2022-01-07 13:40:03 +05:30
Rutwik Hiwalkar
1ec54c87c8
feat: patched frappe email to work with frappecloud mail app ( #15248 )
...
* feat: patched EmailQueue.send and frappe.utils.get_formatted_email
* chore: renamed hooks and handled an edge case
* fix: if the get_sender_details hook is defined but it returns invalid input
2021-12-12 21:09:31 +05:30
Ankush Menat
00d38d568c
fix: remove slash prefix
2021-12-12 15:20:50 +05:30
Ankush Menat
38cd12a95b
fix: remove bench path from traceback
...
This is mostly useless for debugging and clutters the error message.
2021-12-12 11:53:13 +05:30
Kevin Backhouse
2f99306d63
Fix ReDoS bug: GHSL-2021-122 ( #15201 )
2021-12-08 04:57:07 +00:00
codescientist703
ed13182573
chore: Remove Chat Module
2021-11-09 13:44:57 +05:30
Suraj Shetty
31d5d81e31
revert: "chore: Remove chat module" ( #14922 )
2021-11-09 10:30:00 +05:30
codescientist703
68d4b1d23e
chore: removed unused chat utils
2021-10-13 19:32:15 +05:30
codescientist703
d766b8f158
refactor: move chat utils to frappe utils
2021-10-11 15:28:49 +05:30
Gavin D'souza
7c6fad09ee
fix: NoneType comparison flake8 E711
...
ref: https://www.flake8rules.com/rules/E711.html
2021-10-04 11:01:56 +05:30
Gavin D'souza
f37b954fbf
fix: get_assets_json w/o Redis too ;)
2021-10-03 12:30:52 +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
94701fdb7d
feat(utils): frappe.utils.get_table_name
...
Fetch table name from doctype/__ table name passed
2021-07-30 12:27:22 +05:30
leela
ff973477a3
fix: Use bench path as default bench_id
2021-07-29 20:43:34 +05:30
leela
db09a85183
refactor: Add authentication for Redis Queue
2021-07-26 21:09:34 +05:30
leela
9b437f8c90
feat: Add rq users
2021-07-20 05:45:17 +05:30
Suraj Shetty
7dfced5047
Merge branch 'develop' of https://github.com/frappe/frappe into refactor-website
2021-06-17 09:48:50 +05:30
Gavin D'souza
c489846547
Merge branch 'develop' into unnecessary_comprehensions
2021-06-11 19:30:23 +05:30
Suraj Shetty
2d8c6c1710
Merge branch 'develop' of https://github.com/frappe/frappe into refactor-website
2021-06-03 11:43:28 +05:30
Gavin D'souza
4e7526066f
Merge branch 'develop' into drop-py2-code
2021-05-28 10:51:39 +05:30
Suraj Shetty
6c05401495
Merge branch 'develop' of https://github.com/frappe/frappe into refactor-website
2021-05-27 14:28:33 +05:30