quarkusio / registry.quarkus.io

Quarkus Extension Registry application
https://registry.quarkus.io
Apache License 2.0
10 stars 11 forks source link

Introduce endpoints to delete an extension (or a specific version) #56

Closed gastaldi closed 2 years ago

gastaldi commented 2 years ago

This change allows an authenticated request to delete extensions or extension versions. This is useful in cases where the extension is deleted from the extension catalog.

aloubyansky commented 2 years ago

Is there a check making sure we are not deleting platform extensions?

gastaldi commented 2 years ago

Is there a check making sure we are not deleting platform extensions?

Ah good point, I'll do it

gastaldi commented 2 years ago

Is there a check making sure we are not deleting platform extensions?

Done in 3434ccf (#56)