Merge remote-tracking branch 'upstream/master' into fix-cancelling-pipelines
* upstream/master: (133 commits) Restructure steps for MM slash commands service Add Changelog entry for CI linter validation fix Fix entry lookup in CI config inheritance rules Extend specs for global ci configuration entry Remove unnecessary require_relative calls from service classes Use single quote for strings Ue svg from SVGs object Dont trigger CI builds [ci skip] Revert "Test only migrations" Add custom copy for each empty stage Refactor Mattermost slash commands docs Fetch only one revision Highlight nav item on hover Test only migrations Fix migration paths tests Scroll CA stage panel on mobile Fix CSS declaration administer to administrator Move SVGs to JS objects for easy reuse Improve deploy command message ...
Showing
12.9 KB
12.1 KB
22 KB
22.6 KB
20.5 KB
12.4 KB
172 KB
7.69 KB
22.3 KB
59.5 KB
19.9 KB
11.9 KB
lib/gitlab/file_detector.rb
0 → 100644
... | ... | @@ -11,6 +11,7 @@ |
"eslint-plugin-import": "^2.0.1", | ||
"eslint-plugin-jasmine": "^1.8.1", | ||
"eslint-plugin-jsx-a11y": "^2.2.3", | ||
"eslint-plugin-react": "^6.4.1" | ||
"eslint-plugin-react": "^6.4.1", | ||
"istanbul": "^0.4.5" | ||
} | ||
} |