gitlab-org--gitlab-foss/spec/lib/gitlab/background_migration
Kamil Trzciński 0103d5be96 Add config_options|variables to BuildMetadata
These are data columns that store runtime configuration
of build needed to execute it on runner and within pipeline.

The definition of this data is that once used, and when no longer
needed (due to retry capability) they can be freely removed.

They use `jsonb` on PostgreSQL, and `text` on MySQL (due to lacking
support for json datatype on old enough version).
2019-01-04 16:38:17 +01:00
..
populate_untracked_uploads_dependencies Move TrackUntrackedUploadsHelpers 2018-02-20 12:09:50 -08:00
add_merge_request_diff_commits_count_spec.rb Reschedule commits_count background migration 2018-03-09 09:56:49 +01:00
archive_legacy_traces_spec.rb Fix typo in spec. Add a test for the case of when trace is stored in database 2018-06-04 14:28:21 +09:00
backfill_hashed_project_repositories_spec.rb Extract a shared example for legacy and hashed storage migrations tests 2018-12-18 21:35:14 -02:00
backfill_legacy_project_repositories_spec.rb Extract a shared example for legacy and hashed storage migrations tests 2018-12-18 21:35:14 -02:00
backfill_project_fullpath_in_repo_config_spec.rb Ensure all Routables have a parent 2018-11-27 22:48:55 +01:00
backfill_project_repositories_spec.rb Backfill project_repositories for legacy storage projects 2018-12-18 21:13:38 -02:00
create_fork_network_memberships_range_spec.rb Fix typos in comments and specs 2018-11-01 08:59:20 +02:00
create_gpg_key_subkeys_from_gpg_keys_spec.rb Whitelist existing destroy_all offenses 2018-08-16 17:29:37 +02:00
delete_conflicting_redirect_routes_range_spec.rb Make DeleteConflictingRedirectRoutes no-op 2018-01-03 12:23:20 -08:00
delete_diff_files_spec.rb Add :sidekiq group to cleanup redis in after callback 2018-07-24 12:23:33 -03:00
deserialize_merge_request_diffs_and_commits_spec.rb Remove Gitlab::Git::Repository#rugged and Gollum code 2018-10-02 16:34:28 -03:00
digest_column_spec.rb [master] Persist only SHA digest of PersonalAccessToken#token 2018-10-29 16:06:45 +00:00
encrypt_columns_spec.rb Correctly handle data-loss scenarios when encrypting columns 2018-11-27 18:24:18 +00:00
encrypt_runners_tokens_spec.rb Use plaintext token when migration is not complete 2018-12-03 14:29:51 +01:00
fix_cross_project_label_links_spec.rb Added tests for MRs 2018-07-05 10:12:15 +02:00
migrate_build_stage_spec.rb Fix warning: already initialized constant STATUSES 2018-12-13 12:01:47 +05:00
migrate_events_to_push_event_payloads_spec.rb Avoid leaving a push event empty if payload cannot be created 2018-01-03 22:49:02 -08:00
migrate_legacy_artifacts_spec.rb Squashed commit of the following: 2018-08-27 09:12:02 +02:00
migrate_stage_index_spec.rb Use stages position column to track stage index 2018-05-01 14:30:44 +02:00
migrate_stage_status_spec.rb Fix warning: already initialized constant STATUSES 2018-12-13 12:01:47 +05:00
migrate_system_uploads_to_new_folder_spec.rb Use the DatabaseCleaner 'deletion' strategy instead of 'truncation' 2018-01-24 17:25:55 +00:00
move_personal_snippet_files_spec.rb Updates from rubocop -a 2018-07-09 21:13:08 +08:00
normalize_ldap_extern_uids_range_spec.rb Add migration specs 2017-10-07 10:28:13 -07:00
populate_cluster_kubernetes_namespace_table_spec.rb Add background migration for Kubernetes Namespaces 2018-11-06 12:23:00 +00:00
populate_external_pipeline_source_spec.rb Add config_options|variables to BuildMetadata 2019-01-04 16:38:17 +01:00
populate_fork_networks_range_spec.rb Create models directly in migration specs 2017-12-12 09:44:21 +01:00
populate_import_state_spec.rb Backports every CE related change from ee-44542 to CE 2018-05-04 17:33:26 +02:00
populate_merge_request_metrics_with_events_data_improved_spec.rb Populate MR metrics with events table information (migration) 2018-12-06 22:08:38 -02:00
populate_merge_request_metrics_with_events_data_spec.rb Reset column information after the schema is migrated in MigrationsHelpers.schema_migrate_up! 2018-02-07 11:38:50 +01:00
populate_merge_requests_latest_merge_request_diff_id_spec.rb Convert migration to populate latest merge request ID into a background migration 2017-11-17 10:23:48 +00:00
populate_untracked_uploads_spec.rb Use data_source_exists? instead of table_exists? 2018-06-14 08:39:43 +02:00
prepare_untracked_uploads_spec.rb Prefer table helper in migration specs 2018-02-20 12:09:50 -08:00
redact_links_spec.rb Redact unsubscribe links in issuable texts 2018-10-23 21:20:20 +02:00
remove_restricted_todos_spec.rb Remove todos of users without access to targets migration 2018-08-07 17:34:59 +02:00
rollback_import_state_data_spec.rb Backports every CE related change from ee-44542 to CE 2018-05-04 17:33:26 +02:00
schedule_diff_files_deletion_spec.rb Add :sidekiq group to cleanup redis in after callback 2018-07-24 12:23:33 -03:00
set_confidential_note_events_on_services_spec.rb Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'security-10-6' 2018-04-05 08:41:56 +02:00
set_confidential_note_events_on_webhooks_spec.rb Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'security-10-6' 2018-04-05 08:41:56 +02:00