Home
last modified time | relevance | path

Searched refs:commitRef (Results 1 – 25 of 38) sorted by relevance

12

/dports/security/keybase/client-v5.7.1/shared/chat/conversation/messages/system-git-push/
H A Dindex.tsx41 commitRef: RPCTypes.GitRefMetadata
51 …const {pusher, you, commitRef, repo, repoID, team, branchName, onViewGitRepo, onClickCommit} = pro…
55 {pusher === you ? 'You ' : ''}pushed {!!commitRef.commits && commitRef.commits.length}{' '}
56 {`commit${!!commitRef.commits && commitRef.commits.length !== 1 ? 's' : ''}`} to
65 {(commitRef.commits || []).map((commit, i) => (
69 max={commitRef.commits ? commitRef.commits.length - 1 : 0}
118 commitRef={ref}
/dports/devel/arcanist/arcanist-b2e715f/src/repository/graph/
H A DArcanistCommitNode.php9 private $commitRef; variable in ArcanistCommitNode
60 if ($this->commitRef === null) {
61 $this->commitRef = id(new ArcanistCommitRef())
66 return $this->commitRef;
/dports/devel/arcanist-lib/arcanist-b2e715f/src/repository/graph/
H A DArcanistCommitNode.php9 private $commitRef; variable in ArcanistCommitNode
60 if ($this->commitRef === null) {
61 $this->commitRef = id(new ArcanistCommitRef())
66 return $this->commitRef;
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/vue_shared/components/
H A Dcommit.vue35 commitRef: {
113 return this.showRefInfo && (this.commitRef || this.mergeRequestRef);
137 return this.commitRef.ref_url || this.commitRef.path;
140 return this.mergeRequestRef ? this.mergeRequestRef.title : this.commitRef.name;
159 {{ commitRef.name }}
/dports/www/grafana8/grafana-8.3.6/vendor/github.com/Azure/azure-sdk-for-go/tools/generator/cmd/issue/link/
H A DfileLink.go36 commitRef, err := l.GetCommitHash()
40 l.path = strings.TrimPrefix(l.GetReleaseLink(), FilePrefix+commitRef+"/")
H A DdirectoryLink.go36 commitRef, err := l.GetCommitHash()
40 l.path = strings.TrimPrefix(l.GetReleaseLink(), DirectoryPrefix+commitRef+"/")
/dports/www/grafana8/azure-sdk-for-go-sdk-azcore-v0.19.0/tools/generator/cmd/issue/link/
H A DdirectoryLink.go36 commitRef, err := l.GetCommitHash()
40 l.path = strings.TrimPrefix(l.GetReleaseLink(), DirectoryPrefix+commitRef+"/")
H A DfileLink.go36 commitRef, err := l.GetCommitHash()
40 l.path = strings.TrimPrefix(l.GetReleaseLink(), FilePrefix+commitRef+"/")
/dports/sysutils/restic/restic-0.12.1/vendor/github.com/Azure/azure-sdk-for-go/tools/generator/cmd/issue/link/
H A DfileLink.go36 commitRef, err := l.GetCommitHash()
40 l.path = strings.TrimPrefix(l.GetReleaseLink(), FilePrefix+commitRef+"/")
H A DdirectoryLink.go36 commitRef, err := l.GetCommitHash()
40 l.path = strings.TrimPrefix(l.GetReleaseLink(), DirectoryPrefix+commitRef+"/")
/dports/net-mgmt/prometheus2/prometheus-2.30.3/vendor/github.com/Azure/azure-sdk-for-go/tools/generator/cmd/issue/link/
H A DdirectoryLink.go36 commitRef, err := l.GetCommitHash()
40 l.path = strings.TrimPrefix(l.GetReleaseLink(), DirectoryPrefix+commitRef+"/")
H A DfileLink.go36 commitRef, err := l.GetCommitHash()
40 l.path = strings.TrimPrefix(l.GetReleaseLink(), FilePrefix+commitRef+"/")
/dports/www/grafana8/azure-sdk-for-go-sdk-azidentity-v0.10.0/tools/generator/cmd/issue/link/
H A DdirectoryLink.go36 commitRef, err := l.GetCommitHash()
40 l.path = strings.TrimPrefix(l.GetReleaseLink(), DirectoryPrefix+commitRef+"/")
H A DfileLink.go36 commitRef, err := l.GetCommitHash()
40 l.path = strings.TrimPrefix(l.GetReleaseLink(), FilePrefix+commitRef+"/")
/dports/www/grafana8/azure-sdk-for-go-sdk-internal-v0.7.0/tools/generator/cmd/issue/link/
H A DfileLink.go36 commitRef, err := l.GetCommitHash()
40 l.path = strings.TrimPrefix(l.GetReleaseLink(), FilePrefix+commitRef+"/")
H A DdirectoryLink.go36 commitRef, err := l.GetCommitHash()
40 l.path = strings.TrimPrefix(l.GetReleaseLink(), DirectoryPrefix+commitRef+"/")
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/repository/components/table/
H A Dparent_row.vue9 commitRef: {
31 return { path: `/-/tree/${this.commitRef}/${this.parentPath}` };
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/pipelines/components/pipelines_list/
H A Dpipelines_commit.vue55 commitRef() {
77 :commit-ref="commitRef"
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/workhorse/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit/
H A Dlist_commits_by_ref_name_test.go140 for i, commitRef := range receivedCommitRefs {
141 require.Equal(t, testCase.expectedIds[i], commitRef.Commit.Id, "mismatched commit")
/dports/devel/gitlab-shell/gitlab-shell-65b8ec55bebd0aea64ac52b9878bafcc2ad992d3/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit/
H A Dlist_commits_by_ref_name_test.go139 for i, commitRef := range receivedCommitRefs {
140 require.Equal(t, testCase.expectedIds[i], commitRef.Commit.Id, "mismatched commit")
/dports/textproc/gitlab-elasticsearch-indexer/gitlab-elasticsearch-indexer-ef1440548effec15831eda2d246dacc43233cefb/vendor/gitlab.com/gitlab-org/gitaly/v14/internal/gitaly/service/commit/
H A Dlist_commits_by_ref_name_test.go140 for i, commitRef := range receivedCommitRefs {
141 require.Equal(t, testCase.expectedIds[i], commitRef.Commit.Id, "mismatched commit")
/dports/www/gitea/gitea-1.16.5/services/migrations/
H A Dcodebase.go632 commitRef, ok := d.commitMap[ref]
647 commitRef = rawCommits.Commit[0].Ref
648 d.commitMap[ref] = commitRef
651 return commitRef
/dports/misc/kf5-purpose/purpose-5.89.0/src/plugins/phabricator/
H A Dphabricatorjobs.h43 QString commitRef() const in commitRef() function
/dports/devel/svn2git/svn2git-1.0.18/src/
H A Drepository.cpp1042 const QByteArray &commitRef = commit.isNull() ? branchRef : commit; in commitNote() local
1043 QByteArray message = "Adding Git note for current " + commitRef + "\n"; in commitNote()
1066 message = "Appending Git note for current " + commitRef + "\n"; in commitNote()
1075 s.append("N inline " + commitRef + "\n"); in commitNote()
/dports/www/gitlab-workhorse/gitlab-foss-0a901d60f8ae4a60c04ae82e6e9c3a03e9321417/app/assets/javascripts/environments/components/
H A Denvironment_item.vue282 commitRef() {
703 :commit-ref="commitRef"

12