This project is mirrored from https://:*****@gitlab.com/gitlab-org/gitlab.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Oct 15, 2024
-
-
GitLab Release Tools Bot authored
[merge-train skip]
-
- Oct 14, 2024
-
-
Mayra Cabrera authored
Revert "Merge branch 'parallel-retry-rate3' into 'master'" See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169189 Merged-by:
Mayra Cabrera <mcabrera@gitlab.com> Approved-by:
Désirée Chevalier <dchevalier@gitlab.com> Approved-by:
Stan Hu <stanhu@gmail.com>
-
David Fernandez authored
Revert "Fix Helm chart appVersion not being quoted in index.yaml" See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169141 Merged-by:
David Fernandez <dfernandez@gitlab.com> Approved-by:
Moaz Khalifa <mkhalifa@gitlab.com> Approved-by:
David Fernandez <dfernandez@gitlab.com> Co-authored-by:
Radamanthus Batnag <rbatnag@gitlab.com>
-
Andy Soiron authored
Update project_import_data sharding See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168391 Merged-by:
Andy Schoenen <asoiron@gitlab.com> Approved-by:
Andy Schoenen <asoiron@gitlab.com> Reviewed-by:
Brian Williams <bwilliams@gitlab.com> Co-authored-by:
Keeyan Nejad <knejad@gitlab.com>
-
Keeyan Nejad authored
Adds a new foreign key constraint and a multi not-null check. Deletes import_data without project_id. Changelog: performance
-
Arturo Herrero authored
Elastic: Extract query hash See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169104 Merged-by:
Arturo Herrero <arturo.herrero@gmail.com> Approved-by:
Thomas Hutterer <thutterer@gitlab.com> Approved-by:
Kerri Miller <kerrizor@kerrizor.com>
-
Mayra Cabrera authored
This reverts merge request !168029
-
Illya Klymov authored
Display pipeline execution policies See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168799 Merged-by:
Illya Klymov <iklymov@gitlab.com> Approved-by:
Sam Figueroa <sfigueroa@gitlab.com> Approved-by:
Illya Klymov <iklymov@gitlab.com> Co-authored-by:
Nataliia Radina <nradina@gitlab.com>
-
Omar Qunsul authored
Add and backfill project_id for dast_site_profiles_builds See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167768 Merged-by:
Omar Qunsul <oqunsul@gitlab.com> Approved-by:
Omar Qunsul <oqunsul@gitlab.com> Co-authored-by:
Shubham Kumar <shukumar@gitlab.com>
-
Shubham Kumar authored
Add and backfill project_id for dast_site_profiles_builds. 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/dast_site_profiles_builds.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. We have assigned a random backend engineer from ~"group::dynamic analysis" 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/dast_site_profiles_builds.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
-
Amy Qualls authored
Adding customers portal to list of repos to search See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169186 Merged-by:
Amy Qualls <aqualls@gitlab.com> Approved-by:
Amy Qualls <aqualls@gitlab.com> Co-authored-by:
Suzanne Selhorn <sselhorn@gitlab.com>
-
Suzanne Selhorn authored
Adds redirect to fix broken link in email See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169177 Merged-by:
Suzanne Selhorn <sselhorn@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com>
-
Suzanne Selhorn authored
-
Omar Qunsul authored
Add and backfill project_id for dast_profiles_pipelines See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/167633 Merged-by:
Omar Qunsul <oqunsul@gitlab.com> Approved-by:
Omar Qunsul <oqunsul@gitlab.com> Co-authored-by:
Shubham Kumar <shukumar@gitlab.com>
-
Shubham Kumar authored
## What does this MR do and why? Add and backfill project_id for dast_profiles_pipelines. 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/dast_profiles_pipelines.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::dynamic analysis" 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/dast_profiles_pipelines.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
-
release-tools approver bot authored
Update Gitaly version See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169178 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>
-
Savas Vedova authored
Remove security dashboard store See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168552 Merged-by:
Savas Vedova <svedova@gitlab.com> Approved-by:
David Pisek <dpisek@gitlab.com> Approved-by:
Savas Vedova <svedova@gitlab.com> Reviewed-by:
David Pisek <dpisek@gitlab.com> Co-authored-by:
Lorenz van Herwaarden <lvanherwaarden@gitlab.com>
-
Lorenz van Herwaarden authored
1. Removes pipeline/filters.vue 2. Removes pipeline/filters_spec.js 3. Updates translations
-
Eduardo Sanz-Garcia authored
Replace confirm modal for deletion of WebAuthn See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168954 Merged-by:
Eduardo Sanz García <esanz-garcia@gitlab.com> Approved-by:
Savas Vedova <svedova@gitlab.com> Approved-by:
Smriti Garg <sgarg@gitlab.com> Reviewed-by:
Savas Vedova <svedova@gitlab.com> Reviewed-by:
Eduardo Sanz García <esanz-garcia@gitlab.com>
-
Eduardo Sanz-Garcia authored
The new confirm modal allows to require a password. This will be added on a follow-up MR. We replace the textual button `Delete` for a trash icon.
-
Phillip Wells authored
Add missing period to filename See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169173 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Suzanne Selhorn <sselhorn@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com>
-
Kati Paizee authored
Fix typo in GraphQL documentation See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168972 Merged-by:
Kati Paizee <kpaizee@gitlab.com> Approved-by:
Kati Paizee <kpaizee@gitlab.com> Co-authored-by:
Jeremie Bresson <jeremie.bresson@unblu.com>
-
Stan Hu authored
Update LabKit library to v1.21.2 See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169000 Merged-by:
Stan Hu <stanhu@gmail.com> Approved-by:
Mayra Cabrera <mcabrera@gitlab.com>
-
GitLab Release Tools Bot authored
[ci skip]
-
Kassio Borges authored
Merge branch 'overdue-finalize-background-migration--backfill-boards-epic-lists-group-id' into 'master' Finalize migration BackfillBoardsEpicListsGroupId See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168458 Merged-by:
Kassio Borges <kborges@gitlab.com> Approved-by:
Pavel Shutsin <pshutsin@gitlab.com> Reviewed-by:
Brian Williams <bwilliams@gitlab.com> Co-authored-by:
gdk <gdk@example.com>
-
Mayra Cabrera authored
Update Gitaly version See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169110 Merged-by:
Mayra Cabrera <mcabrera@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>
-
Daniel Davison authored
E2E: Print triggering rate limit on api request to warning level See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169137 Merged-by:
Dan Davison <ddavison@gitlab.com> Approved-by:
Dan Davison <ddavison@gitlab.com> Co-authored-by:
Andrejs Cunskis <acunskis@gitlab.com>
-
Andrejs Cunskis authored
-
Mayra Cabrera authored
Update KAS version See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169144 Merged-by:
Mayra Cabrera <mcabrera@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>
-
Amy Qualls authored
The email for new licenses points to this page, which has been gone for some time. Let's redirect to the right spot.
-
Daniel Davison authored
Always create unique users for tests See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168029 Merged-by:
Dan Davison <ddavison@gitlab.com> Approved-by:
Vishal Patel <vpatel@gitlab.com> Approved-by:
Dan Davison <ddavison@gitlab.com> Reviewed-by:
Dan Davison <ddavison@gitlab.com> Co-authored-by:
Sofia Vistas <svistas@gitlab.com>
-
Sofia Vistas authored
-
Kerri Miller authored
Optimise merge request diff keep-arounds See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/168604 Merged-by:
Kerri Miller <kerrizor@kerrizor.com> Approved-by:
Vasilii Iakliushin <viakliushin@gitlab.com> Approved-by:
Kerri Miller <kerrizor@kerrizor.com> Reviewed-by:
James Fargher <jfargher@gitlab.com> Reviewed-by:
Vasilii Iakliushin <viakliushin@gitlab.com> Co-authored-by:
James Fargher <jfargher@gitlab.com>
-
James Fargher authored
Keep-arounds work by ensuring a commit is referred by a reference and so it will not be considered orphaned. The commit that the keep-around references also references the commits that it was based off. So by extension those commits will also be kept. Since the head commit is kept and since merge base commits are by definition upstream of the head commit, this means that adding a keep-around on a merge base commit is always superfluous. Changelog: performance
-
Amy Qualls authored
Should be .yml, not yml-without-period.
-
Aboobacker MK authored
Clean up send_verification_code_to_secondary_email feature flag See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/166869 Merged-by:
Aboobacker MK <akarakath@gitlab.com> Approved-by:
Chen Charnolevsky <ccharnolevsky@gitlab.com> Approved-by:
Shubham Kumar <shukumar@gitlab.com> Approved-by:
Terri Chu <tchu@gitlab.com> Approved-by:
Jannik Lehmann <jlehmann@gitlab.com> Approved-by:
Aboobacker MK <akarakath@gitlab.com> Reviewed-by:
Jannik Lehmann <jlehmann@gitlab.com> Co-authored-by:
Eugie Limpin <elimpin@gitlab.com>
-
Eugie Limpin authored
Changelog: other
-
Joe Woodward authored
Fix flaky spec FixPickUpAtCiDeletedObject See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169150 Merged-by:
Joe Woodward <jwoodward@gitlab.com> Approved-by:
Kev Kloss <kkloss@gitlab.com> Approved-by:
Joe Woodward <jwoodward@gitlab.com> Approved-by:
Alex Ives <aives@gitlab.com> Co-authored-by:
Maxime Orefice <morefice@gitlab.com>
-
Tomas Bulva authored
Fix getComputedStyle error when mounting global search header See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/169142 Merged-by:
Tomas Bulva <tbulva@gitlab.com> Approved-by:
Tomas Bulva <tbulva@gitlab.com> Co-authored-by:
Kev Kloss <kkloss@gitlab.com>
-
Aboobacker MK authored
Merge branch '427546-gerardo-navarro-protected-containers-write-protection-for-container-repositories-integration-container-registry-auth-service-follow-up-bugfix-user-role-admin' into 'master' Protected containers: Push protection for admin users See merge request https://gitlab.com/gitlab-org/gitlab/-/merge_requests/157464 Merged-by:
Aboobacker MK <akarakath@gitlab.com> Approved-by:
Ian Baum <ibaum@gitlab.com> Approved-by:
Leaminn Ma <lma@gitlab.com> Approved-by:
Aboobacker MK <akarakath@gitlab.com> Reviewed-by:
Gerardo Navarro <gerardo@b310.de> Reviewed-by:
Eduardo Sanz García <esanz-garcia@gitlab.com> Co-authored-by:
Gerardo Navarro <gerardo@b310.de>
-