该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 10月 01, 2024
-
-
由 Jon Glassman 创作于
Adding two more troubleshooting cases See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167777 Merged-by:
Jon Glassman <jglassman@gitlab.com> Co-authored-by:
olivier némoz saint-dizier <onemoz@gitlab.com>
-
Co-authored-by:
Jon Glassman <jglassman@gitlab.com>
-
由 Lysanne Pinto 创作于
docs: clarify Dedicated Availability Zones See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167427 Merged-by:
Lysanne Pinto <lpinto@gitlab.com> Approved-by:
Ermia Qasemi <eqasemi@gitlab.com> Approved-by:
Lysanne Pinto <lpinto@gitlab.com> Co-authored-by:
bmckitrick <bmckitrick@gitlab.com>
-
由 Brendan McKitrick 创作于
Co-authored-by:
Lysanne Pinto <lpinto@gitlab.com>
-
由 Andrew Fontaine 创作于
Lint issue fix in Layout/LineEndStringConcatenationIndentation 1 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/164692 Merged-by:
Andrew Fontaine <afontaine@gitlab.com> Approved-by:
Lucas Charles <me@lucascharles.me> Approved-by:
Andrew Fontaine <afontaine@gitlab.com> Co-authored-by:
Archish <archishthakkar@gmail.com>
-
由 Archish Thakkar 创作于
-
由 Roshni Sarangadharan 创作于
Change `runner` to `runner configuration` in the Configuring Runners doc See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167528 Merged-by:
Roshni Sarangadharan <rsarangadharan@gitlab.com> Approved-by:
Roshni Sarangadharan <rsarangadharan@gitlab.com> Reviewed-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Co-authored-by:
Darren Eastman <deastman@gitlab.com>
-
由 Darren Eastman 创作于
Co-authored-by:
Roshni Sarangadharan <rsarangadharan@gitlab.com>
-
由 Phillip Wells 创作于
Remove rails command See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167677 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Sampath Ranasinghe <sranasinghe@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
luciezhao <lzhao@gitlab.com>
-
由 Lysanne Pinto 创作于
clarify instructions for using Switchboard for configuration changes to Dedicated instances See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/165580 Merged-by:
Lysanne Pinto <lpinto@gitlab.com> Approved-by:
Lysanne Pinto <lpinto@gitlab.com> Reviewed-by:
Lysanne Pinto <lpinto@gitlab.com> Co-authored-by:
Loryn Bortins <lbortins@gitlab.com>
-
由 Loryn Bortins 创作于
Co-authored-by:
Lysanne Pinto <lpinto@gitlab.com>
-
由 Sashi Kumar Kumaresan 创作于
Add and backfill project_id for packages_nuget_metadata See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167607 Merged-by:
Sashi Kumar Kumaresan <skumar@gitlab.com> Approved-by:
Carla Drago <cdrago@gitlab.com> Approved-by:
Panos Kanellidis <pkanellidis@gitlab.com> Approved-by:
Michał Zając <mzajac@gitlab.com> Approved-by:
Sashi Kumar Kumaresan <skumar@gitlab.com> Co-authored-by:
Shubham Kumar <shukumar@gitlab.com>
-
由 Shubham Kumar 创作于
## What does this MR do and why? Add and backfill project_id for packages_nuget_metadata. This table has a [desired sharding key](https://docs.gitlab.com/ee/development/database/multiple_databases.html#define-a-desired_sharding_key-to-automatically-backfill-a-sharding_key) configured ([view configuration](https://gitlab.com/gitlab-org/gitlab/-/blob/master/db/docs/packages_nuget_metadata.yml)). This merge request is the first step towards transforming the desired sharding key into a [sharding key](https://docs.gitlab.com/ee/development/database/multiple_databases.html#defining-a-sharding-key-for-all-cell-local-tables). This involves three changes: - Adding a new column that will serve as the sharding key (along with the relevant index and foreign key). - Populating the sharding key when new records are created by adding a database function and trigger. - Scheduling a [batched background migration](https://docs.gitlab.com/ee/development/database/batched_background_migrations.html) to set the sharding key for existing records. Once the background migration has completed, a second merge request will be created to finalize the background migration and validate the not null constraint. ## How to verify We have assigned a random backend engineer from ~"group::package registry" to review these changes. Please review this merge request from a ~backend perspective. The main thing we are looking to verify is that the added column and association match the values specified by the [desired sharding key](https://gitlab.com/gitlab-org/gitlab/-/blob/master/db/docs/packages_nuget_metadata.yml) configuration and that backfilling the column from this other table makes sense in the context of this feature. When you are finished, please: 1. Trigger the [database testing pipeline](https://docs.gitlab.com/ee/development/database/database_migration_pipeline.html) as instructed by Danger. 1. Request a review from the ~backend maintainer and ~database reviewer suggested by Danger. If you have any questions or concerns, reach out to `@tigerwnz` or @shubhamkrai. This merge request was generated by a once off keep implemented in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/143774 This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::BackfillDesiredShardingKeySmallTable 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
-
由 Michał Zając 创作于
Merge branch '480329-resolve-cross-table-interaction-issues-in-ee-spec-services-sbom-ingestion-tasks' into 'master' Resolve cross table interaction issues in ee/spec/services/sbom/ingestion/tasks/ingest_occurrences_spec.rb See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167682 Merged-by:
Michał Zając <mzajac@gitlab.com> Approved-by:
Michał Zając <mzajac@gitlab.com> Co-authored-by:
Gregory <11164960-ghavenga@users.noreply.gitlab.com>
-
由 Brendan Lynch 创作于
Expand GitLab component descriptions in Reference Architecture pages See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167445 Merged-by:
Brendan Lynch <blynch@gitlab.com> Approved-by:
Grant Young <gyoung@gitlab.com> Approved-by:
Brendan Lynch <blynch@gitlab.com> Reviewed-by:
Brendan Lynch <blynch@gitlab.com> Co-authored-by:
Nailia Iskhakova <niskhakova@gitlab.com>
-
由 Nailia Iskhakova 创作于
Signed-off-by:
Nailia Iskhakova <niskhakova@gitlab.com>
-
由 Suzanne Selhorn 创作于
REST API - split troubleshooting content to new page See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167709 Merged-by:
Suzanne Selhorn <sselhorn@gitlab.com> Co-authored-by:
Russell Dickenson <rdickenson@gitlab.com>
-
由 Russell Dickenson 创作于
-
由 Michał Zając 创作于
Update gitlab-security_report_schemas to v0.1.2.min15.0.0.max15.2.1 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/163940 Merged-by:
Michał Zając <mzajac@gitlab.com> Approved-by:
Michał Zając <mzajac@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
由 GitLab Dependency Bot 创作于
-
由 Bojan Marjanovic 创作于
Go-get: fix 401 error for unauthenticated requests See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167640 Merged-by:
Bojan Marjanovic <bmarjanovic@gitlab.com> Approved-by:
Olaoluwa Oluro <olaoluro@gitlab.com> Approved-by:
Bojan Marjanovic <bmarjanovic@gitlab.com> Reviewed-by:
Vasilii Iakliushin <viakliushin@gitlab.com> Reviewed-by:
Duo Code Reviewer <duo-code-review-bot@gitlab.com> Co-authored-by:
Vasilii Iakliushin <viakliushin@gitlab.com>
-
由 Smriti Garg 创作于
Fix for Groups Duo Subscription Bug See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167259 Merged-by:
Smriti Garg <sgarg@gitlab.com> Approved-by:
Emerald-Jayde Henao <ejhenao@gitlab.com> Approved-by:
Mohamed Moustafa <mmoustafa@gitlab.com> Approved-by:
Smriti Garg <sgarg@gitlab.com> Reviewed-by:
Mohamed Moustafa <mmoustafa@gitlab.com> Co-authored-by:
Lindsey Shelton <lshelton@gitlab.com>
-
由 Lindsey Shelton 创作于
Updating groups_helper and specs from feedback Changelog: fixed EE: true
-
由 Max Woolf 创作于
Update PA setup task to enable platform insights feature flags See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167599 Merged-by:
Max Woolf <mwoolf@gitlab.com> Approved-by:
Arun Sori <asori@gitlab.com> Approved-by:
Max Woolf <mwoolf@gitlab.com> Co-authored-by:
Robert Hunt <rhunt@gitlab.com>
-
由 Aakriti Gupta 创作于
Added audit event for user name change See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167484 Merged-by:
Aakriti Gupta <agupta@gitlab.com> Approved-by:
Sam Figueroa <sfigueroa@gitlab.com> Approved-by:
Aakriti Gupta <agupta@gitlab.com> Reviewed-by:
Aakriti Gupta <agupta@gitlab.com> Co-authored-by:
smriti <sgarg@gitlab.com>
-
由 Smriti Garg 创作于
Updated MR link to correct one
-
由 Ravi Kumar 创作于
Update Labels empty state See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/166388 Merged-by:
Ravi Kumar <rkumar@gitlab.com> Approved-by:
Chad Lavimoniere <clavimoniere@gitlab.com> Approved-by:
Minahil Nichols <minahilnichols@gitlab.com> Approved-by:
Eva Kadlecová <ekadlecova@gitlab.com> Approved-by:
Anna Vovchenko <avovchenko@gitlab.com> Approved-by:
Nailia Iskhakova <niskhakova@gitlab.com> Approved-by:
Ravi Kumar <rkumar@gitlab.com> Co-authored-by:
Julia Miocene <jmiocene@gitlab.com>
-
由 Julia Miocene 创作于
-
由 Dmitry Gruzd 创作于
Zoekt::Node offline -> lost See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/166481 Merged-by:
Dmitry Gruzd <dgruzd@gitlab.com> Approved-by:
Dmitry Gruzd <dgruzd@gitlab.com> Reviewed-by:
Michał Zając <mzajac@gitlab.com> Reviewed-by:
Dmitry Gruzd <dgruzd@gitlab.com> Reviewed-by:
Terri Chu <tchu@gitlab.com> Reviewed-by:
Max Woolf <mwoolf@gitlab.com> Co-authored-by:
rkumar555 <rkumar@gitlab.com>
-
由 Ravi Kumar 创作于
Remove the node and attached tasks, indices and repositories if the nide is offline for more than 12 hours. Changelog: other MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/166481 EE: true
-
由 John Mason 创作于
Bump gitlab-elasticsearch-indexer to 5.3 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167465 Merged-by:
John Mason <9717668-johnmason@users.noreply.gitlab.com> Approved-by:
John Mason <9717668-johnmason@users.noreply.gitlab.com> Co-authored-by:
Terri Chu <tchu@gitlab.com>
-
由 James Nutt 创作于
Add errors to SecurityPolicyProjectCreated subscription See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167422 Merged-by:
James Nutt <jnutt@gitlab.com> Approved-by:
Eva Kadlecová <ekadlecova@gitlab.com> Approved-by:
James Nutt <jnutt@gitlab.com> Reviewed-by:
Andy Schoenen <asoiron@gitlab.com> Reviewed-by:
Eva Kadlecová <ekadlecova@gitlab.com> Co-authored-by:
Andy Soiron <asoiron@gitlab.com>
-
由 Kerri Miller 创作于
Merge branch 'quarantine-flaky-tests-spec-features-merge_request-user_reverts_merge_request_spec-rb-72' into 'master' Quarantine a flaky test See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/166976 Merged-by:
Kerri Miller <kerrizor@kerrizor.com> Approved-by:
Kerri Miller <kerrizor@kerrizor.com> Co-authored-by:
Auto-quarantining bot <gitlab-auto-quarantine-bot@gitlab.com>
-
由 Michał Zając 创作于
Add and backfill project_id for ci_builds_runner_session See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167634 Merged-by:
Michał Zając <mzajac@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
João Pereira <jpereira@gitlab.com> Approved-by:
Michał Zając <mzajac@gitlab.com> Co-authored-by:
Shubham Kumar <shukumar@gitlab.com>
-
由 Shubham Kumar 创作于
## What does this MR do and why? Add and backfill project_id for ci_builds_runner_session. This table has a [desired sharding key](https://docs.gitlab.com/ee/development/database/multiple_databases.html#define-a-desired_sharding_key-to-automatically-backfill-a-sharding_key) configured ([view configuration](https://gitlab.com/gitlab-org/gitlab/-/blob/master/db/docs/ci_builds_runner_session.yml)). This merge request is the first step towards transforming the desired sharding key into a [sharding key](https://docs.gitlab.com/ee/development/database/multiple_databases.html#defining-a-sharding-key-for-all-cell-local-tables). This involves three changes: - Adding a new column that will serve as the sharding key (along with the relevant index and foreign key). - Populating the sharding key when new records are created by adding a database function and trigger. - Scheduling a [batched background migration](https://docs.gitlab.com/ee/development/database/batched_background_migrations.html) to set the sharding key for existing records. Once the background migration has completed, a second merge request will be created to finalize the background migration and validate the not null constraint. ## How to verify We have assigned a random backend engineer from ~"group::runner" to review these changes. Please review this merge request from a ~backend perspective. The main thing we are looking to verify is that the added column and association match the values specified by the [desired sharding key](https://gitlab.com/gitlab-org/gitlab/-/blob/master/db/docs/ci_builds_runner_session.yml) configuration and that backfilling the column from this other table makes sense in the context of this feature. When you are finished, please: 1. Trigger the [database testing pipeline](https://docs.gitlab.com/ee/development/database/database_migration_pipeline.html) as instructed by Danger. 1. Request a review from the ~backend maintainer and ~database reviewer suggested by Danger. If you have any questions or concerns, reach out to `@tigerwnz` or @shubhamkrai. This merge request was generated by a once off keep implemented in https://gitlab.com/gitlab-org/gitlab/-/merge_requests/143774 This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::BackfillDesiredShardingKeySmallTable 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
-
Update Gitaly version See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167735 Merged-by:
release-tools approver bot <project_278964_bot_77e28085fcec07f14dfd31c689824b5b@noreply.gitlab.com> Approved-by:
release-tools approver bot <project_278964_bot_77e28085fcec07f14dfd31c689824b5b@noreply.gitlab.com> Co-authored-by:
GitLab Release Tools Bot <delivery-team+release-tools@gitlab.com>
-
由 Terri Chu 创作于
Refactor blobs and commits context specs See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167378 Merged-by:
Terri Chu <tchu@gitlab.com> Approved-by:
Meir Benayoun <mbenayoun@gitlab.com> Approved-by:
Siddharth Dungarwal <sdungarwal@gitlab.com> Reviewed-by:
Duo Code Reviewer <duo-code-review-bot@gitlab.com>
-
由 Igor Drozdov 创作于
Lint issue in headers exception See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/164689 Merged-by:
Igor Drozdov <idrozdov@gitlab.com> Approved-by:
Igor Drozdov <idrozdov@gitlab.com> Reviewed-by:
Igor Drozdov <idrozdov@gitlab.com> Co-authored-by:
Archish <archishthakkar@gmail.com>
-
由 Archish Thakkar 创作于
-
由 Brendan Lynch 创作于
Move `%{merge_request_author}` to correct docs page See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167771 Merged-by:
Brendan Lynch <blynch@gitlab.com> Approved-by:
Brendan Lynch <blynch@gitlab.com> Co-authored-by:
François Rosé <frose@gitlab.com>
-