Home
last modified time | relevance | path

Searched refs:vcs (Results 1 – 4 of 4) sorted by relevance

/developtools/integration_verification/tools/fotff/pkg/gitee_common/
Dsteps_gitee.go42 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 …]
Dsteps_gitee_test.go79 …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/
DREADME.md21 ├── vcs # 版本控制相关的包,比如manifest的处理,通过OpenAPI访问gitee查询信息的函数等
/developtools/integration_verification/tools/fotff/vcs/
Dmanifest.go16 package vcs package