Suraj Shetty
bc4c1c1eff
Merge branch 'develop' into fix-link
2021-11-12 11:29:04 +05:30
mergify[bot]
5c3a1be02e
Merge pull request #14565 from shariquerik/check-ui-test
...
test: Cypress flaky test
2021-11-12 05:55:18 +00:00
Sagar Vora
0b0f896258
fix: cleaner implementation for link validation
2021-11-12 10:36:21 +05:30
mergify[bot]
07c8c1ffad
Merge pull request #14530 from resilient-tech/fix-esbuild-cleanup
...
refactor: a better way to cleanup older assets when newer ones are built
2021-11-12 04:59:58 +00:00
Suraj Shetty
66d1b08d06
Merge branch 'develop' into check-ui-test
2021-11-12 10:29:14 +05:30
Suraj Shetty
063fa5fd7c
Merge pull request #14961 from frappe/surajshetty3416-patch-1
2021-11-12 10:05:51 +05:30
Suraj Shetty
7c70efe9e2
Merge branch 'develop' into fix-esbuild-cleanup
2021-11-12 09:48:02 +05:30
Suraj Shetty
a3802beca7
Merge branch 'develop' into surajshetty3416-patch-1
2021-11-12 09:31:07 +05:30
Suraj Shetty
a73f47011d
Merge pull request #14949 from ankush/hf_patch_test
2021-11-12 09:28:03 +05:30
Suraj Shetty
9e8e80d41b
fix: Reload user doctype to avoid patch failure
2021-11-12 08:51:38 +05:30
Suraj Shetty
df862ddc45
Merge pull request #14943 from resilient-tech/fix-validate-link
2021-11-11 17:28:32 +05:30
Shariq Ansari
d27d880402
fix: Dashboard Chart to support Child Table Doctype. ( #13995 )
...
* fix: Dashboard Chart with child table doctype
* test: UI test
* fix: Made Parent Document Type visible if Document Type is set
2021-11-11 15:09:58 +05:30
Shariq Ansari
67aab24bd0
test: fixed failing tests
2021-11-11 14:52:31 +05:30
Sagar Vora
cc5c153299
fix: remove console.log
2021-11-11 13:29:38 +05:30
Shariq Ansari
520336e6ee
test: Updated control_duration.js
2021-11-11 12:40:06 +05:30
Sagar Vora
1fd53c4306
test: intercept validate_link instead of get_value
2021-11-11 12:30:30 +05:30
Sagar Vora
af41d9f8a5
fix: stricter validation
2021-11-11 12:29:49 +05:30
Ankush Menat
b70251baba
ci: user hotfix branches for patch test
2021-11-11 12:25:03 +05:30
Sagar Vora
9503e7788a
fix: restore validate_link
2021-11-11 12:24:22 +05:30
mergify[bot]
20e3ed9ff9
revert: "feat(minor): Implement __getitem__ in Base Document" (backport #14945 ) ( #14946 )
...
* Revert "feat(minor): Implement __getitem__ in Base Document (#14855 )"
This reverts commit 583a7ef23923d362c85beeabe57703c2d5b12a65.
(cherry picked from commit d165fb3d477e65f7a395118f69278f2cb5c7f4e5)
* fix: keyerror in auto email report
(cherry picked from commit aac20f5d159875a5f3c9b4a6d74beec390e617dd)
Co-authored-by: Ankush Menat <ankush@frappe.io>
2021-11-11 12:13:52 +05:30
Shariq Ansari
15daadf5a6
test: failing test fixes
2021-11-11 11:20:50 +05:30
Shariq Ansari
8f1e7b9704
test: failing test fixes
2021-11-10 22:16:37 +05:30
Shariq Ansari
9d4410efb9
Merge branch 'frappe:develop' into check-ui-test
2021-11-10 21:21:12 +05:30
mergify[bot]
318d4faed2
Merge pull request #14874 from pateljannat/github-email-issue
...
fix: Github API endpoint
2021-11-10 11:19:59 +00:00
Shariq Ansari
990797080a
test: minor fixes
2021-11-10 12:42:34 +05:30
Shariq Ansari
990b9f0ec3
test: Changing cypress browser to chrome
2021-11-10 11:45:53 +05:30
Suraj Shetty
1141b48c2e
Merge branch 'develop' into check-ui-test
2021-11-10 11:10:32 +05:30
mergify[bot]
6457d58ece
Merge pull request #14928 from ankush/modified_nsm
...
fix: dont update `modified` for changes due to nsm implementation
2021-11-09 12:40:42 +00:00
Ankush Menat
6a50442936
refactor(minor): better variable names
2021-11-09 17:11:41 +05:30
Ankush Menat
fb929566cc
fix: don't change modified when updating lft/rgt
...
These are implementation details and not explicitly modified by user.
IMO these `modified` value shouldn't change just because node has moved
around due to NSM change.
as
2021-11-09 17:11:39 +05:30
mergify[bot]
1787128b44
Merge pull request #14926 from codescientist703/remove-chat
...
chore: Remove Chat Module
2021-11-09 10:30:57 +00:00
Shariq Ansari
cbbf09e1cc
revert: 'test: Removing cypress ui test retry'
2021-11-09 15:36:56 +05:30
codescientist703
e8c25cf0f3
fix: added socketio initialization
2021-11-09 15:09:12 +05:30
Jannat Patel
7771e0b2c9
fix: removed unused imports
2021-11-09 14:49:27 +05:30
Nihal Mittal
6fdd34630e
Merge branch 'develop' into remove-chat
2021-11-09 14:37:42 +05:30
Jannat Patel
845c589497
test: ignore permissions
2021-11-09 14:33:41 +05:30
codescientist703
6232bfbd39
fix: remove unused assets
2021-11-09 14:33:28 +05:30
Anurag0911
8b7629c064
feat: Encrypted Backups ( #14513 )
...
* feat: backup-encryption
* fix: Using encryption key and Minor changes.
* fix: Sider.
* fix: Closing curly brace does not appear on the same line as the subsequent block.
* fix: Review Suggestions.
* fix: Minor changes.
* chore: Icon
* fix: Icon and Privileges Changes.
2021-11-09 13:58:57 +05:30
codescientist703
ed13182573
chore: Remove Chat Module
2021-11-09 13:44:57 +05:30
Jannat Patel
08faf731e0
test: github login
2021-11-09 13:38:17 +05:30
Pruthvi Patel
30452c8b9c
style: use const instead of let
2021-11-09 13:00:15 +05:30
Pruthvi Patel
c648346742
refactor: a better way to cleanup older assets when newer ones are built
2021-11-09 12:54:17 +05:30
mergify[bot]
6740f1c360
Merge pull request #14913 from Aradhya-Tripathi/at/query/functions
...
refactor: converting raw SQL queries
2021-11-09 06:41:41 +00:00
Suraj Shetty
31d5d81e31
revert: "chore: Remove chat module" ( #14922 )
2021-11-09 10:30:00 +05:30
Aradhya-Tripathi
7ba23ed39d
fix: fixed sider issues
2021-11-09 10:21:15 +05:30
Aradhya-Tripathi
5e818198be
refactor: converted queries in rename doc
2021-11-09 10:19:54 +05:30
Rushabh Mehta
da6b86ef4f
Merge pull request #14411 from codescientist703/remove-chat
...
chore: Remove chat module
2021-11-09 09:54:22 +05:30
Jannat Patel
88d8c1e56a
fix: public info api
2021-11-08 20:17:07 +05:30
Shariq Ansari
1b00f56e69
test: Updated navigation.js
2021-11-08 19:26:21 +05:30
Shariq Ansari
25ffd6ddec
test: Updated report_view.js
2021-11-08 18:52:52 +05:30