8000 perf: skip order by for open_count (backport #31472) by mergify[bot] · Pull Request #31480 · frappe/frappe · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

perf: skip order by for open_count (backport #31472) #31480

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 3, 2025

Conversation

mergify[bot]
Copy link
Contributor
@mergify mergify bot commented Mar 3, 2025
  • Not required, we are just counting
  • Helps in some cases because no need to scan in modified order.
  • Semantically correct anyway so eh.

This is an automatic backport of pull request #31472 done by [Mergify](https://mergify.com).

- Not required, we are just counting
- Helps in *some cases* because no need to scan in modified order.
- Semantically correct anyway so eh.

(cherry picked from commit 25c08ca)
@mergify mergify bot assigned ankush Mar 3, 2025
@ankush ankush enabled auto-merge (squash) March 3, 2025 09:30
@ankush ankush merged commit 5a2ad66 into version-14-hotfix Mar 3, 2025
8 of 9 checks passed
@ankush ankush deleted the mergify/bp/version-14-hotfix/pr-31472 branch March 3, 2025 09:38
frappe-pr-bot pushed a commit that referenced this pull request Mar 4, 2025
## [14.94.2](v14.94.1...v14.94.2) (2025-03-04)

### Bug Fixes

* check for running jobs before migrating (backport [#31438](#31438)) ([#31439](#31439)) ([c937328](c937328))
* check types explicitly ([b1be1d4](b1be1d4))
* ensure consistent error in response ([3b8c976](3b8c976))
* ensure correct context in `sys.exc_info` ([3000e66](3000e66))
* ensure exception is always returned ([17a318a](17a318a))
* Ensure that scheduled jobs don't start in maintenance_mode ([#31450](#31450)) ([#31455](#31455)) ([466a646](466a646))
* explicitly check type of form name ([21f7b33](21f7b33))
* fetch data from submitted child rows for global search indexing ([#31405](#31405)) ([#31406](#31406)) ([660be20](660be20))
* handle large URL on webhook logs (backport [#31428](#31428)) ([#31429](#31429)) ([c5e7e51](c5e7e51))
* ignore `disable_traceback` if `_dev_server` is True ([956af31](956af31))
* merge conflict ([ec77e5c](ec77e5c))
* merge conflicts ([fdcd4be](fdcd4be))
* **print:** handle custom format with custom module ([5ed9a3e](5ed9a3e))
* redo some fixes to ensure cypress passes (backport [#31334](#31334)) ([b7224b9](b7224b9))
* remove dev server condition ([c1bea8b](c1bea8b))
* remove flag to ensure some checks run ([4ee4708](4ee4708))
* remove merge conflict ([63f3e4a](63f3e4a))
* **send_message:** escape HTML in the text ([50bbf7e](50bbf7e))
* set login_id for sengrid ([c832259](c832259))
* template error on custom print format ([7f6948d](7f6948d))
* Update phonenumber library to handle new GY phone number format (backport [#31328](#31328)) ([#31342](#31342)) ([2386a8a](2386a8a))
* update type hints to allow integers ([8ad02b2](8ad02b2))
* update whitelisted methods ([997ff9b](997ff9b))
* **workflow_action:** Pass context as dict to render template ([49621bb](49621bb))

### Performance Improvements

* Add prefix index for file_url ([#29185](#29185)) ([#31403](#31403)) ([d2ad3de](d2ad3de))
* cast int-link field filters to string ([#31396](#31396)) ([#31397](#31397)) ([dbb2645](dbb2645))
* **doc:** skip order_by when name is set in load_from_db (backport [#18837](#18837)) ([#31452](#31452)) ([1f39f8e](1f39f8e))
* skip order by for open_count ([#31472](#31472)) ([#31480](#31480)) ([5a2ad66](5a2ad66))
* workspace cache thrashing (backport [#31446](#31446)) ([#31449](#31449)) ([4f39405](4f39405))
@frappe-pr-bot
Copy link
Collaborator

🎉 This PR is included in version 14.94.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 19, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants
0