t-comm
Version:
专业、稳定、纯粹的工具库
8 lines (7 loc) • 652 B
TypeScript
export { createAutoProtectedRuleForStoryBranch, } from './branch-protected-script';
export { createProtectedBranchRule, modifyProtectedBranchRule, getAutoProtectedBranchRules, getProtectedBranchRules, modifyAutoProtectedBranchRules, } from './branch-protected';
export { getBranchLifeCycle, getProjectDefaultBranch, getBranchesByProjectName, getOneBranchDetail, } from './branch';
export { getOneCommitDetail, } from './commit';
export { fetchAllProjectsInGroup, } from './group';
export { createMR, getMrList, getOneMrComments, } from './mr';
export { getOneProjectDetail, getOneProjectBySearch, getAllProjects, deleteTGitProject, } from './project';