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 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 Change `prohibited_key` to use regexes 2019-05-01 12:15:29 +12:00
attributes_finder.rb
avatar_restorer.rb
avatar_saver.rb
command_line_util.rb Fix persistent symlink in project import 2018-12-17 16:14:35 +01:00
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_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 Arbitrary file read via MergeRequestDiff 2019-03-04 18:36:34 +00:00
project_tree_restorer.rb Fix invalid visibility string comparison in project import 2019-05-22 11:32:23 -07:00
project_tree_saver.rb Rename project's pipelines relation 2018-12-05 14:39:15 +00:00
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 Rename project's pipelines relation 2018-12-05 14:39:15 +00:00
repo_restorer.rb Remove unnecessary includes of ShellAdapter 2018-12-05 23:19:27 -08:00
repo_saver.rb
saver.rb
shared.rb Fix import_jid error on project import 2019-02-14 09:29:42 +01:00
statistics_restorer.rb
uploads_manager.rb Refactor upload service to return uploader 2019-01-07 11:16:58 +08:00
uploads_restorer.rb
uploads_saver.rb
version_checker.rb
version_saver.rb
wiki_repo_saver.rb
wiki_restorer.rb