summaryrefslogtreecommitdiff
path: root/lib/api/entities/container_registry.rb
Commit message (Collapse)AuthorAgeFilesLines
* Add group level container repository endpointsSteve Abrams2019-08-051-4/+6
| | | | | | | API endpoints for requesting container repositories and container repositories with their tag information are enabled for users that want to specify the group containing the repository rather than the specific project.
* Add Container Registry APIKamil TrzciƄski2019-01-251-0/+29
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.