summaryrefslogtreecommitdiff
path: root/spec/javascripts/boards
Commit message (Collapse)AuthorAgeFilesLines
* Karma: Fix css selector for loading iconLukas 'Eipi' Eipert2019-07-261-1/+1
| | | | | The GitLab UI update changed the spinner selector from `spinner` to `gl-spinner`, so we need to update it, so that our tests won't fail.
* add stub to the boardsStore to spy on it and be able to use ↵Eduardo Mejía2019-07-191-7/+12
| | | | toHaveBeenCalledWith for the pre-defined labels test
* Move boards switcher partialWinnie Hellmann2019-07-172-0/+261
| | | | (cherry picked from commit a82e4d57a6fbba840a8a944e372b80866a1e48cc)
* Add setCurrentBoard to boardsStoreWinnie Hellmann2019-07-151-0/+13
| | | | (cherry picked from commit 9cd745c65bcb51d615399e82d8b26ef5cce972e1)
* Copy content from BoardService to boardsStoreWinnie Hellmann2019-07-041-1/+4
| | | | (cherry picked from commit 813299edd83ace98256b7fc9302f586f0dc2cabc)
* Allow collapsing all issue boardsMartin Hanzel2019-06-281-29/+32
| | | | | | All issue boards can now be collapsed via a button, re-ordered by dragging the header, and the vertical collapsed header style was reworked.
* Rename to time_tracking_limit_to_hours30355-use-hours-only-for-time-trackingHeinrich Lee Yu2019-06-252-20/+60
| | | | Changes migration and all other places the attribute is used
* Move Vue models from vue_shared to boardsMartin Hanzel2019-06-075-10/+10
| | | | | Some classes in vue_shared were used only by boards, so they were moved to the boards directory.
* Extract setListDetail() into issue boards storeWinnie Hellmann2019-06-051-0/+11
|
* Extract setIssueDetail() into issue boards storeWinnie Hellmann2019-06-041-0/+11
|
* Extract toggleFilter() into issue boards storeWinnie Hellmann2019-06-041-0/+34
|
* Move boardsStore.moving to BoardList componentWinnie Hellmann2019-06-031-0/+12
|
* Merge branch 'dz-scope-project-routes-3' into 'master'Lin Jen-Shin2019-05-311-4/+4
|\ | | | | | | | | Move some project routes under - scope See merge request gitlab-org/gitlab-ce!28830
| * Fix specs after routing changeDmitriy Zaporozhets2019-05-291-4/+4
| | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* | Sort by position in issue boards store addList()Winnie Hellmann2019-05-301-0/+9
| |
* | Extract clearDetailIssue() to issue boards storeWinnie Hellmann2019-05-301-0/+10
|/
* Fix issue with list label text colorTucker Chapman2019-04-232-0/+4
|
* Merge branch '10502-board-list-spec-ce' into 'master'Kushal Pandya2019-04-192-49/+60
|\ | | | | | | | | Move EE specific testcase to EE spec file See merge request gitlab-org/gitlab-ce!27505
| * Move EE specific testcase to EE spec fileRajat Jain2019-04-192-49/+60
| | | | | | | | | | Refactor `board_list` such that we can reuse the parts of component creation with prop passing with ee specific spec.
* | Replace ee-specific code for boards/issue_card_innerRoman Rodionov2019-04-181-0/+6
|/
* Display scoped labels in Issue BoardsRajat Jain2019-04-151-0/+43
| | | | | This change brings new Scoped labels to Issue board as well. With the last change, this was missed.
* [frontend] backport of scoped labelsRajat Jain2019-04-041-0/+2
| | | | Scoped labels in EE require additional changes in CE code.
* Remove non-functional add issue button on welcome listDonald Cook2019-04-021-0/+14
|
* Merge branch 'winh-remove-sushi' into 'master'Winnie Hellmann2019-03-261-1/+1
| | | | | | | | | | Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26430 (cherry picked from commit 79a45f7f02939a1c2fc1f378e43ec9b96630f918)
* Move some tests from Karma to JestWinnie Hellmann2019-03-231-134/+0
|
* Revert "Merge branch 'winh-remove-sushi' into 'master'"Filipa Lacerda2019-03-221-1/+1
| | | This reverts merge request !26430
* Remove .raw from JavaScript fixture file namesWinnie Hellmann2019-03-211-1/+1
| | | | | | | There is nothing more to say but "Commits that change 30 or more lines across at least three files must describe these changes in the commit body"
* 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.
* Remove timezone conversion of issue due dates for issue board cardsElias Werberich2019-02-251-2/+2
|
* Fix broken karma testMartin Wortschack2018-12-151-3/+4
|
* Merge branch '51994-disable-merging-labels-in-dropdowns' into 'master'Fatih Acet2018-12-132-3/+22
|\ | | | | | | | | | | | | Resolve "Fix labels dropdown with multiple same names" Closes #51994 See merge request gitlab-org/gitlab-ce!23265
| * Fix failed tests and add extra testHeinrich Lee Yu2018-12-062-3/+22
| |
* | CE Backport: Epic issue list and related issue list re-designKushal Pandya2018-12-081-0/+69
|/
* Resolve "Issue board card design"Constance Okoghenun2018-11-073-14/+115
|
* Prettify remaining files with differences in CE and EEMike Greiling2018-10-312-77/+46
|
* Prettify all spec filesMike Greiling2018-10-176-124/+166
|
* enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer2018-10-173-0/+17
|
* enable jasmine/no-promise-without-done-failJohann Hubert Sonntagbauer2018-10-161-1/+1
|
* Convert remaining issue board components into ES module syntaxMike Greiling2018-10-1010-88/+87
|
* Resolve "Harmonize prettier and eslint configs"Mike Greiling2018-10-093-3/+1
|
* Add gl-button from gitlab-uiJose Vargas2018-10-021-1/+0
|
* Unite green buttons under one css classDmitriy Zaporozhets2018-09-191-2/+2
| | | | | | Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
* Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault2018-09-171-1/+1
|
* Merge branch 'boards-querystring-backport' into 'master'Tim Zallmann2018-09-072-28/+1
|\ | | | | | | | | don't add trailing = when in urlParamsToArray function See merge request gitlab-org/gitlab-ce!21179
| * don't add trailing = when in urlParamsToArray functionSimon Knox2018-08-292-28/+1
| |
* | Fix if-checkDicker Max2018-08-161-0/+9
|/
* Send resize parameters for avatarsTim Zallmann2018-08-071-82/+72
|
* [Backport] View summed weights of issues in board columnFelipe Artur2018-07-301-0/+22
|
* Uses tooltip vue directive in issue card componentFilipa Lacerda2018-06-271-2/+2
|
* Moves boards components into a .vue filefl-tech-debtFilipa Lacerda2018-06-261-2/+2
|