Module: Gitlab::BitbucketServerImport
- Defined in:
- lib/gitlab/bitbucket_server_import/logger.rb,
lib/gitlab/bitbucket_server_import/loggable.rb,
lib/gitlab/bitbucket_server_import/user_finder.rb,
lib/gitlab/bitbucket_server_import/project_creator.rb,
lib/gitlab/bitbucket_server_import/parallel_importer.rb,
lib/gitlab/bitbucket_server_import/parallel_scheduling.rb,
lib/gitlab/bitbucket_server_import/importers/notes_importer.rb,
lib/gitlab/bitbucket_server_import/importers/users_importer.rb,
app/workers/gitlab/bitbucket_server_import/advance_stage_worker.rb,
lib/gitlab/bitbucket_server_import/importers/lfs_object_importer.rb,
lib/gitlab/bitbucket_server_import/importers/repository_importer.rb,
app/workers/concerns/gitlab/bitbucket_server_import/stage_methods.rb,
lib/gitlab/bitbucket_server_import/importers/lfs_objects_importer.rb,
lib/gitlab/bitbucket_server_import/importers/pull_request_importer.rb,
app/workers/concerns/gitlab/bitbucket_server_import/object_importer.rb,
app/workers/gitlab/bitbucket_server_import/import_lfs_object_worker.rb,
lib/gitlab/bitbucket_server_import/importers/pull_requests_importer.rb,
app/workers/gitlab/bitbucket_server_import/stage/import_notes_worker.rb,
app/workers/gitlab/bitbucket_server_import/stage/import_users_worker.rb,
app/workers/gitlab/bitbucket_server_import/import_pull_request_worker.rb,
app/workers/gitlab/bitbucket_server_import/stage/finish_import_worker.rb,
lib/gitlab/bitbucket_server_import/importers/pull_request_notes/inline.rb,
lib/gitlab/bitbucket_server_import/importers/pull_request_note_importer.rb,
lib/gitlab/bitbucket_server_import/importers/pull_request_notes_importer.rb,
app/workers/gitlab/bitbucket_server_import/stage/import_repository_worker.rb,
app/workers/gitlab/bitbucket_server_import/import_pull_request_note_worker.rb,
app/workers/gitlab/bitbucket_server_import/stage/import_lfs_objects_worker.rb,
app/workers/gitlab/bitbucket_server_import/import_pull_request_notes_worker.rb,
lib/gitlab/bitbucket_server_import/importers/pull_request_notes/merge_event.rb,
app/workers/gitlab/bitbucket_server_import/stage/import_pull_requests_worker.rb,
lib/gitlab/bitbucket_server_import/importers/pull_request_notes/base_importer.rb,
lib/gitlab/bitbucket_server_import/importers/pull_request_notes/approved_event.rb,
lib/gitlab/bitbucket_server_import/importers/pull_request_notes/declined_event.rb,
lib/gitlab/bitbucket_server_import/importers/pull_request_notes/standalone_notes.rb,
lib/gitlab/bitbucket_server_import/importers/pull_request_notes/base_note_diff_importer.rb
Defined Under Namespace
Modules: Importers, Loggable, ObjectImporter, ParallelScheduling, Stage, StageMethods Classes: AdvanceStageWorker, ImportLfsObjectWorker, ImportPullRequestNoteWorker, ImportPullRequestNotesWorker, ImportPullRequestWorker, Logger, ParallelImporter, ProjectCreator, UserFinder