Module: Gitlab::BitbucketImport
- Defined in:
- lib/gitlab/bitbucket_import/logger.rb,
lib/gitlab/bitbucket_import/loggable.rb,
lib/gitlab/bitbucket_import/user_finder.rb,
lib/gitlab/bitbucket_import/ref_converter.rb,
lib/gitlab/bitbucket_import/error_tracking.rb,
lib/gitlab/bitbucket_import/wiki_formatter.rb,
lib/gitlab/bitbucket_import/project_creator.rb,
lib/gitlab/bitbucket_import/parallel_importer.rb,
lib/gitlab/bitbucket_import/parallel_scheduling.rb,
lib/gitlab/bitbucket_import/importers/issue_importer.rb,
lib/gitlab/bitbucket_import/importers/users_importer.rb,
lib/gitlab/bitbucket_import/importers/issues_importer.rb,
app/workers/gitlab/bitbucket_import/import_issue_worker.rb,
app/workers/gitlab/bitbucket_import/advance_stage_worker.rb,
lib/gitlab/bitbucket_import/importers/lfs_object_importer.rb,
lib/gitlab/bitbucket_import/importers/repository_importer.rb,
app/workers/concerns/gitlab/bitbucket_import/stage_methods.rb,
lib/gitlab/bitbucket_import/importers/issue_notes_importer.rb,
lib/gitlab/bitbucket_import/importers/lfs_objects_importer.rb,
lib/gitlab/bitbucket_import/importers/issues_notes_importer.rb,
lib/gitlab/bitbucket_import/importers/pull_request_importer.rb,
app/workers/concerns/gitlab/bitbucket_import/object_importer.rb,
app/workers/gitlab/bitbucket_import/import_lfs_object_worker.rb,
lib/gitlab/bitbucket_import/importers/pull_requests_importer.rb,
app/workers/gitlab/bitbucket_import/import_issue_notes_worker.rb,
app/workers/gitlab/bitbucket_import/stage/import_users_worker.rb,
app/workers/gitlab/bitbucket_import/import_pull_request_worker.rb,
app/workers/gitlab/bitbucket_import/stage/finish_import_worker.rb,
app/workers/gitlab/bitbucket_import/stage/import_issues_worker.rb,
lib/gitlab/bitbucket_import/importers/pull_request_notes_importer.rb,
app/workers/gitlab/bitbucket_import/stage/import_repository_worker.rb,
lib/gitlab/bitbucket_import/importers/pull_requests_notes_importer.rb,
app/workers/gitlab/bitbucket_import/stage/import_lfs_objects_worker.rb,
app/workers/gitlab/bitbucket_import/import_pull_request_notes_worker.rb,
app/workers/gitlab/bitbucket_import/stage/import_issues_notes_worker.rb,
app/workers/gitlab/bitbucket_import/stage/import_pull_requests_worker.rb,
app/workers/gitlab/bitbucket_import/stage/import_pull_requests_notes_worker.rb
Defined Under Namespace
Modules: ErrorTracking, Importers, Loggable, ObjectImporter, ParallelScheduling, Stage, StageMethods Classes: AdvanceStageWorker, ImportIssueNotesWorker, ImportIssueWorker, ImportLfsObjectWorker, ImportPullRequestNotesWorker, ImportPullRequestWorker, Logger, ParallelImporter, ProjectCreator, RefConverter, UserFinder, WikiFormatter