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: file permissions (backport #20877) #21503

Merged

Conversation

mergify[bot]
Copy link
Contributor

@mergify mergify bot commented Jun 27, 2023

This is an automatic backport of pull request #20877 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

(cherry picked from commit 2ef5e6b)
(cherry picked from commit 9c78556)
@mergify mergify bot requested a review from a team as a code owner June 27, 2023 10:31
@mergify mergify bot requested review from shariquerik and removed request for a team June 27, 2023 10:31
@anandbaburajan
Copy link
Contributor

Note to the person merging this: after merging, please backport #21543 to v14.

@barredterra barredterra removed their assignment Jul 3, 2023
@barredterra
Copy link
Collaborator

@anandbaburajan I cherry-picked the changes from your fix into this backport, so we can test and merge everything at once.

For consistency with the rest of the file
@barredterra
Copy link
Collaborator

I reverted to using get_doc for creating new documents, since new_doc with kwargs is not supported in v14.

@stale
Copy link

stale bot commented Jul 10, 2023

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed within 3 days if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing.

@stale stale bot added the inactive label Jul 10, 2023
@stale stale bot removed the inactive label Jul 10, 2023
@stale
Copy link

stale bot commented Jul 17, 2023

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed within 3 days if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing.

@stale stale bot added the inactive label Jul 17, 2023
@ankush ankush removed the inactive label Jul 18, 2023
@stale
Copy link

stale bot commented Jul 25, 2023

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed within 3 days if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing.

@stale stale bot added the inactive label Jul 25, 2023
@surajshetty3416 surajshetty3416 self-assigned this Jul 25, 2023
@stale
Copy link

stale bot commented Aug 3, 2023

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed within 3 days if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing.

@stale stale bot added the inactive label Aug 3, 2023
@stale stale bot closed this Aug 6, 2023
@mergify mergify bot deleted the mergify/bp/version-14-hotfix/pr-20877 branch August 6, 2023 14:54
@barredterra barredterra restored the mergify/bp/version-14-hotfix/pr-20877 branch August 6, 2023 15:38
@barredterra barredterra reopened this Aug 6, 2023
@stale
Copy link

stale bot commented Aug 16, 2023

This pull request has been automatically marked as stale because it has not had recent activity. It will be closed within 3 days if no further activity occurs, but it only takes a comment to keep a contribution alive :) Also, even if it is closed, you can always reopen the PR when you're ready. Thank you for contributing.

@stale stale bot added the inactive label Aug 16, 2023
@surajshetty3416 surajshetty3416 merged commit f38b6a0 into version-14-hotfix Aug 16, 2023
18 of 22 checks passed
@surajshetty3416 surajshetty3416 deleted the mergify/bp/version-14-hotfix/pr-20877 branch August 16, 2023 11:49
frappe-pr-bot pushed a commit that referenced this pull request Aug 22, 2023
# [14.46.0](v14.45.0...v14.46.0) (2023-08-22)

### Bug Fixes

* autoincr caching and clear site cache after restore ([#22079](#22079)) ([#22087](#22087)) ([af6393f](af6393f))
* button styling in quill ([#22069](#22069)) ([bc764aa](bc764aa))
* disallow unsafe attrs in jinja ([acbfb2a](acbfb2a))
* do not allow to create dashbaord chart, number card if doesn't have access ([4ebb841](4ebb841))
* don't enqueue sendmail jobs ([#22154](#22154)) ([ee2bb42](ee2bb42))
* **DX:** hide irrelevant sections in DocType if it's a child table (backport [#22053](#22053)) ([#22065](#22065)) ([2c8e4a6](2c8e4a6))
* file permissions (backport [#20877](#20877)) ([#21503](#21503)) ([f38b6a0](f38b6a0))
* hide "Edit" text on md viewport ([73a1b00](73a1b00))
* hide or show button to load more ([c2f20f7](c2f20f7))
* incorrect doctype map key in cache ([a01c362](a01c362))
* **minor:** grid row layout on small viewport ([9ad35d3](9ad35d3))
* rate limit for all HTTP methods ([#21929](#21929)) ([04cf5a6](04cf5a6))
* set correct document label in case `doc` is of type `str` ([8d3e4fb](8d3e4fb))
* translation of buttons in the Form tour ([#22055](#22055)) ([e680b2c](e680b2c))
* **UX:** Provision to ignore prepared report via route options ([#22077](#22077)) ([6bac8a8](6bac8a8))

### Features

* rearranging standard fields in customize form (backport [#19822](#19822), [#20168](#20168)) ([#22120](#22120)) ([060c4a7](060c4a7))

### Performance Improvements

* set lower priority for background processes ([#21841](#21841)) ([#22027](#22027)) ([f39bc79](f39bc79))

### Reverts

* Revert "fix(Contact): use existing full name" (#22119) ([c394053](c394053)), closes [#22119](#22119)
@frappe-pr-bot
Copy link
Collaborator

🎉 This PR is included in version 14.46.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 6, 2023
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.

None yet

5 participants