Home
last modified time | relevance | path

Searched refs:CloneURL (Results 1 – 25 of 136) sorted by relevance

123456

/dports/sysutils/kubectl/kubernetes-1.22.2/vendor/github.com/vmware/govmomi/vapi/internal/
H A Dinternal.go65 type CloneURL interface { interface
74 func URL(c CloneURL, path string) *Resource { argument
/dports/www/gitea/gitea-1.16.5/services/migrations/
H A Dgitea_downloader_test.go47 CloneURL: "https://gitea.com/gitea/test_repo.git",
249 CloneURL: "",
256 CloneURL: "https://gitea.com/6543-forks/test_repo.git",
H A Dgithub_test.go31 CloneURL: "https://github.com/go-gitea/test_repo.git",
273 CloneURL: "https://github.com/mrsdizzie/test_repo.git",
314 CloneURL: "https://github.com/mrsdizzie/test_repo.git",
H A Dgit.go44 CloneURL: g.remoteURL,
H A Dmain_test.go151 assert.Equal(t, expected.CloneURL, actual.CloneURL)
220 assert.Equal(t, expected.CloneURL, actual.CloneURL)
H A Dmigrate.go195 if repo.CloneURL, err = downloader.FormatCloneURL(opts, repo.CloneURL); err != nil {
199 log.Trace("migrating git data from %s", repo.CloneURL)
H A Dgitea_downloader.go148 CloneURL: repo.CloneURL,
533 headCloneURL = pr.Head.Repository.CloneURL
597 CloneURL: headCloneURL,
H A Dgogs.go134 CloneURL: gr.CloneURL,
H A Dgogs_test.go41 CloneURL: "https://try.gogs.io/lunnytest/TESTREPO.git",
H A Dgitlab_test.go46 CloneURL: "https://gitlab.com/gitea/test_repo.git",
289 CloneURL: "https://gitlab.com/gitea/test_repo/-/merge_requests/2",
H A Dcodebase.go156 CloneURL string `xml:"clone-url"`
172 CloneURL: rawRepository.CloneURL,
H A Ddump.go147 remoteAddr, err := g.setURLToken(repo.CloneURL)
472 err := g.gitRepo.AddRemote(remote, pr.Head.CloneURL, true)
484 log.Error("Fetch branch from %s failed: %v", pr.Head.CloneURL, err)
H A Donedev_test.go37 CloneURL: "https://code.onedev.io/go-gitea-test_repo",
H A Dcodebase_test.go51 CloneURL: "git@codebasehq.com:gitea-test/gitea-test/test.git",
H A Drestore.go85 CloneURL: filepath.Join(r.baseDir, "git"),
H A Dgitea_uploader.go124 CloneAddr: repo.CloneURL,
662 err := g.gitRepo.AddRemote(remote, pr.Head.CloneURL, true)
674 log.Error("Fetch branch from %s failed: %v", pr.Head.CloneURL, err)
/dports/www/gitea/gitea-1.16.5/modules/migration/
H A Drepo.go15 CloneURL string `yaml:"clone_url"` member
H A Dpullrequest.go53 CloneURL string `yaml:"clone_url"` member
/dports/security/snowflake-tor/snowflake-ead5a960d7fa19dc890ccbfc0765c5ab6629eaa9/vendor/github.com/mmcloughlin/avo/tests/thirdparty/
H A Dconfig.go26 func (p Package) CloneURL() string { func
H A Dconfig_test.go17 if p.CloneURL() != "https://github.com/username/repo.git" {
H A Dpackages_test.go80 t.git("clone", "--quiet", t.CloneURL(), dst)
/dports/www/gitea/gitea-1.16.5/vendor/github.com/gogs/go-gogs-client/
H A Drepo.go37 CloneURL string `json:"clone_url"` member
/dports/www/gitea/gitea-1.16.5/modules/structs/
H A Drepo.go64 CloneURL string `json:"clone_url"` member
/dports/www/gitea/gitea-1.16.5/modules/convert/
H A Drepository.go144 CloneURL: cloneLink.HTTPS,
/dports/devel/git-town/git-town-7.6.0/vendor/code.gitea.io/sdk/gitea/
H A Drepo.go37 CloneURL string `json:"clone_url"` member

123456