Home
last modified time | relevance | path

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

/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/remote/
H A Dfind_remote_root_ref.go76 if in.GetRemote() == "" && in.GetRemoteUrl() == "" {
80 if in.GetRemote() != "" && in.GetRemoteUrl() != "" {
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/remote/
H A Dfind_remote_root_ref.go69 if in.GetRemoteUrl() == "" {
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/remote/
H A Dfind_remote_root_ref.go69 if in.GetRemoteUrl() == "" {
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/
H A Dgit_cl.py1090 def GetRemoteUrl(self): member in Changelist
1497 parsed = urllib.parse.urlparse(self.GetRemoteUrl())
1500 ' Your current remote is: %s' % self.GetRemoteUrl())
1507 remote_url = self.GetRemoteUrl()
1532 remote_url = self.GetRemoteUrl()
1573 remote_url = self.GetRemoteUrl()
1581 'remote': self.GetRemoteUrl()
1962 remote_url = self.GetRemoteUrl()
2105 remote_url = self.GetRemoteUrl()
H A Dpresubmit_canned_checks.py1620 remote_host_url = cl.GetRemoteUrl()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb/
H A Dremote.pb.go338 func (x *FindRemoteRootRefRequest) GetRemoteUrl() string { func
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb/
H A Dremote.pb.go338 func (x *FindRemoteRootRefRequest) GetRemoteUrl() string { func
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/depot_tools/tests/
H A Dgit_cl_test.py2653 self.assertEqual(cl.GetRemoteUrl(), url)
2654 self.assertEqual(cl.GetRemoteUrl(), url) # Must be cached.
2682 self.assertIsNone(cl.GetRemoteUrl())
2711 self.assertIsNone(cl.GetRemoteUrl())
H A Dpresubmit_unittest.py2038 mockChangelist().GetRemoteUrl.return_value = host
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/proto/go/gitalypb/
H A Dremote.pb.go578 func (m *FindRemoteRootRefRequest) GetRemoteUrl() string { func