Searched refs:Commit (Results 1 – 5 of 5) sorted by relevance
| /developtools/integration_verification/tools/fotff/vcs/gitee/ |
| D | compare.go | 34 Commits []*Commit `json:"commits"` 37 type Commit struct { struct 41 Commit struct { argument 63 func GetLatestMRBefore(owner, repo, branch string, before string) (ret *Commit, err error) { 68 head := branchResp.Commit 71 for head.Commit.Committer.Date > before { 79 func GetBetweenTimeMRs(owner, repo, branch string, from, to time.Time) (ret []*Commit, err error) { 86 head := branchResp.Commit 89 for head.Commit.Committer.Date > fromStr { 90 if head.Commit.Committer.Date < toStr { [all …]
|
| D | branch.go | 27 Commit *Commit `json:"commit"` member
|
| D | commit.go | 25 func GetCommit(owner, repo, id string) (*Commit, error) { 38 var commitResp Commit
|
| /developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
| D | steps_gitee.go | 40 MRs []*gitee.Commit 47 MRs []*gitee.Commit 109 …h string, manifestBranch string, updates []vcs.ProjectUpdate) (allMRs []*gitee.Commit, err error) { 112 var prs []*gitee.Commit 118 var p1 []*gitee.Commit 123 var p2 []*gitee.Commit 144 func combineMRsToIssue(allMRs []*gitee.Commit, branch string) (map[string]*IssueInfo, error) { argument 147 …num, err := strconv.Atoi(strings.Trim(regexp.MustCompile(`!\d+ `).FindString(mr.Commit.Message), "… 168 MRs: []*gitee.Commit{mr}, 224 func deDupMRs(mrs []*gitee.Commit) (retMRs []*gitee.Commit) { argument [all …]
|
| /developtools/integration_verification/ |
| D | README.en.md | 25 3. Commit your code
|