Commit Graph

5 Commits

Author SHA1 Message Date
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
gfyoung dce26700b2 Enable frozen string in app/serializers/**/*.rb
Partially addresses #47424.
2018-07-23 11:27:39 -07:00
Stan Hu b7e3503372 Fix inability to delete container registry tags
Because container registry tags can have periods, the addition of the `.json`
format caused ambiguity. Since the tag name regex is greedy, it would attempt
to locate an image named `foo.json` instead of `foo`.

Closes #39260
2017-10-18 19:38:12 -07:00
Kamil Trzcinski 5ee58c1c06 Add short_revision and use total_size 2017-10-17 16:58:28 +02:00
Kamil Trzcinski 8ba9c2bd6d Add ContainerTag and ContainerRepository frontend API 2017-09-21 12:21:50 +02:00