gitlab-org--gitlab-foss/spec/initializers
Nick Thomas 6ddefe7cad
Correctly handle data-loss scenarios when encrypting columns
If the EncryptColumns background migration runs in a sidekiq with a
stale view of the database schema, or when the purported destination
columns don't actually exist, data loss can result. Attempt to work
around these issues by reloading schema information before running
the migration, and raising errors if the model reports that any of its
source or destination columns are missing.
2018-11-27 18:24:18 +00:00
..
6_validations_spec.rb Migrate storage nesting check to Gitaly 2018-06-27 16:20:03 +00:00
8_metrics_spec.rb
attr_encrypted_no_db_connection_spec.rb Correctly handle data-loss scenarios when encrypting columns 2018-11-27 18:24:18 +00:00
direct_upload_support_spec.rb
doorkeeper_spec.rb
fog_google_https_private_urls_spec.rb Fix Fog mocking 2018-06-05 16:48:42 +02:00
secret_token_spec.rb Eliminate duplicated words 2018-11-22 01:01:23 +09:00
settings_spec.rb
trusted_proxies_spec.rb