Commit graph

34610 commits

Author SHA1 Message Date
Sagar Vora
cbbfdf33de fix: use site path instead of site name to generate DB name 2021-10-04 17:49:21 +05:30
gavin
fe82487c15
Merge pull request #14334 from rohitwaghchaure/errprint-for-server-script
feat: frappe.errprint in the server script for debugging
2021-10-01 15:59:35 +05:30
Rohit Waghchaure
5bd9be2437 feat: frappe.errprint in the server script for debugging 2021-10-01 15:35:28 +05:30
Suraj Shetty
384ad1ad26
Merge pull request #14327 from shariquerik/leaderboard-load-fix 2021-10-01 12:18:31 +05:30
rohitwaghchaure
34c0920747
Merge pull request #14329 from KrithiRamani/new-arg-filename
feat: pass filename as argument to print_by_server
2021-10-01 09:49:15 +05:30
KrithiRamani
0e16fc03ad
Update requirements.txt
Added version no for pycups

Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
2021-10-01 09:44:17 +05:30
KrithiRamani
ad89c1fcd8
Update frappe/utils/print_format.py
As suggested, moved new args to the end for supporting non-kwarg function calls.

Co-authored-by: Ankush Menat <ankushmenat@gmail.com>
2021-10-01 09:43:59 +05:30
gavin
fc1891f80b
Merge pull request #14320 from zerodha/save_doc
fix(Razorpay Settings): Save Errored Integration Request
2021-10-01 08:47:17 +05:30
gavin
b158d15c0a
Merge pull request #14310 from nextchamp-saqib/tree-get-node-event
feat: add on_get_node event in treeview
2021-10-01 08:46:36 +05:30
Suraj Shetty
05041ede6e
Merge branch 'develop' into leaderboard-load-fix 2021-10-01 08:12:24 +05:30
Suraj Shetty
e654f9a32f
Merge pull request #14251 from ankush/tag_wise_patch_test 2021-10-01 08:05:14 +05:30
Suraj Shetty
ccc3115cff
Merge pull request #14316 from shariquerik/flaky-ui-tests 2021-09-30 23:11:05 +05:30
Krithi Ramani
78a89fdb99 renamed argument to file_path. Added pycups to requirements.txt 2021-09-30 22:20:42 +05:30
Krithi Ramani
2d018a8591 passed filename as argument 2021-09-30 21:59:29 +05:30
Shariq Ansari
8f8f80fef7 fix: Leaderboard is not loading for user with language other than en 2021-09-30 19:01:51 +05:30
MitulDavid
b9d6063755 test: Fix flaky test in timeline.js 2021-09-30 16:17:02 +05:30
MitulDavid
7ee31deaab fix: 'this.dialog.sections[0] is undefined' in communication.js 2021-09-30 15:40:02 +05:30
gavin
6078cbabaa
Merge pull request #14303 from frappe/mergify/bp/develop/pr-13929
fix: handle JSON content in run_doc_method (backport #13929)
2021-09-30 15:34:07 +05:30
gavin
6f4a281b7d
Merge pull request #14323 from gavindsouza/cp38-m1
chore: Bump psycopg2-binary Python client
2021-09-30 15:13:43 +05:30
Gavin D'souza
39d63641f3 chore: Bump psycopg2-binary Python client 2021-09-30 13:35:39 +05:30
MitulDavid
2570098be2 test: Fix flaky test 'enables Actions button' 2021-09-30 09:55:43 +05:30
Shridhar Patil
34f93330e9
fix: Missing save doc. 2021-09-29 16:24:47 +05:30
MitulDavid
400a604f2e test: Fix flaky tests in list_view.js, navigation.js 2021-09-29 13:34:53 +05:30
MitulDavid
58b3cdeb9a test: Fix flaky tests in form.js 2021-09-29 13:34:22 +05:30
MitulDavid
b159037f6a test: Fix flaky tests in dashboard_links.js 2021-09-29 13:34:07 +05:30
Shariq Ansari
83f7baa2fc
Merge branch 'frappe:develop' into flaky-ui-tests 2021-09-29 12:50:53 +05:30
Shariq Ansari
6f5f9ce1c5 test: fixed flaky ui test for folder_navigation 2021-09-29 11:30:49 +05:30
Shariq Ansari
9243e886c8 test: fixed flaky ui test for timeline_email 2021-09-29 11:14:36 +05:30
leela
d333b00904 fix: Get background jobs info 2021-09-28 21:50:04 +05:30
leela
73843b0ab3 fix: include doc details in workflow action email subject 2021-09-28 20:50:31 +05:30
Saqib Ansari
2072726865 feat: add on_get_node event in treeview 2021-09-28 18:02:36 +05:30
Ankush Menat
c1f9231d72
fix: install future and minor changes
minor changes:
1. quitely checkout new tags
2. avoid changing directory
3. use pip instead of bench to install deps.
2021-09-28 17:28:24 +05:30
gavin
c2bd1c0f47
Merge pull request #14289 from resilient-tech/setup_db
refactor: `setup_database` for mariadb
2021-09-28 12:52:10 +05:30
Mai Ismail
1534e5398a
fix(Event Streaming): Doctype dependencies sync (#14299)
File "/home/mai/Workspace/V13/v13_online/apps/frappe/frappe/event_streaming/doctype/event_producer/event_producer.py", line 414, in sync_child_table_dependencies
    child_doc = frappe._dict(child_doc)
TypeError: 'NoneType' object is not iterable
2021-09-28 11:30:09 +05:30
barredterra
a5a4f33644 fix: handle JSON content in run_doc_method
(cherry picked from commit d130a91d9c5d9158fb78563f5a20145a356d07f0)
2021-09-28 05:59:14 +00:00
Suraj Shetty
899148072a
Merge pull request #13849 from shariquerik/get-distinct-records-from-backend
fix: Get unique records from backend for list
2021-09-27 15:19:46 +05:30
Suraj Shetty
c322f4d065
Merge pull request #14295 from frappe/mergify/bp/develop/pr-14291
fix: set correct title in links table (backport #14291)
2021-09-27 12:10:37 +05:30
Suraj Shetty
a6a308acaa
Merge pull request #14270 from frappe/dependabot/npm_and_yarn/nth-check-2.0.1 2021-09-27 11:34:10 +05:30
barredterra
37a1a15b87 fix: set correct title
(cherry picked from commit b35391d339b2e2be15f1615011e5ea609eba01f5)
2021-09-27 06:02:29 +00:00
Suraj Shetty
4790e23fbf
Merge pull request #14048 from shariquerik/set-property-after-alert-fix 2021-09-27 11:31:42 +05:30
Suraj Shetty
c89b517136
Merge branch 'develop' into set-property-after-alert-fix 2021-09-27 11:20:00 +05:30
Anupam
f10d2251e1 fix: sider issue 2021-09-27 10:21:19 +05:30
Anupam
06667968ab fix: error message 2021-09-27 10:21:19 +05:30
Anupam
3f0df6946e fix: error message 2021-09-27 10:21:19 +05:30
Anupam
2bd2ee3655 fix: sider issues 2021-09-27 10:21:19 +05:30
Anupam
cfe4dc41c0 review changes 2021-09-27 10:21:19 +05:30
Anupam
be2abdbc56 fix: removing print statements 2021-09-27 10:21:19 +05:30
Anupam
55bd04f91b fix: sider issues 2021-09-27 10:21:19 +05:30
Anupam
ec938c960e feat: provision to add multiple network printers 2021-09-27 10:21:19 +05:30
Ankush Menat
42791744ff
test: migration tests each version at a time 2021-09-26 13:18:21 +05:30