Home
last modified time | relevance | path

Searched refs:create_from_bundle (Results 1 – 10 of 10) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/import_export/
H A Drepo_restorer.rb21 repository.create_from_bundle(path_to_bundle)
H A Dsnippet_repo_restorer.rb34 repository.create_from_bundle(path_to_bundle)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/db/fixtures/development/
H A D12_snippets.rb13 @snippet.repository.create_from_bundle(BUNDLE_PATH)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/backup/
H A Dgitaly_rpc_backup.rb94 repository.create_from_bundle(path_to_bundle)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/bare_repository_import/
H A Dimporter.rb102 repository.create_from_bundle(bundle(path))
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/git/
H A Drepository.rb867 def create_from_bundle(bundle_path) method in Gitlab.Git.Repository
873 gitaly_repository_client.create_from_bundle(bundle_path)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/models/
H A Drepository.rb1103 def create_from_bundle(bundle_path) method in Repository
1104 raw.create_from_bundle(bundle_path).tap do |result|
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/gitaly_client/
H A Drepository_service.rb207 def create_from_bundle(bundle_path) method in Gitlab.GitalyClient.RepositoryService
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/models/
H A Drepository_spec.rb3123 repository.create_from_bundle(valid_bundle_path)
3129 repository.create_from_bundle(valid_bundle_path)
3140 …expect {repository.create_from_bundle(valid_bundle_path)}.to raise_error(::Gitlab::Git::BundleFile…
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/git/
H A Drepository_spec.rb2179 result = imported_repo.create_from_bundle(valid_bundle_path)
2188 imported_repo.create_from_bundle(malicious_bundle_path)