summaryrefslogtreecommitdiff
path: root/spec/javascripts/registry
Commit message (Collapse)AuthorAgeFilesLines
* Registry component now includes error messagesNick Kipling2019-07-021-4/+29
| | | | | | | | | Includes changes to the Vue container registry component to support the display of an empty message and error message when invalid characters are found in the group, project or branch name. repositories/index.html.haml has been changed to remove the content and place into Vue component.
* Fix modal related testsPaul Gascou-Vaillancourt2019-06-282-25/+12
|
* Add confirmation for registry image deletionPaul Gascou-Vaillancourt2019-06-213-3/+73
| | | | | Adds a modal to let the user confirm their action before proceeding to registry/image deletion
* Move some tests from Karma to JestWinnie Hellmann2019-03-231-46/+0
|
* Fix failing testsBrandon Labuschagne2019-03-181-1/+1
| | | | | | | | A number of the karma tests looked for the .fa-spinner class or the icon element used for the font awesome spinner class. These instances have been refactored to now look for the .spinner class instead.
* Reduces technical debtFilipa Lacerda2018-12-073-34/+23
| | | | | | | Updates icons to use gitlab-svg Updates buttons to use gitlab-ui Updates broken tests
* Replaces vue-resource with axios for registry codeFilipa Lacerda2018-12-073-81/+56
|
* Prettify all spec filesMike Greiling2018-10-175-52/+74
|
* enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer2018-10-172-0/+5
|
* Add dispatch mock to the test helpervuex-action-helper-correctly-failFilipa Lacerda2018-03-291-0/+4
|
* fixed failinng tests after helper changePhil Hughes2018-03-291-24/+59
|
* Move EE-specific JavaScript files to ee/app/assets/javascriptsRémy Coutable2018-02-261-1/+1
|
* Merge branch 'main-js-tidy-up' into 'master'Filipa Lacerda2018-01-111-0/+1
|\ | | | | | | | | Tidy up main JS file See merge request gitlab-org/gitlab-ce!16007
| * Tidy up main JS filemain-js-tidy-upPhil Hughes2018-01-101-0/+1
| |
* | Fix broken specsFilipa Lacerda2018-01-091-1/+1
|/
* Fix broken testkt/bug/fix-revision-and-size-for-container-registryFilipa Lacerda2017-10-171-2/+2
|
* Add short_revision and use total_sizeKamil Trzcinski2017-10-171-2/+2
|
* Adds tests for new table componentFilipa Lacerda2017-09-267-84/+91
| | | | Fixes eslint problems
* Adds paginationFilipa Lacerda2017-09-225-7/+172
| | | | Adds specs
* [ci skip] Adds tests to vuex and collapsibe componentFilipa Lacerda2017-09-206-0/+388
Formats dates Fixes clipboard button Simplifies HTML