gitlab-org--gitlab-foss/lib/gitlab/import_export
Luke Duncalfe d18ee3faad LFS export records repository_type data
A project can have the same `LfsObject` linked with up to three
`LfsObjectsProject` records. Each of these records would be for a
different repository, recorded in the `repository_type` property. The
different repositories at time of writing are "project", "wiki", and
"design". See https://gitlab.com/gitlab-org/gitlab-ee/merge_requests/13894

This change exports the list of `repository_type`s as a JSON mapping of
oid => repository_types, which are imported to recreate the correct
`LfsObjectsProject` records.

https://gitlab.com/gitlab-org/gitlab-ee/issues/11090
2019-07-24 11:23:51 +00:00
..
after_export_strategies Fix bug when project export to remote url fails 2019-04-24 15:34:06 +00:00
after_export_strategy_builder.rb
attribute_cleaner.rb Add commit_id to AttributeCleaner::ALLOWED_REFERENCES 2019-07-15 10:30:39 +01:00
attributes_finder.rb
avatar_restorer.rb
avatar_saver.rb
command_line_util.rb
config.rb Backport the EE schema and migrations to CE 2019-06-17 17:09:05 +02:00
error.rb
file_importer.rb
group_project_object_builder.rb
hash_util.rb
import_export.yml Allow asynchronous rebase operations to be monitored 2019-07-04 08:50:55 +01:00
importer.rb
json_hash_builder.rb Adds the Rubocop ReturnNil cop 2019-03-06 17:51:56 +02:00
lfs_restorer.rb LFS export records repository_type data 2019-07-24 11:23:51 +00:00
lfs_saver.rb LFS export records repository_type data 2019-07-24 11:23:51 +00:00
members_mapper.rb Add changelog entry 2019-07-23 09:23:50 +01:00
merge_request_parser.rb Add a rubocop for Rails.logger 2019-07-10 19:26:47 +00:00
project_tree_restorer.rb Set Private visibility for restricted Internal imported projects 2019-07-19 03:00:23 +00:00
project_tree_saver.rb
reader.rb Backport the EE schema and migrations to CE 2019-06-17 17:09:05 +02:00
relation_factory.rb Do not import legacy triggers from project JSON 2019-07-15 15:05:22 +02:00
relation_rename_service.rb
repo_restorer.rb
repo_saver.rb
saver.rb Add a rubocop for Rails.logger 2019-07-10 19:26:47 +00:00
shared.rb Fix import_jid error on project import 2019-02-14 09:29:42 +01:00
statistics_restorer.rb
uploads_manager.rb
uploads_restorer.rb
uploads_saver.rb
version_checker.rb Add a rubocop for Rails.logger 2019-07-10 19:26:47 +00:00
version_saver.rb
wiki_repo_saver.rb
wiki_restorer.rb