gitlab-org--gitlab-foss/lib/gitlab/import_export
Thong Kuah d119d3d1b2 Align UrlValidator to validate_url gem implementation.
Renamed UrlValidator to AddressableUrlValidator to avoid 'url:' naming collision with ActiveModel::Validations::UrlValidator in 'validates' statement.
Make use of the options attribute of the parent class ActiveModel::EachValidator.
Add more options: allow_nil, allow_blank, message.
Renamed 'protocols' option to 'schemes' to match the option naming from UrlValidator.
2019-04-11 06:29:07 +00:00
..
after_export_strategies Align UrlValidator to validate_url gem implementation. 2019-04-11 06:29:07 +00:00
after_export_strategy_builder.rb
attribute_cleaner.rb
attributes_finder.rb
avatar_restorer.rb
avatar_saver.rb
command_line_util.rb
error.rb
file_importer.rb
group_project_object_builder.rb
hash_util.rb
import_export.yml Merge branch 'master' of dev.gitlab.org:gitlab/gitlabhq into jarv/dev-to-gitlab-2019-04-02 2019-04-02 10:12:32 +02:00
importer.rb
json_hash_builder.rb Adds the Rubocop ReturnNil cop 2019-03-06 17:51:56 +02:00
lfs_restorer.rb
lfs_saver.rb
members_mapper.rb
merge_request_parser.rb Arbitrary file read via MergeRequestDiff 2019-03-04 18:36:34 +00:00
project_tree_restorer.rb
project_tree_saver.rb
reader.rb
relation_factory.rb Adds the Rubocop ReturnNil cop 2019-03-06 17:51:56 +02:00
relation_rename_service.rb
repo_restorer.rb
repo_saver.rb
saver.rb
shared.rb
statistics_restorer.rb
uploads_manager.rb
uploads_restorer.rb
uploads_saver.rb
version_checker.rb
version_saver.rb
wiki_repo_saver.rb
wiki_restorer.rb