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-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-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"
2018-12-12Disable vue/use-v-on-exact due to confusing rule violationsMike Greiling
2018-11-20Upgrade gitlab eslint config to latestMike Greiling
2018-11-20Disable conflicting eslint rulesMike Greiling
2018-10-17Use @gitlab/eslint-config as base in eslintrcMike Greiling
2018-10-09Resolve "Harmonize prettier and eslint configs"Mike Greiling
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-09-20Upgrade eslint to v5Mike Greiling
We needed to disable a few eslint-config-airbnb-base rules in order to keep the number of line changes under control. These should be re-enabled asap.
2018-09-06Updapte eslintrc no-param-reassign with 'ignorePropertyModificationsFor'Paul Slaughter
2018-06-25Enable "prefer-destructuring" in JS filesgfyoung
Partially addresses #47006.
2018-06-15Enable no-multi-assignment in JS filesgfyoung
Partially addresses #47006.
2018-06-15Enable no-restricted-globals in JS filesgfyoung
2018-05-29disable no-multi-assignLukas Eipert
2018-05-29use the old indent-rule for nowLukas Eipert
2018-05-29disable no-restricted-globalsLukas Eipert
2018-05-29disable prefer-destructuring for nowLukas Eipert
2018-05-29disable rules that might be conflicting with prettierLukas Eipert
2018-05-29disable `function-paren-newline` as it conflicts with prettierLukas Eipert
2018-05-29convert eslintrc to ymlLukas Eipert