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-06-28Vue-i18n: javascripts/boards directoryEzekiel Kigbo
i18n linting for .vue files under the app/javascripts/boards directory
2019-06-04Extract toggleFilter() into issue boards storeWinnie Hellmann
2019-04-25Add auto direction to support rtl languagesAhmad Haghighi
2019-04-18Replace ee-specific code for boards/issue_card_innerRoman Rodionov
2019-04-17Fix stylelint rules in boards.scssPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59895
2019-04-17Revert "Merge branch 'boards-stylelint' into 'master'"Rémy Coutable
This reverts merge request !27313
2019-04-16Fix stylelint rules in boards.scssPhil Hughes
Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/59895
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-05Sort labels alphabetically on issue boardDmitriy Zaporozhets
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
2019-01-15Upgrade prettier and reformat files as necessaryMike Greiling
Upgrades prettier to 1.15.3 Runs `yarn prettier-save-all` against the codebase Most changes are due to https://github.com/prettier/prettier/pull/5519
2018-11-20Prettify all the thingsMike Greiling
2018-11-16Use @gitlab npm namespaceClement Ho
2018-11-07Resolve "Issue board card design"Constance Okoghenun
2018-10-31Prettify remaining files with differences in CE and EEMike Greiling
2018-10-15Replace `<i>` in vue components with `<icon>`George Tsiolis
2018-10-10Convert remaining issue board components into ES module syntaxMike Greiling
2018-10-01Merge branch ↵Phil Hughes
'#48445-Issue-card-in-board-view-is-too-sensitive-to-drag-event' into 'master' Fix link handling for issue cards. Closes #48445 See merge request gitlab-org/gitlab-ce!21910
2018-09-26Add right margin to board-card-numberGeorge Tsiolis
2018-09-25Fix link handling for issue cards.Johann Hubert Sonntagbauer
The header link will now stop event propagation, so that clicking is much simpler. On Windows and Chrome, the link worked 1 out of 5 times because drag operation was immediately fired.
2018-09-20Resolve eslint-plugin-vue errorsMike Greiling
The eslint-plugin-vue upgrade had some breaking changes to vue/attribute-order which needed to be resolved in order to avoid disabling the rule entirely
2018-06-27Uses tooltip vue directive in issue card componentFilipa Lacerda
2018-06-26Moves boards components into a .vue fileFilipa Lacerda