summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/registry
Commit message (Collapse)AuthorAgeFilesLines
* Fix deletion of container registry or images returning an errorStan Hu2017-10-231-4/+2
| | | | | | | | | A successful DELETE call would result in a 204 No Content result, which would have an empty response body. Don't automatically try to parse this value as JSON both because there is no additional information passed in the response body. Closes #39354
* Fix broken function invocationsh-fix-broken-docker-deleteFilipa Lacerda2017-10-192-2/+2
|
* Add short_revision and use total_sizeKamil Trzcinski2017-10-171-1/+1
|
* [ci skip] Render separator only when both values are presentFilipa Lacerda2017-09-281-2/+4
|
* Improve loading iconFilipa Lacerda2017-09-281-0/+2
|
* Simplifies HTML by removing the empty state in cellsFilipa Lacerda2017-09-271-18/+4
|
* Changes after reviewFilipa Lacerda2017-09-272-7/+7
|
* Fixes destroy endpointFilipa Lacerda2017-09-261-2/+2
|
* Adds tests for new table componentFilipa Lacerda2017-09-263-5/+10
| | | | Fixes eslint problems
* Moves table component into a separate oneFilipa Lacerda2017-09-253-114/+157
| | | | Adds better support for i18n
* Improves toggle methodFilipa Lacerda2017-09-251-2/+2
|
* Changes after reviewFilipa Lacerda2017-09-253-59/+53
|
* Adds paginationFilipa Lacerda2017-09-225-94/+129
| | | | Adds specs
* [ci skip] Adds tests to vuex and collapsibe componentFilipa Lacerda2017-09-207-66/+52
| | | | | | Formats dates Fixes clipboard button Simplifies HTML
* [ci skip] First iteration: port haml into vueFilipa Lacerda2017-09-199-64/+268
|
* Adds clipboard button componentFilipa Lacerda2017-09-192-14/+103
|
* Init store for registryFilipa Lacerda2017-09-198-0/+165