该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 2月 06, 2024
-
-
由 Joe Woodward 创作于
When running bin/secpick, often you'll find that the cherry-pick command fails and then you have to manually fix the issue and figure out which commands would have been run and run them yourself. This change pauses if the cherry-pick failed and instructs the user to fix the conflicts then run `git cherry-pick --continue` and then continue the bin/secpick script.
-
- 1月 24, 2024
-
-
由 Doug Stull 创作于
- helper script to help ensure ease of standards - see https://gitlab.com/gitlab-org/gitlab/-/issues/427723
-
- 1月 18, 2024
-
-
由 Terri Chu 创作于
-
- 12月 22, 2023
-
-
由 Dmitry Gruzd 创作于
-
- 12月 14, 2023
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 11月 11, 2023
-
-
由 Gabriel Mazetto 创作于
This change does not require semver_dialects, it was updated in order to unblock access to newer thor versions.
-
- 8月 31, 2023
-
-
- 8月 12, 2023
-
-
由 Steve Abrams 创作于
This reverts merge request !115469 Changelog: other
-
- 8月 11, 2023
-
- 8月 01, 2023
-
-
由 charlieablett 创作于
- include default-off instructions
-
- 6月 27, 2023
-
-
由 Kamil Trzciński 创作于
The purpose of this Gem is to move all `Gitlab::Utils` code into the Gem, and use this for all common functions that are not monolith specific.
-
- 6月 26, 2023
-
-
由 Kamil Trzciński 创作于
The purpose of this Gem is to move all `Gitlab::Utils` code into the Gem, and use this for all common functions that are not monolith specific.
-
- 1月 05, 2023
-
-
由 Albert Salim 创作于
`bin/secpick -v 15.6 -mr` will automatically create the backport merge request targeting the right stable branch and setting the right milestone.
-
- 12月 13, 2022
-
-
由 Ash McKenzie 创作于
-
- 12月 02, 2022
-
-
由 huzaifaiftikhar1 创作于
Feature categories map directly to groups, but groups are more likely to change therefore replace group with feature category.
-
- 11月 15, 2022
-
-
由 huzaifaiftikhar1 创作于
-
由 huzaifaiftikhar1 创作于
-
- 11月 14, 2022
-
-
由 huzaifaiftikhar1 创作于
-
- 11月 11, 2022
-
-
由 huzaifaiftikhar1 创作于
Fixed the offenses automatically by running bundle exec rubocop -A bin/audit-event-type
-
由 huzaifaiftikhar1 创作于
-
- 11月 09, 2022
-
-
由 huzaifaiftikhar1 创作于
Ruby script for generating audit event type YAML definitions Usage: bin/audit-event-type [options] <audit-event-type>
-
- 10月 17, 2022
-
-
由 Roy Zwambag 创作于
Changelog: changed
-
- 10月 14, 2022
-
-
由 Aleksei Lipniagov 创作于
Add the binary and the logic for GCS uploads. Changelog: other
-
- 10月 13, 2022
-
-
由 Peter Leitzen 创作于
This command is based on RuboCop's own `bin/rubocop-profile`. See https://github.com/rubocop/rubocop/blob/master/bin/rubocop-profile This enables profiling the bundled RuboCop version.
-
- 3月 17, 2022
-
-
由 Matthias Käppler 创作于
-
- 3月 15, 2022
-
-
由 David Barr 创作于
Adds various enhancements: - Refactor to optparse so command-line arguments can be passed in addition to environment variables - Adds --speedscope=true (or env SPEEDSCOPE=true) to output a JSON file compatible with speedscope - Allows the profiling mode to be specified with --mode (or env MODE=)
-
- 2月 22, 2022
-
-
由 Roy Zwambag 创作于
-
- 2月 15, 2022
-
-
由 Matthias Käppler 创作于
This provides better memory use for Puma, and we will require this for running a non-Ruby server in the future. This does not actually start the server for Puma yet.
-
- 2月 10, 2022
-
-
由 Brett Walker 创作于
-
- 12月 16, 2021
-
-
由 Matthias Käppler 创作于
-
- 12月 08, 2021
-
-
由 Roy Zwambag 创作于
-
- 12月 03, 2021
-
-
由 Roy Zwambag 创作于
-
- 11月 09, 2021
-
-
由 Rémy Coutable 创作于
This reverts merge request !73512
-
由 Ash McKenzie 创作于
-
- 11月 08, 2021
-
-
由 Matthias Käppler 创作于
This prevents name clashes with library code that is auto-loaded in workers from lib/
-
- 11月 01, 2021
-
-
由 Ash McKenzie 创作于
-
- 10月 26, 2021
-
-
由 yhgupta 创作于
-
- 10月 10, 2021
-
-
由 Chad Woolley 创作于
This reverts commit 28f82411.
-
- 10月 08, 2021
-
-
由 Sean McGivern 创作于
bin/background_jobs would write to stdout with `start_foreground`, and to log/sidekiq.log with `start` or `restart`. That was confusing, as other application log files are in log/ in development. To simplify this, use `tee` to make `start_foreground` both write to stdout and log/sidekiq.log.
-