/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/lib/gitlab/git/ |
H A D | remote_repository.rb | 51 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 D | remote_repository.rb | 33 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 D | remote_repository.rb | 33 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 D | remote_repository.rb | 33 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 D | tag_spec.rb | 73 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 D | remote_repository_spec.rb | 58 it { expect(subject.same_repository?(other_repository)).to eq(result) }
|
H A D | commit_spec.rb | 598 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 D | container_repositories_finder_spec.rb | 78 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 D | remote_repository_spec.rb | 59 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 D | remote_repository_spec.rb | 59 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 D | remote_repository_spec.rb | 59 it { expect(subject.same_repository?(other_repository)).to eq(result) }
|
/dports/devel/brz/breezy-3.2.0/breezy/ |
H A D | repository.py | 1103 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 D | cleanup_container_repository_worker_spec.rb | 346 …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 D | remote.py | 1546 def get_graph(self, other_repository=None): argument 1548 parents_provider = self._make_parents_provider(other_repository)
|