该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 25, 2024
-
-
由 Ravi Kumar 创作于
We need to increase the tasks pulling throuput, so sending a reduced pulling frequency from rails. It will be behind a feature flag zoekt_reduced_pull_frequency Changelog: added MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/160575 EE: true
-
由 Bojan Marjanovic 创作于
Changelog: added
-
由 Niko Belokolodov 创作于
-
由 Savas Vedova 创作于
The feature flag `group_level_vulnerability_report_grouping` is turned on for a couple of weeks now and the new grouping functionality for the group level vulnerability reports is working as expected. This commit removes the feature flag from our codebase. Changelog: other EE: true
-
由 Himanshu Kapoor 创作于
Remove FFs wiki_front_matter and wiki_front_matter_title. Changelog: added
-
- 7月 24, 2024
-
-
- Remove Packages::Composer::CacheFile model. - Remove composer cache file sidekiq workers. - Remove composer cache file creator. - Remove composer cache file database records. Changelog: removed
-
由 Peter Hegman 创作于
Track clicking tabs, filtering, sorting, and using pagination
-
由 Alex Pooley 创作于
This reverts commit b9adfe7995fa94d20f32506efdc8e84f3936dfc8.
-
由 Sylvester Chin 创作于
Changelog: fixed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/159215
-
由 Daniele Rossetti 创作于
-
- 7月 23, 2024
-
-
由 Javiera Tapia 创作于
This commit introduces an advisory lock at the lfs_objects_model level to ensure uniqueness of new records (only one lfs_objects_project per repository type). After this, we need to add a migration that deduplicates lfs_objects_projects by lfs_object_id, project_id and repository_type. After the migration is finalized, we need to add a unique index on all three columns to ensure data integrity since the unique validation already exists at the model level. Changelog: other
-
由 Ivan Sebastian 创作于
Changelog: performance
-
由 Rutger Wessels 创作于
Only in rspec context
-
由 Javiera Tapia 创作于
Since the `disable_git_http_fetch_writes` FF does not define a feature flag actor, it is currently not possible to increment the fetch project statistics without enabling or disabling it for all projects. This commit introduces the `allow_git_http_fetch_writes` FF that allow us to control this and unskip the statistics for specific projects.
-
由 Ian Anderson 创作于
Changelog: changed
-
由 Rutger Wessels 创作于
Changelog: changed
-
由 Nathan Weinshenker 创作于
Removing the feature flag associated to claude 3.5 sonnet. Changelog: removed EE: true
-
由 Siddharth Dungarwal 创作于
Co-authored-by:
Terri Chu <tchu@gitlab.com>
-
- 7月 22, 2024
-
-
由 Andy Schoenen 创作于
This mutation allows to trigger the creation of a security policy project. We also introduce the securityPolicyProjectCreated subscription. It will be triggered as soon as the project is created. Changelog: added EE: true
-
由 Daniele Rossetti 创作于
Changelog: changed
-
由 Jonas Larsen 创作于
Co-authored-by:
David Fernandez <dfernandez@gitlab.com>
-
由 Sascha Eggenberger 创作于
Removes feature flag as we have successfully rolled out the new feature. Changelog: removed
-
由 Moaz Khalifa 创作于
When publishing a npm package that its archive has been bundled with a custom root folder name, an error is raised stating that package.json not found. In this MR, we fix that by validating the archive as long as it has package.json file in its root regardless of the root folder name. Changelog: fixed
-
由 Mohamed Hamda 创作于
Add a feature flag to control prompts migration Use the new FF to route to AiGatewayCodeCompletionMessage Adjust the base prompt in AiGatewayCodeCompletionMessage to be nil Changelog: changed EE: true
-
由 Rajendra Kadam 创作于
Remove flag references in code Changelog: fixed MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/160190
-
由 Thong Kuah 创作于
Calling `IO::Buffer.new` produces this warning. It looks like the async gem calls `IO::Buffer.new` on `require`. So we silence warnings while requiring the async gem. In Ruby 3.3, the gem no longer calls `IO::Buffer.new` so we can skip silencing.
-
- 7月 20, 2024
-
-
由 Igor Frenkel 创作于
Set logger level to INFO for the google cloud storage library used to fetch package metadata from a gcp bucket. Changelog: changed
-
由 Achilleas Pipinellis 创作于
-
- 7月 19, 2024
-
-
由 Niko Belokolodov 创作于
Co-authored-by:
Sarah Yasonik <syasonik@gitlab.com>
-
由 Stan Hu 创作于
https://github.com/elastic/elasticsearch-ruby/pull/1360 added a Elasticsearch version validation step, but unfortunately this causes the client to fail with OpenSearch. Patch the client to maintain compatibility. Update the tests to fix test failure issues present in the latest gem. The tests were failing because elasticsearch-transport attempted to inspect the raw string for GZIP headers, but the stubbed response was a Ruby array so this failed.
-
- 7月 18, 2024
-
-
由 Eugie Limpin 创作于
Changelog: removed EE: true
-
由 Sylvester Chin 创作于
-
由 bmarjanovic 创作于
Changelog: added
-
由 Adam Hegyi 创作于
This change removes the store_first_reviewer_assignment_timestamp_in_metrics feature flag. Changelog: removed
-
由 Kerri Miller 创作于
Removes diff_preview_in_email feature flag, fully enabling the feature. Changelog: other
-
由 John Mason 创作于
-
由 Mario Celi 创作于
The FF has been enabled by default since 16.11 Removing the flag as we have seen no issues reported by users. Changelog: other
-
- 7月 17, 2024
-
-
由 Emerald-Jayde Henao 创作于
Sets claude 3.5 sonnet by default Removes 'claude_3_code_generation_haiku' feature flag Removes 'claude_3_5_code_generation_sonnet' feature flag Changelog: changed
-
由 Cindy Halim 创作于
Create callout component and add unit tests.
-
由 Eugenia Grieff 创作于
This is part of the work for consolidating all feature flags involved in work item epics Changelog: other EE: true
-