该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 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.
-
由 Sean McGivern 创作于
If you set the SIDEKIQ_QUEUES environment variable, bin/background_jobs will use that queue list rather than the default ('*'; all queues).
-
由 Chad Woolley 创作于
- It seems to have been inadvertently removed as part of Rails 5 upgrade: https://gitlab.com/gitlab-org/gitlab/-/commit/44fef4fe
-
- 9月 16, 2021
-
-
由 Markus Koller 创作于
-
- 9月 08, 2021
-
-
由 Lin Jen-Shin 创作于
-
- 9月 07, 2021
-
-
由 Heinrich Lee Yu 创作于
Sets the default number of workers to 1 if SIDEKIQ_WORKERS is not provided. This also fixes a bug where we are starting 1 more process than requested.
-
- 9月 02, 2021
-
-
由 Lin Jen-Shin 创作于
-