An error occurred fetching the project authors.
- 21 Oct, 2021 1 commit
-
-
Florie Guibert authored
- Update labels within widget
-
- 13 Oct, 2021 1 commit
-
-
Florie Guibert authored
-
- 29 Sep, 2021 1 commit
-
-
Natalia Tepluhina authored
Removed Vuex and skip query Fixed fetching workspace labels Moved selected labels to dropdown contents Applies onlyGroup filter for epics labels Replaced project path with full path
-
- 27 Jul, 2021 1 commit
-
-
Eulyeon Ko authored
Date pickers emit Javascript Date instances and these get converted to datetime strings with timezone info. Ex. a user in UTC+9 timezone picks some date (say July 1). The underlying Date object gets converted to a string that uses UTC+0 as the default timezone and the date may change becuase of this conversion: '2021-07-01 UTC+9 Korean Standard Time' => '2021-06-30T??:??:??Z' Changelog: fixed EE: true
-
- 09 Apr, 2021 1 commit
-
-
Desiree Chevalier authored
-
- 30 Mar, 2021 2 commits
-
-
Taurie Davis authored
-
Michael Lunøe authored
Migrate away from `deprecatedCreateFlash` and use `createFlash` instead. Codemod used to do this migration: https://gitlab.com/mlunoe/gitlab-jscodeshift/-/blob/master/src/migrateCreateFlash.js Epic: https://gitlab.com/groups/gitlab-org/-/epics/3895
-
- 03 Mar, 2021 1 commit
-
-
- 14 Feb, 2021 1 commit
-
-
Vitaly Slobodin authored
See https://gitlab.com/gitlab-org/frontend/eslint-plugin/-/issues/18 for more information.
-
- 23 Dec, 2020 1 commit
-
-
Lukas Eipert authored
Part of our prettier migration; changing the arrow-parens style.
-
- 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'.
-
- 24 Nov, 2020 1 commit
-
-
Desiree Chevalier authored
-
- 21 Oct, 2020 1 commit
-
-
Axel García authored
-
- 20 Aug, 2020 1 commit
-
-
Ezekiel Kigbo authored
Replaces the default export flash function with the newCreateFlash. Fix outstanding flash imports Updates specs and replaces outstanding imports for `Flash` Fixes additional specs Updates the remaining calls to different flash methods, except for the window.Flash method since this will break .erb templates
-
- 16 Jul, 2020 1 commit
-
-
Axel García authored
-
- 15 Jul, 2020 11 commits
-
-
Axel García authored
- Replace static props with provide/inject - Namespaced and moved some strings to $options - Added missing data-testid - Tidy up the CSS a bit - Replaced old utility classes
-
Axel García authored
-
Axel García authored
-
Axel García authored
This improves both the data source and the data selection, removing helper functions on the component
-
Axel García authored
This also updates tests and strings accordingly
-
Axel García authored
This is to be used inside of a form. It's different from "standalone" because it has header, footer and custom styling.
-
Axel García authored
This also updates used strings
-
Axel García authored
- Update help paths. - Remove suggestion support for markdown editor. - Match input styles on markdown editor. - Adjust containers to follow conventions. - Add a small validation (title must be filled).
-
Axel García authored
-
Axel García authored
-
Axel García authored
This is a standalone form to create Epic with all the available options. - Missing labels and tests
-