gitlab-org--gitlab-foss/spec/lib/gitlab/import_export
Sean McGivern 4ebbfe5d3e Remove serialised diff and commit columns
The st_commits and st_diffs columns on merge_request_diffs historically held the
YAML-serialised data for a merge request diff, in a variety of formats.

Since 9.5, these have been migrated in the background to two new tables:
merge_request_diff_commits and merge_request_diff_files. That has the advantage
that we can actually query the data (for instance, to find out how many commits
we've stored), and that it can't be in a variety of formats, but must match the
new schema.

This is the final step of that journey, where we drop those columns and remove
all references to them. This is a breaking change to the importer, because we
can no longer import diffs created in the old format, and we cannot guarantee
the export will be in the new format unless it was generated after this commit.
2017-11-28 16:13:40 +00:00
..
all_models.yml Use latest_merge_request_diff association 2017-11-23 12:14:56 +00:00
attribute_cleaner_spec.rb Enable the Layout/SpaceBeforeBlockBraces cop 2017-08-09 11:52:22 +02:00
attribute_configuration_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
avatar_restorer_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
avatar_saver_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
file_importer_spec.rb Merge branch 'import-symlinks-9-3' into 'security-9-3' 2017-08-10 20:42:01 +01:00
fork_spec.rb removed the #ensure_ref_fetched from all controllers 2017-11-03 08:13:11 -04:00
hash_util_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
import_export_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
members_mapper_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
merge_request_parser_spec.rb fix specs 2017-11-07 15:40:13 +01:00
model_configuration_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
project.group.json adding the new spec file 2017-10-06 08:11:09 -04:00
project.json Remove serialised diff and commit columns 2017-11-28 16:13:40 +00:00
project.light.json fixing group label import 2017-10-06 09:11:29 -04:00
project_tree_restorer_spec.rb Remove serialised diff and commit columns 2017-11-28 16:13:40 +00:00
project_tree_saver_spec.rb Remove serialised diff and commit columns 2017-11-28 16:13:40 +00:00
reader_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
relation_factory_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
repo_restorer_spec.rb Fix Hook.new call sites in tests 2017-08-23 10:45:20 +02:00
repo_saver_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00
safe_model_attributes.yml Remove serialised diff and commit columns 2017-11-28 16:13:40 +00:00
uploads_restorer_spec.rb Fix hashed storage for attachments bugs 2017-11-23 17:04:35 +00:00
uploads_saver_spec.rb Fix hashed storage for attachments bugs 2017-11-23 17:04:35 +00:00
version_checker_spec.rb Remove superfluous lib: true, type: redis, service: true, models: true, services: true, no_db: true, api: true 2017-07-27 14:31:53 +02:00
wiki_repo_saver_spec.rb Change all `:empty_project` to `:project` 2017-08-02 17:47:31 -04:00