Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-09-03Revert "DB change, migratoin and changelog"Lee Tickett
This reverts commit af5242ecb682189c5d8276e1ab1ffe5ce844f2e5.
2019-07-30Emit dropdown show event in boards_selector testEnrique Alcantara
2019-07-26Karma: Fix css selector for loading iconLukas 'Eipi' Eipert
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-19add stub to the boardsStore to spy on it and be able to use ↵Eduardo Mejía
toHaveBeenCalledWith for the pre-defined labels test
2019-07-17Move boards switcher partialWinnie Hellmann
(cherry picked from commit a82e4d57a6fbba840a8a944e372b80866a1e48cc)
2019-07-16Add setCurrentBoard to boardsStoreWinnie Hellmann
(cherry picked from commit 9cd745c65bcb51d615399e82d8b26ef5cce972e1)
2019-07-04Copy content from BoardService to boardsStoreWinnie Hellmann
(cherry picked from commit 813299edd83ace98256b7fc9302f586f0dc2cabc)
2019-06-29Allow collapsing all issue boardsMartin Hanzel
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-25Rename to time_tracking_limit_to_hoursHeinrich Lee Yu
Changes migration and all other places the attribute is used
2019-06-07Move Vue models from vue_shared to boardsMartin Hanzel
Some classes in vue_shared were used only by boards, so they were moved to the boards directory.
2019-06-05Extract setListDetail() into issue boards storeWinnie Hellmann
2019-06-04Extract setIssueDetail() into issue boards storeWinnie Hellmann
2019-06-04Extract toggleFilter() into issue boards storeWinnie Hellmann
2019-06-04Move boardsStore.moving to BoardList componentWinnie Hellmann
2019-05-31Merge branch 'dz-scope-project-routes-3' into 'master'Lin Jen-Shin
Move some project routes under - scope See merge request gitlab-org/gitlab-ce!28830
2019-05-31Sort by position in issue boards store addList()Winnie Hellmann
2019-05-30Extract clearDetailIssue() to issue boards storeWinnie Hellmann
2019-05-29Fix specs after routing changeDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-04-23Fix issue with list label text colorTucker Chapman
2019-04-19Merge branch '10502-board-list-spec-ce' into 'master'Kushal Pandya
Move EE specific testcase to EE spec file See merge request gitlab-org/gitlab-ce!27505
2019-04-19Move EE specific testcase to EE spec fileRajat Jain
Refactor `board_list` such that we can reuse the parts of component creation with prop passing with ee specific spec.
2019-04-18Replace ee-specific code for boards/issue_card_innerRoman Rodionov
2019-04-15Display scoped labels in Issue BoardsRajat Jain
This change brings new Scoped labels to Issue board as well. With the last change, this was missed.
2019-04-04[frontend] backport of scoped labelsRajat Jain
Scoped labels in EE require additional changes in CE code.
2019-04-02Remove non-functional add issue button on welcome listDonald Cook
2019-03-26Merge branch 'winh-remove-sushi' into 'master'Winnie Hellmann
Remove .raw from JavaScript fixture file names Closes #59201 See merge request gitlab-org/gitlab-ce!26430 (cherry picked from commit 79a45f7f02939a1c2fc1f378e43ec9b96630f918)
2019-03-23Move some tests from Karma to JestWinnie Hellmann
2019-03-22Revert "Merge branch 'winh-remove-sushi' into 'master'"Filipa Lacerda
This reverts merge request !26430
2019-03-21Remove .raw from JavaScript fixture file namesWinnie Hellmann
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-18Fix failing testsBrandon Labuschagne
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-02-25Remove timezone conversion of issue due dates for issue board cardsElias Werberich
2018-12-15Fix broken karma testMartin Wortschack
2018-12-13Merge branch '51994-disable-merging-labels-in-dropdowns' into 'master'Fatih Acet
Resolve "Fix labels dropdown with multiple same names" Closes #51994 See merge request gitlab-org/gitlab-ce!23265
2018-12-08CE Backport: Epic issue list and related issue list re-designKushal Pandya
2018-12-06Fix failed tests and add extra testHeinrich Lee Yu
2018-11-07Resolve "Issue board card design"Constance Okoghenun
2018-10-31Prettify remaining files with differences in CE and EEMike Greiling
2018-10-17Prettify all spec filesMike Greiling
2018-10-17enable jasmine/new-line-before-expectJohann Hubert Sonntagbauer
2018-10-16enable jasmine/no-promise-without-done-failJohann Hubert Sonntagbauer
2018-10-10Convert remaining issue board components into ES module syntaxMike Greiling
2018-10-09Resolve "Harmonize prettier and eslint configs"Mike Greiling
2018-10-03Add gl-button from gitlab-uiJose Vargas
2018-09-19Unite green buttons under one css classDmitriy Zaporozhets
Rename btn-new, btn-create and btn-save to btn-success Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2018-09-17Fix grammar (setup to set-up) in code comments, spec, views, etc.Marcel Amirault
2018-09-07Merge branch 'boards-querystring-backport' into 'master'Tim Zallmann
don't add trailing = when in urlParamsToArray function See merge request gitlab-org/gitlab-ce!21179
2018-08-28don't add trailing = when in urlParamsToArray functionSimon Knox
2018-08-16Fix if-checkDicker Max
2018-08-07Send resize parameters for avatarsTim Zallmann
2018-07-30[Backport] View summed weights of issues in board columnFelipe Artur