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

fix: drop table if exists for action and links (backport #19888) #19894

Merged
merged 1 commit into from
Feb 2, 2023

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Feb 2, 2023

This is an automatic backport of pull request #19888 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 review from a team and phot0n and removed request for a team February 2, 2023 06:21
@mergify mergify bot assigned ankush Feb 2, 2023
@ankush ankush added the Skip CI Doesn't run Ci for this PR. label Feb 2, 2023
@ankush ankush merged commit f7b0841 into version-14-hotfix Feb 2, 2023
@ankush ankush deleted the mergify/bp/version-14-hotfix/pr-19888 branch February 2, 2023 06:22
frappe-pr-bot pushed a commit that referenced this pull request Feb 13, 2023
## [14.25.2](v14.25.1...v14.25.2) (2023-02-13)

### Bug Fixes

* Apply permissions on Report sidebar ([50e8f20](50e8f20))
* can't sign out due to missing roles ([#19905](#19905)) ([#19907](#19907)) ([58a2183](58a2183))
* Consider parenttype when renaming ([#19901](#19901)) ([#19903](#19903)) ([61e9878](61e9878))
* **Database:** frappe.db.get_value/count not escaping filter values ([c838d3d](c838d3d))
* **db_query:** Allow link field to have 'tab' ([#19820](#19820)) ([#19855](#19855)) ([8db346e](8db346e))
* **desk:** Filter out other doctypes on list_update event ([464d89f](464d89f))
* dont apply varchar length validation on singles ([#19872](#19872)) ([#19873](#19873)) ([75ecdce](75ecdce))
* Dont setup socketio events on new doc ([#19864](#19864)) ([#19866](#19866)) ([c26507b](c26507b))
* drop table if exists for action and links ([#19894](#19894)) ([f7b0841](f7b0841))
* duplicate website theme generation (backport [#19848](#19848)) ([#19850](#19850)) ([653a82d](653a82d))
* event date exception ([#19955](#19955)) ([#20009](#20009)) ([5a2532b](5a2532b))
* grid search without frm object (backport [#19798](#19798)) ([a52f49a](a52f49a))
* ignore permission for marking Note as seen ([#19939](#19939)) ([#20005](#20005)) ([7bb97de](7bb97de))
* ldap with 2fa ([#19753](#19753)) ([#19876](#19876)) ([018d3cb](018d3cb))
* login before check should be inclusive ([#19974](#19974)) ([#19976](#19976)) ([ea8cec8](ea8cec8))
* Many migration fixes (copy [#19912](#19912)) ([#19923](#19923)) ([b061b31](b061b31))
* misc migration related fixes ([#19874](#19874)) ([#19881](#19881)) ([ed4ffcc](ed4ffcc))
* **new-site:** Pass sql archive as --source-sql ([687aa24](687aa24))
* PermissionError ([#19856](#19856)) ([#19858](#19858)) ([1a066f1](1a066f1))
* possible none value evaluation in get_formatted function ([fc5ee9d](fc5ee9d))
* Report sidebar must consider Permission Query (backport [#19588](#19588)) ([#19847](#19847)) ([a00831d](a00831d))
* sanitize form dict in error logs ([#19835](#19835)) ([fc720f8](fc720f8))
* Setting default print format ([#19862](#19862)) ([#19863](#19863)) ([a5b83d0](a5b83d0))
* show/hide tab content when we switch tab ([bcc3510](bcc3510))
* String formatting index in error message ([#19977](#19977)) ([#19979](#19979)) ([5eec59e](5eec59e))
* support for different delimiter for timeline email linking ([#19751](#19751)) ([#19914](#19914)) ([330a8e8](330a8e8))
* translations update in MutliSelectDialog ([16af3f8](16af3f8))
* **trim-tables:** Exclude virtual doctypes from query ([a5a2b59](a5a2b59))
* Use debounce to process_document_refreshes ([e5c25c9](e5c25c9))
* use sender from formatted email body for email queue (backport [#19885](#19885)) ([#19887](#19887)) ([321e886](321e886))

### Performance Improvements

* Batched List Updates ([a0aa4a7](a0aa4a7))

### Reverts

* Revert "fix: Report sidebar must consider Permission Query (backport #19588) (#19847)" (#19851) ([03a93ad](03a93ad)), closes [#19588](#19588) [#19847](#19847) [#19851](#19851)
@frappe-pr-bot
Copy link
Collaborator

🎉 This PR is included in version 14.25.2 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

developmentforpeople pushed a commit to Ayuda-Efectiva/frappe that referenced this pull request Feb 24, 2023
closes frappe#19712

(cherry picked from commit dad0e5c)

Co-authored-by: Ankush Menat <ankush@frappe.io>
developmentforpeople pushed a commit to Ayuda-Efectiva/frappe that referenced this pull request Feb 24, 2023
## [14.25.2](frappe/frappe@v14.25.1...v14.25.2) (2023-02-13)

### Bug Fixes

* Apply permissions on Report sidebar ([50e8f20](frappe@50e8f20))
* can't sign out due to missing roles ([frappe#19905](frappe#19905)) ([frappe#19907](frappe#19907)) ([58a2183](frappe@58a2183))
* Consider parenttype when renaming ([frappe#19901](frappe#19901)) ([frappe#19903](frappe#19903)) ([61e9878](frappe@61e9878))
* **Database:** frappe.db.get_value/count not escaping filter values ([c838d3d](frappe@c838d3d))
* **db_query:** Allow link field to have 'tab' ([frappe#19820](frappe#19820)) ([frappe#19855](frappe#19855)) ([8db346e](frappe@8db346e))
* **desk:** Filter out other doctypes on list_update event ([464d89f](frappe@464d89f))
* dont apply varchar length validation on singles ([frappe#19872](frappe#19872)) ([frappe#19873](frappe#19873)) ([75ecdce](frappe@75ecdce))
* Dont setup socketio events on new doc ([frappe#19864](frappe#19864)) ([frappe#19866](frappe#19866)) ([c26507b](frappe@c26507b))
* drop table if exists for action and links ([frappe#19894](frappe#19894)) ([f7b0841](frappe@f7b0841))
* duplicate website theme generation (backport [frappe#19848](frappe#19848)) ([frappe#19850](frappe#19850)) ([653a82d](frappe@653a82d))
* event date exception ([frappe#19955](frappe#19955)) ([frappe#20009](frappe#20009)) ([5a2532b](frappe@5a2532b))
* grid search without frm object (backport [frappe#19798](frappe#19798)) ([a52f49a](frappe@a52f49a))
* ignore permission for marking Note as seen ([frappe#19939](frappe#19939)) ([frappe#20005](frappe#20005)) ([7bb97de](frappe@7bb97de))
* ldap with 2fa ([frappe#19753](frappe#19753)) ([frappe#19876](frappe#19876)) ([018d3cb](frappe@018d3cb))
* login before check should be inclusive ([frappe#19974](frappe#19974)) ([frappe#19976](frappe#19976)) ([ea8cec8](frappe@ea8cec8))
* Many migration fixes (copy [frappe#19912](frappe#19912)) ([frappe#19923](frappe#19923)) ([b061b31](frappe@b061b31))
* misc migration related fixes ([frappe#19874](frappe#19874)) ([frappe#19881](frappe#19881)) ([ed4ffcc](frappe@ed4ffcc))
* **new-site:** Pass sql archive as --source-sql ([687aa24](frappe@687aa24))
* PermissionError ([frappe#19856](frappe#19856)) ([frappe#19858](frappe#19858)) ([1a066f1](frappe@1a066f1))
* possible none value evaluation in get_formatted function ([fc5ee9d](frappe@fc5ee9d))
* Report sidebar must consider Permission Query (backport [frappe#19588](frappe#19588)) ([frappe#19847](frappe#19847)) ([a00831d](frappe@a00831d))
* sanitize form dict in error logs ([frappe#19835](frappe#19835)) ([fc720f8](frappe@fc720f8))
* Setting default print format ([frappe#19862](frappe#19862)) ([frappe#19863](frappe#19863)) ([a5b83d0](frappe@a5b83d0))
* show/hide tab content when we switch tab ([bcc3510](frappe@bcc3510))
* String formatting index in error message ([frappe#19977](frappe#19977)) ([frappe#19979](frappe#19979)) ([5eec59e](frappe@5eec59e))
* support for different delimiter for timeline email linking ([frappe#19751](frappe#19751)) ([frappe#19914](frappe#19914)) ([330a8e8](frappe@330a8e8))
* translations update in MutliSelectDialog ([16af3f8](frappe@16af3f8))
* **trim-tables:** Exclude virtual doctypes from query ([a5a2b59](frappe@a5a2b59))
* Use debounce to process_document_refreshes ([e5c25c9](frappe@e5c25c9))
* use sender from formatted email body for email queue (backport [frappe#19885](frappe#19885)) ([frappe#19887](frappe#19887)) ([321e886](frappe@321e886))

### Performance Improvements

* Batched List Updates ([a0aa4a7](frappe@a0aa4a7))

### Reverts

* Revert "fix: Report sidebar must consider Permission Query (backport frappe#19588) (frappe#19847)" (frappe#19851) ([03a93ad](frappe@03a93ad)), closes [frappe#19588](frappe#19588) [frappe#19847](frappe#19847) [frappe#19851](frappe#19851)
developmentforpeople pushed a commit to developmentforpeople/frappe that referenced this pull request Feb 25, 2023
closes frappe#19712

(cherry picked from commit dad0e5c)

Co-authored-by: Ankush Menat <ankush@frappe.io>
developmentforpeople pushed a commit to developmentforpeople/frappe that referenced this pull request Feb 25, 2023
## [14.25.2](frappe/frappe@v14.25.1...v14.25.2) (2023-02-13)

### Bug Fixes

* Apply permissions on Report sidebar ([50e8f20](frappe@50e8f20))
* can't sign out due to missing roles ([frappe#19905](frappe#19905)) ([frappe#19907](frappe#19907)) ([58a2183](frappe@58a2183))
* Consider parenttype when renaming ([frappe#19901](frappe#19901)) ([frappe#19903](frappe#19903)) ([61e9878](frappe@61e9878))
* **Database:** frappe.db.get_value/count not escaping filter values ([c838d3d](frappe@c838d3d))
* **db_query:** Allow link field to have 'tab' ([frappe#19820](frappe#19820)) ([frappe#19855](frappe#19855)) ([8db346e](frappe@8db346e))
* **desk:** Filter out other doctypes on list_update event ([464d89f](frappe@464d89f))
* dont apply varchar length validation on singles ([frappe#19872](frappe#19872)) ([frappe#19873](frappe#19873)) ([75ecdce](frappe@75ecdce))
* Dont setup socketio events on new doc ([frappe#19864](frappe#19864)) ([frappe#19866](frappe#19866)) ([c26507b](frappe@c26507b))
* drop table if exists for action and links ([frappe#19894](frappe#19894)) ([f7b0841](frappe@f7b0841))
* duplicate website theme generation (backport [frappe#19848](frappe#19848)) ([frappe#19850](frappe#19850)) ([653a82d](frappe@653a82d))
* event date exception ([frappe#19955](frappe#19955)) ([frappe#20009](frappe#20009)) ([5a2532b](frappe@5a2532b))
* grid search without frm object (backport [frappe#19798](frappe#19798)) ([a52f49a](frappe@a52f49a))
* ignore permission for marking Note as seen ([frappe#19939](frappe#19939)) ([frappe#20005](frappe#20005)) ([7bb97de](frappe@7bb97de))
* ldap with 2fa ([frappe#19753](frappe#19753)) ([frappe#19876](frappe#19876)) ([018d3cb](frappe@018d3cb))
* login before check should be inclusive ([frappe#19974](frappe#19974)) ([frappe#19976](frappe#19976)) ([ea8cec8](frappe@ea8cec8))
* Many migration fixes (copy [frappe#19912](frappe#19912)) ([frappe#19923](frappe#19923)) ([b061b31](frappe@b061b31))
* misc migration related fixes ([frappe#19874](frappe#19874)) ([frappe#19881](frappe#19881)) ([ed4ffcc](frappe@ed4ffcc))
* **new-site:** Pass sql archive as --source-sql ([687aa24](frappe@687aa24))
* PermissionError ([frappe#19856](frappe#19856)) ([frappe#19858](frappe#19858)) ([1a066f1](frappe@1a066f1))
* possible none value evaluation in get_formatted function ([fc5ee9d](frappe@fc5ee9d))
* Report sidebar must consider Permission Query (backport [frappe#19588](frappe#19588)) ([frappe#19847](frappe#19847)) ([a00831d](frappe@a00831d))
* sanitize form dict in error logs ([frappe#19835](frappe#19835)) ([fc720f8](frappe@fc720f8))
* Setting default print format ([frappe#19862](frappe#19862)) ([frappe#19863](frappe#19863)) ([a5b83d0](frappe@a5b83d0))
* show/hide tab content when we switch tab ([bcc3510](frappe@bcc3510))
* String formatting index in error message ([frappe#19977](frappe#19977)) ([frappe#19979](frappe#19979)) ([5eec59e](frappe@5eec59e))
* support for different delimiter for timeline email linking ([frappe#19751](frappe#19751)) ([frappe#19914](frappe#19914)) ([330a8e8](frappe@330a8e8))
* translations update in MutliSelectDialog ([16af3f8](frappe@16af3f8))
* **trim-tables:** Exclude virtual doctypes from query ([a5a2b59](frappe@a5a2b59))
* Use debounce to process_document_refreshes ([e5c25c9](frappe@e5c25c9))
* use sender from formatted email body for email queue (backport [frappe#19885](frappe#19885)) ([frappe#19887](frappe#19887)) ([321e886](frappe@321e886))

### Performance Improvements

* Batched List Updates ([a0aa4a7](frappe@a0aa4a7))

### Reverts

* Revert "fix: Report sidebar must consider Permission Query (backport frappe#19588) (frappe#19847)" (frappe#19851) ([03a93ad](frappe@03a93ad)), closes [frappe#19588](frappe#19588) [frappe#19847](frappe#19847) [frappe#19851](frappe#19851)
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Feb 28, 2023
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
released Skip CI Doesn't run Ci for this PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants