Commit Graph

164 Commits

Author SHA1 Message Date
Lee Tickett c487c7cf6a Revert "DB change, migratoin and changelog"
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
2019-09-03 16:38:17 +00:00
Enrique Alcantara 00d33c9d9a
Emit dropdown show event in boards_selector test 2019-07-30 09:29:24 -04:00
Lukas 'Eipi' Eipert 6df22f17d2 Karma: Fix css selector for loading icon
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.
2019-07-26 09:40:17 +00:00
Eduardo Mejía 317c787ea8 add stub to the boardsStore to spy on it and be able to use toHaveBeenCalledWith for the pre-defined labels test 2019-07-19 01:44:05 +00:00
Winnie Hellmann 7e87990ecd Move boards switcher partial
(cherry picked from commit a82e4d57a6fbba840a8a944e372b80866a1e48cc)
2019-07-17 20:42:33 +00:00
Winnie Hellmann 5b71c8b259 Add setCurrentBoard to boardsStore
(cherry picked from commit 9cd745c65bcb51d615399e82d8b26ef5cce972e1)
2019-07-15 23:42:26 +00:00
Winnie Hellmann 3c89dc99d9 Copy content from BoardService to boardsStore
(cherry picked from commit 813299edd83ace98256b7fc9302f586f0dc2cabc)
2019-07-04 14:11:03 +00:00
Martin Hanzel 5c07812835 Allow collapsing all issue boards
All issue boards can now be collapsed via a button, re-ordered by
dragging the header, and the vertical collapsed header style was
reworked.
2019-06-28 21:20:05 +00:00
Heinrich Lee Yu 275a17589c Rename to time_tracking_limit_to_hours
Changes migration and all other places the attribute is used
2019-06-25 09:31:23 +08:00
Martin Hanzel 25269f66ba Move Vue models from vue_shared to boards
Some classes in vue_shared were used only by boards, so they were
moved to the boards directory.
2019-06-07 13:23:10 +00:00
Winnie Hellmann 89ea4a63a2 Extract setListDetail() into issue boards store 2019-06-05 12:44:29 +00:00
Winnie Hellmann 0c93e470fd Extract setIssueDetail() into issue boards store 2019-06-04 15:34:17 +00:00
Winnie Hellmann 867ce78799 Extract toggleFilter() into issue boards store 2019-06-04 14:48:46 +00:00
Winnie Hellmann e0594255b5 Move boardsStore.moving to BoardList component 2019-06-03 21:58:07 +00:00
Lin Jen-Shin d7b277df46 Merge branch 'dz-scope-project-routes-3' into 'master'
Move some project routes under - scope

See merge request gitlab-org/gitlab-ce!28830
2019-05-31 15:53:04 +00:00
Winnie Hellmann 02cc659ee8 Sort by position in issue boards store addList() 2019-05-30 22:15:03 +00:00
Winnie Hellmann ed5ecec1a4 Extract clearDetailIssue() to issue boards store 2019-05-30 07:31:42 +00:00
Dmitriy Zaporozhets c1b142b867 Fix specs after routing change
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-05-29 16:31:04 +03:00
Tucker Chapman 314fbd4091 Fix issue with list label text color 2019-04-23 13:13:40 +00:00
Kushal Pandya d8d57f23b2 Merge branch '10502-board-list-spec-ce' into 'master'
Move EE specific testcase to EE spec file

See merge request gitlab-org/gitlab-ce!27505
2019-04-19 06:17:13 +00:00
Rajat Jain 476ad04a67 Move EE specific testcase to EE spec file
Refactor `board_list` such that we can reuse the parts of component
creation with prop passing with ee specific spec.
2019-04-19 10:13:51 +05:30
Roman Rodionov edc096b7e9 Replace ee-specific code for boards/issue_card_inner 2019-04-18 14:10:58 +00:00
Rajat Jain b5ab1d91e3 Display scoped labels in Issue Boards
This change brings new Scoped labels to Issue board as well.
With the last change, this was missed.
2019-04-15 09:58:30 +00:00
Rajat Jain 97ab853996 [frontend] backport of scoped labels
Scoped labels in EE require additional changes in CE code.
2019-04-04 08:06:48 +02:00
Donald Cook 2378dde2e2 Remove non-functional add issue button on welcome list 2019-04-02 20:23:23 +00:00
Winnie Hellmann ad985a7a28 Merge branch 'winh-remove-sushi' into 'master'
Remove .raw from JavaScript fixture file names

