Searched refs:vcs (Results 1 – 4 of 4) sorted by relevance
| /developtools/integration_verification/tools/fotff/pkg/gitee_common/ |
| D | steps_gitee.go | 42 StructureUpdates []*vcs.ProjectUpdate 49 StructureUpdates []*vcs.ProjectUpdate 71 baseManifest, err := vcs.ParseManifestFile(filepath.Join(m.Workspace, from, "manifest_tag.xml")) 85 func (m *Manager) getRepoUpdates(from, to string) (updates []vcs.ProjectUpdate, err error) { 86 m1, err := vcs.ParseManifestFile(filepath.Join(m.Workspace, from, "manifest_tag.xml")) 90 m2, err := vcs.ParseManifestFile(filepath.Join(m.Workspace, to, "manifest_tag.xml")) 94 return vcs.GetRepoUpdates(m1, m2) 97 …rtTime, endTime time.Time, branch string, manifestBranch string, updates []vcs.ProjectUpdate) (ret… 109 func getAllMRs(startTime, endTime time.Time, branch string, manifestBranch string, updates []vcs.Pr… 158 var scs []*vcs.ProjectUpdate [all …]
|
| D | steps_gitee_test.go | 79 …mLast, err := vcs.ParseManifestFile(filepath.Join(m.Workspace, ret[len(ret)-1], "manifest_tag.xml"… 87 expected, err := vcs.ParseManifestFile(filepath.Join(m.Workspace, tt.to, "manifest_tag.xml"))
|
| /developtools/integration_verification/tools/fotff/ |
| D | README.md | 21 ├── vcs # 版本控制相关的包,比如manifest的处理,通过OpenAPI访问gitee查询信息的函数等
|
| /developtools/integration_verification/tools/fotff/vcs/ |
| D | manifest.go | 16 package vcs package
|