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

avoid_finalize_background_migration.yml « migration « .rubocop_todo - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: bde85ce3e488b5986eff8f0c2b14e123e2dbd7c6 (plain)
1
2
3
4
5
6
7
---
Migration/AvoidFinalizeBackgroundMigration:
  Details: grace period
  Exclude:
    - 'db/post_migrate/20220502015011_clean_up_fix_merge_request_diff_commit_users.rb'
    - 'db/post_migrate/20220525131557_cleanup_backfill_integrations_enable_ssl_verification.rb'
    - 'db/post_migrate/20220713133515_cleanup_backfill_draft_statuses_on_merge_requests.rb'