| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Karma: Fix css selector for loading icon | Lukas 'Eipi' Eipert | 2019-07-26 | 1 | -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ía | 2019-07-19 | 1 | -7/+12 |
| | | | | | toHaveBeenCalledWith for the pre-defined labels test | ||||
| * | Move boards switcher partial | Winnie Hellmann | 2019-07-17 | 2 | -0/+261 |
| | | | | | (cherry picked from commit a82e4d57a6fbba840a8a944e372b80866a1e48cc) | ||||
| * | Add setCurrentBoard to boardsStore | Winnie Hellmann | 2019-07-15 | 1 | -0/+13 |
| | | | | | (cherry picked from commit 9cd745c65bcb51d615399e82d8b26ef5cce972e1) | ||||
| * | Copy content from BoardService to boardsStore | Winnie Hellmann | 2019-07-04 | 1 | -1/+4 |
| | | | | | (cherry picked from commit 813299edd83ace98256b7fc9302f586f0dc2cabc) | ||||
| * | Allow collapsing all issue boards | Martin Hanzel | 2019-06-28 | 1 | -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-tracking | Heinrich Lee Yu | 2019-06-25 | 2 | -20/+60 |
| | | | | | Changes migration and all other places the attribute is used | ||||
| * | Move Vue models from vue_shared to boards | Martin Hanzel | 2019-06-07 | 5 | -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 store | Winnie Hellmann | 2019-06-05 | 1 | -0/+11 |
| | | |||||
| * | Extract setIssueDetail() into issue boards store | Winnie Hellmann | 2019-06-04 | 1 | -0/+11 |
| | | |||||
| * | Extract toggleFilter() into issue boards store | Winnie Hellmann | 2019-06-04 | 1 | -0/+34 |
| | | |||||
| * | Move boardsStore.moving to BoardList component | Winnie Hellmann | 2019-06-03 | 1 | -0/+12 |
| | | |||||
| * | Merge branch 'dz-scope-project-routes-3' into 'master' | Lin Jen-Shin | 2019-05-31 | 1 | -4/+4 |
| |\ | | | | | | | | | Move some project routes under - scope See merge request gitlab-org/gitlab-ce!28830 | ||||
| | * | Fix specs after routing change | Dmitriy Zaporozhets | 2019-05-29 | 1 | -4/+4 |
| | | | | | | | | | Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | ||||
| * | | Sort by position in issue boards store addList() | Winnie Hellmann | 2019-05-30 | 1 | -0/+9 |
| | | | |||||
| * | | Extract clearDetailIssue() to issue boards store | Winnie Hellmann | 2019-05-30 | 1 | -0/+10 |
| |/ | |||||
| * | Fix issue with list label text color | Tucker Chapman | 2019-04-23 | 2 | -0/+4 |
| | | |||||
| * | Merge branch '10502-board-list-spec-ce' into 'master' | Kushal Pandya | 2019-04-19 | 2 | -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 file | Rajat Jain | 2019-04-19 | 2 | -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_inner | Roman Rodionov | 2019-04-18 | 1 | -0/+6 |
| |/ | |||||
| * | Display scoped labels in Issue Boards | Rajat Jain | 2019-04-15 | 1 | -0/+43 |
| | | | | | | This change brings new Scoped labels to Issue board as well. With the last change, this was missed. | ||||
| * | [frontend] backport of scoped labels | Rajat Jain | 2019-04-04 | 1 | -0/+2 |
| | | | | | Scoped labels in EE require additional changes in CE code. | ||||
| * | Remove non-functional add issue button on welcome list | Donald Cook | 2019-04-02 | 1 | -0/+14 |
| | | |||||
| * | Merge branch 'winh-remove-sushi' into 'master' | Winnie Hellmann | 2019-03-26 | 1 | -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 Jest | Winnie Hellmann | 2019-03-23 | 1 | -134/+0 |
| | | |||||
| * | Revert "Merge branch 'winh-remove-sushi' into 'master'" | Filipa Lacerda | 2019-03-22 | 1 | -1/+1 |
| | | | | This reverts merge request !26430 | ||||
| * | Remove .raw from JavaScript fixture file names | Winnie Hellmann | 2019-03-21 | 1 | -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 tests | Brandon Labuschagne | 2019-03-18 | 1 | -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 cards | Elias Werberich | 2019-02-25 | 1 | -2/+2 |
| | | |||||
| * | Fix broken karma test | Martin Wortschack | 2018-12-15 | 1 | -3/+4 |
| | | |||||
| * | Merge branch '51994-disable-merging-labels-in-dropdowns' into 'master' | Fatih Acet | 2018-12-13 | 2 | -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 test | Heinrich Lee Yu | 2018-12-06 | 2 | -3/+22 |
| | | | |||||
| * | | CE Backport: Epic issue list and related issue list re-design | Kushal Pandya | 2018-12-08 | 1 | -0/+69 |
| |/ | |||||
| * | Resolve "Issue board card design" | Constance Okoghenun | 2018-11-07 | 3 | -14/+115 |
| | | |||||
| * | Prettify remaining files with differences in CE and EE | Mike Greiling | 2018-10-31 | 2 | -77/+46 |
| | | |||||
| * | Prettify all spec files | Mike Greiling | 2018-10-17 | 6 | -124/+166 |
| | | |||||
| * | enable jasmine/new-line-before-expect | Johann Hubert Sonntagbauer | 2018-10-17 | 3 | -0/+17 |
| | | |||||
| * | enable jasmine/no-promise-without-done-fail | Johann Hubert Sonntagbauer | 2018-10-16 | 1 | -1/+1 |
| | | |||||
| * | Convert remaining issue board components into ES module syntax | Mike Greiling | 2018-10-10 | 10 | -88/+87 |
| | | |||||
| * | Resolve "Harmonize prettier and eslint configs" | Mike Greiling | 2018-10-09 | 3 | -3/+1 |
| | | |||||
| * | Add gl-button from gitlab-ui | Jose Vargas | 2018-10-02 | 1 | -1/+0 |
| | | |||||
| * | Unite green buttons under one css class | Dmitriy Zaporozhets | 2018-09-19 | 1 | -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 Amirault | 2018-09-17 | 1 | -1/+1 |
| | | |||||
| * | Merge branch 'boards-querystring-backport' into 'master' | Tim Zallmann | 2018-09-07 | 2 | -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 function | Simon Knox | 2018-08-29 | 2 | -28/+1 |
| | | | |||||
| * | | Fix if-check | Dicker Max | 2018-08-16 | 1 | -0/+9 |
| |/ | |||||
| * | Send resize parameters for avatars | Tim Zallmann | 2018-08-07 | 1 | -82/+72 |
| | | |||||
| * | [Backport] View summed weights of issues in board column | Felipe Artur | 2018-07-30 | 1 | -0/+22 |
| | | |||||
| * | Uses tooltip vue directive in issue card component | Filipa Lacerda | 2018-06-27 | 1 | -2/+2 |
| | | |||||
| * | Moves boards components into a .vue filefl-tech-debt | Filipa Lacerda | 2018-06-26 | 1 | -2/+2 |
| | | |||||