Closes #59201

See merge request gitlab-org/gitlab-ce!26430

(cherry picked from commit 79a45f7f02)
2019-03-26 16:03:28 +00:00
Winnie Hellmann 514ee63826 Move some tests from Karma to Jest 2019-03-23 17:53:46 +01:00
Filipa Lacerda 022968764c Revert "Merge branch 'winh-remove-sushi' into 'master'"
This reverts merge request !26430
2019-03-22 11:03:15 +00:00
Winnie Hellmann 3e9bb4ad31 Remove .raw from JavaScript fixture file names
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"
2019-03-21 17:16:53 +01:00
Brandon Labuschagne 193362482d Fix failing tests
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.
2019-03-18 14:09:07 +02:00
Elias Werberich 2949479c67
Remove timezone conversion of issue due dates for issue board cards 2019-02-25 08:57:41 +01:00
Martin Wortschack 60295c1430 Fix broken karma test 2018-12-15 10:50:46 +01:00
Fatih Acet 81ddb69255 Merge branch '51994-disable-merging-labels-in-dropdowns' into 'master'
Resolve "Fix labels dropdown with multiple same names"

Closes #51994

See merge request gitlab-org/gitlab-ce!23265
2018-12-13 13:38:21 +00:00
Kushal Pandya 295e8b9bed CE Backport: Epic issue list and related issue list re-design 2018-12-08 09:58:45 +00:00
Heinrich Lee Yu f57b1323ff
Fix failed tests and add extra test 2018-12-06 09:02:34 +08:00
Constance Okoghenun baa37edd93 Resolve "Issue board card design" 2018-11-07 17:20:17 +00:00
Mike Greiling 160157a92b
Prettify remaining files with differences in CE and EE 2018-10-31 14:33:12 -05:00
Mike Greiling f666026d71
Prettify all spec files 2018-10-17 11:18:17 -05:00
Johann Hubert Sonntagbauer 6f5723a169 enable jasmine/new-line-before-expect 2018-10-17 06:57:29 +02:00
Johann Hubert Sonntagbauer 0fd203ba24 enable jasmine/no-promise-without-done-fail 2018-10-16 21:31:16 +02:00
Mike Greiling a018974460 Convert remaining issue board components into ES module syntax 2018-10-10 17:08:43 +00:00
Mike Greiling d76190371c Resolve "Harmonize prettier and eslint configs" 2018-10-09 15:25:53 +00:00
Jose Vargas 65e18817a4 Add gl-button from gitlab-ui 2018-10-02 16:36:01 -05:00
Dmitriy Zaporozhets 7f8a520f8a Unite green buttons under one css class
Rename btn-new, btn-create and btn-save to btn-success

Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-19 13:55:48 +03:00
Marcel Amirault 6876c7afa8 Fix grammar (setup to set-up) in code comments, spec, views, etc. 2018-09-17 09:17:33 +00:00
Tim Zallmann 44cb8a7407 Merge branch 'boards-querystring-backport' into 'master'
don't add trailing = when in urlParamsToArray function

See merge request gitlab-org/gitlab-ce!21179
2018-09-07 10:20:27 +00:00
Simon Knox 8a5121eb8e don't add trailing = when in urlParamsToArray function 2018-08-29 06:28:06 +10:00
Dicker Max c4d2db1f6c Fix if-check 2018-08-16 15:27:56 +00:00
Tim Zallmann fac4f50cf6 Send resize parameters for avatars 2018-08-07 06:04:33 +00:00
Felipe Artur 5815c5b48a [Backport] View summed weights of issues in board column 2018-07-30 13:44:41 +00:00