该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 3月 11, 2025
-
-
由 Omar Qunsul 创作于
Changelog: other
-
- 3月 06, 2025
-
-
由 Omar Qunsul 创作于
Addressing: https://gitlab.com/gitlab-org/gitlab/-/issues/513075 Changelog: other
-
- 2月 08, 2025
-
-
由 Rodrigo Tomonari 创作于
-
- 2月 07, 2025
-
-
由 Rodrigo Tomonari 创作于
-
- 2月 06, 2025
-
-
由 Max Fan 创作于
We will log response sizes over the GITLAB_LOG_DECOMPRESSED_RESPONSE_BYTESIZE if set
-
- 1月 26, 2025
-
-
由 Omar Qunsul 创作于
Addressing: https://gitlab.com/gitlab-org/gitlab/-/issues/513075 Changelog: other
-
- 1月 23, 2025
-
-
由 Stan Hu 创作于
Now that we've updated net-http and Ruby, we can drop this spec, which wasn't running in Ruby 3.2 anyway. In addition, https://gitlab.com/gitlab-org/gitlab/-/merge_requests/154182 dropped the equivalent spec in `gems/gitlab-http/spec/gitlab/http_v2/net_http_patch_spec.rb`.
-
- 1月 22, 2025
-
-
由 Rodrigo Tomonari 创作于
Patch Net/HTTP to log the decompressed size of compressed HTTP responses
-
- 1月 17, 2025
-
-
由 Gregorius Marco 创作于
-
由 Bojan Marjanovic 创作于
-
- 1月 10, 2025
-
-
由 Omar Qunsul 创作于
Also removing unneeded helpers + Adding validation on Cells configuration Addressing: https://gitlab.com/gitlab-org/gitlab/-/issues/510193 Changelog: other
-
- 1月 07, 2025
-
-
由 Gregorius Marco 创作于
-
- 12月 27, 2024
-
-
由 Igor Drozdov 创作于
It overrides the Rails method to use Set instead of an Array - https://github.com/rails/rails/blob/main/activemodel/lib/active_model/attribute_methods.rb#L383 In this case, when `alias_attribute` is called multiple times for the same attribute, the number doesn't grow.
-
- 12月 12, 2024
-
-
由 Rémy Coutable 创作于
Changelog: added Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 12月 10, 2024
-
-
由 Shinya Maeda 创作于
-
由 Rémy Coutable 创作于
This reverts merge request !168773
-
- 11月 19, 2024
-
-
由 Rémy Coutable 创作于
Changelog: added Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 11月 16, 2024
-
-
由 Lukas Wanko 创作于
Till now, we enabled all workers when a node was connected as a geo node; we now only enable the needed geo workers. With that, we can in the future disable the offline cloud license provision worker for SaaS. This features is behind a feature flag disable_bulk_sidekiq_job_activation EE: true Changelog: added
-
- 11月 12, 2024
-
-
由 Auto-quarantining bot 创作于
The `` 1_settings settings do not change after reload `` test matches one of the following conditions: 1. has either ~"flakiness::1" or ~"flakiness::2" label set, which means the number of reported failures is at or above 95 percentile, indicating unusually high failure count. 2. has ~"severity::1" label set, which means the number of reported failures [spiked and exceeded its daily threshold](https://gitlab.com/gitlab-org/ruby/gems/gitlab_quality-test_tooling/-/blob/c9bc10536b1f8d2d4a03c3e0b6099a40fe67ad26/lib/gitlab_quality/test_tooling/report/concerns/issue_reports.rb#L51). This MR quarantines the test. This is a discussion starting point to let the responsible group know about the flakiness so that they can take action: - accept the merge request and schedule the associated issue to improve the test - close the merge request in favor of another merge request to delete the test Please follow the [Flaky tests management process](https://handbook.gitlab.com/handbook/engineering/infrastructure/engineering-productivity/flaky-tests-management-and-processes/#flaky-tests-management-process) to help us increase `master` stability. Please let us know your feedback in the [Engineering Productivity issue tracker](https://gitlab.com/gitlab-org/quality/engineering-productivity/team/-/issues). Related to https://gitlab.com/gitlab-org/gitlab/-/issues/501317. This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::QuarantineFlakyTests keep. To provide feedback on your experience with `gitlab-housekeeper` please create an issue with the label ~"GitLab Housekeeper" and consider pinging the author of this keep. Changelog: other
-
- 11月 08, 2024
-
-
由 Sylvester Chin 创作于
This commit introduces the `omit_aggregated_db_log_fields` ops feature flag.
-
- 10月 29, 2024
-
-
由 Rémy Coutable 创作于
The state leak can be reproduced without the fix with the following command: ``` bundle exec rspec spec/initializers/secret_token_spec.rb spec/lib/gitlab/otp_key_rotator_spec.rb ``` Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 10月 26, 2024
-
-
由 Sylvester Chin 创作于
This change adds a `overrides` keyword argument to the `data_consistency` method in `WorkerAttributes`. In `MODE_MULTIPLE_DATABASES`, data consistency for specified databases are overrriden. For example, `data_consistency :always, overrides: { ci: :sticky }` would stick main db connections to primary while ci db connections will prefer the read replicas. Changelog: other
-
- 10月 24, 2024
-
-
由 Matthias Kaeppler 创作于
We found that this setting can interfere with DNS requests made by UrlBlocker when web proxies are used. Also extracted non-EE tests into the proper file. Changelog: fixed
-
- 10月 21, 2024
-
-
由 Martin Schurz 创作于
-
由 Sylvester Chin 创作于
This reverts commit 550c01a2.
-
- 10月 16, 2024
-
-
由 Nao Hashizume 创作于
-
- 10月 15, 2024
-
-
由 Stan Hu 创作于
We've seen in development that secrets.yml quietly changed for some reason. Back up this file in case the old values need to be restored. Changelog: changed
-
- 10月 09, 2024
-
-
由 Steve Xuereb 创作于
This reverts merge request !166986
-
- 10月 07, 2024
-
-
由 Sylvester Chin 创作于
DB Rake tasks would establish a db connection with `name: primary`. As seen in https://github.com/rails/rails/blob/v7.0.8.4/activerecord/lib/active_record/tasks/postgresql_database_tasks.rb#L97
-
- 9月 27, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 9月 26, 2024
-
-
由 Hercules Merscher 创作于
The categories product_analytics_data_management and product_analytics_visualization have been renamed to product_analytics, according to https://gitlab.com/gitlab-com/www-gitlab-com/-/commit/9baeca3c4516740258e448654df9b6bcd21c85b4.
-
- 9月 25, 2024
-
-
由 Rémy Coutable 创作于
Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
由 Rémy Coutable 创作于
Changelog: changed Signed-off-by:
Rémy Coutable <remy@rymai.me>
-
- 9月 12, 2024
-
-
由 Sylvester Chin 创作于
This fixes the problem of crons lingering after the worker class is removed from Gitlab::SidekiqConfig.cron_jobs. Changelog: fixed
-
- 8月 30, 2024
-
-
由 Bogdan Denkovych 创作于
-
- 8月 27, 2024
-
-
由 ddieulivol 创作于
-
- 8月 25, 2024
-
-
由 Stan Hu 创作于
When transactional tests are enabled, Rails ensures that all threads use the same connection for accessing the database. However this may cause a false positive with the Sidekiq worker open transaction check because: 1. A browser may have multiple requests in-flight. 2. A transaction may start in the middle of another request. For example, an update to a merge request column initiates a transaction via SAVEPOINT. To avoid false positives, disable this check for JavaScript feature specs run. The alternative is to use the deletion strategy, but that would significantly slow tests. Relates to https://gitlab.com/gitlab-org/gitlab/-/issues/478601
-
- 8月 13, 2024
-
-
由 Igor Drozdov 创作于
It removes newly introduced check that doesn't allow defining an enum without backed column. A migration job fails because it: - Performs database migration on a particular version - The version does not contain email_confirmation_setting column - Performs another migration that initializes Rails env - Initializers call Gitlab::CurrentSetting - ApplicationSetting tries to define email_confirmation_setting enum - Fails because the enum is not backed by a column
-
- 8月 12, 2024
-
-
由 Marius Bobin 创作于
-
- 7月 30, 2024
-
-
由 Bojan Marjanovic 创作于
-