gitlab-org--gitlab-foss/lib/gitlab/background_migration
Jarka Kadlecová fa36101a7f Use data_source_exists? instead of table_exists?
Use data_source_exists? where possible instead of table_exists? in order to be Rails5 compatible
2018-06-14 08:39:43 +02:00
..
.gitkeep
.rubocop.yml Added Rubocop config for background migrations 2017-11-23 13:56:51 +01:00
add_merge_request_diff_commits_count.rb Reschedule commits_count background migration 2018-03-09 09:56:49 +01:00
archive_legacy_traces.rb Revise comments in ArchiveLegacyTraces 2018-06-04 14:14:20 +09:00
cleanup_concurrent_type_change.rb Use a background migration for issues.closed_at 2018-01-03 12:28:00 +01:00
copy_column.rb Reduce UPDATEs for background column type changes 2018-01-18 14:22:41 +01:00
create_fork_network_memberships_range.rb Handle uniqueness on fork_network_member creation 2018-02-08 09:44:58 +01:00
create_gpg_key_subkeys_from_gpg_keys.rb Added Rubocop config for background migrations 2017-11-23 13:56:51 +01:00
delete_conflicting_redirect_routes_range.rb Make DeleteConflictingRedirectRoutes no-op 2018-01-03 12:23:20 -08:00
deserialize_merge_request_diffs_and_commits.rb [Rails5] Update `type_cast_*_database` methods 2018-04-06 10:57:19 +00:00
fill_file_store_job_artifact.rb Remove Gitlab::BackgroundMigration exxxplicit namespaces from migration classes 2018-05-28 14:50:10 +09:00
fill_file_store_lfs_object.rb Remove Gitlab::BackgroundMigration exxxplicit namespaces from migration classes 2018-05-28 14:50:10 +09:00
fill_store_upload.rb Remove Gitlab::BackgroundMigration exxxplicit namespaces from migration classes 2018-05-28 14:50:10 +09:00
migrate_build_stage.rb Do not use STI mechanisms when migrating pipeline stages 2018-03-29 12:12:22 +02:00
migrate_build_stage_id_reference.rb Added Rubocop config for background migrations 2017-11-23 13:56:51 +01:00
migrate_events_to_push_event_payloads.rb Avoid leaving a push event empty if payload cannot be created 2018-01-03 22:49:02 -08:00
migrate_stage_index.rb Use stages position column to track stage index 2018-05-01 14:30:44 +02:00
migrate_stage_status.rb Added Rubocop config for background migrations 2017-11-23 13:56:51 +01:00
migrate_system_uploads_to_new_folder.rb Added Rubocop config for background migrations 2017-11-23 13:56:51 +01:00
move_personal_snippet_files.rb Added Rubocop config for background migrations 2017-11-23 13:56:51 +01:00
normalize_ldap_extern_uids_range.rb Moved o_auth/saml/ldap modules under gitlab/auth 2018-02-28 16:53:02 +01:00
populate_fork_networks_range.rb Create fork networks for forks for which the source was deleted. 2017-11-29 12:11:48 +01:00
populate_import_state.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.rb Cache merged and closed events data in merge_request_metrics table 2018-01-02 17:45:25 -02:00
populate_merge_requests_latest_merge_request_diff_id.rb Added Rubocop config for background migrations 2017-11-23 13:56:51 +01:00
populate_untracked_uploads.rb Use convenient Rails helper 2018-02-21 10:04:42 -08:00
populate_untracked_uploads_dependencies.rb Explicitly reference redefined models 2018-02-20 12:09:49 -08:00
prepare_untracked_uploads.rb Use data_source_exists? instead of table_exists? 2018-06-14 08:39:43 +02:00
rollback_import_state_data.rb Backports every CE related change from ee-44542 to CE 2018-05-04 17:33:26 +02:00
set_confidential_note_events_on_services.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.rb Merge branch 'jej/mattermost-notification-confidentiality-10-6' into 'security-10-6' 2018-04-05 08:41:56 +02:00