An error occurred fetching the project authors.
- 16 Jun, 2021 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 27 May, 2021 1 commit
-
-
Rémy Coutable authored
The debugging tasks are added to check whether RuboCop cache works as expected or not. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 21 May, 2021 1 commit
-
-
Yorick Peterse authored
-
- 15 Mar, 2021 1 commit
-
-
Vitaly Slobodin authored
-
- 01 Mar, 2021 1 commit
-
-
Paul Slaughter authored
- This allows us to quickly run this for specific file paths - Also updates previous references (i.e. CI) to add "." - Also removes lefthook reference to `yarn run internal...` - Also adds `:all` and `:all:fix` scripts
-
- 22 Feb, 2021 1 commit
-
-
Vitaly Slobodin authored
-
- 18 Feb, 2021 1 commit
-
-
Vitaly Slobodin authored
Replace all scss-lint mentions with stylelint.
-
- 16 Feb, 2021 2 commits
-
-
Lukas Eipert authored
Similar to `eslint`, this moves our `prettier` related scripts to the `lint` scope. We keep the old scripts in place and error out immediately, hinting the user to the new scripts. Thanks to the introduced `scripts/frontend/execute-on-staged-files.sh` and the fact that `prettier` itself has implemented better command line interfaces (`--check` and `--write`) since we introduced it, we are able to remove our home made node script in favor of those. Now the scripts carry the following names: - `prettier-all` => `lint:prettier` - `prettier-all-save` => `lint:prettier:fix` - `prettier-staged` => `lint:prettier:staged` - `prettier-staged-save`: `lint:prettier:staged:fixed`
-
Lukas Eipert authored
We are currently overloading the `eslint` command with our custom eslint logic. Unfortunately this causes us to run `eslint` on all js/vue files and makes it hard to run custom eslint commands. One has to resort to running e.g. `node_modules/.bin/eslint` directly. In an effort to consolidate the situation we are renaming the commands (borrowing from our rake syntax) as follows: - `eslint` => `lint:eslint` - `eslint-fix` => `lint:eslint:fix` - `eslint-staged` => `lint:eslint:staged` - `eslint-staged-fix` => `lint:eslint:staged:fix` - `eslint-report` => `lint:eslint:report` All but the `eslint` command have been replaced with a command that errors out immediately and hints folks to the new command.
-
- 12 Feb, 2021 1 commit
-
-
Markus Koller authored
Auto-corrected with Rubocop
-
- 28 May, 2020 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 18 Mar, 2020 1 commit
-
-
Heinrich Lee Yu authored
This reverts merge request !20521
-
- 17 Mar, 2020 1 commit
-
-
Heinrich Lee Yu authored
These are causing warnings about already initialized constants because the class is loaded twice
-
- 02 Mar, 2020 1 commit
-
-
Enrique Alcántara authored
Also adds a script-analysis script to check for blocked dependencies in package.json https://gitlab.com/gitlab-org/gitlab/-/merge_requests/24101
-
- 26 Feb, 2020 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 10 Jan, 2020 1 commit
-
-
Sean McGivern authored
This job checks that files in the unreleased changelogs directories have the correct .yml extension. It ignores the .gitkeep files already there.
-
- 05 Jan, 2020 2 commits
-
-
Stan Hu authored
This adds a minor performance optimization to avoid allocation of an array.
-
Stan Hu authored
As seen in https://gitlab.com/gitlab-org/gitlab/-/jobs/394057944, static-analysis is failing with: ``` Browserslist: caniuse-lite is outdated. Please run next command `yarn upgrade` ``` The problem may be occurring because browserslist is detecting that caniuse-list is approximately 6 months old and outputs a warning using console.warn. To fix this, we change static-analysis to filter this warning message when deciding to exit with error code 2. Older GitLab backports shouldn't fail because we need to upgrade this dependency. Closes https://gitlab.com/gitlab-org/gitlab/issues/194788
-
- 16 Dec, 2019 1 commit
-
-
Paul Slaughter authored
-
- 31 Oct, 2019 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 18 Sep, 2019 1 commit
-
-
Yorick Peterse authored
This code is no longer needed in the single codebase setup.
-
- 29 Jul, 2019 2 commits
-
-
Yorick Peterse authored
This backport changes made by EE to the files in the scripts/ directory. This comes with a few changes to some scripts to make them work in the single codebase setup.
-
Yorick Peterse authored
This backport changes made by EE to the files in the scripts/ directory. This comes with a few changes to some scripts to make them work in the single codebase setup.
-
- 14 Feb, 2019 1 commit
-
-
Tim Zallmann authored
Added stylelint to static-analysis Updated yarn dependencies CSS Fixes and rule adoptions of stylelint Added stylelint-scss Deduplicated yarn.lock to clear dependencies
-
- 31 Oct, 2018 1 commit
-
-
Mike Greiling authored
-
- 07 Jun, 2018 1 commit
-
-
Lin Jen-Shin authored
-
- 14 Feb, 2018 2 commits
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 30 Jan, 2018 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 26 Jan, 2018 3 commits
-
-
Lin Jen-Shin authored
However keep backward compatibility
-
Lin Jen-Shin authored
Otherwise it could be confusing
-
Lin Jen-Shin authored
TODO: fix offenders
-
- 25 Jan, 2018 2 commits
-
-
Jacob Vosmaer (GitLab) authored
-
Jacob Vosmaer authored
-
- 26 Dec, 2017 1 commit
-
-
Lin Jen-Shin authored
-
- 25 Dec, 2017 2 commits
-
-
Lin Jen-Shin authored
-
Lin Jen-Shin authored
-
- 23 Dec, 2017 1 commit
-
-
Dmitriy Zaporozhets authored
-
- 03 Nov, 2017 1 commit
-
-
Rémy Coutable authored
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 02 Oct, 2017 1 commit
-
-
Sean McGivern authored
When a changelog has invalid YAML (typically, there is an unquoted @ at the start of the author field), then the entry will be discarded. This script checks all unreleased changelogs for validity, and runs as part of the static-analysis step, so the pipeline will fail if this happens in future.
-