This repository was archived by the owner on Jun 13, 2025. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
Allow erasing a foreign Repo #1112
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This changes the `EraseRepositoryInteractor` to allow erasing repositories belonging to other owners the `current_owner` has admin access to. While doing so, this also extracts some duplicated code related to resolving `Owner`s and `Repository`s by name, and validating admin access. The main part to allow this functionality (changing the GraphQL query) is left to a followup PR.
Codecov ReportAll modified and coverable lines are covered by tests ✅ ✅ All tests successful. No failed tests found. 📢 Thoughts on this report? Let us know! |
❌ 8 Tests Failed:
View the top 3 failed tests by shortest run time
To view more test analytics, go to the Test Analytics Dashboard |
Contributor
|
✅ All tests successful. No failed tests were found. 📣 Thoughts on this report? Let Codecov know! | Powered by Codecov |
rohitvinnakota-codecov
approved these changes
Jan 29, 2025
Contributor
|
We will need UI changes as well if we update the resolver. Feel free to ping me before merging those changes. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This changes the
EraseRepositoryInteractorto allow erasing repositories belonging to other owners thecurrent_ownerhas admin access to.While doing so, this also extracts some duplicated code related to resolving
Owners andRepositorys by name, and validating admin access.The main part to allow this functionality (changing the GraphQL query) is left to a followup PR.