summaryrefslogtreecommitdiff
path: root/spec/javascripts/groups
Commit message (Collapse)AuthorAgeFilesLines
* Prettify all spec filesMike Greiling2018-10-177-16/+31
|
* enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer2018-10-1711-0/+68
|
* enable jasmine/prefer-jasmine-matcherJohann Hubert Sonntagbauer2018-10-095-15/+15
|
* 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
| |
* | Update icon names, add `updated_at` prop to mock objectsKushal Pandya2017-12-261-3/+19
| |
* | 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-133-5/+9
|
* Groups tree enhancements for Groups Dashboard and Group HomepageKushal Pandya2017-10-0413-303/+1635
|
* Renamed to `identicon` and make shared componentkushalpandya2017-08-301-60/+0
|
* Use `$mount` for component rendering, remove tests for `props` datatype as ↵kushalpandya2017-08-021-26/+4
| | | | unnecessary
* Tests for `group_identicon` componentkushalpandya2017-08-011-0/+82
|
* Remove unnecessary importskushalpandya2017-08-011-2/+0
|
* Change ID type to numberkushalpandya2017-08-011-1/+1
|
* Update testskushalpandya2017-07-312-1/+16
|
* Resolve "Can't sort Groups"Alfredo Sumaran2017-06-221-1/+23
|
* Expose correct path to groupAlfredo Sumaran2017-06-161-0/+4
|
* Add tests when user has no direct acces to a groupAlfredo Sumaran2017-06-081-0/+31
|
* Display user access type for each groupAlfredo Sumaran2017-06-072-4/+5
| | | | Also adds unit tests for this
* Address feedbackAlfredo Sumaran2017-06-072-0/+8
|
* Address feedbackAlfredo Sumaran2017-06-073-29/+54
|
* Minor visual adjustmentsAlfredo Sumaran2017-06-062-2/+2
|
* Make GroupsStore.store method non-staticAlfredo Sumaran2017-06-011-1/+3
|
* Fix karma testsAlfredo Sumaran2017-05-311-8/+8
|
* Fix tests and eslint errorsAlfredo Sumaran2017-05-303-2/+14
| | | | [ci skip]
* Add tests for Group item componentAlfredo Sumaran2017-05-253-38/+157
| | | | | | Also adds more tests fro groups folder component [ci skip]
* Add basic tests for groups componentAlfredo Sumaran2017-05-222-0/+78
[ci skip]