Commit graph

3 commits

Author SHA1 Message Date
Steve Abrams
34a283f90a Add 2nd response for container api bulk delete
The bulk delete api endpoint for container registries can
only be called once per hour. If a user calls the endpoint more
than once per hour, they will now receive a 400 error with a
descriptive message.
2019-06-18 22:08:30 +00:00
Jason Goodman
a881a592d1 Allow Developer role to delete tags via container registry api
This brings the API permissions in line with the UI permissions
2019-06-17 11:13:03 +00:00
Kamil Trzciński
045d07bab3 Add Container Registry API
This includes a set of APIs to manipulate container registry.
This includes also an ability to delete tags based on requested
criteria, like keep-last-n, matching-name, older-than.
2019-01-25 13:13:48 +01:00