summaryrefslogtreecommitdiff
path: root/spec/javascripts/groups/components
Commit message (Collapse)AuthorAgeFilesLines
* Improve group list UIDennis Tang2019-06-242-12/+7
| | | | | | | | | | | This updates the groups list UI to match the style of the project list: - New layout - Improve loading state when loading group children - Larger, responsive text - Icon and text colors changed to secondary - Smaller button sizes - Content list description colors were standardized to body text
* 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.
* Prettify all spec filesMike Greiling2018-10-175-12/+22
|
* enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer2018-10-179-0/+56
|
* enable jasmine/prefer-jasmine-matcherJohann Hubert Sonntagbauer2018-10-094-9/+9
|
* Use GitLab ui pagination component for groupsAdriel Santiago2018-09-111-1/+2
|
* Resolve "Improve handling of projects shared with a group"Dennis Tang2018-09-071-42/+60
|
* Enable "prefer-destructuring" in JS filesgfyoung2018-06-252-4/+4
| | | | Partially addresses #47006.
* convert remaining instances of import * to use spyOnDependencyMike Greiling2018-04-232-6/+4
|
* require jQuery to be explicitly importedremove-jquery-globalsMike Greiling2018-03-091-0/+1
|
* Resolve "Group Leave action is broken on Groups Dashboard and Homepage"Shah El-Rahman2018-03-061-28/+31
|
* Move EE-specific JavaScript files to ee/app/assets/javascriptsRémy Coutable2018-02-267-12/+7
|
* Add modal for stopping and retrying pipelines41297-new-design-for-cancel-stop-pipeline-confirmationShah El-Rahman2018-02-071-6/+6
| | | | | | | | Fix tests Address code review feedback Fix tests
* Update tests to cover modal dialogKushal Pandya2018-01-111-12/+54
|
* Update tests for modal changesKushal Pandya2018-01-111-33/+7
|
* Merge branch 'winh-modal-target-id' into 'master'Filipa Lacerda2018-01-051-9/+3
|\ | | | | | | | | | | | | Add id to modal.vue to support data-toggle="modal" Closes #41584 See merge request gitlab-org/gitlab-ce!16189
| * Add id to modal.vue to support data-toggle="modal"Winnie Hellmann2018-01-051-9/+3
| |
* | Update selector to test SVG icon nameKushal Pandya2017-12-281-7/+3
| |
* | Update selector to test SVG icon name, cleanup testsKushal Pandya2017-12-262-45/+18
| |
* | ItemStatsValue ComponentKushal Pandya2017-12-261-0/+81
|/
* Rename popup-dialog to modalWinnie Hellmann2017-12-121-12/+12
|
* use exported methods instead of gl.utilsPhil Hughes2017-12-082-6/+6
|
* karma spec updatesvue-updatePhil Hughes2017-11-011-2/+2
|
* Add support for `archived` paramkushalpandya2017-10-132-3/+6
|
* Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya2017-10-048-0/+1116