gitlab-org--gitlab-foss/lib/gitlab/import_export
Nick Thomas 381468d0cc
Allow asynchronous rebase operations to be monitored
This MR introduces tracking of the `rebase_jid` for merge requests. As
with `merge_ongoing?`, `rebase_in_progress?` will now return true if a
rebase is proceeding in sidekiq.

After one release, we should remove the Gitaly-based lookup of rebases.
It is much better to track this kind of thing via the database.
2019-07-04 08:50:55 +01:00
..
after_export_strategies
after_export_strategy_builder.rb
attribute_cleaner.rb
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
lfs_restorer.rb
lfs_saver.rb
members_mapper.rb Fix order dependency with user params during imports 2019-05-28 10:31:51 +00:00
merge_request_parser.rb
project_tree_restorer.rb
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 Ignore legacy artifact columns in Project Import/Export 2019-06-11 18:39:29 +07: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