Searched refs:MRs (Results 1 – 1 of 1) sorted by relevance
| /developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
| D | steps_gitee.go | 40 MRs []*gitee.Commit member 47 MRs []*gitee.Commit member 168 MRs: []*gitee.Commit{mr}, 175 MRs: append(ret[issue].MRs, mr), 199 parent.MRs = deDupMRs(append(parent.MRs, self.MRs...)) 305 sort.Slice(infos.MRs, func(i, j int) bool { 307 return infos.MRs[i].Commit.Committer.Date > infos.MRs[j].Commit.Committer.Date 311 MRs: infos.MRs, 316 ti, tj := ret[i].MRs[0].Commit.Committer.Date, ret[j].MRs[0].Commit.Committer.Date 349 for _, mr := range step.MRs {
|