Commit graph

34963 commits

Author SHA1 Message Date
Ankush Menat
56f5b3d1f3 test: make global search tests less flaky 2021-10-24 14:46:02 +05:30
Ankush Menat
cbe673255b fix(ux): allow fuzzy search in website search
FuzzyTerm allows edit distance based fuzzy searching. This means "webho" or
"wabhool" will match "webhook".
2021-10-24 14:46:02 +05:30
gavin
a930e98ca3
Merge pull request #14548 from gavindsouza/fix-flaky-printview
test(website): Clear db.value_cache on tearDown
2021-10-22 20:13:08 +05:30
mergify[bot]
41b550d81d
Merge pull request #14546 from ankush/awesomebar_flaky_test
test: fix flaky awesome_bar test
2021-10-22 12:55:32 +00:00
Gavin D'souza
f08faf151c test(website): Clear db.value_cache on tearDown 2021-10-22 18:18:14 +05:30
Ankush Menat
5996d6829d test: fix flaky awesome_bar test 2021-10-22 15:47:17 +05:30
mergify[bot]
8cbbda7ab7
Merge pull request #14441 from Aradhya-Tripathi/query-conversion
refactor: replacing raw SQL queries with frappe ORM
2021-10-22 09:00:42 +00:00
Gavin D'souza
cb66e6508d refactor(minor): Use pluck & better var naming 2021-10-22 14:17:52 +05:30
Aradhya-Tripathi
0410a88aea refactor: replaced sql_list 2021-10-22 13:31:36 +05:30
gavin
1b8c826ae1
Merge pull request #14531 from ankush/remove_debug
fix: remove debug statements
2021-10-22 12:52:07 +05:30
Umair Sayed
616d97ce78
Changed default for Email Log from 90 to 30 days (#14543) 2021-10-22 07:17:30 +00:00
Aradhya-Tripathi
e46b1d1116 feat: Added pluck in sql to mirror sql_list 2021-10-22 12:44:33 +05:30
mergify[bot]
ff27f80280
Merge pull request #14445 from resilient-tech/refactor-fetch-from
refactor: improved design for fetching values using `add_fetch`
2021-10-22 04:47:10 +00:00
mergify[bot]
725013751b
Merge pull request #14538 from frappe/slow_search
fix(ux): debounce awesome_bar search
2021-10-22 03:33:53 +00:00
Aradhya-Tripathi
012edfe090 refactor: made style changes & fixed query conversions 2021-10-22 01:15:46 +05:30
Ankush Menat
128728a0c2 fix: debounce awesome_bar search
When system language is not english each call to search translates all
doctypes, reports etc to match them. This is computationally intensive
and freezes DOM while typing.

Debouncing to make it usable for now.

Ideal solution: cache translations of standard objects somehow / debounce + async.

refer: https://github.com/frappe/frappe/issues/13914

- replaced manual implementation of debouncing with frappe.utils.debounce
- increased timeout to 500ms.
- assuming ~30 wpm and 5 letter / word ~= 0.4 second / letter.
2021-10-21 23:44:47 +05:30
Sagar Vora
7aa8059b57 test: add UI test to ensure fetch_from works 2021-10-21 19:11:17 +05:30
Sagar Vora
f2b319920c refactor: improved design for fetching values using add_fetch 2021-10-21 19:00:30 +05:30
Suraj Shetty
cfa257929e
Merge pull request #14532 from resilient-tech/setDefault 2021-10-21 17:45:47 +05:30
mergify[bot]
dfffcc38b6
Merge pull request #14488 from resilient-tech/bulk_update
fix: ignore `flags` in `frappe.client.bulk_update`
2021-10-21 12:05:13 +00:00
Sagar Vora
551f68d85a feat: setDefault for JS Objects 2021-10-21 17:03:43 +05:30
Ankush Menat
a4772d7923
fix: remove debug statement 2021-10-21 16:58:13 +05:30
Sagar Vora
9df93d341b fix: ignore flags in frappe.client.bulk_update 2021-10-21 15:35:02 +05:30
mergify[bot]
c616e557fd
Merge pull request #14358 from dj12djdjs/feat-bulk-rename-merge
feat: bulk rename allow merge option
2021-10-21 08:05:44 +00:00
mergify[bot]
d54c6e6d7a
Merge pull request #14451 from shariquerik/revert-single-scrollbar-pr
revert: Reverting single vertical scrollbar fix
2021-10-21 07:48:03 +00:00
mergify[bot]
6299938165
Merge pull request #14266 from shariquerik/wspace-code-cleanup
fix: Workspace 2.0 code cleanup
2021-10-21 07:31:07 +00:00
Suraj Shetty
5d6252c93e
Merge pull request #14519 from shariquerik/info-timeline-user-fix 2021-10-21 12:14:49 +05:30
mergify[bot]
20a1d2ded5
Merge pull request #14419 from alyf-de/multi-doctype-custom-fields
feat: allow tuple of DocTypes as key
2021-10-21 06:32:55 +00:00
Shariq Ansari
f26dab4b56
Merge branch 'frappe:develop' into revert-single-scrollbar-pr 2021-10-21 11:49:57 +05:30
mergify[bot]
3c25060b3c
Merge pull request #14517 from ankush/remove_requirements
refactor!: remove dev requirements from requirements.txt
2021-10-20 13:07:56 +00:00
Shariq Ansari
583befe9d4
Merge branch 'frappe:develop' into info-timeline-user-fix 2021-10-20 18:24:06 +05:30
Shariq Ansari
53242a6c2d fix: In info timeline content user should be owner not comment_email 2021-10-20 15:05:33 +05:30
Ankush Menat
61a59240dd
ci: install dev dependencies for server tests 2021-10-20 12:46:07 +05:30
Ankush Menat
121533cf13
refactor: remove chalk dependency 2021-10-20 12:46:05 +05:30
Ankush Menat
a0262fd779
refactor!: remove unittest-xml-reporting dependency 2021-10-20 12:43:15 +05:30
Ankush Menat
49b157e7e5
refactor!: remove ngrok from requirements.txt 2021-10-20 12:43:15 +05:30
Ankush Menat
a6c752458b
refactor!: remove faker from requirements.txt 2021-10-20 12:43:12 +05:30
mergify[bot]
9f0fe09e00
Merge pull request #14515 from nextchamp-saqib/prevent-report-errors
fix: prevent report error for AttachmentLimitReached exceptions
2021-10-20 05:24:12 +00:00
Saqib Ansari
3b4530ef5d fix: prevent report error for AttachmentLimitReached exceptions 2021-10-20 10:38:30 +05:30
mergify[bot]
af54411e01
Merge pull request #14392 from shariquerik/list-check-all-fix
fix: Update check all checkbox based on checked rows in List View
2021-10-20 02:53:49 +00:00
Shariq Ansari
f987c52946
Merge branch 'frappe:develop' into list-check-all-fix 2021-10-19 20:18:17 +05:30
Shariq Ansari
0dfc5989fd
Merge branch 'frappe:develop' into wspace-code-cleanup 2021-10-19 20:16:33 +05:30
Shariq Ansari
af0166ed06
Merge branch 'frappe:develop' into revert-single-scrollbar-pr 2021-10-19 20:14:29 +05:30
mergify[bot]
bfdc7b43d5
Merge pull request #14503 from shariquerik/cypress-ui-test
test: Cypress UI test fixes
2021-10-19 14:42:41 +00:00
Suraj Shetty
a892925f73
Merge pull request #14504 from surajshetty3416/fix-as-json 2021-10-19 20:01:55 +05:30
Shariq Ansari
06c8cbceb9 test: Commenting relative_time_filters.js 2021-10-19 19:46:33 +05:30
Shariq Ansari
9673822e2e
Merge branch 'frappe:develop' into revert-single-scrollbar-pr 2021-10-19 19:28:55 +05:30
Suraj Shetty
50e9930ca5
ci: Disable patch status
Can be enabled later
2021-10-19 18:53:43 +05:30
Suraj Shetty
7f86137b74 fix: List header alignment 2021-10-19 18:44:01 +05:30
Suraj Shetty
d47f23dd3a fix(Print): Select button alignment issue 2021-10-19 18:43:44 +05:30