Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'db/docs/batched_background_migrations')
-rw-r--r--db/docs/batched_background_migrations/backfill_finding_id_in_vulnerabilities.yml6
-rw-r--r--db/docs/batched_background_migrations/backfill_has_remediations_of_vulnerability_reads.yml7
-rw-r--r--db/docs/batched_background_migrations/delete_orphans_approval_merge_request_rules2.yml8
-rw-r--r--db/docs/batched_background_migrations/delete_orphans_approval_project_rules2.yml8
-rw-r--r--db/docs/batched_background_migrations/update_workspaces_config_version.yml5
5 files changed, 34 insertions, 0 deletions
diff --git a/db/docs/batched_background_migrations/backfill_finding_id_in_vulnerabilities.yml b/db/docs/batched_background_migrations/backfill_finding_id_in_vulnerabilities.yml
new file mode 100644
index 00000000000..5d3f4e92355
--- /dev/null
+++ b/db/docs/batched_background_migrations/backfill_finding_id_in_vulnerabilities.yml
@@ -0,0 +1,6 @@
+---
+migration_job_name: BackfillFindingIdInVulnerabilities
+description: Backfills finding_id column on vulnerabilities table for a proper 1:1 relation
+feature_category: vulnerability_management
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/issues/418971
+milestone: 16.4
diff --git a/db/docs/batched_background_migrations/backfill_has_remediations_of_vulnerability_reads.yml b/db/docs/batched_background_migrations/backfill_has_remediations_of_vulnerability_reads.yml
new file mode 100644
index 00000000000..05a5f909270
--- /dev/null
+++ b/db/docs/batched_background_migrations/backfill_has_remediations_of_vulnerability_reads.yml
@@ -0,0 +1,7 @@
+---
+migration_job_name: BackfillHasRemediationsOfVulnerabilityReads
+description: Backfills has_remediations column for vulnerability_reads table.
+feature_category: database
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/133714
+milestone: 16.5
+queued_migration_version: 20231011142714
diff --git a/db/docs/batched_background_migrations/delete_orphans_approval_merge_request_rules2.yml b/db/docs/batched_background_migrations/delete_orphans_approval_merge_request_rules2.yml
new file mode 100644
index 00000000000..0c90fac771d
--- /dev/null
+++ b/db/docs/batched_background_migrations/delete_orphans_approval_merge_request_rules2.yml
@@ -0,0 +1,8 @@
+---
+migration_job_name: DeleteOrphansApprovalMergeRequestRules2
+Odescription: |
+ Deletes orphaned scan finding and license scanning approval rules
+ that could have been created with project import.
+feature_category: security_policy_management
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/issues/415925
+milestone: 16.5
diff --git a/db/docs/batched_background_migrations/delete_orphans_approval_project_rules2.yml b/db/docs/batched_background_migrations/delete_orphans_approval_project_rules2.yml
new file mode 100644
index 00000000000..33abb158cf1
--- /dev/null
+++ b/db/docs/batched_background_migrations/delete_orphans_approval_project_rules2.yml
@@ -0,0 +1,8 @@
+---
+migration_job_name: DeleteOrphansApprovalProjectRules2
+Odescription: |
+ Deletes orphaned scan finding and license scanning approval rules
+ that could have been created with project import.
+feature_category: security_policy_management
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/issues/415925
+milestone: 16.5
diff --git a/db/docs/batched_background_migrations/update_workspaces_config_version.yml b/db/docs/batched_background_migrations/update_workspaces_config_version.yml
new file mode 100644
index 00000000000..50cdfe1f2e9
--- /dev/null
+++ b/db/docs/batched_background_migrations/update_workspaces_config_version.yml
@@ -0,0 +1,5 @@
+migration_job_name: UpdateWorkspacesConfigVersion
+description: Update config_version to 2 and force_include_all_resources to true for existing workspaces
+feature_category: remote_development
+introduced_by_url: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/131402
+milestone: 16.5