-
Notifications
You must be signed in to change notification settings - Fork 11
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
[Epic] Provide delete Python package index endpoint #790
Comments
/triage accepted |
Rotten issues close after 30d of inactivity. /close |
@sesheta: Closing this issue. In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
Stale issues rot after 30d of inactivity. If this issue is safe to close now please do so with /lifecycle rotten |
/remove-lifecycle rotten |
/sig devsecops |
/sig stack-guidance |
/good-first-issue |
@mayaCostantini: Please ensure the request meets the requirements listed here. If this request no longer meets these requirements, the label can be removed In response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. |
As discussed during the SIG Stack Guidance meeting, |
Regarding the two points concernings metrics, I'm not sure there is anything to AFAICT, this would affect metrics from the thoth-station/metrics-exporter (which |
Is your feature request related to a problem? Please describe.
As Thoth operator, I would like to have the ability to remove Python package index from Thoth deployment. As of now, I am able to disable an index, but it might be nice to also provide an ability to delete a Python package index and all the packages associated with it (decommission of an index).
Describe the solution you'd like
Create an endpoint for deleting a Python package index. This endpoint will trigger a workflow that will be responsible for deleting a Python package index. The async workflow handling is required as there might be associated thousands of packages with an index (it will require a lot of time to delete data from the database).
Additional context:
Acceptance criteria
The text was updated successfully, but these errors were encountered: