Skip to content
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

perf: reduce DB calls in frappe.client.get (and other changes) (backport #17665) #17711

Merged
merged 1 commit into from
Aug 2, 2022

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Aug 2, 2022

This is an automatic backport of pull request #17665 done by Mergify.


Mergify commands and options

More conditions and actions can be found in the documentation.

You can also trigger Mergify actions by commenting on this pull request:

  • @Mergifyio refresh will re-evaluate the rules
  • @Mergifyio rebase will rebase this PR on its base branch
  • @Mergifyio update will merge the base branch into this PR
  • @Mergifyio backport <destination> will backport this PR on <destination> branch

Additionally, on Mergify dashboard you can:

  • look at your merge queues
  • generate the Mergify configuration with the config editor.

Finally, you can contact us on https://mergify.com

@mergify mergify bot requested a review from a team as a code owner August 2, 2022 10:09
@mergify mergify bot requested review from surajshetty3416 and removed request for a team August 2, 2022 10:09
@github-actions github-actions bot added the add-test-cases Add test case to validate fix or enhancement label Aug 2, 2022
@ankush ankush added the Skip CI Doesn't run Ci for this PR. label Aug 2, 2022
@ankush ankush merged commit 1655fb3 into version-14-hotfix Aug 2, 2022
@mergify mergify bot deleted the mergify/bp/version-14-hotfix/pr-17665 branch August 2, 2022 10:10
frappe-pr-bot pushed a commit that referenced this pull request Aug 3, 2022
## [14.0.1](v14.0.0...v14.0.1) (2022-08-03)

### Bug Fixes

* Append to condition misleading message ([#17696](#17696)) ([#17709](#17709)) ([f05b517](f05b517))
* **global_search:** Trigger rebuilding on Custom Field's property change ([#17706](#17706)) ([a5d576f](a5d576f))
* max_positive_value for Integer types ([#17712](#17712)) ([#17714](#17714)) ([306af63](306af63))
* set /app as redirect for pageview home button ([#17715](#17715)) ([#17717](#17717)) ([594944a](594944a))
* translate each role ([6816f83](6816f83))
* use `throw` ([f7ce174](f7ce174))
* use warn util ([c66fa28](c66fa28))

### Performance Improvements

* reduce DB call in `frappe.client.get` ([#17665](#17665)) ([#17711](#17711)) ([1655fb3](1655fb3))
* specify reference doctype in filters ([#17704](#17704)) ([fc230b4](fc230b4))
@frappe-pr-bot
Copy link
Collaborator

🎉 This PR is included in version 14.0.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

developmentforpeople pushed a commit to developmentforpeople/frappe that referenced this pull request Aug 7, 2022
## [14.0.1](frappe/frappe@v14.0.0...v14.0.1) (2022-08-03)

### Bug Fixes

* Append to condition misleading message ([frappe#17696](frappe#17696)) ([frappe#17709](frappe#17709)) ([f05b517](frappe@f05b517))
* **global_search:** Trigger rebuilding on Custom Field's property change ([frappe#17706](frappe#17706)) ([a5d576f](frappe@a5d576f))
* max_positive_value for Integer types ([frappe#17712](frappe#17712)) ([frappe#17714](frappe#17714)) ([306af63](frappe@306af63))
* set /app as redirect for pageview home button ([frappe#17715](frappe#17715)) ([frappe#17717](frappe#17717)) ([594944a](frappe@594944a))
* translate each role ([6816f83](frappe@6816f83))
* use `throw` ([f7ce174](frappe@f7ce174))
* use warn util ([c66fa28](frappe@c66fa28))

### Performance Improvements

* reduce DB call in `frappe.client.get` ([frappe#17665](frappe#17665)) ([frappe#17711](frappe#17711)) ([1655fb3](frappe@1655fb3))
* specify reference doctype in filters ([frappe#17704](frappe#17704)) ([fc230b4](frappe@fc230b4))
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 5, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
add-test-cases Add test case to validate fix or enhancement released Skip CI Doesn't run Ci for this PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants