An error occurred fetching the project authors.
- 14 Feb, 2021 1 commit
-
-
Vitaly Slobodin authored
See https://gitlab.com/gitlab-org/frontend/eslint-plugin/-/issues/18 for more information.
-
- 01 Feb, 2021 2 commits
-
-
Florie Guibert authored
Add support for not filters on Swimlanes
-
Vitaly Slobodin authored
Sort JavaScript imports in the EE code to match our future ESLint configuration.
-
- 25 Jan, 2021 1 commit
-
-
Eulyeon Ko authored
- Remove debounceAnimationFrame from board_sidebar_epic_select.vue (Move mutations inside setActiveIssueEpic action) - Add cache for fetched epic data in vuex store. - Add logic for fetching epic if it doesn't exist in cache. - Remove settingEpic state from BoardSidebarEpicSelect (It's redundant and we should use epicFetchInProgress from vuex) - Change the event name onEpicSelect to epic select.
-
- 23 Dec, 2020 1 commit
-
-
Lukas Eipert authored
Part of our prettier migration; changing the arrow-parens style.
-
- 22 Dec, 2020 1 commit
-
-
Florie Guibert authored
Duplicate components to help decouple boardsStore
-
- 16 Dec, 2020 1 commit
-
-
Florie Guibert authored
Decouple filtering and board scope from boardsStore for GraphQL boards
-
- 13 Dec, 2020 1 commit
-
-
Florie Guibert authored
Refactor boards and swimlanes removing List model
-
- 11 Dec, 2020 1 commit
-
-
Natalia Tepluhina authored
- removed unused specs - removed unused utilities - added new cases to the form spec
-
- 08 Dec, 2020 1 commit
-
-
Donald Cook authored
Fixed tests and translations Added changelog entry
-
- 04 Dec, 2020 1 commit
-
-
Alexandru Croitor authored
Allow for issue boards scoping to an iteration. For that we need to store the iteration to which the board is scoped into iteration_id on boards table. This change also allows issue filtering on CURRENT iteration, that is being calculated based on Date.today
-
- 03 Dec, 2020 1 commit
-
-
Eulyeon Ko authored
Add *mutation postfix to imported mutations.
-
- 26 Nov, 2020 1 commit
-
-
Rémy Coutable authored
This reverts commit 7893fb79, reversing changes made to 28438e30. Signed-off-by: Rémy Coutable <remy@rymai.me>
-
- 25 Nov, 2020 1 commit
-
-
Vitaly Slobodin authored
This commit is the part of the process of enabling ESLint rule 'import/order'.
-
- 13 Nov, 2020 1 commit
-
-
Heinrich Lee Yu authored
This makes filtering by iterations work when the graphql_board_lists feature flag is enabled
-
- 09 Nov, 2020 1 commit
-
-
Eulyeon Ko authored
get- prefix shouldn't be used as vuex getters are not called directly but rather used as computed props. The following getters have been renamed: getLabelToggleState to labelToggleState getActiveIssue to activeIssue The following getter has been renamed for clarity: getIssues to getIssuesByList
-
- 22 Oct, 2020 1 commit
-
-
Florie Guibert authored
-
- 19 Oct, 2020 1 commit
-
-
Florie Guibert authored
Use graphQL mutation to update list WIP limit in settings sidebar
-
- 16 Oct, 2020 1 commit
-
-
Florie Guibert authored
Add group_by URL param for Swimlanes
-
- 15 Oct, 2020 2 commits
-
-
Axel Garcia authored
It uses gitlab/ui to render the weight form and doesn't fetch any data as the weight is provided by the stored issue.
-
Rajat Jain authored
For swimlanes, save the collapsed state to the DB so that the view remains consistent.
-
- 14 Oct, 2020 1 commit
-
-
Florie Guibert authored
Store lists by id on VueX state
-
- 08 Oct, 2020 1 commit
-
-
Florie Guibert authored
Update fetching of issues in GraphQL to paginate issues in lists
-
- 05 Oct, 2020 2 commits
-
-
Florie Guibert authored
Only allow user to drag & drop when user can admin epics Add rspec tests
-
Florie Guibert authored
Add ability to move issue between lanes
-
- 29 Sep, 2020 2 commits
-
-
Axel García authored
This uses axios on the boards store to handle the request of setting the data from the server. It doesn't commit any mutation.
-
Florie Guibert authored
Chain fetch epics by chunks of 20
-
- 25 Sep, 2020 1 commit
-
-
Florie Guibert authored
-
- 21 Sep, 2020 1 commit
-
-
Florie Guibert authored
- Fetch issues per epic - Watch filters - Fetch unassigned issues per list
-
- 08 Sep, 2020 1 commit
-
-
Florie Guibert authored
Add support for filtering by epic
-
- 24 Aug, 2020 2 commits
-
-
Florie Guibert authored
- VueX action to fetch board lists - VueX action to add blank list - VueX action to show promotion list - VueX action to add backlog list in GraphQL
-
Florie Guibert authored
VueX filtering for Swimlanes and GraphQL boards
-
- 23 Aug, 2020 1 commit
-
-
Florie Guibert authored
- Group and project queries
-
- 13 Aug, 2020 1 commit
-
-
Florie Guibert authored
- Fetch issues for all board lists though VueX action
-
- 30 Jul, 2020 1 commit
-
-
Scott Stern authored
-
- 24 Jul, 2020 1 commit
-
-
Scott Stern authored
-
- 09 Jul, 2020 1 commit
-
-
- 08 Jul, 2020 1 commit
-
-
Florie Guibert authored
- Add issues in lane for issues not assigned to an epic - Display issues under epics
-
- 16 Jun, 2020 1 commit
-
-
Florie Guibert authored
- Fetch epics on board swimlanes - Display epic information
-
- 04 Jun, 2020 1 commit
-
-
Florie Guibert authored
- Feedback
-