Searched refs:ProjectUpdate (Results 1 – 2 of 2) sorted by relevance
| /developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
| D | steps_gitee.go | 42 StructureUpdates []*vcs.ProjectUpdate 49 StructureUpdates []*vcs.ProjectUpdate 85 func (m *Manager) getRepoUpdates(from, to string) (updates []vcs.ProjectUpdate, err error) { 97 …ndTime time.Time, branch string, manifestBranch string, updates []vcs.ProjectUpdate) (ret []Step, … argument 109 …ndTime time.Time, branch string, manifestBranch string, updates []vcs.ProjectUpdate) (allMRs []*gi… argument 158 var scs []*vcs.ProjectUpdate 206 func deDupProjectUpdates(us []*vcs.ProjectUpdate) (retMRs []*vcs.ProjectUpdate) { argument 248 func parseStructureUpdates(commit *gitee.Commit, branch string) (string, []*vcs.ProjectUpdate, erro… 249 tmp := make(map[string]vcs.ProjectUpdate) 265 var ret []*vcs.ProjectUpdate [all …]
|
| /developtools/integration_verification/tools/fotff/vcs/ |
| D | manifest.go | 61 type ProjectUpdate struct { struct 105 func GetRepoUpdates(m1, m2 *Manifest) (updates []ProjectUpdate, err error) { 117 updates = append(updates, ProjectUpdate{ 126 updates = append(updates, ProjectUpdate{ 133 updates = append(updates, ProjectUpdate{
|