Commit graph

36811 commits

Author SHA1 Message Date
Rushabh Mehta
a8da557b03 fix(minor): test: blur to set value 2022-02-22 22:48:50 +05:30
Rushabh Mehta
1e48d058b7 fix(style): add wait for test 2022-02-22 12:51:11 +05:30
Rushabh Mehta
15c66f6900 fix(style): fix style for inline button in grid 2022-02-22 12:23:32 +05:30
Rushabh Mehta
f1f6b21cf1 fix(minor): styles for editable checks and links 2022-02-22 12:08:27 +05:30
Rushabh Mehta
4cb37c129b fix(minor): test and linting 2022-02-22 10:34:38 +05:30
Rushabh Mehta
5fd693d50e fix(minor): throttle listview refresh on same args for 3 seconds 2022-02-22 09:42:00 +05:30
Rushabh Mehta
8e3e0df5d7 fix(minor): throttle listview refresh on same args for 3 seconds 2022-02-22 09:42:00 +05:30
mergify[bot]
07c526cb89
Merge pull request #16065 from alyf-de/not-in
refactor: `not a in b` -> `a not in b`
2022-02-22 03:39:11 +00:00
Suraj Shetty
dc351b1a82
chore: Remove flag from codecov badge
To get the actual coverage of the repository
2022-02-22 08:29:02 +05:30
barredterra
be51b60c84 chore: ignore rev in blame 2022-02-21 19:56:45 +01:00
barredterra
745297a49d refactor: a not in b
Search: if not ([\w\d]*?) in ([\w\d]*?)
Replace: if $1 not in $2
2022-02-21 19:54:34 +01:00
mergify[bot]
aeba8a2a64
Merge pull request #15949 from ankush/frm_call
fix: consider parenttype and parent as std child fields
2022-02-21 12:28:54 +00:00
gavin
7a9a95f10f
Merge pull request #16016 from bene/develop
fix: broken validation for custom LDAP servers
2022-02-21 16:38:34 +05:30
Ankush Menat
87fb4d4459
Merge branch 'develop' into frm_call 2022-02-21 15:53:27 +05:30
mergify[bot]
ba60d44402
Merge pull request #15738 from resilient-tech/custom-columns-for-multi-select-dialog
feat: custom columns for `MultiSelectDialog`
2022-02-21 09:17:11 +00:00
Suraj Shetty
392b91b24c
Merge branch 'develop' into develop 2022-02-21 14:37:38 +05:30
mergify[bot]
8a7b9ca77f
Merge pull request #15877 from gavindsouza/migrate-refactor
refactor: Site Migration
2022-02-21 09:06:52 +00:00
mergify[bot]
bebbedeee8
Merge pull request #16039 from resilient-tech/clickable-URI
fix: share clickable URLs from List View
2022-02-21 07:48:23 +00:00
Suraj Shetty
dd63dfd56a
Merge branch 'develop' into clickable-URI 2022-02-21 12:49:06 +05:30
Suraj Shetty
d7072cf729
Merge pull request #16048 from surajshetty3416/fix-ui-build 2022-02-21 12:48:50 +05:30
Suraj Shetty
21fcd00416 ci: While running all builds set build-server as well 2022-02-21 11:07:37 +05:30
Suraj Shetty
5de89df5b7 ci: Only upload server-side coverage report if .py files are changed 2022-02-21 09:32:44 +05:30
mergify[bot]
c332254688
Merge pull request #15965 from nextchamp-saqib/refresh-dependency-for-tabs
fix: depends_on not working with tabs
2022-02-19 16:03:04 +00:00
Deepesh Garg
d5ce2b4a8c
fix: Totalling for tree view reports (#15950) 2022-02-19 21:22:35 +05:30
gavin
c20a0ba53e
Merge pull request #16027 from ChillarAnand/gzip
fix: Removed verbose flag for gzip
2022-02-18 20:26:16 +05:30
Sagar Vora
2d5c9651df fix: share clickable URLs from List View 2022-02-18 18:10:10 +05:30
Shariq Ansari
d1d685b0af
Merge branch 'develop' into refresh-dependency-for-tabs 2022-02-18 15:03:26 +05:30
Saqib Ansari
b853902890 chore: add missing semicolon 2022-02-18 13:03:31 +05:30
Saqib Ansari
74748c60b2 test: depends on for tabs 2022-02-18 12:45:21 +05:30
Suraj Shetty
74435290df
Merge pull request #16009 from surajshetty3416/fix-webform-options 2022-02-18 11:13:16 +05:30
Suraj Shetty
f502f49c71
Merge branch 'develop' into fix-webform-options 2022-02-17 19:13:30 +05:30
Suraj Shetty
9262d2774e fix(grid): Update docfields for new record 2022-02-17 18:50:33 +05:30
Suraj Shetty
3d3e6df74a
Merge pull request #16012 from surajshetty3416/server-side-coverage-in-ui-tests 2022-02-17 18:20:28 +05:30
Suraj Shetty
628c9bc288
ci: Remove build.py from exclusion list
Co-authored-by: gavin <gavin18d@gmail.com>
2022-02-17 16:57:27 +05:30
ChillarAnand
0a1cd9e623 fix: Removed verbose flag for gzip 2022-02-17 15:43:07 +05:30
Suraj Shetty
a8c9b92a01 fix: No need to reset docfields, grid row already has df copy 2022-02-17 12:16:35 +05:30
Suraj Shetty
bb00c34e72 fix: Update grid-row docfield instead of updating doctype meta 2022-02-17 11:30:28 +05:30
Suraj Shetty
383eb668bf fix: Update docfields of a doctype while doing update_docfield_property
- This is necessary to get updated docfields while adding new row
2022-02-17 11:27:34 +05:30
Ankush Menat
95ff71f289
Merge pull request #16021 from resilient-tech/fix-typo
fix: incorrect function name in call
2022-02-17 10:52:20 +05:30
Sagar Vora
0f95c2716d fix: incorrect function name in call 2022-02-17 10:50:31 +05:30
Sagar Vora
4791386a80
Merge pull request #16020 from resilient-tech/validate!
fix: improved validation
2022-02-17 10:36:11 +05:30
Sagar Vora
de22bd6297 fix: improved validation 2022-02-17 10:35:15 +05:30
Suraj Shetty
e0dcabf224 ci: Build not required for UI tests
Since we build again after instrumentation
2022-02-17 09:52:49 +05:30
Benedict Allerberger
4fb22d0f34
fix: broken validation for custom LDAP server 2022-02-16 22:23:27 +01:00
mergify[bot]
39da0b89b1
Merge pull request #15787 from shariquerik/update-child-table-on-new-connection
fix: update child table row's linked field on creating new connection
2022-02-16 13:10:12 +00:00
Suraj Shetty
4e24efda8f ci: Exclude coverage.py and build.py from the report 2022-02-16 17:44:14 +05:30
Suraj Shetty
20056a447f ci: Track server-side coverage as well while doing UI tests 2022-02-16 17:21:59 +05:30
mergify[bot]
12870ffd77
Merge pull request #15976 from resilient-tech/perf-tree
perf: reduce one query in `get_controller`
2022-02-16 10:36:02 +00:00
gavin
5809081ea1
Merge pull request #16006 from resilient-tech/fix-file-delete
fix: use `throw` instead of `msgprint`
2022-02-16 15:08:27 +05:30
Sagar Vora
2337c70b7a fix: use throw instead of msgprint 2022-02-16 14:42:19 +05:30