- Oct 11, 2024
-
-
This migration was finished at `2024-08-12 03:46:04 UTC`, you can confirm the status using our [batched background migration chatops commands](https://docs.gitlab.com/ee/development/database/batched_background_migrations.html#monitor-the-progress-and-status-of-a-batched-background-migration). To confirm it is finished you can run: ``` /chatops run batched_background_migrations status 1000642 ``` The last time this background migration was triggered was in [db/post_migrate/20240722095920_queue_backfill_compliance_framework_security_policies_namespace_id.rb](https://gitlab.com/gitlab-org/gitlab/-/blob/master/db/post_migrate/20240722095920_queue_backfill_compliance_framework_security_policies_namespace_id.rb) You can read more about the process for finalizing batched background migrations in https://docs.gitlab.com/ee/development/database/batched_background_migrations.html . As part of our process we want to ensure all batched background migrations have had at least one [required stop](https://docs.gitlab.com/ee/development/database/required_stops.html) to process the migration. Therefore we can finalize any batched background migration that was added before the last required stop. This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::OverdueFinalizeBackgroundMigration 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
-
- Oct 10, 2024
-
-
Scott de Jonge authored
Use dropdown design tokens See merge request !166991 Merged-by:
Scott de Jonge <sdejonge@gitlab.com> Approved-by:
Chad Lavimoniere <clavimoniere@gitlab.com> Approved-by:
Vanessa Otto <votto@gitlab.com> Approved-by:
Mark Florian <mflorian@gitlab.com> Reviewed-by:
Mark Florian <mflorian@gitlab.com> Reviewed-by:
Scott de Jonge <sdejonge@gitlab.com>
-
Drew Blessing authored
Disable password authentication for SSO users See merge request !168111 Merged-by:
Drew Blessing <drew@gitlab.com> Approved-by:
Daniele Rossetti <drossetti@gitlab.com> Approved-by:
Harsha Muralidhar <hmuralidhar@gitlab.com> Approved-by:
Michał Zając <mzajac@gitlab.com> Reviewed-by:
Drew Blessing <drew@gitlab.com> Reviewed-by:
Andrew Evans <aevans@gitlab.com> Reviewed-by:
Bogdan Denkovych <bdenkovych@gitlab.com> Reviewed-by:
Daniele Rossetti <drossetti@gitlab.com>
-
Drew Blessing authored
Introduce new application setting to allow instance administrators to disable password authentication for users with SSO identities. Changelog: added
-
Miranda Fluharty authored
Package title area: Migrate to shared page heading See merge request !168660 Merged-by:
Miranda Fluharty <mfluharty@gitlab.com> Approved-by:
Annabel Dunstone Gray <annabel.dunstone@gmail.com> Approved-by:
Kev Kloss <kkloss@gitlab.com> Approved-by:
Miranda Fluharty <mfluharty@gitlab.com> Co-authored-by:
Sascha Eggenberger <seggenberger@gitlab.com>
-
Mario Celi authored
Quarantine a flaky test See merge request !164818 Merged-by:
Mario Celi <mcelicalderon@gitlab.com> Approved-by:
Mustafa Bayar <mbayar@gitlab.com> Approved-by:
Mario Celi <mcelicalderon@gitlab.com> Co-authored-by:
Auto-quarantining bot <gitlab-auto-quarantine-bot@gitlab.com>
-
Brett Walker authored
Merge branch 'quarantine-flaky-tests-ee-spec-db-seeds-data_seeder-bulk_data_spec-rb-6' into 'master' Quarantine a flaky test See merge request !168732 Merged-by:
Brett Walker <bwalker@gitlab.com> Approved-by:
Brett Walker <bwalker@gitlab.com> Co-authored-by:
Mario Celi <mcelicalderon@gitlab.com> Co-authored-by:
Auto-quarantining bot <gitlab-auto-quarantine-bot@gitlab.com>
-
Auto-quarantining bot authored
The `` DataSeeder does not create records from the excluded factories `` test matches one of the following conditions: 1. has either ~"flakiness::1" or ~"flakiness::2" label set, which means the number of reported failures is at or above 95 percentile, indicating unusually high failure count. 2. has ~"severity::1" label set, which means the number of reported failures [spiked and exceeded its daily threshold](https://gitlab.com/gitlab-org/ruby/gems/gitlab_quality-test_tooling/-/blob/c9bc10536b1f8d2d4a03c3e0b6099a40fe67ad26/lib/gitlab_quality/test_tooling/report/concerns/issue_reports.rb#L51). This MR quarantines the test. This is a discussion starting point to let the responsible group know about the flakiness so that they can take action: - accept the merge request and schedule the associated issue to improve the test - close the merge request in favor of another merge request to delete the test Please follow the [Flaky tests management process](https://handbook.gitlab.com/handbook/engineering/infrastructure/engineering-productivity/flaky-tests-management-and-processes/#flaky-tests-management-process) to help us increase `master` stability. Please let us know your feedback in the [Engineering Productivity issue tracker](https://gitlab.com/gitlab-org/quality/engineering-productivity/team/-/issues). Related to #497886. This change was generated by [gitlab-housekeeper](https://gitlab.com/gitlab-org/gitlab/-/tree/master/gems/gitlab-housekeeper) using the Keeps::QuarantineFlakyTests 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
-
Jessie Young authored
Log snowplow events triggered from frontend in internal events monitor See merge request !164922 Merged-by:
Jessie Young <jessieyoung@gitlab.com> Approved-by:
Jessie Young <jessieyoung@gitlab.com> Reviewed-by:
Sarah Yasonik <syasonik@gitlab.com> Reviewed-by:
Jessie Young <jessieyoung@gitlab.com> Co-authored-by:
syasonik <syasonik@gitlab.com>
-
Sarah Yasonik authored
-
Marc Shaw authored
Fix flaky test See merge request !168815 Merged-by:
Marc Shaw <mshaw@gitlab.com> Approved-by:
David Dieulivol <ddieulivol@gitlab.com> Approved-by:
Marc Shaw <mshaw@gitlab.com> Approved-by:
Jarka Košanová <jarka@gitlab.com> Reviewed-by:
Pedro Pombeiro <noreply@pedro.pombei.ro> Reviewed-by:
David Dieulivol <ddieulivol@gitlab.com> Co-authored-by:
Pedro Pombeiro <noreply@pedro.pombei.ro>
-
Michał Zając authored
Merge branch 'quarantine-flaky-tests-ee-spec-finders-auth-provisioned_users_finder_spec-rb-28' into 'master' Quarantine a flaky test See merge request !167118 Merged-by:
Michał Zając <mzajac@gitlab.com> Approved-by:
Peter Leitzen <pleitzen@gitlab.com> Approved-by:
Michał Zając <mzajac@gitlab.com> Co-authored-by:
Auto-quarantining bot <gitlab-auto-quarantine-bot@gitlab.com>
-
drew stachon authored
Clean up account_validation_email feature flag See merge request !167147 Merged-by:
drew stachon <730684-drew@users.noreply.gitlab.com> Approved-by:
Sarah Yasonik <syasonik@gitlab.com> Approved-by:
Chen Charnolevsky <ccharnolevsky@gitlab.com> Approved-by:
Rahul Chanila <rchanila@gitlab.com> Approved-by:
Jay <jswain@gitlab.com> Approved-by:
drew stachon <730684-drew@users.noreply.gitlab.com> Co-authored-by:
Eugie Limpin <elimpin@gitlab.com>
-
Eugie Limpin authored
Changelog: removed EE: true
-
Tiffany Rea authored
Version gitlab qa 14.17.0 See merge request !168754 Merged-by:
Tiffany Rea <trea@gitlab.com> Approved-by:
Tiffany Rea <trea@gitlab.com> Co-authored-by:
Jay McCure <jmccure@gitlab.com>
-
Jay McCure authored
-
Tiffany Rea authored
Fix default registry for cng images See merge request !168840 Merged-by:
Tiffany Rea <trea@gitlab.com> Approved-by:
Tiffany Rea <trea@gitlab.com> Co-authored-by:
Andrejs Cunskis <acunskis@gitlab.com>
-
Phillip Wells authored
Instruct gitleaks to skip fake tokens in docs See merge request !168683 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com> Co-authored-by:
Marcel Amirault <mamirault@gitlab.com>
-
Amy Qualls authored
These pages are _talking_ about secrets, not actually INCLUDING real secrets. Let's instruct gitleaks to skip these lines, or to munge the token strings in such a way that they're readable, but not actual tokens.
-
Phillip Wells authored
Fix total number of lines allowed to change See merge request !168871 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com>
-
Amy Qualls authored
100 plus 100 plus ONE equals 201, not 200.
-
Michael Kozono authored
Revert "Merge branch 'mk/add-geo-developer-console' into 'master'" See merge request !168860 Merged-by:
Michael Kozono <mkozono@gitlab.com> Approved-by:
Michael Kozono <mkozono@gitlab.com> Approved-by:
Drew Blessing <drew@gitlab.com> Co-authored-by:
Jennifer Li <jli@gitlab.com>
-
Amy Qualls authored
Fix anchor id ending for helm chart link See merge request !168861 Merged-by:
Amy Qualls <aqualls@gitlab.com> Approved-by:
Amy Qualls <aqualls@gitlab.com> Co-authored-by:
Emily Sahlani <esahlani@gitlab.com>
-
Drew Blessing authored
Quarantine work item spec notification test See merge request !168853 Merged-by:
Drew Blessing <drew@gitlab.com> Approved-by:
Drew Blessing <drew@gitlab.com> Co-authored-by:
Jennifer Li <jli@gitlab.com>
-
Emily Sahlani authored
-
Jennifer Li authored
This reverts merge request !166554
-
Ryan Lehmann authored
Update Runner links that just moved See merge request !168852 Merged-by:
Ryan Lehmann <rlehmann@gitlab.com> Co-authored-by:
Amy Qualls <aqualls@gitlab.com>
-
Amy Qualls authored
These links just changed in the Runner repo. Let's update them here so they stay in sync.
-
Jennifer Li authored
-
Phillip Wells authored
Maven docs suggestions See merge request !168449 Merged-by:
Phillip Wells <pwells@gitlab.com> Approved-by:
David Fernandez <dfernandez@gitlab.com> Approved-by:
Phillip Wells <pwells@gitlab.com> Reviewed-by:
David Fernandez <dfernandez@gitlab.com> Co-authored-by:
Tim Rizzi <trizzi@gitlab.com>
-
Lukas Eipert authored
Sync todo filters with the URL See merge request !168543 Merged-by:
Lukas Eipert <leipert@gitlab.com> Approved-by:
Thomas Hutterer <thutterer@gitlab.com> Approved-by:
Lukas Eipert <leipert@gitlab.com> Reviewed-by:
Lukas Eipert <leipert@gitlab.com> Reviewed-by:
Paul Gascou-Vaillancourt <pgascouvaillancourt@gitlab.com> Reviewed-by:
Thomas Hutterer <thutterer@gitlab.com> Co-authored-by:
Paul Gascou-Vaillancourt <paul.gascvail@gmail.com>
-
Paul Gascou-Vaillancourt authored
Implements URL syncing when selecting filters in the Vue todos app. This is backward compatible with old URLs.
-
Ryan Lehmann authored
Clarify stages limitation with PEP See merge request !168785 Merged-by:
Ryan Lehmann <rlehmann@gitlab.com> Co-authored-by:
Manuel Grabowski <mgrabowski@gitlab.com>
-
Manuel Grabowski authored
-
Savas Vedova authored
Remove unused vuln pipeline components See merge request !168499 Merged-by:
Savas Vedova <svedova@gitlab.com> Approved-by:
Jack Chapman <jachapman@gitlab.com> Approved-by:
Savas Vedova <svedova@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
-
Felipe Cardozo authored
Update export to not hard fail when one batch export fails See merge request !168768 Merged-by:
Felipe Cardozo <fcardozo@gitlab.com> Approved-by:
Keeyan Nejad <knejad@gitlab.com> Approved-by:
Felipe Cardozo <fcardozo@gitlab.com> Reviewed-by:
Keeyan Nejad <knejad@gitlab.com> Co-authored-by:
George Koltsov <gkoltsov@gitlab.com>
-
Roshni Sarangadharan authored
Add deprecation announcement for the GitLab Runner Docker Machine Executor See merge request !168533 Merged-by:
Roshni Sarangadharan <rsarangadharan@gitlab.com> Approved-by:
Gabriel Engel <gengel@gitlab.com> Co-authored-by:
Darren Eastman <deastman@gitlab.com>
-
Darren Eastman authored
Co-authored-by:
Roshni Sarangadharan <rsarangadharan@gitlab.com>
-