Home
last modified time | relevance | path

Searched refs:other_repository (Results 1 – 14 of 14) sorted by relevance

/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/git/
H A Dremote_repository.rb51 def same_repository?(other_repository) argument
52 gitaly_repository.storage_name == other_repository.storage &&
53 gitaly_repository.relative_path == other_repository.relative_path
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/lib/gitlab/git/
H A Dremote_repository.rb33 def same_repository?(other_repository) argument
34 gitaly_repository.storage_name == other_repository.storage &&
35 gitaly_repository.relative_path == other_repository.relative_path
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/lib/gitlab/git/
H A Dremote_repository.rb33 def same_repository?(other_repository) argument
34 gitaly_repository.storage_name == other_repository.storage &&
35 gitaly_repository.relative_path == other_repository.relative_path
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/lib/gitlab/git/
H A Dremote_repository.rb33 def same_repository?(other_repository) argument
34 gitaly_repository.storage_name == other_repository.storage &&
35 gitaly_repository.relative_path == other_repository.relative_path
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/lib/gitlab/git/
H A Dtag_spec.rb73 other_repository = double(:repository)
74 described_class.get_message(other_repository, tag_ids.first)
133 other_repository = double(:repository)
134 described_class.extract_signature_lazily(other_repository, tag_ids.first)
142 .with(other_repository, tag_ids.first)
H A Dremote_repository_spec.rb58 it { expect(subject.same_repository?(other_repository)).to eq(result) }
H A Dcommit_spec.rb598 other_repository = double(:repository)
599 described_class.extract_signature_lazily(other_repository, commit_ids.first)
607 .with(other_repository, commit_ids.first)
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/finders/
H A Dcontainer_repositories_finder_spec.rb78 it { is_expected.to match_array([project_repository, other_repository]) }
88 it { is_expected.to match_array([other_repository]) }
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/spec/lib/gitlab/git/
H A Dremote_repository_spec.rb59 it { expect(subject.same_repository?(other_repository)).to eq(result) }
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/spec/lib/gitlab/git/
H A Dremote_repository_spec.rb59 it { expect(subject.same_repository?(other_repository)).to eq(result) }
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/ruby/spec/lib/gitlab/git/
H A Dremote_repository_spec.rb59 it { expect(subject.same_repository?(other_repository)).to eq(result) }
/dports/devel/brz/breezy-3.2.0/breezy/
H A Drepository.py1103 def get_graph(self, other_repository=None): argument
1106 if (other_repository is not None and
1107 not self.has_same_location(other_repository)):
1109 [parents_provider, other_repository._make_parents_provider()])
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/spec/workers/container_expiration_policies/
H A Dcleanup_container_repository_worker_spec.rb346 …update_container_repository(other_repository, other_repository_cleanup_status, other_repository_po…
357 … selected_repository = expected_selected_repository == :repository ? repository : other_repository
/dports/devel/brz/breezy-3.2.0/breezy/bzr/
H A Dremote.py1546 def get_graph(self, other_repository=None): argument
1548 parents_provider = self._make_parents_provider(other_repository)