Commit Graph

4 Commits

Author SHA1 Message Date
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