Commit graph

36886 commits

Author SHA1 Message Date
ChillarAnand
39d4c0ea53 refactor: Added commit id to ignore list 2022-03-01 12:50:36 +05:30
ChillarAnand
b2fc959307 refactor: Clean up whitespace & add CI check 2022-02-25 20:01:29 +05:30
Revant Nandgaonkar
cdc6bcadb1
fix(cli): Database agnostic options for root db credentials (#15973)
* fix(bench): new-site params for root db credentials

allow root credentials for postgresql
use common cli option name for both database types

* fix(bench): backward compatible db params

Co-authored-by: gavin <gavin18d@gmail.com>

* fix(bench): use common db cred params

use --db-root-username and --db-root-password

* feat(bench): add --set-default to bench new-site

* fix: do not set default root user

* fix: indentation

Co-authored-by: gavin <gavin18d@gmail.com>
2022-02-25 09:58:59 +05:30
Suraj Shetty
d3e79bf75f
Merge pull request #16133 from frappe/mergify/bp/develop/pr-16105 2022-02-25 09:31:05 +05:30
Lev Vereshchagin
dd1abf7f4e fix(UI): Flaky link preview popover creation (closes #15482)
(cherry picked from commit 67e7dd44b5264ad8d3fad8ceb9e12cbe2bdd5d07)
2022-02-25 03:56:42 +00:00
mergify[bot]
290bcbae47
Merge pull request #16115 from sumaiya2908/fix-mobile-padding-form
fix: webform mobile view padding
2022-02-25 02:58:52 +00:00
gavin
31b0a5bafb
Merge pull request #16059 from bene/develop
feat(minor): Add Custom Group Search for custom LDAP servers
2022-02-24 21:37:01 +05:30
mergify[bot]
ad7194f15c
Merge pull request #16126 from gavindsouza/update-title-types-raise
fix: Set message in Document.raise_no_permission_to
2022-02-24 13:44:50 +00:00
HENRY Florian
8b2591e266
feat(minor): No Copy attribute for custom fields (#15915)
Fix  #13252

![image](https://user-images.githubusercontent.com/1050053/153055276-28714781-b142-41e8-9218-d7b8f0f60b22.png)
2022-02-24 12:26:50 +00:00
Gavin D'souza
783a63f8a2 fix: Raise PermissionError if user doesnt have access to document 2022-02-24 17:28:39 +05:30
gavin
7247971811
Merge pull request #16041 from gavindsouza/update-title-types
refactor(minor): Rename Document
2022-02-24 16:42:07 +05:30
gavin
aefbd6a4da
Merge pull request #16032 from resilient-tech/fix-14579
fix: Saving Client Script produces Error in Console
2022-02-24 16:29:17 +05:30
Suraj Shetty
1e4b592b45
Merge pull request #16011 from resilient-tech/remove-unused-flag 2022-02-24 14:43:24 +05:30
Suraj Shetty
24c6ae0816
Merge pull request #16121 from surajshetty3416/fix-form-navigation 2022-02-24 14:00:41 +05:30
gavin
63e035923b
chore: Simplify ldap_custom_group_search resolution 2022-02-24 13:34:57 +05:30
Suraj Shetty
0d33ca1c60 fix: Use sort_by field instead of non-existent sort_field
To get proper form navigation
2022-02-24 13:11:42 +05:30
Gavin D'souza
f8b52d8e4f Merge branch 'develop' of github.com:frappe/frappe into update-title-types 2022-02-24 11:56:00 +05:30
Ankush Menat
13eab84189
Merge pull request #16119 from ankush/test_email_dom
test: fix flaky email domain test
2022-02-24 11:40:43 +05:30
Gavin D'souza
0859a3060c chore: Remove comments, trailing whitespaces, etc 2022-02-24 11:35:00 +05:30
Gavin D'souza
6aec566325 test(test_api): Use login manager instead of request login
Also, move setUp for method into "correct" TestCase class
2022-02-24 11:34:29 +05:30
Ankush Menat
76df55ab25 test: fix flaky email domain test 2022-02-24 11:28:14 +05:30
Summayya
fe57111556 fix: remove padding for mobile view 2022-02-24 01:26:14 +05:30
Gavin D'souza
ea7a53568f test(TestFrappeClient): Set Admin password else skip
ref: https://github.com/frappe/frappe/runs/5303629148?check_suite_focus=true
2022-02-23 20:28:19 +05:30
Gavin D'souza
fd57a6f4a3 test: Skip test_image_parsing if no mail found
* Trimmed trailing whitespaces -_-

ref: Flaky test - https://github.com/frappe/frappe/runs/5303629095?check_suite_focus=true
2022-02-23 20:25:14 +05:30
Mohammad Hasnain Mohsin Rajan
fe4a317861
Merge pull request #16095 from ankush/develop_warn
fix(ux): instructions/warning for doctype edits in developer mode
2022-02-23 20:12:05 +05:30
Mohammad Hasnain Mohsin Rajan
e401b8c2cd
Merge pull request #16081 from ankush/pg_dups
fix: explicitly ignore duplicates and skip migration_hash
2022-02-23 19:59:42 +05:30
Benedict Allerberger
7da85353c7 fix: format of ldap_settings.py 2022-02-23 15:22:57 +01:00
Gavin D'souza
da260ab778 test: Use 'Module Def' to test update_document_title 2022-02-23 18:23:24 +05:30
Gavin D'souza
c4c3d26b3d fix!: Disallow posiitonal args in update_document_title 2022-02-23 18:22:42 +05:30
Gavin D'souza
91da5f0363 refactor(rename_doc): update_document_title API
* Remove redundant API arguments
* Check for permission on specified document
* Maintain backwards compatibility - test_update_document_title_api
  checks for this
* Update desk client usage ;)
2022-02-23 17:21:59 +05:30
Ankush Menat
8cb00ffc03
Merge pull request #16109 from ankush/now_async
test: use `now` instead of `is_async` in tests (#15893)
2022-02-23 16:16:12 +05:30
Ankush Menat
1a34826203 test: use now instead of is_async in tests 2022-02-23 15:37:56 +05:30
Ankush Menat
a31676809f
Merge pull request #16108 from frappe/mergify/bp/develop/pr-16106
fix(UI): Fix incorrect dark theme text color in user-wise grid column configuration (backport #16106)
2022-02-23 15:34:40 +05:30
Lev Vereshchagin
14ca1f0dce fix(UI): Fix incorrect dark theme text color in user-wise grid column configuration (closes #14572)
(cherry picked from commit 5280d60ea93b8690f684dddbad0bda32df3cec04)
2022-02-23 10:04:25 +00:00
Wolfram Schmidt
208fc5f0d5
fix(translation): Field translation (#16010) 2022-02-23 14:29:46 +05:30
Suraj Shetty
64514da456
Merge branch 'develop' into remove-unused-flag 2022-02-23 14:28:22 +05:30
Suraj Shetty
67f15faf3d
Merge branch 'develop' into fix-14579 2022-02-23 14:24:52 +05:30
Suraj Shetty
f5d89de3bb
Merge pull request #16003 from resilient-tech/update-if-missing 2022-02-23 14:17:44 +05:30
Ankush Menat
01dc744aed fix: only check migration_hash on doctype
other documents dont have this field, hash based migration is only for
doctypes.
2022-02-23 14:11:30 +05:30
Ankush Menat
2c2d8b8e08 fix: explicitly ignore duplicates 2022-02-23 14:11:30 +05:30
Suraj Shetty
bf742e106d
Merge pull request #16050 from surajshetty3416/fix-document-links 2022-02-23 13:56:29 +05:30
HarryPaulo
f4518e2cf9
fix(print): Added properties page-width, page-height (#16045) 2022-02-23 13:49:40 +05:30
Suraj Shetty
bedf60280f
fix(translation): Add all possible views as comment (#16097) 2022-02-23 13:21:21 +05:30
Ankush Menat
47893c5493 fix(ux): instructions/warning for doctype edits 2022-02-23 13:16:54 +05:30
Suraj Shetty
bea0b1bea2
Merge pull request #16091 from surajshetty3416/fix-de-translations 2022-02-23 10:23:25 +05:30
Suraj Shetty
522fb1d6d1 fix(translation): Remove duplicate entry 2022-02-23 10:19:00 +05:30
Rushabh Mehta
8bac504f41
Merge pull request #16055 from rmehta/fix-list-throttling
fix(minor): throttle listview refresh on same args for 3 seconds
2022-02-23 09:19:16 +05:30
Suraj Shetty
6df70921c2
Merge pull request #16086 from surajshetty3416/fix-color-picker-style 2022-02-23 09:00:10 +05:30
Suraj Shetty
466f946da5 fix: Color picker selected color style 2022-02-23 08:51:13 +05:30
Rushabh Mehta
2c1ef84a0b fix(minor): test: blur to set value 2022-02-22 23:10:47 +05:30