- 22 Dec, 2021 38 commits
-
-
Kati Paizee authored
Add missing deploy token TOC entries in API docs See merge request gitlab-org/gitlab!77218
-
Maikel authored
-
Ezekiel Kigbo authored
Tidy ~/issuable init functions See merge request gitlab-org/gitlab!77019
-
Coung Ngo authored
-
Ezekiel Kigbo authored
Add telemetry event for license compliance MR widget body Link See merge request gitlab-org/gitlab!76917
-
Jannik Lehmann authored
-
Andrejs Cunskis authored
E2E: Move custom resource comparison logic to resource base See merge request gitlab-org/gitlab!76854
-
Andrejs Cunskis authored
-
Martin Wortschack authored
Merge branch '344311-make-badges-in-app-assets-javascripts-pages-dashboard-todos-index-todos-js-pajamas-compliant' into 'master' Todos: Replaces badge selector with a js- prefixed class See merge request gitlab-org/gitlab!77171
-
Martin Wortschack authored
-
Andrejs Cunskis authored
E2E: Add testcase link to exported test metrics See merge request gitlab-org/gitlab!77097
-
Andrejs Cunskis authored
-
Matthias Käppler authored
Treat API requests from the frontend as web traffic in the rate limiter See merge request gitlab-org/gitlab!76965
-
Paul Slaughter authored
Merge branch '344378-make-badges-in-app-views-admin-background_migrations-index-html-haml-pajamas-compliant' into 'master' Make badges in app/views/admin/background_migrations/ Pajamas-compliant See merge request gitlab-org/gitlab!76980
-
Marcel Amirault authored
Added CI/CD minutes guidance See merge request gitlab-org/gitlab!77193
-
Marcel Amirault authored
Updated wording for CI/CD minutes See merge request gitlab-org/gitlab!77152
-
Suzanne Selhorn authored
-
Dylan Griffith authored
GroupsFinder actor based FF See merge request gitlab-org/gitlab!77207
-
Alex Pooley authored
-
Shinya Maeda authored
Separate transaction for Deployment in Auto Job Retry See merge request gitlab-org/gitlab!76193
-
Shinya Maeda authored
-
Simon Knox authored
Add limitation warning for permission export See merge request gitlab-org/gitlab!77121
-
Austin Regnery authored
Changelog: changed EE: true
-
Simon Knox authored
Minor VSA i18n and create value stream form components refactor See merge request gitlab-org/gitlab!75325
-
Ezekiel Kigbo authored
-
Kushal Pandya authored
Update button variant to confirm See merge request gitlab-org/gitlab!77022
-
Dylan Griffith authored
Disallow the use of X.establish_connection See merge request gitlab-org/gitlab!76868
-
Patrick Bajao authored
Refactor commit message template evaluation See merge request gitlab-org/gitlab!76616
-
Paul Slaughter authored
Add Free Trial dataLayer specification See merge request gitlab-org/gitlab!76305
-
Tyler Williams authored
Related to https://gitlab.com/gitlab-com/marketing/digital-experience/buyer-experience/-/issues/212, specifically adds the dataLayer events for /-/trial_registrations/new. Adds an ops feature flag so we can activate only on GitLab.com, updates the auth_helper to allow GTM for signed in users, updates the controller to pass the frontend feature flag, and adds an RSpec test to verify behavior. https://gitlab.com/gitlab-org/gitlab/-/merge_requests/76305
-
Dylan Griffith authored
Add revoked status to cluster agent tokens See merge request gitlab-org/gitlab!76505
-
Tiger Watson authored
Cleanup after DropInvalidSecurityFindings migration See merge request gitlab-org/gitlab!75134
-
Thong Kuah authored
Drop reindexing leftovers only if exclusive lease is granted See merge request gitlab-org/gitlab!75290
-
Michael Kozono authored
Add Terraform States to Backup and Restore tasks See merge request gitlab-org/gitlab!63347
-
Harsh Chouraria authored
Reuses standard file upload storage to cover Terraform states backup Adds a seed for generating terraform state files under each project Manual testing (in local GDK env): - Verfied seed addition via `bin/rake db:seed_fu FILTER=terraform` - Verified seed addition is repeatable, with no-ops if versions pre-exist - Created backup: `bin/rake gitlab:backup:create` - Verified output shows up: ``` 2021-06-05 23:48:54 +0530 -- Dumping terraform states ... 2021-06-05 23:48:54 +0530 -- done ``` - Verified tar contains terraform_state.tar.gz - Verified terraform_state.tar.gz carries content - Destroyed all records: `Terraform::State.destroy_all` - Deleted all files: `rm -rf shared/terraform_state/*` - Performed restore: `bin/rake gitlab:backup:restore` - Verified `Terraform::State.all` shows back older records - Verified association of builds to some of these records - Verified `shared/terraform_state/` is repopulated - Verified `Terraform::StateVersion.each do |sv| pp sv.file.read end` works and shows the seed-added data - Verified skipping of `terraform_state` keyword works: ``` 2021-06-06 00:11:33 +0530 -- Dumping terraform states ... 2021-06-06 00:11:33 +0530 -- [SKIPPED] ``` Verified with same workflow as above (backup, destroy, delete, then restore) that skipped backup variant does not contain `terraform_state.tar.gz` and does not show up those files after restore Miscellany: - Adds a missing test for LFS backups - Adds File operation fixes to neighboring tests so when they fail RSpec is able to show diffs - Modified test validates unknown SKIP values not breaking backups - This is useful to catch any regressions during upgrades where pre-installs scripts may refer to a new SKIP value that isn't recognized by the old version Changelog: added
-
Michael Kozono authored
Handle escalation changes issue type change See merge request gitlab-org/gitlab!75706
-
Sean Arnold authored
- Add Escalation status to all new incidents - Add policy and escalation started at for escalations_started_at for EE - Policy and escalations_started_at behind incident_escalations FF Changelog: added
-
Michael Kozono authored
Remove deprecated package metrics See merge request gitlab-org/gitlab!76710
-
- 21 Dec, 2021 2 commits
-
-
Michał Zając authored
Changelog: other
-
Nick Gaskill authored
Remove unnecessary warning on Generic Packages Repository See merge request gitlab-org/gitlab!77194
-