gitlab-org--gitlab-foss/lib/gitlab/background_migration
David H. Wilkins afb3c3c1fb Add missing timezone to legacy artifacts (ci_builds)
- ci_builds.artifacts_expire_at are copied to
  ci_job_artifacts.expire_at with incorrect timestamps when the
  database timezone is NOT utc

- ci_builds.artifacts_expire_at is `timestamp without time zone` and
  ci_job_artifacts.expire_at is `timestamp with time zone` on
  postgresql

- Tests fail locally for `rspec
  ./spec/lib/gitlab/import_export/import_export_spec.rb` without this
  change
2019-08-04 12:33:37 -05:00
..
models/encrypt_columns Use a 32-byte version of db_key_base for web hooks 2018-12-05 00:00:42 +00:00
.gitkeep
.rubocop.yml
add_merge_request_diff_commits_count.rb Add a rubocop for Rails.logger 2019-07-10 19:26:47 +00:00
archive_legacy_traces.rb Add a rubocop for Rails.logger 2019-07-10 19:26:47 +00:00
backfill_hashed_project_repositories.rb Backfill project_repositories for legacy storage projects 2018-12-18 21:13:38 -02:00
backfill_legacy_project_repositories.rb Backfill project_repositories for legacy storage projects 2018-12-18 21:13:38 -02:00
backfill_project_fullpath_in_repo_config.rb Ensure all Routables have a parent 2018-11-27 22:48:55 +01:00
backfill_project_repositories.rb Prefer `flat_map` over `map` + `flatten` 2019-07-26 10:44:13 +00:00
calculate_wiki_sizes.rb Add a rubocop for Rails.logger 2019-07-10 19:26:47 +00:00
cleanup_concurrent_rename.rb Add a helper to rename a column using a background migration 2018-06-26 13:54:52 +01:00
cleanup_concurrent_schema_change.rb Add a helper to rename a column using a background migration 2018-06-26 13:54:52 +01:00
cleanup_concurrent_type_change.rb Add a helper to rename a column using a background migration 2018-06-26 13:54:52 +01:00
copy_column.rb
digest_column.rb [master] Persist only SHA digest of PersonalAccessToken#token 2018-10-29 16:06:45 +00:00
encrypt_columns.rb Use encrypted runner tokens 2019-03-06 12:18:53 +00:00
encrypt_runners_tokens.rb Use plaintext token when migration is not complete 2018-12-03 14:29:51 +01:00
fill_file_store_job_artifact.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
fill_file_store_lfs_object.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
fill_store_upload.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
fill_valid_time_for_pages_domain_certificate.rb Remove dead MySQL code 2019-07-23 16:53:03 +01:00
fix_cross_project_label_links.rb Add a rubocop for Rails.logger 2019-07-10 19:26:47 +00:00
fix_pages_access_level.rb Fix wrong pages access level default 2019-07-17 12:56:58 +00:00
fix_user_namespace_names.rb Fix incorrect namespaces & route for user-routes 2019-07-09 18:09:45 +02:00
fix_user_project_route_names.rb Fix incorrect namespaces & route for user-routes 2019-07-09 18:09:45 +02:00
merge_request_assignees_migration_progress_check.rb Backport the EE schema and migrations to CE 2019-06-17 17:09:05 +02:00
migrate_build_stage.rb Updates from `rubocop -a` 2018-07-09 21:13:08 +08:00
migrate_build_stage_id_reference.rb
migrate_legacy_artifacts.rb Add missing timezone to legacy artifacts (ci_builds) 2019-08-04 12:33:37 -05:00
migrate_null_private_profile_to_false.rb Migrate null values for users.private_profile 2019-07-15 21:07:54 +00:00
migrate_stage_index.rb Further remove code branches by database type 2019-07-29 12:47:06 +02:00
migrate_stage_status.rb Enable the Layout/ExtraSpacing cop 2019-01-24 13:05:45 +01:00
populate_cluster_kubernetes_namespace_table.rb Add background migration for Kubernetes Namespaces 2018-11-06 12:23:00 +00:00
populate_merge_request_assignees_table.rb Add cleanup migration for MR's mutliple assignees 2019-07-09 12:13:55 +03:00
populate_untracked_uploads.rb Add a rubocop for Rails.logger 2019-07-10 19:26:47 +00:00
populate_untracked_uploads_dependencies.rb Remove dead MySQL code 2019-07-23 16:53:03 +01:00
prepare_untracked_uploads.rb Further remove code branches by database type 2019-07-29 12:47:06 +02:00
remove_restricted_todos.rb Further remove code branches by database type 2019-07-29 12:47:06 +02:00
reset_merge_status.rb Reset merge status from mergeable MRs 2019-05-31 15:21:20 -03:00
set_confidential_note_events_on_services.rb Fix typos in comments and specs 2018-11-01 08:59:20 +02:00
set_confidential_note_events_on_webhooks.rb Fix typos in comments and specs 2018-11-01 08:59:20 +02:00
sync_issues_state_id.rb Remove additional logging 2019-04-01 15:05:52 -03:00
sync_merge_requests_state_id.rb Remove additional logging 2019-04-01 15:05:52 -03:00