该项目从 https://gitlab.com/gitlab-org/gitlab.git 镜像。
拉取镜像更新于 。
- 12月 17, 2024
-
-
由 Marius Bobin 创作于
Ignore `stage` column from `CommitStatus` See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/173742 Merged-by:
Marius Bobin <mbobin@gitlab.com> Approved-by:
drew stachon <730684-drew@users.noreply.gitlab.com> Approved-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Approved-by:
Marius Bobin <mbobin@gitlab.com> Reviewed-by:
drew stachon <730684-drew@users.noreply.gitlab.com> Reviewed-by:
Marius Bobin <mbobin@gitlab.com> Reviewed-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Co-authored-by:
Laura Montemayor <lmontemayor@gitlab.com>
-
由 Laura Montemayor 创作于
-
由 Adam Hegyi 创作于
Merge branch 'backfill-multiple-desired-sharding-key-small-table-bulk_import_export_uploads' into 'master' Add & backfill sharding keys for bulk_import_export_uploads See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175723 Merged-by:
Adam Hegyi <ahegyi@gitlab.com> Approved-by:
Adam Hegyi <ahegyi@gitlab.com> Co-authored-by:
Shubham Kumar <shukumar@gitlab.com>
-
由 Shubham Kumar 创作于
## What does this MR do and why? Add and backfill multiple sharding keys for bulk_import_export_uploads. 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/bulk_import_export_uploads.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 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/bulk_import_export_uploads.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::BackfillMultipleDesiredShardingKeySmallTable 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
-
由 Marius Bobin 创作于
Remove BackfillPCiPipelinesTriggerId See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175517 Merged-by:
Marius Bobin <mbobin@gitlab.com> Approved-by:
Max Orefice <morefice@gitlab.com> Approved-by:
Marius Bobin <mbobin@gitlab.com> Reviewed-by:
Max Orefice <morefice@gitlab.com> Reviewed-by:
Tianwen Chen <tchen@gitlab.com> Co-authored-by:
Tianwen Chen <tchen@gitlab.com>
-
由 Tianwen Chen 创作于
Changelog: changed
-
由 Achilleas Pipinellis 创作于
Fix SSH Key guidance in Ref Arch docs See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175969 Merged-by:
Achilleas Pipinellis <axil@gitlab.com> Approved-by:
Achilleas Pipinellis <axil@gitlab.com> Co-authored-by:
Grant Young <gyoung@gitlab.com>
-
由 Leonardo da Rosa 创作于
Add milestone example for finalizing migrations See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175869 Merged-by:
Leonardo da Rosa <ldarosa@gitlab.com> Approved-by:
Bojan Marjanovic <bmarjanovic@gitlab.com> Approved-by:
Leonardo da Rosa <ldarosa@gitlab.com> Reviewed-by:
Leonardo da Rosa <ldarosa@gitlab.com> Co-authored-by:
Andy Schoenen <aschoenen@gitlab.com>
-
由 Fiona Neill 创作于
Adding the term "card" See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175773 Merged-by:
Fiona Neill <fneill@gitlab.com> Approved-by:
Fiona Neill <fneill@gitlab.com> Co-authored-by:
Suzanne Selhorn <sselhorn@gitlab.com>
-
由 Eugenia Grieff 创作于
Merge branch '503978-security_finding-create_merge_request_service-rollback-for-sec-db' into 'master' Support rollback for sec in SecurityFinding::CreateMergeRequestService See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/172673 Merged-by:
Eugenia Grieff <egrieff@gitlab.com> Approved-by:
Arpit Gogia <12347103-arpitgogia@users.noreply.gitlab.com> Approved-by:
Pavel Shutsin <pshutsin@gitlab.com> Approved-by:
Eugenia Grieff <egrieff@gitlab.com> Reviewed-by:
Brian Williams <bwilliams@gitlab.com> Co-authored-by:
Fabien Catteau <fcatteau@gitlab.com>
-
由 Fabien Catteau 创作于
Change the rollback mechansim of SecurityFinding::CreateMergeRequestService to support a separate sec database. EE: true Changelog: changed
-
Update KAS version See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175984 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>
-
由 Andrejs Cunskis 创作于
QA(deps): Update ci-qa See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175235 Merged-by:
Andrejs Cunskis <acunskis@gitlab.com> Approved-by:
Andrejs Cunskis <acunskis@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
由 Tianwen Chen 创作于
Use range instead of arel expressions See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175868 Merged-by:
Tianwen Chen <tchen@gitlab.com> Approved-by:
Josianne Hyson <jhyson@gitlab.com> Approved-by:
Tianwen Chen <tchen@gitlab.com> Reviewed-by:
Josianne Hyson <jhyson@gitlab.com> Reviewed-by:
Tianwen Chen <tchen@gitlab.com> Co-authored-by:
Pedro Pombeiro <noreply@pedro.pombei.ro>
-
由 Pedro Pombeiro 创作于
-
由 Dmitry Gruzd 创作于
Use project_id_from and project_id_to in the InitialIndexingEventWorker See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175844 Merged-by:
Dmitry Gruzd <dgruzd@gitlab.com> Approved-by:
Dmitry Gruzd <dgruzd@gitlab.com> Co-authored-by:
rkumar555 <rkumar@gitlab.com>
-
由 Ravi Kumar 创作于
Use the project_id_from and project_id_to to avoid creating redundant indexing tasks for the projects of a namespace having multiple indices. Changelog: other MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175844 EE: true
-
由 Kev Kloss 创作于
Refactor Jest CI scripts See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/174706 Merged-by:
Kev Kloss <kkloss@gitlab.com> Approved-by:
Lukas Eipert <leipert@gitlab.com> Approved-by:
Kev Kloss <kkloss@gitlab.com> Reviewed-by:
Lukas Eipert <leipert@gitlab.com> Reviewed-by:
Mark Florian <mflorian@gitlab.com> Reviewed-by:
Kev Kloss <kkloss@gitlab.com> Co-authored-by:
Mark Florian <mflorian@gitlab.com>
-
由 Thong Kuah 创作于
Skip GitLab Duo seeding by default See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175963 Merged-by:
Thong Kuah <tkuah@gitlab.com> Approved-by:
Siddharth Dungarwal <sdungarwal@gitlab.com> Approved-by:
Thong Kuah <tkuah@gitlab.com> Co-authored-by:
Shinya Maeda <shinya@gitlab.com>
-
由 GitLab Release Tools Bot 创作于
[ci skip]
-
由 Sheldon Led 创作于
Update dependency dompurify to ^3.2.3 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175897 Merged-by:
Sheldon Led <sheldonled@gitlab.com> Approved-by:
Sheldon Led <sheldonled@gitlab.com> Reviewed-by:
Sheldon Led <sheldonled@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
由 Carla Drago 创作于
Set bitbucket_server_user_mapping rollout issue See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175966 Merged-by:
Carla Drago <cdrago@gitlab.com> Approved-by:
Carla Drago <cdrago@gitlab.com> Co-authored-by:
James Nutt <jnutt@gitlab.com>
-
由 Fabio Pitino 创作于
Publish to catalog via glab cli See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167883 Merged-by:
Fabio Pitino <fpitino@gitlab.com> Approved-by:
Panos Kanellidis <pkanellidis@gitlab.com> Approved-by:
Fabio Pitino <fpitino@gitlab.com> Reviewed-by:
Furkan Ayhan <furkanayhn@gmail.com> Reviewed-by:
Panos Kanellidis <pkanellidis@gitlab.com> Co-authored-by:
Furkan Ayhan <furkanayhn@gmail.com>
-
由 Furkan Ayhan 创作于
In this change, we start using `glab` for creating a release and publishing it to the CI/CD Catalog. This change is behind the FF `ci_release_cli_catalog_publish_option`.
-
由 Paul Gascou-Vaillancourt 创作于
Fix todo body text for new Vue To-Do dashboard See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175840 Merged-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Approved-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Co-authored-by:
Thomas Hutterer <thutterer@gitlab.com>
-
由 Thomas Hutterer 创作于
-
由 Jon Glassman 创作于
Updating Unique User Identifier See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175960 Merged-by:
Jon Glassman <jglassman@gitlab.com> Approved-by:
Jon Glassman <jglassman@gitlab.com> Co-authored-by:
Chris Kaburu <9767417-ckaburu@users.noreply.gitlab.com>
-
由 Marcel Amirault 创作于
Adding CI/CD Catalog link See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175968 Merged-by:
Marcel Amirault <mamirault@gitlab.com> Approved-by:
Marcel Amirault <mamirault@gitlab.com> Co-authored-by:
Dov Hershkovitch <dhershkovitch@gitlab.com>
-
由 Dov Hershkovitch 创作于
-
由 Jon Glassman 创作于
Update 2FA Subgroup Notice See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175908 Merged-by:
Jon Glassman <jglassman@gitlab.com> Approved-by:
Jon Glassman <jglassman@gitlab.com> Co-authored-by:
Isaac Durham <idurham@gitlab.com>
-
由 Isaac Durham 创作于
Let's adjust this to better highlight how inheritied members are impacted.
-
由 Jacques Erasmus 创作于
Update dependency eslint to v9.17.0 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175770 Merged-by:
Jacques Erasmus <jerasmus@gitlab.com> Approved-by:
Jacques Erasmus <jerasmus@gitlab.com> Approved-by:
Vitaly Slobodin <vslobodin@gitlab.com> Co-authored-by:
GitLab Renovate Bot <gitlab-bot@gitlab.com>
-
由 Vitali Tatarintev 创作于
Add regenerate unique domain regenerate button for GitLab Pages See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/172479 Merged-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Approved-by:
Alex Fracazo <afracazo@gitlab.com> Approved-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Approved-by:
Naman Jagdish Gala <ngala@gitlab.com> Approved-by:
Lukas Wanko <lwanko@gitlab.com> Approved-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Reviewed-by:
Vitali Tatarintev <vtatarintev@gitlab.com> Reviewed-by:
Marcin Sedlak-Jakubowski <msedlakjakubowski@gitlab.com> Reviewed-by:
Naman Jagdish Gala <ngala@gitlab.com> Reviewed-by:
Lukas Wanko <lwanko@gitlab.com> Co-authored-by:
Ben King <bking@gitlab.com>
-
Update KAS version See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175952 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>
-
由 Eduardo Bonet 创作于
Adds documentation for python deployment See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/174977 Merged-by:
Eduardo Bonet <ebonet@gitlab.com> Reviewed-by:
Matthias Käppler <mkaeppler@gitlab.com> Reviewed-by:
Eduardo Bonet <ebonet@gitlab.com>
-
由 Eduardo Bonet 创作于
Co-authored-by:
Matthias Käppler <mkaeppler@gitlab.com>
-
由 Jarka Košanová 创作于
Add base support for Amazon Q quick actions See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175633 Merged-by:
Jarka Košanová <jarka@gitlab.com> Approved-by:
Jessie Young <jessieyoung@gitlab.com> Approved-by:
Ian Anderson <ianderson@gitlab.com> Approved-by:
Jarka Košanová <jarka@gitlab.com> Reviewed-by:
Jarka Košanová <jarka@gitlab.com> Reviewed-by:
Ian Anderson <ianderson@gitlab.com> Reviewed-by:
Jessie Young <jessieyoung@gitlab.com> Co-authored-by:
Stan Hu <stanhu@gmail.com>
-
由 Jon Glassman 创作于
Update Service account users API See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/175742 Merged-by:
Jon Glassman <jglassman@gitlab.com> Co-authored-by:
Isaac Durham <idurham@gitlab.com>
-
由 Isaac Durham 创作于
Generally, we're ordering List all operations first.
-