gavin
4756efca91
Merge pull request #16477 from resilient-tech/perf-doc-get
perf: 80% faster `doc.get` for fields with `None` as value
há 3 anos
gavin
3f6bbd6349
Merge pull request #16474 from resilient-tech/perf-get-doc-filters
perf: reduce query when calling `get_doc` with filters
há 3 anos
Suraj Shetty
6f99a4d8db
chore: Update CODEOWNERS
há 3 anos
Shariq Ansari
0013f363e5
Merge branch 'develop' into customize-form-highlighted-rows-fix
há 3 anos
Sagar Vora
428fc98fa7
chore: add comment to explain line
há 3 anos
mergify[bot]
a2da74b84b
Merge pull request #16484 from shariquerik/failing-ui-test
test(fix): Cypress test form.js
há 3 anos
Sagar Vora
e73c552632
fix: implement `for_update` for Single documents
há 3 anos
Ankush Menat
046f5d31af
fix: don't update autoname field when using Document.save ( #16436 )
há 3 anos
Shariq Ansari
d24eff20ba
Merge branch 'develop' into failing-ui-test
há 3 anos
Sagar Vora
0c85ca1e59
Merge pull request #16448 from resilient-tech/perf-get_cached_value
perf: ~90% faster `get_cached_value` from Redis cache
há 3 anos
Sagar Vora
2775364afd
perf: 90% faster `get_cached_value` from Redis cache
há 3 anos
phot0n
7e1a0ed5de
test: test for fieldname which start with int
há 3 anos
mergify[bot]
8605516f98
Merge pull request #16482 from ChillarAnand/gh
fix: Use github.com as fallback when Github API rate limit is hit
há 3 anos
gavin
85fc1643c2
Merge pull request #16424 from resilient-tech/perf-cf
perf: improve Custom Field insertion time
há 3 anos
Shariq Ansari
888372cd57
test: fixed failing form.js cypress test
há 3 anos
ChillarAnand
f406aab62d
fix: Fix search issue with translated strings
há 3 anos
ChillarAnand
c94edc21f4
fix: Code clean up
há 3 anos
Suraj Shetty
bb98e47e11
Merge pull request #16470 from netchampfaris/refactor-background-jobs-page
há 3 anos
ChillarAnand
112593fb5f
fix: Use github.com when github api rate is crossed
há 3 anos
gavin
549d1bb02d
Merge pull request #16475 from resilient-tech/fix-get-val-as-dict
fix(`get_value`): make `as_dict` work for list-style filters
há 3 anos
ChillarAnand
49e1e54e4a
fix: Fix sider issues
há 3 anos
ChillarAnand
096d6459f7
fix: Fix case conversions
há 3 anos
ChillarAnand
a77381de2b
feat: Added fuzzy matching to awesome bar
há 3 anos
Suraj Shetty
beb84ffb2d
Merge pull request #16476 from resilient-tech/better-repr
há 3 anos
Suraj Shetty
487a877593
Merge pull request #16479 from pateljannat/section-with-features
há 3 anos
Jannat Patel
7da95d4f2e
fix: markdown support for section with features
há 3 anos
Sagar Vora
811c213082
perf: 80% faster `doc.get` for fields with `None` as value
há 3 anos
Sagar Vora
0ec26cee70
perf: use `as_dict` parameter
há 3 anos
Sagar Vora
d3f8f676d4
fix: show parent in `__repr__` only if available
há 3 anos
Sagar Vora
e1cc626bd5
style: improve code readability
há 3 anos
Sagar Vora
493c7025f5
fix(`get_value`): make `as_dict` work for list-style filters
há 3 anos
Sagar Vora
bd35734307
perf: reduce query when calling `get_doc` with filters
há 3 anos
phot0n
d032822093
fix: use backticks in test_cast_name
há 3 anos
phot0n
8296d6e84a
fix: use backticks for fieldname while preparing filters
há 3 anos
Suraj Shetty
be3d2a9732
Merge pull request #16186 from pateljannat/discussions-component-redesign
feat: discussions component redesign
há 3 anos
Faris Ansari
c7dbb61e55
fix: Refactor Background Jobs page
- Jobs/Worker view
- Filter by Queue Timeout and Job Status
- Toggle Auto Refresh
- Consistent theme
há 3 anos
Gavin D'souza
69df3edba3
fix(query): Typo in OPERATOR_MAP
há 3 anos
Gavin D'souza
b99cd7ab3b
refactor: frappe.utils.user
* Refactored raw SQLs and outdated APIs to use newer DB + QB APIs
* Simplified Python & Query logic
* Added type hints
* Styled with Black
há 3 anos
Gavin D'souza
d0bd4730da
refactor(file_manager): Refactor raw SQLs to use qb & db_query APIs
há 3 anos
Gavin D'souza
f8f9b19461
fix(set-last-active-for-user): Skip the extra lines to just do a set_value
há 3 anos
Sagar Vora
d606b873ae
Merge pull request #16467 from resilient-tech/perf-assets-2
perf: dont cache `assets_json` in Redis for `developer_mode`
há 3 anos
Sagar Vora
e02e640497
perf: dont cache `assets_json` in Redis for `developer_mode`
há 3 anos
Gavin D'souza
b4485665ad
refactor: frappe.utils.goal
* Deprecate filter_str in whitelisted get_monthly_goal_graph_data API;
use filter Dict instead
* Simplify logic
* Use qb notation instead of raw SQLs
* Raise 403 if user does not have access to document
Note: This includes a security fix
há 3 anos
gavin
457188802a
Merge pull request #16462 from resilient-tech/fix-get-all-children
fix: incorrect logic for `parenttype` parameter in `get_all_children`
há 3 anos
gavin
590a25ef78
Merge pull request #16465 from resilient-tech/refactor-get_assets_json
perf: cache parsed `assets_json` instead of string
há 3 anos
Gavin D'souza
cb3bcb5703
fix: Update Goal utils' tests
há 3 anos
Gavin D'souza
2d806b5d6d
fix: Ported subqry to branch for compatibility
Via https://github.com/frappe/frappe/pull/16107
há 3 anos
Gavin D'souza
71d3f1c0d1
feat(minor): Add DateFormat function util for qb
há 3 anos
Gavin D'souza
10e4ed7c1e
fix(query): Add human friendly operator oprions
há 3 anos
Shariq Ansari
8117655258
Merge branch 'develop' into customize-form-highlighted-rows-fix
há 3 anos