该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 1月 11, 2024
-
-
由 Andrejs Cunskis 创作于
-
- 1月 10, 2024
-
-
由 David Dieulivol 创作于
-
- 1月 05, 2024
-
-
由 ddieulivol 创作于
-
- 1月 04, 2024
-
-
This commit fixes two types of Rubocop failures seen only with Ruby 3.2: * Style/ArgumentsForwarding: As explained in https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Style/ArgumentsForwarding, in Ruby 3.2, anonymous args/kwargs forwarding has been added. This cop can be disabled by setting `UseAnonymousForwarding: false`. * Lint/RedundantRequireStatement: As explained in https://www.rubydoc.info/gems/rubocop/RuboCop/Cop/Lint/RedundantRequireStatement, `require 'set'` is no longer needed in Ruby 3.2. But since we still need to support Ruby 3.1 and earlier, disable this cop on `require 'set'` lines. Relates to https://gitlab.com/gitlab-org/gitlab/-/merge_requests/140815#note_1712305597
-
由 Chad Woolley 创作于
-
- 1月 03, 2024
-
-
由 Lin Jen-Shin 创作于
-
- 1月 02, 2024
-
-
由 Lin Jen-Shin 创作于
-
- 12月 26, 2023
-
-
由 Lin Jen-Shin 创作于
Because those 2 tests will look up all the templates in the directory.
-
- 12月 22, 2023
-
-
由 Kerri Miller 创作于
This script attempts to detect unused helper methods.
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 12月 20, 2023
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 12月 18, 2023
-
-
由 David Dieulivol 创作于
-
- 12月 16, 2023
-
-
由 Sarah Yasonik 创作于
Replaces rails generator for supporting engineers in creating internal events, metrics, and instrumenting app code.
-
- 12月 15, 2023
-
-
由 Kamil Trzciński 创作于
-
- 12月 14, 2023
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 12月 11, 2023
-
-
由 Leonardo da Rosa 创作于
Pre-16.3 migration files were removed and schema changes moved to db/init_structure.sql file Changelog: changed
-
- 12月 07, 2023
-
-
由 Peter Leitzen 创作于
This way `spec/models/every_model_spec.rb` is run in "fast fail" job(s) whenever a model changes.
-
由 Andrejs Cunskis 创作于
Additional rule fix
-
- 12月 06, 2023
-
-
由 Kamil Trzciński 创作于
This ensures that for each new added gem, we claim the name of the gem.
-
由 ddieulivol 创作于
This should help us understand job timeouts in more detail.
-
- 12月 05, 2023
-
-
由 Omar Qunsul 创作于
Addressing: https://gitlab.com/gitlab-org/gitlab/-/issues/429803 Changelog: fixed
-
由 Lin Jen-Shin 创作于
-
- 12月 01, 2023
-
-
由 Eulyeon Ko 创作于
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 11月 30, 2023
-
-
由 Rémy Coutable 创作于
-
由 Manoj M J 创作于
Changelog: added
-
由 Jennifer Li 创作于
-
由 Andrejs Cunskis 创作于
-
- 11月 29, 2023
-
-
由 Manoj M J 创作于
-
由 Sanad Liaquat 创作于
Also improve clarify messeage posted to run e2e test pipeline
-
- 11月 28, 2023
-
-
由 Peter Leitzen 创作于
-
- 11月 22, 2023
-
-
由 Matt Kasa 创作于
Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/428704
-
由 Jennifer Li 创作于
Update with new spec test cases Refactor regex and correct test spec Stub env var in CI
-
- 11月 21, 2023
-
-
由 Eulyeon Ko 创作于
- Use threaded network requests. - Combine the existing QA rspecs into one now that the tests can be quickly run in one rspec. - Add a fast CI job for QA regression detection Introduce a canary, non-optional CI job for GitLab Duo Chat that is fast and cheap to run.
-
由 Jennifer Li 创作于
Refactor Add testing commit, will be removed Removes testing commit
-
- 11月 20, 2023
-
-
由 ddieulivol 创作于
We noticed that the namespace could not be deleted because the gitlab runner pod takes too long to be deleted. This commit ensures we kill the gitlab runner review- apps container after 1min.
-
- 11月 17, 2023
-
-
由 Jennifer Li 创作于
This reverts merge request !136411
-
- Use threaded network requests. - Combine the existing QA rspecs into one now that the tests can be quickly run in one rspec. - Add a fast CI job for QA regression detection Introduce a canary, non-optional CI job for GitLab Duo Chat that is fast and cheap to run.
-
- 11月 16, 2023
-
-
由 David Dieulivol 创作于
https://gitlab.com/gitlab-org/gitlab/-/jobs/5535361923 timed-out at 15min, but the deletion was successful. We can increase the timeout to 30min, to make sure a slow but successful job won't timeout most of the time.
-
- 11月 15, 2023
-
-
由 Peter Leitzen 创作于
They were removed in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/127588
-