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

background_migrations.yml « migration « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: fee1a7a0a6eb0dc3cd08d7ebde0af7f9908b08eb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
Migration/BackgroundMigrations:
  Exclude:
    - 'db/post_migrate/20220315171129_cleanup_draft_data_from_faulty_regex.rb'
    - 'db/post_migrate/20220316202640_populate_container_repositories_migration_plan.rb'
    - 'db/post_migrate/20220324032250_migrate_shimo_confluence_service_category.rb'
    - 'db/post_migrate/20220324081709_fix_and_backfill_project_namespaces_for_projects_with_duplicate_name.rb'
    - 'db/post_migrate/20220328100456_schedule20220328_reset_duplicate_ci_runners_token_encrypted_values_on_projects.rb'
    - 'db/post_migrate/20220328100457_schedule20220328_reset_duplicate_ci_runners_token_values_on_projects.rb'
    - 'db/post_migrate/20220331133802_schedule_backfill_topics_title.rb'
    - 'db/post_migrate/20220407163559_schedule_purging_stale_security_scans.rb'
    - 'db/post_migrate/20220420061450_backfill_null_note_discussion_ids.rb'
    - 'db/post_migrate/20220420214703_schedule_backfill_draft_status_on_merge_requests_corrected_regex.rb'
    - 'db/post_migrate/20220425121435_backfill_integrations_enable_ssl_verification.rb'
    - 'db/post_migrate/20220502173045_reset_too_many_tags_skipped_registry_imports.rb'
    - 'db/post_migrate/20220506124021_schedule_populate_requirements_issue_id.rb'
    - 'ee/db/geo/post_migrate/20220202101354_migrate_job_artifact_registry.rb'
    - 'lib/gitlab/database/migrations/background_migration_helpers.rb'
    - 'lib/gitlab/database/partitioning_migration_helpers/table_management_helpers.rb'
    - 'spec/lib/gitlab/database/migration_helpers/restrict_gitlab_schema_spec.rb'
    - 'spec/lib/gitlab/database/migrations/background_migration_helpers_spec.rb'
    - 'spec/lib/gitlab/database/migrations/test_background_runner_spec.rb'