Commit graph

36088 commits

Author SHA1 Message Date
mergify[bot]
c616900c0a
Merge pull request #15102 from hrwX/disable_update_notification
feat: Add an option to disable notification
2021-11-30 03:45:51 +00:00
Suraj Shetty
ae420cc7e1
Merge branch 'develop' into disable_update_notification 2021-11-30 08:50:58 +05:30
Suraj Shetty
7047cb8301
refactor: Deferred insert for route history (#15120) 2021-11-30 08:33:31 +05:30
hrwx
db4476fc5f fix: reduce api call 2021-11-29 17:28:40 +00:00
hrwx
fa317538a9 Merge branch 'develop' of github.com:frappe/frappe into disable_update_notification 2021-11-29 17:02:14 +00:00
hrwx
b6fb5809b3 Merge branch 'multi_timezone_support' of github.com:hrwx/frappe into multi_timezone_support 2021-11-29 16:49:51 +00:00
hrwx
e751b07bde chore: make system timezone readonly 2021-11-29 16:49:46 +00:00
hrwx
202cd9ba7d Merge branch 'develop' of github.com:frappe/frappe into multi_timezone_support 2021-11-29 16:48:42 +00:00
mergify[bot]
cb3533556b
Merge pull request #15114 from surajshetty3416/fix-deferred-insert
fix: Use separate API to insert route history
2021-11-29 13:38:17 +00:00
Ankush Menat
2a08f35836 fix: allow cancelling by PUT docstatus=2 2021-11-29 18:44:10 +05:30
Suraj Shetty
aa40abadb1 refactor: Simplify method naming 2021-11-29 17:06:29 +05:30
Suraj Shetty
0e32d52e3a fix: Use separate API to insert route history 2021-11-29 16:38:15 +05:30
mergify[bot]
ed916090b8
Merge pull request #14457 from Aradhya-Tripathi/at/aggregations
refactor: removed aggregation functions at db level
2021-11-29 09:25:25 +00:00
Gavin D'souza
43fc713dd7 refactor: Remove Aggregation methods from DB API
* Make it DRY & make it "better"
* Add to patches.txt so the patch runs :')
* Style fixes - tabs > spaces for consistency, removed unnecessary
  blocks
2021-11-29 13:53:27 +05:30
Aradhya
e503d81173 perf: reduced no. of db calls 2021-11-29 13:07:31 +05:30
abhishek
d74f985728 refactor: convert doctype user db.sql calls
has_desk_access()
2021-11-29 11:24:19 +05:30
abhishek
1bb13fcee3 refactor: convert doctype transaction log db.sql
get_current_index()
2021-11-29 11:24:19 +05:30
abhishek
5409be0a34 refactor: convert doctype server_script db.sql
setUpClass()
tearDownClass()
2021-11-29 11:24:19 +05:30
abhishek
f7dcd781fb refactor: convert doctype scheduled job type db.sql calls
class TestScheduledJobType
2021-11-29 11:24:19 +05:30
abhishek
7e84529dac refactor: convert doctype file db.sql calls
update_existing_file_docs()
2021-11-29 11:24:19 +05:30
abhishek
ad1842e69d refactor: convert doctype doctype db.sql call
change_modified_of_parent()
2021-11-29 11:24:19 +05:30
Your Name
2efed9d12e refactor: convert doctype user db.sql calls 2021-11-29 11:24:19 +05:30
Suraj Shetty
d3713af5a4
Merge branch 'develop' into multi_timezone_support 2021-11-29 11:20:15 +05:30
mergify[bot]
4cae147aed
fix: remove duplicate parent when child item option selected (backport #15101) (#15110)
Co-authored-by: Bhavesh Maheshwari <bhavesh.freelancer95863@gmail.com>
2021-11-29 09:23:52 +05:30
hrwx
5811a95d67 Merge branch 'develop' of github.com:frappe/frappe into multi_timezone_support 2021-11-28 10:28:40 +00:00
mergify[bot]
ee6624a156
Merge pull request #14073 from leela/refactor-linked-with
refactor: getting submitted linked reference documents
2021-11-28 04:31:34 +00:00
Suraj Shetty
491ca2b7c7
chore: Fix CODEOWNERS formatting 2021-11-28 09:57:55 +05:30
Suraj Shetty
615db9b55e style: Fix sider alerts 2021-11-28 09:44:05 +05:30
Suraj Shetty
63f318cbd1
Merge branch 'develop' into refactor-linked-with 2021-11-28 09:37:30 +05:30
mergify[bot]
e2143bd38a
Merge pull request #15103 from ankush/or_filters_rest
feat(REST): OR filters in REST API
2021-11-28 04:00:47 +00:00
mergify[bot]
00172a6cb5
Merge pull request #15105 from ankush/return_self
fix: return self after submit/cancel
2021-11-28 03:55:24 +00:00
Ankush Menat
88c3d92662 fix: return self after submit/cancel
`Document.save` returns self but `submit` and `cancel` don't.

change:
For sake of consistency and better support for `run_method` via REST API, return the document.

ref: https://github.com/frappe/frappe/issues/14869
2021-11-27 19:34:47 +05:30
Aradhya
69108c4c86 Merge branch 'develop' of github.com:Aradhya-Tripathi/frappe into at/aggregations 2021-11-27 17:52:30 +05:30
Ankush Menat
b1d0e574a0 feat(REST): OR filters in REST API 2021-11-27 17:17:05 +05:30
Aradhya
5339008fef feat: Added patch for replacing db level aggregation calls 2021-11-27 14:35:58 +05:30
hrwx
ae31a0d6fb feat: add option to disable notification 2021-11-27 00:24:21 +00:00
hrwx
7d36487710 Merge branch 'develop' of github.com:frappe/frappe into multi_timezone_support 2021-11-26 17:26:10 +00:00
mergify[bot]
55103a92e6
Merge pull request #14987 from Aradhya-Tripathi/at/queries
refactor: moving raw queries to frappe ORM
2021-11-26 16:20:04 +00:00
Suraj Shetty
86fb8742a0
Merge pull request #15099 from surajshetty3416/fix-dark-mode-2 2021-11-26 21:03:02 +05:30
Suraj Shetty
58ca570f67 fix: Selection color in dark mode 2021-11-26 20:19:47 +05:30
mergify[bot]
ea772c4059
Merge pull request #15072 from pateljannat/customizations-onboarding
feat: Customizations onboarding and form tour fixes
2021-11-26 14:08:36 +00:00
mergify[bot]
2cf1766be8
Merge pull request #15091 from frappe/mergify/copy/develop/pr-14942
fix: Image link render as text in print format (copy #14942)
2021-11-26 14:06:22 +00:00
Michał Węglowski-Hodur
6b9b288259
fix: Correct the polish translations to correctly show buttons in Frappe framework. (#15093)
Co-authored-by: Michał Węglowski-Hodur <michal.w.hodur@polkomtel.com.pl>
2021-11-26 19:20:37 +05:30
Suraj Shetty
171ff3ba4c
fix: Make strings translatable 2021-11-26 19:16:40 +05:30
mergify[bot]
d9fceaa658
Merge pull request #15095 from gavindsouza/data-migration-plan
refactor: get_mapping_module doesn't need to access to instance
2021-11-26 12:15:48 +00:00
Gavin D'souza
5a6d7ee191 refactor: get_mapping_module doesn't need to access to instance 2021-11-26 17:29:44 +05:30
mergify[bot]
3a2753a4fa
Merge pull request #15094 from netchampfaris/safe-exec-as_json
fix: add frappe.as_json for safe_exec scripts
2021-11-26 11:21:52 +00:00
Faris Ansari
7e35dc4913 fix: add frappe.as_json for safe_exec scripts 2021-11-26 16:30:34 +05:30
Aradhya
b5c73648dc refactor: made DRY-er functions 2021-11-26 15:44:14 +05:30
Jannat Patel
b60452ca18 fix: removed unrelated code 2021-11-26 15:13:24 +05:30