您需要先登录或注册,然后才能继续。
该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 11月 17, 2023
-
-
由 Chad Lavimoniere 创作于
Add clarifying output suggesting how dev can solve gettext error when running lefthook run pre-push
-
- 11月 15, 2023
-
-
由 Peter Leitzen 创作于
-
由 Dmitry Gruzd 创作于
-
- 11月 12, 2023
-
-
由 Chad Woolley 创作于
- The rubocop server is incompatible with usage of ENV vars to dynamically control content of the .rubocop.yml config, because changes to ENV vars are not picked up or respected, the server caches the current state of ENV vars when it starts.
-
- 9月 01, 2023
-
-
由 Eduardo Bonet 创作于
-
- 8月 18, 2023
-
-
由 huzaifaiftikhar1 创作于
-
- 8月 16, 2023
-
-
由 Leonardo da Rosa 创作于
Adds a `pre-push` hook to check name clashing between `db` migrations and `Elasticsearch` migrations.
-
- 8月 07, 2023
-
-
由 Peter Leitzen 创作于
Some developers tend to disable pre-commit hooks to speed up their flow so having RuboCop run in pre-push (as a safety net) is crucial.
-
- 7月 27, 2023
-
-
由 Kerri Miller 创作于
Running rubocop checks on push is frustrating, as correcting any errors requires either a new commit or an --amend. By moving rubocop checks to pre_commit, we can instead prevent issues it complains about from entering the tree entirely, helping users to prevent stubbing their toe when they later attempt to push.
-
- 7月 26, 2023
-
-
由 Kasia Misirli 创作于
-
由 Huzaifa Iftikhar 创作于
Create a rake task to auto generate documentation for all the available audit event types.
-
- 7月 21, 2023
-
-
由 Mario Celi 创作于
Excluding doc/api/graphql/reference/index.md from vale, markdown-lint and docs-trailing_spaces
-
- 7月 12, 2023
-
-
由 Peter Leitzen 创作于
With this, we no longer need to run `rubocop` with `--config .rubocop.yml` in monorepo or gem directory. Now, running `rubocop` in both monorepo and gems/ directories behaves as expected: 1. In monorepo, inspecting files with `--force-exclusion` from gems/ is a no-op 2. In gems/, inspect files works without passing `--config .rubocop.yml`
-
- 7月 11, 2023
-
-
由 Peter Leitzen 创作于
This is a workaround to RuboCop's behavior/bug: See https://gitlab.com/gitlab-org/gitlab/-/merge_requests/125735#note_1462062385
-
- 6月 28, 2023
-
-
由 Eduardo Bonet 创作于
The performance of generating translations was greatly increased, which means we can run it before pushing. This should save some unnecessary broken pipelines.
-
由 Marcel Amirault 创作于
The deprecation and removals pages are being combined so we need to remove the removal-specific tasks
-
- 6月 16, 2023
-
-
由 Peter Leitzen 创作于
-
- 5月 20, 2023
-
-
由 Michael Kozono 创作于
-
- 5月 16, 2023
-
-
由 Terri Chu 创作于
-
- 3月 28, 2023
-
-
由 Dmitry Gruzd 创作于
-
- 3月 10, 2023
-
-
由 Lukas Eipert 创作于
A custom lefthook target to run all the linters with with auto-fix capabilities, but just on the files which changed in your branch. ```shell # If installed globally lefthook run auto-fix # Or if installed via ruby gem bundle exec lefthook run auto-fix ```
-
- 3月 03, 2023
-
-
由 Leonardo da Rosa 创作于
Terminates the pipeline schema validation if changes are introduced to the structure file without using migrations. This behavior could be overridden by using pipeline:change-schema-without-migrations label when necessary. Changelog: changed
-
- 1月 28, 2023
-
-
由 Michał Zając 创作于
-
- 12月 15, 2022
-
-
由 Peter Leitzen 创作于
This will match files like config/gitlab.yml.example.
-
- 12月 14, 2022
-
-
由 Dmitry Gruzd 创作于
-
- 12月 13, 2022
-
-
由 Fred de Gier 创作于
-
- 12月 06, 2022
-
-
由 Albert Salim 创作于
-
- 12月 05, 2022
-
- 11月 28, 2022
-
-
由 Brian Williams 创作于
To make it easier for contributors to rebase their forks.
-
- 11月 24, 2022
-
-
由 Dmitry Gruzd 创作于
-
- 11月 17, 2022
-
-
由 Dmitry Gruzd 创作于
-
- 11月 16, 2022
-
-
由 Dmitry Gruzd 创作于
-
- 11月 14, 2022
-
-
由 Dmitry Gruzd 创作于
-
- 9月 29, 2022
-
-
由 Michał Zając 创作于
-
- 7月 01, 2022
-
-
由 Evan Read 创作于
-
- 6月 08, 2022
-
-
由 ddieulivol 创作于
-
- 5月 12, 2022
-
-
由 Omar Qunsul 创作于
-
- 5月 06, 2022
-
-
由 Peter Leitzen 创作于
Having `REVEAL_RUBOCOP_TODO=1` reveals RuboCop TODOs also for HAML lint which and sometimes prevents pushing code. This commit hides any RuboCop TODOs in lefthook also for HAML lint.
-
- 4月 20, 2022
-
-
由 Dmitry Gruzd 创作于
-
- 3月 23, 2022
-
-
由 Rémy Coutable 创作于
This will reduce the boilerplate code. Signed-off-by:
Rémy Coutable <remy@rymai.me>
-