This repository was archived by the owner on Jun 11, 2025. It is now read-only.
feature(infra): added delete pv api#251
Merged
Merged
Conversation
There was a problem hiding this comment.
PR Type: Enhancement
PR Summary: This pull request introduces a new API for deleting persistent volumes (PVs) within the infrastructure management system. It includes backend changes to support this functionality, such as updates to GraphQL schema, resolver implementations, and domain logic. Additionally, it refactors the way target namespaces are generated during environment cloning and adjusts the display name for cloned resources.
Decision: Comment
📝 Type: 'Enhancement' - not supported yet.
- Sourcery currently only approves 'Typo fix' PRs.
✅ Issue addressed: this change correctly addresses the issue or implements the desired feature.
No details provided.
📝 Complexity: the changes are too large or complex for Sourcery to approve.
- Unsupported files: the diff contains files that Sourcery does not currently support during reviews.
General suggestions:
- Ensure that the permission check for deleting a PV is appropriate and specific to PV deletion. The current implementation uses a permission check for deleting node pools, which might not be correct.
- Review the changes made to the environment cloning functionality, specifically the generation of target namespaces and the setting of display names for cloned resources, to ensure they align with the intended behavior and do not introduce regressions.
- Consider adding more context to the PR description to help reviewers understand the motivation behind these changes and how they fit into the larger system.
Thanks for using Sourcery. We offer it for free for open source projects and would be very grateful if you could help us grow. If you like it, would you consider sharing Sourcery on your favourite social media? ✨
cee433a to
a9d8f92
Compare
nxtcoder17
approved these changes
Feb 6, 2024
abdheshnayak
pushed a commit
that referenced
this pull request
Nov 5, 2024
feature(infra): added delete pv api
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
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.
No description provided.