gitlab-org--gitlab-foss/lib/gitlab/import_export
Sean McGivern aff5c9f3e5 Add table for merge request commits
This is an ID-less table with just three columns: an association to the merge
request diff the commit belongs to, the relative order of the commit within the
merge request diff, and the commit SHA itself.

Previously we stored much more information about the commits, so that we could
display them even when they were deleted from the repo. Since 8.0, we ensure
that those commits are kept around for as long as the target repo itself is, so
we don't need to duplicate that data in the database.
2017-07-06 17:36:10 +01:00
..
attribute_cleaner.rb
attributes_finder.rb
avatar_restorer.rb
avatar_saver.rb
command_line_util.rb
error.rb
file_importer.rb
hash_util.rb Fix issues importing forked projects 2017-04-04 16:34:19 +00:00
import_export.yml Add table for merge request commits 2017-07-06 17:36:10 +01:00
importer.rb Fix issues importing forked projects 2017-04-04 16:34:19 +00:00
json_hash_builder.rb Add table for files in merge request diffs 2017-06-16 18:30:01 +01:00
members_mapper.rb
merge_request_parser.rb Fix issues importing forked projects 2017-04-04 16:34:19 +00:00
project_creator.rb
project_tree_restorer.rb Include missing project attributes to Import/Export 2017-05-03 10:12:32 +00:00
project_tree_saver.rb
reader.rb Include missing project attributes to Import/Export 2017-05-03 10:12:32 +00:00
relation_factory.rb Add table for files in merge request diffs 2017-06-16 18:30:01 +01:00
repo_restorer.rb
repo_saver.rb
saver.rb
shared.rb
uploads_restorer.rb
uploads_saver.rb
version_checker.rb
version_saver.rb
wiki_repo_saver.rb