-
-
Notifications
You must be signed in to change notification settings - Fork 241
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
Add suport for forceful project deletion #245
Comments
Can I have a stab at this one? |
@dnegreira of course! |
@dnegreira I suspect you're going to want to:
|
Unassigned this one per @dnegreira's request, it's available for anyone who wants it! |
Can I try? |
Of course! |
Few follow up questions:
Proposed changes:
Proposed commits: |
Yeah, I think that's fine. The alternative would have been to support a JSON body in the DELETE request but we've not currently done so for any of our DELETE endpoints, so using a query parameter is likely better.
Yep, we'll need to delete:
Nope, no change to the simplestreams logic. |
@MaheshPunjabi how's this one going? |
I'm still working on it, sorry, got side tracked. I also just posted some questions in that new PR. |
Closes #245 Signed-off-by: Stéphane Graber <stgraber@stgraber.org>
When dealing with temporary projects, it's a bit annoying having to figure out everything that needs to be removed before being able to delete the project.
It'd be useful to have a force flag which just goes and delete everything in the project instead.
The text was updated successfully, but these errors were encountered: