Commit graph

452 commits

Author SHA1 Message Date
mergify[bot]
e73b6196e0
Merge pull request #8631 from revant/fix-tests-develop
fix(tests): fix tests for integration module
2019-10-22 04:07:45 +00:00
Revant Nandgaonkar
953d9b8488 fix(tests): OAuth 2.0 tests 2019-10-21 14:30:52 +05:30
Revant Nandgaonkar
7c50b40c4b fix(tests): ReST API tests 2019-10-21 13:36:35 +05:30
Rushabh Mehta
b84663621f fix(linting) 2019-10-11 14:16:49 +05:30
Rushabh Mehta
9d615f7f12 fix(security): use restricted python 2019-10-11 14:16:49 +05:30
mergify[bot]
a1c8a9bdc2
Merge pull request #8499 from gavindsouza/list-view-freeze-fix
fix: desk freeze on updating multiple documents
2019-09-27 05:18:00 +00:00
mergify[bot]
27885b86d8
Merge pull request #8451 from hrwX/global_search
feat: Global Search with Priorities
2019-09-26 18:22:15 +00:00
Suraj Shetty
e8dde0f176 style: Fix formatting 2019-09-26 19:40:27 +05:30
Suraj Shetty
c1dddc17da Revert "refactor: Remove redundant code"
This reverts commit 2773313dcb.

Because the changes would have resulted in other test failure... not
worth it.
2019-09-26 19:36:11 +05:30
Suraj Shetty
2773313dcb refactor: Remove redundant code 2019-09-26 19:27:54 +05:30
Himanshu Warekar
315b91ea5d Merge develop into ip-rest 2019-09-25 23:58:29 +05:30
Himanshu Warekar
32763d3676 fix: test cases 2019-09-25 22:31:54 +05:30
Himanshu Warekar
f22c78a806 Merge develop into global_search 2019-09-23 21:20:26 +05:30
Aditya Hase
d67b995676
fix(security): Use frappe.render_template instead of Template.render 2019-09-20 14:41:28 +05:30
Himanshu Warekar
1df6ead779 Merge develop into ip-rest 2019-09-20 11:52:15 +05:30
Himanshu Warekar
17461ef71b fix: test cases 2019-09-19 12:00:24 +05:30
Himanshu Warekar
33a11c5b7c fix: test cases 2019-09-19 11:53:20 +05:30
Himanshu Warekar
9d3b361da4 feat: Global Search with Priorities 2019-09-18 18:21:13 +05:30
Faris Ansari
2508ae1377 test: Set user Administrator 2019-09-18 11:04:34 +05:30
Faris Ansari
5bf4e1616f fix: Remove duplicate calls 2019-09-10 18:30:57 +05:30
Faris Ansari
30a527b911 fix: Remove db.commit 2019-09-10 17:14:27 +05:30
Faris Ansari
4811b64b1f fix(test): db.commit after creating table 2019-09-10 13:32:23 +05:30
Faris Ansari
4abb057a53 fix: Nested Set test cases 2019-09-03 13:43:29 +05:30
deepeshgarg007
dbbdcdf0e1 fix: Remove email queue limit test 2019-08-13 17:30:34 +05:30
Faris Ansari
dfa16a77f4
Merge pull request #7662 from deepeshgarg007/remove_user_limit
BREAKING CHANGE: Remove limits from frappe
2019-07-29 12:09:04 +05:30
deepeshgarg007
87e3531281 Merge branch develop into remove_user_limit 2019-07-28 19:55:28 +05:30
Himanshu Warekar
ad20d66896 refactor: Events Repeats On 2019-07-26 21:10:06 +05:30
mergify[bot]
e40ef5e8d6
Merge pull request #7742 from prssanna/list-group-by
feat(Sidebar): Add "Group By" dropdown fields to list sidebar
2019-07-10 08:35:12 +00:00
Faris Ansari
37108eab1a fix: create_records for multiple docs (#7868)
convert doc to frappe._dict
2019-07-10 13:56:05 +05:30
Anurag Mishra
02d63dcc4f fix: added option to show indentation (#7855)
* fix: added option to show indentation

* fix: if check
2019-07-09 15:30:07 +05:30
Prssanna Desai
20e5e6c151 fiix: add search to dropdowns and move tags to dropdown 2019-07-04 16:42:12 +05:30
Faris Ansari
8fb2a538ec test: Add UI test for Link control (#7809)
* test: Add UI test for Link control

- Add API cy.call
- Add API cy.create_records
- Add ui_test_helpers.py

* style: Missing semicolon

* style: Missing semicolon

* style: Missing semicolon

* style: Remove unused imports

* test: Robust test for setting invalid value

* style: Remove unused import
2019-07-03 07:55:36 +05:30
deepeshgarg007
5b94b62deb fix: Remove import 2019-06-30 19:12:00 +05:30
deepeshgarg007
f5a983a70d fix: Remove limits and usage info from frappe 2019-06-30 16:51:05 +05:30
Nabin Hait
b375ee9eef fix: merge conflict 2019-06-18 18:45:21 +05:30
Nabin Hait
df438c1697
Revert "fix: Set default only if the dependent field is set (#7130)" (#7644)
This reverts commit 73c1f531e8.
2019-06-05 20:30:13 +05:30
Suraj Shetty
b887091cbd fix: Clear cache after creating workflow 2019-06-03 12:05:33 +05:30
Suraj Shetty
8528298b55 test: Init bulk approval test 2019-05-31 13:44:15 +05:30
Aditya Hase
2c93dc74fe fix: Update regex for capturing touched tables from query (#7588)
Previous regex used to yield false positives and false negatives
for queries like

UPDATE tabToDo SET description = "something"

Instead of yielding "tabToDo" it used to yield "tabToDo SET".

Now two separate regexes handle single word and multi-word names
In case of multi-word surrounding quotes are a must
2019-05-29 14:51:19 +05:30
Aditya Hase
a1f441578c fix: Update regex for capturing touched tables from query
Previous regex used to yield false positives and false negatives
for queries like

UPDATE tabToDo SET description = "something"

Instead of yielding "tabToDo" it used to yield "tabToDo SET".

Now two separate regexes handle single word and multi-word names
In case of multi-word surrounding quotes are a must
2019-05-29 13:37:32 +05:30
Rushabh Mehta
1c893e44c0 fix: frappe.conf.db_type -> frappe.db.db_type 2019-05-24 11:44:28 +05:30
Faris Ansari
11ad92a21f feat: Website Redirects 2019-05-07 11:32:28 +05:30
Shivam Mishra
026d5a8734 Merge branch 'develop' of https://github.com/frappe/frappe into encrypt-pdf 2019-04-29 16:48:50 +05:30
Shivam Mishra
8e29bc4bf7 fix: possible fix to encoding issues in py3 2019-04-27 18:03:00 +05:30
Shivam Mishra
27fd3f7c99 feat: Refactored test and added tests for pdf encryption 2019-04-27 16:23:13 +05:30
Faris Ansari
766e26ac5f
feat: Index all web pages for search (#7322)
* feat: Index Web Pages for search

- Walks and indexes all webpages in global_search

* test: Web Page Indexing
2019-04-26 12:41:17 +05:30
Suraj Shetty
794f3d08b2
Merge pull request #7303 from Mangesh-Khairnar/default-user-permission
feat: Default user permission
2019-04-24 15:51:47 +05:30
Mangesh-Khairnar
c81fa6db3c test: validate no fetch for multiple non default user permission 2019-04-24 13:19:04 +05:30
Aditya Hase
11fca9fb5c feat: Maintain list of tables touched during migrate
This can be used to selectively restore changed tables from backup
after migrate failure
2019-04-23 10:32:34 +05:30
Aditya Hase
c29fcb02d6 feat: Maintain list of tables touched during migrate
This can be used to selectively restore changed tables from backup
after migrate failure
2019-04-23 10:31:44 +05:30