该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 7月 24, 2024
-
-
由 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
-
由 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
-
由 michold 创作于
Rename metrics group ide -> remote_development
-
由 Harsimar Sandhu 创作于
This commit adds syncing of writes to new audit event tables behind a feature flag EE: true
-
由 Subashis 创作于
Changelog: added EE: true
-
由 Sylvester Chin 创作于
Changelog: other
-
由 Daniele Rossetti 创作于
Changelog: changed
-
- 7月 16, 2024
-
-
由 Gregory Havenga 创作于
Changelog: changed EE: true
-
由 Gabriel Mazetto 创作于
Changelog: removed EE: true
-
由 Carla Drago 创作于
This removes the :jira_connect_proxy_create_branch feature flag as the feature has been globally enabled on production for a week with no issues. Changelog: fixed
-
由 Stanislav Lashmanov 创作于
-
由 Luke Duncalfe 创作于
This refactors the flag name so that it will be a flag for the core user mapping feature, to allow 1 flag per importer we roll the feature out to. - `importer_user_mapping`, applies to the core user mapping feature - Have one flag per importer we roll user mapping out to, example `bulk_import_user_mapping`. We would always additionally check the flag state of `importer_user_mapping` with these flag checks. This lets us globally switch user mapping off for all importers, if we need to (could be handy if we find user mapping strains production services while we’re evaluating it) but still control the rollout to individual importers in a granular way.
-