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
2020-02-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2020-02-10Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-13Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-09Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-05Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-12-04Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-29Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-21Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-11-12Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-31Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-28Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-15Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-11Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-10-01Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-30Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-18Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-16Add latest changes from gitlab-org/gitlab@masterGitLab Bot
2019-09-06Show weight on new board issue (CE-backport)Winnie Hellmann
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)