@devops-flow/devops-flow-pipeline-detail 0.0.37
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -0
- package/dist/1.css +1 -0
- package/dist/1.js +24 -0
- package/dist/2.css +1 -0
- package/dist/2.js +1 -0
- package/dist/PipelineFlowDetail.css +1 -0
- package/dist/PipelineFlowDetail.js +72 -0
- package/dist/assets/012298127fd56d8e39cc5f8c78ca8a3f.ttf +0 -0
- package/dist/assets/02991164b5a38f9e2d5cdef951e0b0f0.ttf +0 -0
- package/dist/assets/0797e1d82e895e8ff5300e5080764bf6.woff +0 -0
- package/dist/assets/08b3a2c97fe1fea813bc50c273efcdee.eot +0 -0
- package/dist/assets/2e7ded00f078fd4ec6492110af6d0a14.otf +0 -0
- package/dist/assets/3cdb30d2423385c8dfb4dba0492eb726.woff +0 -0
- package/dist/assets/41a03f9f5cf65cde8d930d1bdaeb7aea.woff2 +0 -0
- package/dist/assets/59eea939288f45071c05df4c6e9bece4.woff +0 -0
- package/dist/assets/5d347415be35ebffd15afab8652d96c1.ttf +0 -0
- package/dist/assets/7a33cfe474846a73787c1533cfb19d80.svg +1 -0
- package/dist/assets/957dc9f6161ba0abec83ddf3f8450579.eot +0 -0
- package/dist/assets/c11f19b06005bc320624fa44c8785aff.svg +1028 -0
- package/dist/assets/db5ebea034541d557ce613bb8fbaaa86.svg +1 -0
- package/dist/assets/e29f8463847bbccbe42f64812705f829.eot +0 -0
- package/es/assets/font/DINPro-Medium.otf +0 -0
- package/es/assets/images/403.png +0 -0
- package/es/assets/images/404.png +0 -0
- package/es/assets/images/Aliyun.jpg +0 -0
- package/es/assets/images/Aone.png +0 -0
- package/es/assets/images/Bitbucket.jpg +0 -0
- package/es/assets/images/CMD.jpg +0 -0
- package/es/assets/images/Check.png +0 -0
- package/es/assets/images/Codeup.png +0 -0
- package/es/assets/images/Coding.jpg +0 -0
- package/es/assets/images/Docker.jpg +0 -0
- package/es/assets/images/ECS.jpg +0 -0
- package/es/assets/images/Empty.jpg +0 -0
- package/es/assets/images/Gerrit.jpg +0 -0
- package/es/assets/images/Git.jpg +0 -0
- package/es/assets/images/GitSample.png +0 -0
- package/es/assets/images/GitTag.png +0 -0
- package/es/assets/images/Gitee.jpg +0 -0
- package/es/assets/images/Github.jpg +0 -0
- package/es/assets/images/Gitlab.jpg +0 -0
- package/es/assets/images/Golang.jpg +0 -0
- package/es/assets/images/Gradle.jpg +0 -0
- package/es/assets/images/History.png +0 -0
- package/es/assets/images/Java.jpg +0 -0
- package/es/assets/images/Jenkins.jpg +0 -0
- package/es/assets/images/Kubernetes.jpg +0 -0
- package/es/assets/images/Maven.jpg +0 -0
- package/es/assets/images/Merge.jpg +0 -0
- package/es/assets/images/Node.jpg +0 -0
- package/es/assets/images/OSS.jpg +0 -0
- package/es/assets/images/PHP.jpg +0 -0
- package/es/assets/images/Phpmetrics.jpg +0 -0
- package/es/assets/images/Pipeline.png +0 -0
- package/es/assets/images/Project.png +0 -0
- package/es/assets/images/Python.jpg +0 -0
- package/es/assets/images/React.png +0 -0
- package/es/assets/images/Search.png +0 -0
- package/es/assets/images/Star.png +0 -0
- package/es/assets/images/Subversion.jpg +0 -0
- package/es/assets/images/TbPipeline.png +0 -0
- package/es/assets/images/Typescript.jpg +0 -0
- package/es/assets/images/Verify.jpg +0 -0
- package/es/assets/images/android.png +0 -0
- package/es/assets/images/error.png +0 -0
- package/es/assets/images/favicon.ico +0 -0
- package/es/assets/images/favicon.png +0 -0
- package/es/assets/images/helm.png +0 -0
- package/es/assets/img-src/index.d.ts +54 -0
- package/es/assets/img-src/index.js +41 -0
- package/es/assets/img-src/roles.d.ts +6 -0
- package/es/assets/img-src/roles.js +5 -0
- package/es/assets/img-src/source.d.ts +18 -0
- package/es/assets/img-src/source.js +18 -0
- package/es/components/FullScreenDialog/index.d.ts +10 -0
- package/es/components/FullScreenDialog/index.js +51 -0
- package/es/components/FullScreenDialog/index.module.scss +32 -0
- package/es/components/InlineCode/index.d.ts +12 -0
- package/es/components/InlineCode/index.js +26 -0
- package/es/components/InlineCode/index.module.scss +11 -0
- package/es/components/PipelineFlowEdit/CodeEditor/GoTemplateEditor.d.ts +9 -0
- package/es/components/PipelineFlowEdit/CodeEditor/GoTemplateEditor.js +221 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Guide.d.ts +3 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Guide.js +118 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/Nav/index.d.ts +13 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/Nav/index.js +39 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/Nav/index.scss +38 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/Panel/index.d.ts +18 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/Panel/index.js +101 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/Panel/index.scss +102 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/Breadcrumb.d.ts +3 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/Breadcrumb.js +28 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/MdContent.d.ts +7 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/MdContent.js +94 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/Search.d.ts +16 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/Search.js +150 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/Welcome.d.ts +2 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/Welcome.js +93 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/index.d.ts +20 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/index.js +551 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/index.scss +11 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/search.scss +73 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/style.module.scss +135 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/utils.d.ts +2 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/utils.js +13 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Docs/welcome.module.scss +55 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Tasks/index.d.ts +3 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Tasks/index.js +189 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/components/Tasks/index.scss +67 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/getSyntaxDetail.d.ts +6 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/getSyntaxDetail.js +83 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/index.d.ts +10 -0
- package/es/components/PipelineFlowEdit/CodeEditor/Helper/index.js +99 -0
- package/es/components/PipelineFlowEdit/CodeEditor/PreviewVariables/index.d.ts +6 -0
- package/es/components/PipelineFlowEdit/CodeEditor/PreviewVariables/index.js +217 -0
- package/es/components/PipelineFlowEdit/CodeEditor/PreviewVariables/style.module.scss +7 -0
- package/es/components/PipelineFlowEdit/CodeEditor/ProblemsPanel/index.d.ts +16 -0
- package/es/components/PipelineFlowEdit/CodeEditor/ProblemsPanel/index.js +322 -0
- package/es/components/PipelineFlowEdit/CodeEditor/ProblemsPanel/index.scss +168 -0
- package/es/components/PipelineFlowEdit/CodeEditor/cursorTarget.d.ts +9 -0
- package/es/components/PipelineFlowEdit/CodeEditor/cursorTarget.js +185 -0
- package/es/components/PipelineFlowEdit/CodeEditor/hack.scss +9 -0
- package/es/components/PipelineFlowEdit/CodeEditor/index.d.ts +39 -0
- package/es/components/PipelineFlowEdit/CodeEditor/index.js +394 -0
- package/es/components/PipelineFlowEdit/CodeEditor/index.scss +97 -0
- package/es/components/PipelineFlowEdit/CodeEditor/types.d.ts +5 -0
- package/es/components/PipelineFlowEdit/CodeEditor/types.js +1 -0
- package/es/components/PipelineFlowEdit/CodeEditor/wasm_exec.js +601 -0
- package/es/components/PipelineFlowEdit/FlowDocument/DefService.d.ts +10 -0
- package/es/components/PipelineFlowEdit/FlowDocument/DefService.js +409 -0
- package/es/components/PipelineFlowEdit/FlowDocument/EditingDocument.d.ts +14 -0
- package/es/components/PipelineFlowEdit/FlowDocument/EditingDocument.js +151 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowDocument.d.ts +8 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowDocument.js +84 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowJobEntry.d.ts +21 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowJobEntry.js +388 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowJobs.d.ts +10 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowJobs.js +70 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowNodeBase.d.ts +17 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowNodeBase.js +86 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowSourceEntry.d.ts +170 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowSourceEntry.js +492 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowSources.d.ts +12 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowSources.js +82 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowStageEntry.d.ts +15 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowStageEntry.js +69 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowStages.d.ts +12 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowStages.js +84 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowStepEntry.d.ts +17 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowStepEntry.js +89 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowSteps.d.ts +10 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowSteps.js +73 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowVariableGroups.d.ts +17 -0
- package/es/components/PipelineFlowEdit/FlowDocument/FlowVariableGroups.js +73 -0
- package/es/components/PipelineFlowEdit/FlowDocument/cache.d.ts +8 -0
- package/es/components/PipelineFlowEdit/FlowDocument/cache.js +41 -0
- package/es/components/PipelineFlowEdit/FlowDocument/jsonSchema.d.ts +79 -0
- package/es/components/PipelineFlowEdit/FlowDocument/jsonSchema.js +1 -0
- package/es/components/PipelineFlowEdit/FlowDocument/types.d.ts +14 -0
- package/es/components/PipelineFlowEdit/FlowDocument/types.js +1 -0
- package/es/components/PipelineFlowEdit/IngredientsContext.d.ts +11 -0
- package/es/components/PipelineFlowEdit/IngredientsContext.js +2 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/ItemList/index.d.ts +16 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/ItemList/index.js +97 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/ItemList/style.module.scss +53 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/Job.d.ts +8 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/Job.js +122 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/JobCard/JobCard.d.ts +12 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/JobCard/JobCard.js +89 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/JobCard/style.module.scss +139 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/JobDrawer/index.d.ts +8 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/JobDrawer/index.js +62 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/JobDrawer/style.module.scss +36 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/PipelineSource/Source.d.ts +2 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/PipelineSource/Source.js +44 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/PipelineSource/Source.style.module.scss +3 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/PipelineSource/index.d.ts +2 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/PipelineSource/index.js +17 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/PipelineSource/sources/Codeup.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/PipelineSource/sources/Codeup.js +48 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/EmptySource.d.ts +2 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/EmptySource.js +25 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/EmptySource.module.scss +21 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/SourceWrapper.d.ts +2 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/SourceWrapper.js +7 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/SourceWrapper.module.scss +11 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/index.d.ts +12 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/index.js +52 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/SourceCard/style.module.scss +54 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/Step.d.ts +10 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/Step.js +66 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/StepsList.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/StepsList.js +139 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/TaskTpl.d.ts +2 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/TaskTpl.js +150 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/Template.d.ts +15 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/Template.js +73 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/UIEditor.d.ts +2 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/UIEditor.js +559 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/config.d.ts +3 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/config.js +81 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/AddMembers.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/AddMembers.js +180 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Checkbox.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Checkbox.js +14 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Input.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Input.js +35 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Links.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Links.js +22 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Number.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Number.js +30 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Password.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Password.js +32 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/RadioGroup.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/RadioGroup.js +62 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Select.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Select.js +195 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Select.module.scss +3 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Shell.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Shell.js +32 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Textarea.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Textarea.js +30 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Tip.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/Tip.js +16 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/common.d.ts +5 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/fields/common.js +1 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/viewPortRender.d.ts +2 -0
- package/es/components/PipelineFlowEdit/UIEditor-deprecated/viewPortRender.js +47 -0
- package/es/components/PipelineFlowEdit/_DetailDialog.d.ts +2 -0
- package/es/components/PipelineFlowEdit/_DetailDialog.js +9 -0
- package/es/components/PipelineFlowEdit/_hotkey.js +0 -0
- package/es/components/PipelineFlowEdit/const.d.ts +3 -0
- package/es/components/PipelineFlowEdit/const.js +3 -0
- package/es/components/PipelineFlowEdit/index.d.ts +21 -0
- package/es/components/PipelineFlowEdit/index.js +254 -0
- package/es/components/PipelineFlowEdit/types.d.ts +28 -0
- package/es/components/PipelineFlowEdit/types.js +6 -0
- package/es/components/PipelineFlowEdit/utils.d.ts +7 -0
- package/es/components/PipelineFlowEdit/utils.js +62 -0
- package/es/components/PipelineGraph/AnimatedContainer.d.ts +5 -0
- package/es/components/PipelineGraph/AnimatedContainer.js +28 -0
- package/es/components/PipelineGraph/AnimatedContainer.scss +12 -0
- package/es/components/PipelineGraph/Guide.d.ts +3 -0
- package/es/components/PipelineGraph/Guide.js +133 -0
- package/es/components/PipelineGraph/PipelineBoard.d.ts +10 -0
- package/es/components/PipelineGraph/PipelineBoard.js +153 -0
- package/es/components/PipelineGraph/PipelineCanvas.d.ts +69 -0
- package/es/components/PipelineGraph/PipelineCanvas.js +544 -0
- package/es/components/PipelineGraph/PipelineCanvas.scss +114 -0
- package/es/components/PipelineGraph/PipelineDAG.d.ts +53 -0
- package/es/components/PipelineGraph/PipelineDAG.js +174 -0
- package/es/components/PipelineGraph/PipelineJobs.d.ts +7 -0
- package/es/components/PipelineGraph/PipelineJobs.js +310 -0
- package/es/components/PipelineGraph/PipelineJobs.module.scss +16 -0
- package/es/components/PipelineGraph/PipelineRunGraph.d.ts +68 -0
- package/es/components/PipelineGraph/PipelineRunGraph.js +341 -0
- package/es/components/PipelineGraph/Rect.d.ts +29 -0
- package/es/components/PipelineGraph/Rect.js +91 -0
- package/es/components/PipelineGraph/StageHeader.d.ts +13 -0
- package/es/components/PipelineGraph/StageHeader.js +44 -0
- package/es/components/PipelineGraph/ViewPortCanvas.d.ts +8 -0
- package/es/components/PipelineGraph/ViewPortCanvas.js +132 -0
- package/es/components/PipelineGraph/ViewPortStatusBar.d.ts +12 -0
- package/es/components/PipelineGraph/ViewPortStatusBar.js +129 -0
- package/es/components/PipelineGraph/createProjection.d.ts +7 -0
- package/es/components/PipelineGraph/createProjection.js +49 -0
- package/es/components/PipelineGraph/getCanvasContentRect.d.ts +7 -0
- package/es/components/PipelineGraph/getCanvasContentRect.js +58 -0
- package/es/components/PipelineGraph/hack.scss +6 -0
- package/es/components/PipelineGraph/sizes.d.ts +10 -0
- package/es/components/PipelineGraph/sizes.js +11 -0
- package/es/components/PipelineGraph/transformOldPipelineRun.d.ts +3 -0
- package/es/components/PipelineGraph/transformOldPipelineRun.js +42 -0
- package/es/components/PipelineGraph/utils.d.ts +3 -0
- package/es/components/PipelineGraph/utils.js +16 -0
- package/es/components/RangeDatePicker/index.d.ts +12 -0
- package/es/components/RangeDatePicker/index.js +170 -0
- package/es/components/RangeDatePicker/index.module.scss +7 -0
- package/es/components/SVG/CardCheckSVG/index.d.ts +5 -0
- package/es/components/SVG/CardCheckSVG/index.js +22 -0
- package/es/components/SelectPipeline/index.d.ts +7 -0
- package/es/components/SelectPipeline/index.js +98 -0
- package/es/components/SelectPipeline/index.module.scss +17 -0
- package/es/components/SyntaxHighlighter/index.d.ts +5 -0
- package/es/components/SyntaxHighlighter/index.js +20 -0
- package/es/components/Tooltip/index.js +169 -0
- package/es/components/Tooltip/index.module.scss +60 -0
- package/es/components/common/at-design.scss +288 -0
- package/es/components/common/at-dialog-nav-scroll.scss +53 -0
- package/es/components/common/at-dialog-nav.scss +45 -0
- package/es/components/common/index.scss +8 -0
- package/es/components/common/teambition/ErrorBoundaryCommon/index.d.ts +15 -0
- package/es/components/common/teambition/ErrorBoundaryCommon/index.js +69 -0
- package/es/components/common/teambition/ErrorBoundaryCommon/style.module.scss +8 -0
- package/es/components/common/teambition/avatar/index.d.ts +12 -0
- package/es/components/common/teambition/avatar/index.js +146 -0
- package/es/components/common/teambition/avatar/index.scss +27 -0
- package/es/components/common/teambition/bem.scss +46 -0
- package/es/components/common/teambition/change-info-dialog/index.d.ts +4 -0
- package/es/components/common/teambition/change-info-dialog/index.js +152 -0
- package/es/components/common/teambition/change-info-dialog/index.scss +19 -0
- package/es/components/common/teambition/click-button/index.d.ts +3 -0
- package/es/components/common/teambition/click-button/index.js +43 -0
- package/es/components/common/teambition/custom-tab/index.d.ts +4 -0
- package/es/components/common/teambition/custom-tab/index.js +55 -0
- package/es/components/common/teambition/custom-tab/index.scss +26 -0
- package/es/components/common/teambition/deploy-group-dialog/add-host/index.d.ts +3 -0
- package/es/components/common/teambition/deploy-group-dialog/add-host/index.js +994 -0
- package/es/components/common/teambition/deploy-group-dialog/add-host/index.scss +128 -0
- package/es/components/common/teambition/deploy-group-dialog/config.d.ts +57 -0
- package/es/components/common/teambition/deploy-group-dialog/config.js +71 -0
- package/es/components/common/teambition/deploy-group-dialog/edit-host-group/index.d.ts +15 -0
- package/es/components/common/teambition/deploy-group-dialog/edit-host-group/index.js +292 -0
- package/es/components/common/teambition/deploy-group-dialog/edit-host-group/index.scss +29 -0
- package/es/components/common/teambition/deploy-group-dialog/host-info/index.d.ts +13 -0
- package/es/components/common/teambition/deploy-group-dialog/host-info/index.js +122 -0
- package/es/components/common/teambition/deploy-group-dialog/host-info/index.scss +21 -0
- package/es/components/common/teambition/deploy-group-dialog/host-list/index.d.ts +3 -0
- package/es/components/common/teambition/deploy-group-dialog/host-list/index.js +61 -0
- package/es/components/common/teambition/deploy-group-dialog/host-list/index.scss +13 -0
- package/es/components/common/teambition/deploy-group-dialog/host-table/index.d.ts +3 -0
- package/es/components/common/teambition/deploy-group-dialog/host-table/index.js +261 -0
- package/es/components/common/teambition/deploy-group-dialog/host-table/index.scss +42 -0
- package/es/components/common/teambition/deploy-group-dialog/host-type/index.d.ts +3 -0
- package/es/components/common/teambition/deploy-group-dialog/host-type/index.js +205 -0
- package/es/components/common/teambition/deploy-group-dialog/host-type/index.scss +109 -0
- package/es/components/common/teambition/deploy-group-dialog/index.d.ts +6 -0
- package/es/components/common/teambition/deploy-group-dialog/index.js +1225 -0
- package/es/components/common/teambition/deploy-group-dialog/index.scss +33 -0
- package/es/components/common/teambition/deploy-group-dialog/store/index.d.ts +3 -0
- package/es/components/common/teambition/deploy-group-dialog/store/index.js +243 -0
- package/es/components/common/teambition/docs/index.d.ts +5 -0
- package/es/components/common/teambition/docs/index.js +45 -0
- package/es/components/common/teambition/duration/index.d.ts +12 -0
- package/es/components/common/teambition/duration/index.js +105 -0
- package/es/components/common/teambition/editable-label/index.d.ts +10 -0
- package/es/components/common/teambition/editable-label/index.js +86 -0
- package/es/components/common/teambition/editable-label/index.scss +34 -0
- package/es/components/common/teambition/empty/index.d.ts +6 -0
- package/es/components/common/teambition/empty/index.js +21 -0
- package/es/components/common/teambition/empty/index.scss +19 -0
- package/es/components/common/teambition/flow/error-hint/index.d.ts +4 -0
- package/es/components/common/teambition/flow/error-hint/index.js +46 -0
- package/es/components/common/teambition/flow/error-hint/index.scss +112 -0
- package/es/components/common/teambition/flow/index.d.ts +4 -0
- package/es/components/common/teambition/flow/index.js +545 -0
- package/es/components/common/teambition/flow/index.scss +13 -0
- package/es/components/common/teambition/flow-engine/AdvancedSetting.d.ts +10 -0
- package/es/components/common/teambition/flow-engine/AdvancedSetting.js +137 -0
- package/es/components/common/teambition/flow-engine/DebouncedInput.d.ts +3 -0
- package/es/components/common/teambition/flow-engine/DebouncedInput.js +23 -0
- package/es/components/common/teambition/flow-engine/config.d.ts +4 -0
- package/es/components/common/teambition/flow-engine/config.js +106 -0
- package/es/components/common/teambition/flow-engine/dialogs/addServiceConnection.d.ts +16 -0
- package/es/components/common/teambition/flow-engine/dialogs/addServiceConnection.js +233 -0
- package/es/components/common/teambition/flow-engine/dialogs/asm-connection/index.d.ts +12 -0
- package/es/components/common/teambition/flow-engine/dialogs/asm-connection/index.js +179 -0
- package/es/components/common/teambition/flow-engine/dialogs/asm-connection/index.scss +42 -0
- package/es/components/common/teambition/flow-engine/dialogs/asm-connection/types/custom.d.ts +6 -0
- package/es/components/common/teambition/flow-engine/dialogs/asm-connection/types/custom.js +78 -0
- package/es/components/common/teambition/flow-engine/dialogs/asm-connection/types/index.d.ts +16 -0
- package/es/components/common/teambition/flow-engine/dialogs/asm-connection/types/index.js +54 -0
- package/es/components/common/teambition/flow-engine/dialogs/black.d.ts +7 -0
- package/es/components/common/teambition/flow-engine/dialogs/black.js +29 -0
- package/es/components/common/teambition/flow-engine/dialogs/createAcrRepository/index.d.ts +3 -0
- package/es/components/common/teambition/flow-engine/dialogs/createAcrRepository/index.js +175 -0
- package/es/components/common/teambition/flow-engine/dialogs/createJenkinsCredential/index.d.ts +4 -0
- package/es/components/common/teambition/flow-engine/dialogs/createJenkinsCredential/index.js +179 -0
- package/es/components/common/teambition/flow-engine/dialogs/createJenkinsCredential/index.scss +32 -0
- package/es/components/common/teambition/flow-engine/dialogs/dialog.d.ts +8 -0
- package/es/components/common/teambition/flow-engine/dialogs/dialog.js +59 -0
- package/es/components/common/teambition/flow-engine/dialogs/emas-app/index.d.ts +18 -0
- package/es/components/common/teambition/flow-engine/dialogs/emas-app/index.js +377 -0
- package/es/components/common/teambition/flow-engine/dialogs/emas-app/index.scss +26 -0
- package/es/components/common/teambition/flow-engine/dialogs/emas-product/index.d.ts +9 -0
- package/es/components/common/teambition/flow-engine/dialogs/emas-product/index.js +116 -0
- package/es/components/common/teambition/flow-engine/dialogs/index.d.ts +5 -0
- package/es/components/common/teambition/flow-engine/dialogs/index.js +25 -0
- package/es/components/common/teambition/flow-engine/dialogs/index.scss +40 -0
- package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/index.d.ts +29 -0
- package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/index.js +421 -0
- package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/index.scss +64 -0
- package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/types/ack.d.ts +8 -0
- package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/types/ack.js +240 -0
- package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/types/custom.d.ts +8 -0
- package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/types/custom.js +143 -0
- package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/types/index.d.ts +35 -0
- package/es/components/common/teambition/flow-engine/dialogs/kubeconfig-connection/types/index.js +113 -0
- package/es/components/common/teambition/flow-engine/dialogs/shell-magnifying/index.d.ts +4 -0
- package/es/components/common/teambition/flow-engine/dialogs/shell-magnifying/index.js +40 -0
- package/es/components/common/teambition/flow-engine/dialogs/shell-magnifying/index.scss +13 -0
- package/es/components/common/teambition/flow-engine/fetch.d.ts +10 -0
- package/es/components/common/teambition/flow-engine/fetch.js +145 -0
- package/es/components/common/teambition/flow-engine/fields/AddMembers.d.ts +12 -0
- package/es/components/common/teambition/flow-engine/fields/AddMembers.js +164 -0
- package/es/components/common/teambition/flow-engine/fields/appstackImage.d.ts +3 -0
- package/es/components/common/teambition/flow-engine/fields/appstackImage.js +386 -0
- package/es/components/common/teambition/flow-engine/fields/appstackImage.scss +75 -0
- package/es/components/common/teambition/flow-engine/fields/base.d.ts +16 -0
- package/es/components/common/teambition/flow-engine/fields/base.js +61 -0
- package/es/components/common/teambition/flow-engine/fields/build-setting/index.d.ts +15 -0
- package/es/components/common/teambition/flow-engine/fields/build-setting/index.js +75 -0
- package/es/components/common/teambition/flow-engine/fields/checkbox.d.ts +5 -0
- package/es/components/common/teambition/flow-engine/fields/checkbox.js +20 -0
- package/es/components/common/teambition/flow-engine/fields/customVariable.d.ts +3 -0
- package/es/components/common/teambition/flow-engine/fields/customVariable.js +408 -0
- package/es/components/common/teambition/flow-engine/fields/customVariable.scss +95 -0
- package/es/components/common/teambition/flow-engine/fields/dropdown.d.ts +61 -0
- package/es/components/common/teambition/flow-engine/fields/dropdown.js +1093 -0
- package/es/components/common/teambition/flow-engine/fields/field_common.scss +93 -0
- package/es/components/common/teambition/flow-engine/fields/index.scss +115 -0
- package/es/components/common/teambition/flow-engine/fields/input.d.ts +10 -0
- package/es/components/common/teambition/flow-engine/fields/input.js +166 -0
- package/es/components/common/teambition/flow-engine/fields/inputList.d.ts +10 -0
- package/es/components/common/teambition/flow-engine/fields/inputList.js +79 -0
- package/es/components/common/teambition/flow-engine/fields/inputList.scss +21 -0
- package/es/components/common/teambition/flow-engine/fields/links.d.ts +5 -0
- package/es/components/common/teambition/flow-engine/fields/links.js +22 -0
- package/es/components/common/teambition/flow-engine/fields/machineGroupSelect.d.ts +25 -0
- package/es/components/common/teambition/flow-engine/fields/machineGroupSelect.js +657 -0
- package/es/components/common/teambition/flow-engine/fields/machineGroupSelect.scss +55 -0
- package/es/components/common/teambition/flow-engine/fields/machineGroupSelectNew.d.ts +32 -0
- package/es/components/common/teambition/flow-engine/fields/machineGroupSelectNew.js +475 -0
- package/es/components/common/teambition/flow-engine/fields/machineGroupSelectNew.scss +33 -0
- package/es/components/common/teambition/flow-engine/fields/mavenSettingSelector.d.ts +4 -0
- package/es/components/common/teambition/flow-engine/fields/mavenSettingSelector.js +141 -0
- package/es/components/common/teambition/flow-engine/fields/mavenSettingSelector.scss +11 -0
- package/es/components/common/teambition/flow-engine/fields/member.scss +7 -0
- package/es/components/common/teambition/flow-engine/fields/multiKeyValue/index.d.ts +9 -0
- package/es/components/common/teambition/flow-engine/fields/multiKeyValue/index.js +104 -0
- package/es/components/common/teambition/flow-engine/fields/multiKeyValue/index.scss +17 -0
- package/es/components/common/teambition/flow-engine/fields/multiUpstream.d.ts +19 -0
- package/es/components/common/teambition/flow-engine/fields/multiUpstream.js +396 -0
- package/es/components/common/teambition/flow-engine/fields/multiUpstream.scss +67 -0
- package/es/components/common/teambition/flow-engine/fields/none.d.ts +5 -0
- package/es/components/common/teambition/flow-engine/fields/none.js +18 -0
- package/es/components/common/teambition/flow-engine/fields/packagesConnection.d.ts +10 -0
- package/es/components/common/teambition/flow-engine/fields/packagesConnection.js +330 -0
- package/es/components/common/teambition/flow-engine/fields/packagesConnection.scss +31 -0
- package/es/components/common/teambition/flow-engine/fields/password.d.ts +6 -0
- package/es/components/common/teambition/flow-engine/fields/password.js +25 -0
- package/es/components/common/teambition/flow-engine/fields/radioGroup.d.ts +15 -0
- package/es/components/common/teambition/flow-engine/fields/radioGroup.js +180 -0
- package/es/components/common/teambition/flow-engine/fields/radioGroup.scss +3 -0
- package/es/components/common/teambition/flow-engine/fields/readline.d.ts +13 -0
- package/es/components/common/teambition/flow-engine/fields/readline.js +296 -0
- package/es/components/common/teambition/flow-engine/fields/redline.scss +69 -0
- package/es/components/common/teambition/flow-engine/fields/sourceSelect.d.ts +3 -0
- package/es/components/common/teambition/flow-engine/fields/sourceSelect.js +54 -0
- package/es/components/common/teambition/flow-engine/fields/sourcesSelect.d.ts +3 -0
- package/es/components/common/teambition/flow-engine/fields/sourcesSelect.js +69 -0
- package/es/components/common/teambition/flow-engine/fields/step.d.ts +20 -0
- package/es/components/common/teambition/flow-engine/fields/step.js +456 -0
- package/es/components/common/teambition/flow-engine/fields/step.scss +31 -0
- package/es/components/common/teambition/flow-engine/fields/steps.d.ts +17 -0
- package/es/components/common/teambition/flow-engine/fields/steps.js +719 -0
- package/es/components/common/teambition/flow-engine/fields/text_label.d.ts +5 -0
- package/es/components/common/teambition/flow-engine/fields/text_label.js +16 -0
- package/es/components/common/teambition/flow-engine/fields/tip.d.ts +6 -0
- package/es/components/common/teambition/flow-engine/fields/tip.js +39 -0
- package/es/components/common/teambition/flow-engine/fields/upstream.d.ts +12 -0
- package/es/components/common/teambition/flow-engine/fields/upstream.js +169 -0
- package/es/components/common/teambition/flow-engine/fields/upstreamSourcesUtils.d.ts +11 -0
- package/es/components/common/teambition/flow-engine/fields/upstreamSourcesUtils.js +144 -0
- package/es/components/common/teambition/flow-engine/globalContext.d.ts +5 -0
- package/es/components/common/teambition/flow-engine/globalContext.js +7 -0
- package/es/components/common/teambition/flow-engine/index.scss +190 -0
- package/es/components/common/teambition/flow-engine/job.d.ts +26 -0
- package/es/components/common/teambition/flow-engine/job.js +567 -0
- package/es/components/common/teambition/flow-engine/jobInitializer.d.ts +15 -0
- package/es/components/common/teambition/flow-engine/jobInitializer.js +64 -0
- package/es/components/common/teambition/flow-engine/plugins.d.ts +10 -0
- package/es/components/common/teambition/flow-engine/plugins.js +324 -0
- package/es/components/common/teambition/flow-engine/rules.d.ts +5 -0
- package/es/components/common/teambition/flow-engine/rules.js +633 -0
- package/es/components/common/teambition/flow-engine/template.d.ts +35 -0
- package/es/components/common/teambition/flow-engine/template.js +617 -0
- package/es/components/common/teambition/flow-engine/toolbars/index.d.ts +8 -0
- package/es/components/common/teambition/flow-engine/toolbars/index.js +32 -0
- package/es/components/common/teambition/flow-engine/toolbars/shortcutAcrCreate.d.ts +10 -0
- package/es/components/common/teambition/flow-engine/toolbars/shortcutAcrCreate.js +356 -0
- package/es/components/common/teambition/flow-group/index.d.ts +39 -0
- package/es/components/common/teambition/flow-group/index.js +201 -0
- package/es/components/common/teambition/flow-group/index.scss +136 -0
- package/es/components/common/teambition/flow-job-btn/app-deploy-order/index.d.ts +9 -0
- package/es/components/common/teambition/flow-job-btn/app-deploy-order/index.js +177 -0
- package/es/components/common/teambition/flow-job-btn/app-deploy-order/index.scss +12 -0
- package/es/components/common/teambition/flow-job-btn/aui-test-summary/index.d.ts +16 -0
- package/es/components/common/teambition/flow-job-btn/aui-test-summary/index.js +80 -0
- package/es/components/common/teambition/flow-job-btn/aui-test-summary/index.scss +180 -0
- package/es/components/common/teambition/flow-job-btn/batch-conflict-merge-btn/index.d.ts +11 -0
- package/es/components/common/teambition/flow-job-btn/batch-conflict-merge-btn/index.js +178 -0
- package/es/components/common/teambition/flow-job-btn/batch-conflict-merge-btn/index.scss +20 -0
- package/es/components/common/teambition/flow-job-btn/cardsMap.d.ts +13 -0
- package/es/components/common/teambition/flow-job-btn/cardsMap.js +215 -0
- package/es/components/common/teambition/flow-job-btn/change-info-btn/index.d.ts +6 -0
- package/es/components/common/teambition/flow-job-btn/change-info-btn/index.js +48 -0
- package/es/components/common/teambition/flow-job-btn/conflict-merge-btn/index.d.ts +12 -0
- package/es/components/common/teambition/flow-job-btn/conflict-merge-btn/index.js +151 -0
- package/es/components/common/teambition/flow-job-btn/conflict-merge-btn/index.scss +20 -0
- package/es/components/common/teambition/flow-job-btn/debug-button/index.d.ts +15 -0
- package/es/components/common/teambition/flow-job-btn/debug-button/index.js +142 -0
- package/es/components/common/teambition/flow-job-btn/debug-button/index.scss +27 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/deployChannel.d.ts +3 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/deployChannel.js +3 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/deployOrderDetail.d.ts +4 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/deployOrderDetail.js +700 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/deployOrderLogDialog.d.ts +4 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/deployOrderLogDialog.js +218 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/deployOrderLogs.d.ts +4 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/deployOrderLogs.js +296 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/index.d.ts +12 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/index.js +45 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/index.scss +286 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/machineStatus.d.ts +8 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/machineStatus.js +8 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/orderStatus.d.ts +6 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/orderStatus.js +6 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/pauseStrategy.d.ts +3 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/pauseStrategy.js +3 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/utils.d.ts +20 -0
- package/es/components/common/teambition/flow-job-btn/deploy-order/utils.js +158 -0
- package/es/components/common/teambition/flow-job-btn/emas-artifact/index.d.ts +7 -0
- package/es/components/common/teambition/flow-job-btn/emas-artifact/index.js +77 -0
- package/es/components/common/teambition/flow-job-btn/emas-artifact/index.scss +4 -0
- package/es/components/common/teambition/flow-job-btn/execute-button/index.d.ts +24 -0
- package/es/components/common/teambition/flow-job-btn/execute-button/index.js +176 -0
- package/es/components/common/teambition/flow-job-btn/index.d.ts +12 -0
- package/es/components/common/teambition/flow-job-btn/index.js +207 -0
- package/es/components/common/teambition/flow-job-btn/istio-conflict-merge-btn/index.d.ts +12 -0
- package/es/components/common/teambition/flow-job-btn/istio-conflict-merge-btn/index.js +193 -0
- package/es/components/common/teambition/flow-job-btn/istio-conflict-merge-btn/index.scss +20 -0
- package/es/components/common/teambition/flow-job-btn/link/index.d.ts +11 -0
- package/es/components/common/teambition/flow-job-btn/link/index.js +29 -0
- package/es/components/common/teambition/flow-job-btn/link-with-qrcode/index.d.ts +7 -0
- package/es/components/common/teambition/flow-job-btn/link-with-qrcode/index.js +25 -0
- package/es/components/common/teambition/flow-job-btn/log-btn/AI.d.ts +9 -0
- package/es/components/common/teambition/flow-job-btn/log-btn/AI.js +339 -0
- package/es/components/common/teambition/flow-job-btn/log-btn/ai.module.scss +182 -0
- package/es/components/common/teambition/flow-job-btn/log-btn/ai.scss +153 -0
- package/es/components/common/teambition/flow-job-btn/log-btn/aiFeedback.d.ts +4 -0
- package/es/components/common/teambition/flow-job-btn/log-btn/aiFeedback.js +149 -0
- package/es/components/common/teambition/flow-job-btn/log-btn/aiFeedback.scss +61 -0
- package/es/components/common/teambition/flow-job-btn/log-btn/index.d.ts +17 -0
- package/es/components/common/teambition/flow-job-btn/log-btn/index.js +598 -0
- package/es/components/common/teambition/flow-job-btn/log-btn/index.scss +231 -0
- package/es/components/common/teambition/flow-job-btn/none/index.d.ts +11 -0
- package/es/components/common/teambition/flow-job-btn/none/index.js +24 -0
- package/es/components/common/teambition/flow-job-btn/package-download/index.d.ts +9 -0
- package/es/components/common/teambition/flow-job-btn/package-download/index.js +91 -0
- package/es/components/common/teambition/flow-job-btn/package-download/index.scss +48 -0
- package/es/components/common/teambition/flow-job-btn/package-link/index.d.ts +8 -0
- package/es/components/common/teambition/flow-job-btn/package-link/index.js +54 -0
- package/es/components/common/teambition/flow-job-btn/package-link/index.scss +0 -0
- package/es/components/common/teambition/flow-job-btn/release-branch/index.d.ts +6 -0
- package/es/components/common/teambition/flow-job-btn/release-branch/index.js +78 -0
- package/es/components/common/teambition/flow-job-btn/release-order/index.d.ts +12 -0
- package/es/components/common/teambition/flow-job-btn/release-order/index.js +49 -0
- package/es/components/common/teambition/flow-job-btn/release-order/index.scss +11 -0
- package/es/components/common/teambition/flow-job-btn/replaceHost.d.ts +1 -0
- package/es/components/common/teambition/flow-job-btn/replaceHost.js +7 -0
- package/es/components/common/teambition/flow-job-btn/stat-info-s-common/RememberConfirm.d.ts +5 -0
- package/es/components/common/teambition/flow-job-btn/stat-info-s-common/RememberConfirm.js +152 -0
- package/es/components/common/teambition/flow-job-btn/stat-info-s-common/common.d.ts +12 -0
- package/es/components/common/teambition/flow-job-btn/stat-info-s-common/common.js +70 -0
- package/es/components/common/teambition/flow-job-btn/state-info/index.d.ts +11 -0
- package/es/components/common/teambition/flow-job-btn/state-info/index.js +715 -0
- package/es/components/common/teambition/flow-job-btn/state-info/index.scss +78 -0
- package/es/components/common/teambition/flow-job-btn/state-info-with-redline/index.d.ts +11 -0
- package/es/components/common/teambition/flow-job-btn/state-info-with-redline/index.js +621 -0
- package/es/components/common/teambition/flow-job-btn/state-info-with-redline/index.scss +61 -0
- package/es/components/common/teambition/flow-job-btn/state-info-with-redline-new/index.d.ts +14 -0
- package/es/components/common/teambition/flow-job-btn/state-info-with-redline-new/index.js +706 -0
- package/es/components/common/teambition/flow-job-btn/state-info-with-redline-new/index.scss +99 -0
- package/es/components/common/teambition/flow-job-btn/summary-info/index.d.ts +12 -0
- package/es/components/common/teambition/flow-job-btn/summary-info/index.js +38 -0
- package/es/components/common/teambition/flow-job-btn/summary-info/index.scss +9 -0
- package/es/components/common/teambition/flow-job-btn/view/index.d.ts +11 -0
- package/es/components/common/teambition/flow-job-btn/view/index.js +27 -0
- package/es/components/common/teambition/flow-job-edit-menu/index.d.ts +24 -0
- package/es/components/common/teambition/flow-job-edit-menu/index.js +155 -0
- package/es/components/common/teambition/flow-job-edit-menu/index.scss +40 -0
- package/es/components/common/teambition/flow-job-new/FlowJobGraphNode.d.ts +22 -0
- package/es/components/common/teambition/flow-job-new/FlowJobGraphNode.js +52 -0
- package/es/components/common/teambition/flow-job-new/FlowJobGraphNode.module.scss +7 -0
- package/es/components/common/teambition/flow-job-new/avatar-group/index.d.ts +6 -0
- package/es/components/common/teambition/flow-job-new/avatar-group/index.js +57 -0
- package/es/components/common/teambition/flow-job-new/avatar-group/index.scss +59 -0
- package/es/components/common/teambition/flow-job-new/cardInner.module.scss +183 -0
- package/es/components/common/teambition/flow-job-new/componentDisplayText.d.ts +2 -0
- package/es/components/common/teambition/flow-job-new/componentDisplayText.js +36 -0
- package/es/components/common/teambition/flow-job-new/hack.module.scss +50 -0
- package/es/components/common/teambition/flow-job-new/index.d.ts +28 -0
- package/es/components/common/teambition/flow-job-new/index.js +732 -0
- package/es/components/common/teambition/flow-job-new/index.scss +37 -0
- package/es/components/common/teambition/flow-job-new/style.module.scss +145 -0
- package/es/components/common/teambition/flow-job-new/themes/card.scss +195 -0
- package/es/components/common/teambition/flow-job-new/useScroll.d.ts +2 -0
- package/es/components/common/teambition/flow-job-new/useScroll.js +16 -0
- package/es/components/common/teambition/flow-job-new/utils/index.d.ts +2 -0
- package/es/components/common/teambition/flow-job-new/utils/index.js +109 -0
- package/es/components/common/teambition/flow-job-runtime-menu/index.d.ts +16 -0
- package/es/components/common/teambition/flow-job-runtime-menu/index.js +89 -0
- package/es/components/common/teambition/flow-job-runtime-menu/index.scss +51 -0
- package/es/components/common/teambition/flow-new/error-hint/index.d.ts +4 -0
- package/es/components/common/teambition/flow-new/error-hint/index.js +46 -0
- package/es/components/common/teambition/flow-new/error-hint/index.scss +112 -0
- package/es/components/common/teambition/flow-new/flow.d.ts +3 -0
- package/es/components/common/teambition/flow-new/flow.js +48 -0
- package/es/components/common/teambition/flow-new/index.d.ts +10 -0
- package/es/components/common/teambition/flow-new/index.js +60 -0
- package/es/components/common/teambition/flow-stage/index.d.ts +25 -0
- package/es/components/common/teambition/flow-stage/index.js +90 -0
- package/es/components/common/teambition/flow-stage/index.scss +117 -0
- package/es/components/common/teambition/flow-stage-new/index.d.ts +23 -0
- package/es/components/common/teambition/flow-stage-new/index.js +76 -0
- package/es/components/common/teambition/flow-stage-new/index.scss +53 -0
- package/es/components/common/teambition/form-error-tooltip/index.d.ts +5 -0
- package/es/components/common/teambition/form-error-tooltip/index.js +25 -0
- package/es/components/common/teambition/globalParams/index.d.ts +21 -0
- package/es/components/common/teambition/globalParams/index.js +351 -0
- package/es/components/common/teambition/globalParams/index.scss +98 -0
- package/es/components/common/teambition/group-status/index.d.ts +7 -0
- package/es/components/common/teambition/group-status/index.js +83 -0
- package/es/components/common/teambition/group-status/index.scss +107 -0
- package/es/components/common/teambition/guide-hint/index.d.ts +4 -0
- package/es/components/common/teambition/guide-hint/index.js +55 -0
- package/es/components/common/teambition/guide-hint/index.scss +103 -0
- package/es/components/common/teambition/help-link/index.d.ts +3 -0
- package/es/components/common/teambition/help-link/index.js +28 -0
- package/es/components/common/teambition/help-link/index.scss +7 -0
- package/es/components/common/teambition/icon-font/index.d.ts +17 -0
- package/es/components/common/teambition/icon-font/index.js +81 -0
- package/es/components/common/teambition/icon-image/index.d.ts +12 -0
- package/es/components/common/teambition/icon-image/index.js +28 -0
- package/es/components/common/teambition/index.scss +331 -0
- package/es/components/common/teambition/input-placeholder-tip/index.d.ts +5 -0
- package/es/components/common/teambition/input-placeholder-tip/index.js +38 -0
- package/es/components/common/teambition/input-placeholder-tip/index.scss +7 -0
- package/es/components/common/teambition/instance-flow/index.d.ts +11 -0
- package/es/components/common/teambition/instance-flow/index.js +54 -0
- package/es/components/common/teambition/instance-flow/index.scss +1 -0
- package/es/components/common/teambition/instance-releases/index.d.ts +7 -0
- package/es/components/common/teambition/instance-releases/index.js +50 -0
- package/es/components/common/teambition/instance-releases/index.scss +52 -0
- package/es/components/common/teambition/instance-sources/index.d.ts +12 -0
- package/es/components/common/teambition/instance-sources/index.js +252 -0
- package/es/components/common/teambition/instance-sources/index.scss +143 -0
- package/es/components/common/teambition/instance-status/index.d.ts +10 -0
- package/es/components/common/teambition/instance-status/index.js +35 -0
- package/es/components/common/teambition/instance-status/index.scss +36 -0
- package/es/components/common/teambition/instance-status-icon/index.d.ts +91 -0
- package/es/components/common/teambition/instance-status-icon/index.js +239 -0
- package/es/components/common/teambition/instance-status-icon/index.scss +92 -0
- package/es/components/common/teambition/instance-trigger-info/index.d.ts +8 -0
- package/es/components/common/teambition/instance-trigger-info/index.js +278 -0
- package/es/components/common/teambition/instance-trigger-info/index.scss +109 -0
- package/es/components/common/teambition/instance-trigger-mode/index.d.ts +4 -0
- package/es/components/common/teambition/instance-trigger-mode/index.js +42 -0
- package/es/components/common/teambition/manage-nav-bar/index.d.ts +15 -0
- package/es/components/common/teambition/manage-nav-bar/index.js +99 -0
- package/es/components/common/teambition/manage-nav-bar/index.scss +104 -0
- package/es/components/common/teambition/menu-wrapper/index.d.ts +15 -0
- package/es/components/common/teambition/menu-wrapper/index.js +126 -0
- package/es/components/common/teambition/menu-wrapper/index.scss +65 -0
- package/es/components/common/teambition/message/index.d.ts +8 -0
- package/es/components/common/teambition/message/index.js +31 -0
- package/es/components/common/teambition/message/index.scss +43 -0
- package/es/components/common/teambition/message-page/index.d.ts +14 -0
- package/es/components/common/teambition/message-page/index.js +34 -0
- package/es/components/common/teambition/message-page/index.scss +16 -0
- package/es/components/common/teambition/operation-panel/index.d.ts +4 -0
- package/es/components/common/teambition/operation-panel/index.js +43 -0
- package/es/components/common/teambition/operation-panel/index.scss +33 -0
- package/es/components/common/teambition/pipeline-configuration/index.d.ts +3 -0
- package/es/components/common/teambition/pipeline-configuration/index.js +482 -0
- package/es/components/common/teambition/pipeline-configuration/index.scss +136 -0
- package/es/components/common/teambition/pipeline-configuration/utils.d.ts +546 -0
- package/es/components/common/teambition/pipeline-configuration/utils.js +1195 -0
- package/es/components/common/teambition/pipeline-flow-dialog/appstack-wrap.d.ts +11 -0
- package/es/components/common/teambition/pipeline-flow-dialog/appstack-wrap.js +50 -0
- package/es/components/common/teambition/pipeline-flow-dialog/index.d.ts +120 -0
- package/es/components/common/teambition/pipeline-flow-dialog/index.js +2612 -0
- package/es/components/common/teambition/pipeline-flow-dialog/index.scss +111 -0
- package/es/components/common/teambition/pipeline-flow-dialog/type.d.ts +14 -0
- package/es/components/common/teambition/pipeline-flow-dialog/utils.d.ts +18 -0
- package/es/components/common/teambition/pipeline-flow-dialog/utils.js +167 -0
- package/es/components/common/teambition/pipeline-flow-dialog/validate.d.ts +11 -0
- package/es/components/common/teambition/pipeline-flow-dialog/validate.js +43 -0
- package/es/components/common/teambition/pipeline-flow-info/flow-info/index.d.ts +3 -0
- package/es/components/common/teambition/pipeline-flow-info/flow-info/index.js +346 -0
- package/es/components/common/teambition/pipeline-flow-info/index.d.ts +11 -0
- package/es/components/common/teambition/pipeline-flow-info/index.js +60 -0
- package/es/components/common/teambition/pipeline-flow-info/index.scss +0 -0
- package/es/components/common/teambition/pipeline-flow-info/member-info/index.d.ts +3 -0
- package/es/components/common/teambition/pipeline-flow-info/member-info/index.js +70 -0
- package/es/components/common/teambition/pipeline-flow-info/member-info/index.scss +48 -0
- package/es/components/common/teambition/pipeline-flow-info/member-info/member-table.d.ts +4 -0
- package/es/components/common/teambition/pipeline-flow-info/member-info/member-table.js +179 -0
- package/es/components/common/teambition/pipeline-flow-info/member-info/utils.d.ts +16 -0
- package/es/components/common/teambition/pipeline-flow-info/member-info/utils.js +245 -0
- package/es/components/common/teambition/pipeline-flow-orchestrator/editor/index.d.ts +5 -0
- package/es/components/common/teambition/pipeline-flow-orchestrator/editor/index.js +8 -0
- package/es/components/common/teambition/pipeline-flow-orchestrator/index.d.ts +73 -0
- package/es/components/common/teambition/pipeline-flow-orchestrator/index.js +1010 -0
- package/es/components/common/teambition/pipeline-flow-orchestrator/index.scss +215 -0
- package/es/components/common/teambition/pipeline-flow-orchestrator/utils.d.ts +60 -0
- package/es/components/common/teambition/pipeline-flow-orchestrator/utils.js +225 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/concurrency/index.d.ts +9 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/concurrency/index.js +102 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/index.d.ts +16 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/index.js +250 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/index.scss +11 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/timer/index.d.ts +5 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/timer/index.js +375 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/timer/index.scss +46 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/webhook/index.d.ts +3 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/webhook/index.js +90 -0
- package/es/components/common/teambition/pipeline-flow-scheduler/webhook/index.module.scss +5 -0
- package/es/components/common/teambition/pipeline-flow-setting-layout/index.d.ts +8 -0
- package/es/components/common/teambition/pipeline-flow-setting-layout/index.js +15 -0
- package/es/components/common/teambition/pipeline-flow-setting-layout/index.scss +58 -0
- package/es/components/common/teambition/pipeline-flow-var/cache-table/add-cache-dialog/index.d.ts +9 -0
- package/es/components/common/teambition/pipeline-flow-var/cache-table/add-cache-dialog/index.js +131 -0
- package/es/components/common/teambition/pipeline-flow-var/cache-table/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-flow-var/cache-table/index.js +417 -0
- package/es/components/common/teambition/pipeline-flow-var/cache-table/index.scss +17 -0
- package/es/components/common/teambition/pipeline-flow-var/cache-table/mountCard.module.scss +47 -0
- package/es/components/common/teambition/pipeline-flow-var/cache-table/pmLocalMount.d.ts +5 -0
- package/es/components/common/teambition/pipeline-flow-var/cache-table/pmLocalMount.js +167 -0
- package/es/components/common/teambition/pipeline-flow-var/index.d.ts +11 -0
- package/es/components/common/teambition/pipeline-flow-var/index.js +101 -0
- package/es/components/common/teambition/pipeline-flow-var/index.scss +51 -0
- package/es/components/common/teambition/pipeline-flow-var/table-editable-pane/index.d.ts +11 -0
- package/es/components/common/teambition/pipeline-flow-var/table-editable-pane/index.js +146 -0
- package/es/components/common/teambition/pipeline-flow-var/table-editable-pane/index.scss +26 -0
- package/es/components/common/teambition/pipeline-flow-var/var-group-table/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-flow-var/var-group-table/index.js +550 -0
- package/es/components/common/teambition/pipeline-flow-var/var-group-table/index.scss +17 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/add-var-dialog/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/add-var-dialog/index.js +324 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/add-var-dialog/index.scss +53 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/add-var-dialog-option/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/add-var-dialog-option/index.js +373 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/add-var-dialog-option/index.scss +31 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/index.js +665 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/index.scss +21 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/util.d.ts +5 -0
- package/es/components/common/teambition/pipeline-flow-var/var-table/util.js +36 -0
- package/es/components/common/teambition/pipeline-graph/index.d.ts +7 -0
- package/es/components/common/teambition/pipeline-graph/index.js +41 -0
- package/es/components/common/teambition/pipeline-graph/index.scss +187 -0
- package/es/components/common/teambition/pipeline-graph/parent-graph.d.ts +59 -0
- package/es/components/common/teambition/pipeline-graph/parent-graph.js +161 -0
- package/es/components/common/teambition/pipeline-graph/stage-card.d.ts +8 -0
- package/es/components/common/teambition/pipeline-graph/stage-card.js +79 -0
- package/es/components/common/teambition/pipeline-graph/stage-graph.d.ts +7 -0
- package/es/components/common/teambition/pipeline-graph/stage-graph.js +61 -0
- package/es/components/common/teambition/pipeline-graph/svg-graph.d.ts +8 -0
- package/es/components/common/teambition/pipeline-graph/svg-graph.js +75 -0
- package/es/components/common/teambition/pipeline-info/appstack-wrap.d.ts +5 -0
- package/es/components/common/teambition/pipeline-info/appstack-wrap.js +24 -0
- package/es/components/common/teambition/pipeline-info/baseInfo.d.ts +8 -0
- package/es/components/common/teambition/pipeline-info/baseInfo.js +273 -0
- package/es/components/common/teambition/pipeline-info/index.d.ts +16 -0
- package/es/components/common/teambition/pipeline-info/index.js +313 -0
- package/es/components/common/teambition/pipeline-info/index.scss +56 -0
- package/es/components/common/teambition/pipeline-info/tagSelect.d.ts +10 -0
- package/es/components/common/teambition/pipeline-info/tagSelect.js +291 -0
- package/es/components/common/teambition/pipeline-instance/folding/index.d.ts +8 -0
- package/es/components/common/teambition/pipeline-instance/folding/index.js +45 -0
- package/es/components/common/teambition/pipeline-instance/folding/index.scss +43 -0
- package/es/components/common/teambition/pipeline-instance/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-instance/index.js +397 -0
- package/es/components/common/teambition/pipeline-instance/index.scss +249 -0
- package/es/components/common/teambition/pipeline-instance/package/packages.d.ts +8 -0
- package/es/components/common/teambition/pipeline-instance/package/packages.js +247 -0
- package/es/components/common/teambition/pipeline-instance/package/tree.d.ts +12 -0
- package/es/components/common/teambition/pipeline-instance/package/tree.js +104 -0
- package/es/components/common/teambition/pipeline-instance/readme.md +1 -0
- package/es/components/common/teambition/pipeline-instance/source.d.ts +3 -0
- package/es/components/common/teambition/pipeline-instance/source.js +198 -0
- package/es/components/common/teambition/pipeline-instance-new/SourceElement.d.ts +1 -0
- package/es/components/common/teambition/pipeline-instance-new/SourceElement.js +53 -0
- package/es/components/common/teambition/pipeline-instance-new/StatusBar.d.ts +1 -0
- package/es/components/common/teambition/pipeline-instance-new/StatusBar.js +273 -0
- package/es/components/common/teambition/pipeline-instance-new/commits/index.d.ts +7 -0
- package/es/components/common/teambition/pipeline-instance-new/commits/index.js +277 -0
- package/es/components/common/teambition/pipeline-instance-new/commits/index.scss +75 -0
- package/es/components/common/teambition/pipeline-instance-new/constants.d.ts +2 -0
- package/es/components/common/teambition/pipeline-instance-new/constants.js +2 -0
- package/es/components/common/teambition/pipeline-instance-new/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-instance-new/index.js +124 -0
- package/es/components/common/teambition/pipeline-instance-new/index.scss +500 -0
- package/es/components/common/teambition/pipeline-instance-new/package/packages.d.ts +8 -0
- package/es/components/common/teambition/pipeline-instance-new/package/packages.js +256 -0
- package/es/components/common/teambition/pipeline-instance-new/package/tree.d.ts +12 -0
- package/es/components/common/teambition/pipeline-instance-new/package/tree.js +114 -0
- package/es/components/common/teambition/pipeline-instance-new/source.d.ts +22 -0
- package/es/components/common/teambition/pipeline-instance-new/source.js +376 -0
- package/es/components/common/teambition/pipeline-instance-new/status/index.d.ts +9 -0
- package/es/components/common/teambition/pipeline-instance-new/status/index.js +172 -0
- package/es/components/common/teambition/pipeline-instance-new/status/index.scss +45 -0
- package/es/components/common/teambition/pipeline-instance-new/variable/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-instance-new/variable/index.js +108 -0
- package/es/components/common/teambition/pipeline-instance-new/variable/index.scss +5 -0
- package/es/components/common/teambition/pipeline-menu/index.d.ts +14 -0
- package/es/components/common/teambition/pipeline-menu/index.js +340 -0
- package/es/components/common/teambition/pipeline-menu/index.scss +122 -0
- package/es/components/common/teambition/pipeline-params/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-params/index.js +108 -0
- package/es/components/common/teambition/pipeline-params/index.scss +78 -0
- package/es/components/common/teambition/pipeline-recode-diff/index.d.ts +12 -0
- package/es/components/common/teambition/pipeline-recode-diff/index.js +276 -0
- package/es/components/common/teambition/pipeline-recode-diff/index.module.scss +27 -0
- package/es/components/common/teambition/pipeline-roll-back/index.d.ts +13 -0
- package/es/components/common/teambition/pipeline-roll-back/index.js +189 -0
- package/es/components/common/teambition/pipeline-roll-back/index.module.scss +23 -0
- package/es/components/common/teambition/pipeline-run-confirm/index.d.ts +13 -0
- package/es/components/common/teambition/pipeline-run-confirm/index.js +83 -0
- package/es/components/common/teambition/pipeline-run-confirm/index.scss +16 -0
- package/es/components/common/teambition/pipeline-save-diff/index.d.ts +12 -0
- package/es/components/common/teambition/pipeline-save-diff/index.js +98 -0
- package/es/components/common/teambition/pipeline-save-diff/index.module.scss +9 -0
- package/es/components/common/teambition/pipeline-source/BranchesFilter.d.ts +8 -0
- package/es/components/common/teambition/pipeline-source/BranchesFilter.js +93 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/acr-sign.d.ts +8 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/acr-sign.js +87 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/acr-webhook.d.ts +8 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/acr-webhook.js +174 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/acr.d.ts +8 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/acr.js +381 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/index.d.ts +15 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/index.js +63 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/index.scss +71 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/packages.d.ts +8 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/packages.js +467 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/utils.d.ts +2 -0
- package/es/components/common/teambition/pipeline-source/artifact-source/utils.js +20 -0
- package/es/components/common/teambition/pipeline-source/branch-mode/index.d.ts +9 -0
- package/es/components/common/teambition/pipeline-source/branch-mode/index.js +79 -0
- package/es/components/common/teambition/pipeline-source/branch-mode/index.scss +11 -0
- package/es/components/common/teambition/pipeline-source/code-source/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-source/code-source/index.js +148 -0
- package/es/components/common/teambition/pipeline-source/code-source/index.scss +218 -0
- package/es/components/common/teambition/pipeline-source/code-source/utils.d.ts +71 -0
- package/es/components/common/teambition/pipeline-source/code-source/utils.js +182 -0
- package/es/components/common/teambition/pipeline-source/credential/index.d.ts +13 -0
- package/es/components/common/teambition/pipeline-source/credential/index.js +430 -0
- package/es/components/common/teambition/pipeline-source/credential/index.scss +9 -0
- package/es/components/common/teambition/pipeline-source/credential-form-item/index.d.ts +20 -0
- package/es/components/common/teambition/pipeline-source/credential-form-item/index.js +397 -0
- package/es/components/common/teambition/pipeline-source/credential-form-item/index.scss +90 -0
- package/es/components/common/teambition/pipeline-source/credential-form-item/keypair.d.ts +6 -0
- package/es/components/common/teambition/pipeline-source/credential-form-item/keypair.js +80 -0
- package/es/components/common/teambition/pipeline-source/credential-form-item/newItem.d.ts +15 -0
- package/es/components/common/teambition/pipeline-source/credential-form-item/newItem.js +368 -0
- package/es/components/common/teambition/pipeline-source/fetch-depth/index.d.ts +6 -0
- package/es/components/common/teambition/pipeline-source/fetch-depth/index.js +67 -0
- package/es/components/common/teambition/pipeline-source/index.d.ts +37 -0
- package/es/components/common/teambition/pipeline-source/index.js +213 -0
- package/es/components/common/teambition/pipeline-source/index.scss +40 -0
- package/es/components/common/teambition/pipeline-source/jenkins/index.d.ts +4 -0
- package/es/components/common/teambition/pipeline-source/jenkins/index.js +1071 -0
- package/es/components/common/teambition/pipeline-source/jenkins/index.scss +34 -0
- package/es/components/common/teambition/pipeline-source/jenkins/layout.d.ts +3 -0
- package/es/components/common/teambition/pipeline-source/jenkins/layout.js +169 -0
- package/es/components/common/teambition/pipeline-source/jenkins/utils.d.ts +19 -0
- package/es/components/common/teambition/pipeline-source/jenkins/utils.js +288 -0
- package/es/components/common/teambition/pipeline-source/pipeline-event/index.d.ts +5 -0
- package/es/components/common/teambition/pipeline-source/pipeline-event/index.js +122 -0
- package/es/components/common/teambition/pipeline-source/pipeline-event/index.scss +40 -0
- package/es/components/common/teambition/pipeline-source/scms/aliyun.d.ts +11 -0
- package/es/components/common/teambition/pipeline-source/scms/aliyun.js +337 -0
- package/es/components/common/teambition/pipeline-source/scms/appstack.d.ts +10 -0
- package/es/components/common/teambition/pipeline-source/scms/appstack.js +211 -0
- package/es/components/common/teambition/pipeline-source/scms/atomGit.d.ts +10 -0
- package/es/components/common/teambition/pipeline-source/scms/atomGit.js +382 -0
- package/es/components/common/teambition/pipeline-source/scms/bitbucket.d.ts +10 -0
- package/es/components/common/teambition/pipeline-source/scms/bitbucket.js +131 -0
- package/es/components/common/teambition/pipeline-source/scms/branchTips.d.ts +3 -0
- package/es/components/common/teambition/pipeline-source/scms/branchTips.js +30 -0
- package/es/components/common/teambition/pipeline-source/scms/code_alibaba.d.ts +3 -0
- package/es/components/common/teambition/pipeline-source/scms/code_alibaba.js +503 -0
- package/es/components/common/teambition/pipeline-source/scms/codeup.d.ts +3 -0
- package/es/components/common/teambition/pipeline-source/scms/codeup.js +507 -0
- package/es/components/common/teambition/pipeline-source/scms/coding.d.ts +11 -0
- package/es/components/common/teambition/pipeline-source/scms/coding.js +141 -0
- package/es/components/common/teambition/pipeline-source/scms/flow.d.ts +10 -0
- package/es/components/common/teambition/pipeline-source/scms/flow.js +243 -0
- package/es/components/common/teambition/pipeline-source/scms/force.d.ts +10 -0
- package/es/components/common/teambition/pipeline-source/scms/force.js +121 -0
- package/es/components/common/teambition/pipeline-source/scms/git.d.ts +4 -0
- package/es/components/common/teambition/pipeline-source/scms/git.js +160 -0
- package/es/components/common/teambition/pipeline-source/scms/gitSample.d.ts +8 -0
- package/es/components/common/teambition/pipeline-source/scms/gitSample.js +230 -0
- package/es/components/common/teambition/pipeline-source/scms/gitee.d.ts +10 -0
- package/es/components/common/teambition/pipeline-source/scms/gitee.js +291 -0
- package/es/components/common/teambition/pipeline-source/scms/github.d.ts +9 -0
- package/es/components/common/teambition/pipeline-source/scms/github.js +122 -0
- package/es/components/common/teambition/pipeline-source/scms/githubOAuth.d.ts +10 -0
- package/es/components/common/teambition/pipeline-source/scms/githubOAuth.js +428 -0
- package/es/components/common/teambition/pipeline-source/scms/gitlab.d.ts +4 -0
- package/es/components/common/teambition/pipeline-source/scms/gitlab.js +159 -0
- package/es/components/common/teambition/pipeline-source/scms/hooks/useBranchDisabled.d.ts +5 -0
- package/es/components/common/teambition/pipeline-source/scms/hooks/useBranchDisabled.js +25 -0
- package/es/components/common/teambition/pipeline-source/scms/index.d.ts +83 -0
- package/es/components/common/teambition/pipeline-source/scms/index.js +35 -0
- package/es/components/common/teambition/pipeline-source/scms/index.scss +13 -0
- package/es/components/common/teambition/pipeline-source/scms/jenkins.d.ts +5 -0
- package/es/components/common/teambition/pipeline-source/scms/jenkins.js +113 -0
- package/es/components/common/teambition/pipeline-source/scms/svn.d.ts +4 -0
- package/es/components/common/teambition/pipeline-source/scms/svn.js +134 -0
- package/es/components/common/teambition/pipeline-source/submodule/submodule.d.ts +7 -0
- package/es/components/common/teambition/pipeline-source/submodule/submodule.js +58 -0
- package/es/components/common/teambition/pipeline-source/util.d.ts +15 -0
- package/es/components/common/teambition/pipeline-source/util.js +26 -0
- package/es/components/common/teambition/pipeline-source/webhook/index.scss +57 -0
- package/es/components/common/teambition/pipeline-source/webhook/jenkins-webhook.d.ts +11 -0
- package/es/components/common/teambition/pipeline-source/webhook/jenkins-webhook.js +171 -0
- package/es/components/common/teambition/pipeline-source/webhook/webhook.d.ts +5 -0
- package/es/components/common/teambition/pipeline-source/webhook/webhook.js +448 -0
- package/es/components/common/teambition/pipeline-source/workspace/index.d.ts +8 -0
- package/es/components/common/teambition/pipeline-source/workspace/index.js +100 -0
- package/es/components/common/teambition/pipeline-tag/empty.d.ts +2 -0
- package/es/components/common/teambition/pipeline-tag/empty.js +39 -0
- package/es/components/common/teambition/pipeline-tag/index.d.ts +23 -0
- package/es/components/common/teambition/pipeline-tag/index.js +25 -0
- package/es/components/common/teambition/pipeline-tag/index.scss +16 -0
- package/es/components/common/teambition/pipeline-template-card/GraphPreview/index.d.ts +5 -0
- package/es/components/common/teambition/pipeline-template-card/GraphPreview/index.js +209 -0
- package/es/components/common/teambition/pipeline-template-card/GraphPreview/style.module.scss +21 -0
- package/es/components/common/teambition/pipeline-template-card/getGraphContentArys.d.ts +6 -0
- package/es/components/common/teambition/pipeline-template-card/getGraphContentArys.js +70 -0
- package/es/components/common/teambition/pipeline-template-card/groups.d.ts +54 -0
- package/es/components/common/teambition/pipeline-template-card/groups.js +87 -0
- package/es/components/common/teambition/pipeline-template-card/index.d.ts +18 -0
- package/es/components/common/teambition/pipeline-template-card/index.js +211 -0
- package/es/components/common/teambition/pipeline-template-card/style.module.scss +111 -0
- package/es/components/common/teambition/pipeline-variable-group/index.scss +103 -0
- package/es/components/common/teambition/pipeline-variable-group/variable.d.ts +7 -0
- package/es/components/common/teambition/pipeline-variable-group/variable.js +42 -0
- package/es/components/common/teambition/pipeline-variable-group/variableGroup.d.ts +28 -0
- package/es/components/common/teambition/pipeline-variable-group/variableGroup.js +468 -0
- package/es/components/common/teambition/pipeline-version-record/index.d.ts +11 -0
- package/es/components/common/teambition/pipeline-version-record/index.js +302 -0
- package/es/components/common/teambition/pipeline-version-record/index.scss +46 -0
- package/es/components/common/teambition/pipeline-view-version/index.d.ts +10 -0
- package/es/components/common/teambition/pipeline-view-version/index.js +140 -0
- package/es/components/common/teambition/pipeline-view-version/index.module.scss +32 -0
- package/es/components/common/teambition/pipelineVersionBadge/index.d.ts +5 -0
- package/es/components/common/teambition/pipelineVersionBadge/index.js +42 -0
- package/es/components/common/teambition/relate-pipeline-dialog/index.d.ts +3 -0
- package/es/components/common/teambition/relate-pipeline-dialog/index.js +348 -0
- package/es/components/common/teambition/relate-pipeline-dialog/index.scss +56 -0
- package/es/components/common/teambition/release-info-dialog/index.d.ts +4 -0
- package/es/components/common/teambition/release-info-dialog/index.js +158 -0
- package/es/components/common/teambition/release-info-dialog/index.scss +52 -0
- package/es/components/common/teambition/run-param-config-dialog/context.d.ts +4 -0
- package/es/components/common/teambition/run-param-config-dialog/context.js +18 -0
- package/es/components/common/teambition/run-param-config-dialog/files/acr.d.ts +6 -0
- package/es/components/common/teambition/run-param-config-dialog/files/acr.js +138 -0
- package/es/components/common/teambition/run-param-config-dialog/files/add-branch.d.ts +3 -0
- package/es/components/common/teambition/run-param-config-dialog/files/add-branch.js +204 -0
- package/es/components/common/teambition/run-param-config-dialog/files/appstack-change.d.ts +8 -0
- package/es/components/common/teambition/run-param-config-dialog/files/appstack-change.js +494 -0
- package/es/components/common/teambition/run-param-config-dialog/files/appstack-changerun.d.ts +4 -0
- package/es/components/common/teambition/run-param-config-dialog/files/appstack-changerun.js +163 -0
- package/es/components/common/teambition/run-param-config-dialog/files/appstack-changerun.scss +31 -0
- package/es/components/common/teambition/run-param-config-dialog/files/appstack-release.d.ts +35 -0
- package/es/components/common/teambition/run-param-config-dialog/files/appstack-release.js +426 -0
- package/es/components/common/teambition/run-param-config-dialog/files/appstack-release.scss +54 -0
- package/es/components/common/teambition/run-param-config-dialog/files/artifact-source.d.ts +8 -0
- package/es/components/common/teambition/run-param-config-dialog/files/artifact-source.js +21 -0
- package/es/components/common/teambition/run-param-config-dialog/files/branch-status.d.ts +7 -0
- package/es/components/common/teambition/run-param-config-dialog/files/branch-status.js +61 -0
- package/es/components/common/teambition/run-param-config-dialog/files/branch.d.ts +8 -0
- package/es/components/common/teambition/run-param-config-dialog/files/branch.js +66 -0
- package/es/components/common/teambition/run-param-config-dialog/files/code-source.d.ts +4 -0
- package/es/components/common/teambition/run-param-config-dialog/files/code-source.js +702 -0
- package/es/components/common/teambition/run-param-config-dialog/files/common-footer.d.ts +4 -0
- package/es/components/common/teambition/run-param-config-dialog/files/common-footer.js +11 -0
- package/es/components/common/teambition/run-param-config-dialog/files/flow.d.ts +4 -0
- package/es/components/common/teambition/run-param-config-dialog/files/flow.js +119 -0
- package/es/components/common/teambition/run-param-config-dialog/files/index.scss +87 -0
- package/es/components/common/teambition/run-param-config-dialog/files/jenkins.d.ts +3 -0
- package/es/components/common/teambition/run-param-config-dialog/files/jenkins.js +138 -0
- package/es/components/common/teambition/run-param-config-dialog/files/packages.d.ts +4 -0
- package/es/components/common/teambition/run-param-config-dialog/files/packages.js +142 -0
- package/es/components/common/teambition/run-param-config-dialog/index.d.ts +6 -0
- package/es/components/common/teambition/run-param-config-dialog/index.js +373 -0
- package/es/components/common/teambition/run-param-config-dialog/index.scss +40 -0
- package/es/components/common/teambition/run-param-config-dialog/utils.d.ts +12 -0
- package/es/components/common/teambition/run-param-config-dialog/utils.js +54 -0
- package/es/components/common/teambition/run-pipeline-btn/index.d.ts +18 -0
- package/es/components/common/teambition/run-pipeline-btn/index.js +826 -0
- package/es/components/common/teambition/run-pipeline-btn/index.scss +48 -0
- package/es/components/common/teambition/scheduler/index.d.ts +9 -0
- package/es/components/common/teambition/scheduler/index.js +92 -0
- package/es/components/common/teambition/scheduler/index.scss +117 -0
- package/es/components/common/teambition/scheduler/timer.d.ts +14 -0
- package/es/components/common/teambition/scheduler/timer.js +309 -0
- package/es/components/common/teambition/scheduler/webhook.d.ts +6 -0
- package/es/components/common/teambition/scheduler/webhook.js +107 -0
- package/es/components/common/teambition/service-connection/OAuth2/index.d.ts +11 -0
- package/es/components/common/teambition/service-connection/OAuth2/index.js +537 -0
- package/es/components/common/teambition/service-connection/OAuth2/index.scss +5 -0
- package/es/components/common/teambition/service-connection/aliyun/index.d.ts +24 -0
- package/es/components/common/teambition/service-connection/aliyun/index.js +292 -0
- package/es/components/common/teambition/service-connection/aliyun/index.scss +5 -0
- package/es/components/common/teambition/service-connection/aliyun/legacy.d.ts +15 -0
- package/es/components/common/teambition/service-connection/aliyun/legacy.js +272 -0
- package/es/components/common/teambition/service-connection/aliyun.d.ts +11 -0
- package/es/components/common/teambition/service-connection/aliyun.js +264 -0
- package/es/components/common/teambition/service-connection/code_alibaba/index.d.ts +11 -0
- package/es/components/common/teambition/service-connection/code_alibaba/index.js +203 -0
- package/es/components/common/teambition/service-connection/codeup/index.d.ts +11 -0
- package/es/components/common/teambition/service-connection/codeup/index.js +380 -0
- package/es/components/common/teambition/service-connection/gitee.d.ts +9 -0
- package/es/components/common/teambition/service-connection/gitee.js +292 -0
- package/es/components/common/teambition/service-connection/github.d.ts +8 -0
- package/es/components/common/teambition/service-connection/github.js +272 -0
- package/es/components/common/teambition/service-connection/index.d.ts +45 -0
- package/es/components/common/teambition/service-connection/index.js +13 -0
- package/es/components/common/teambition/service-connection/index.scss +306 -0
- package/es/components/common/teambition/service-connection/packages/index.d.ts +11 -0
- package/es/components/common/teambition/service-connection/packages/index.js +219 -0
- package/es/components/common/teambition/service-connection/ram.d.ts +9 -0
- package/es/components/common/teambition/service-connection/ram.js +225 -0
- package/es/components/common/teambition/service-connection/tips.d.ts +6 -0
- package/es/components/common/teambition/service-connection/tips.js +14 -0
- package/es/components/common/teambition/service-connection-create/index.d.ts +3 -0
- package/es/components/common/teambition/service-connection-create/index.js +24 -0
- package/es/components/common/teambition/splitline/index.d.ts +4 -0
- package/es/components/common/teambition/splitline/index.js +8 -0
- package/es/components/common/teambition/splitline/index.scss +12 -0
- package/es/components/common/teambition/tag-panel/index.d.ts +4 -0
- package/es/components/common/teambition/tag-panel/index.js +202 -0
- package/es/components/common/teambition/tag-panel/index.scss +53 -0
- package/es/components/common/teambition/task-template/index.d.ts +4 -0
- package/es/components/common/teambition/task-template/index.js +442 -0
- package/es/components/common/teambition/task-template/index.scss +207 -0
- package/es/components/common/teambition/task-template/utils.d.ts +28 -0
- package/es/components/common/teambition/task-template/utils.js +271 -0
- package/es/components/common/teambition/terminal/index.d.ts +18 -0
- package/es/components/common/teambition/terminal/index.js +105 -0
- package/es/components/common/teambition/terminal/index.scss +3 -0
- package/es/components/common/teambition/yunxiao-member/index.d.ts +5 -0
- package/es/components/common/teambition/yunxiao-member/index.js +974 -0
- package/es/components/common/teambition/yunxiao-member/utils.d.ts +55 -0
- package/es/components/common/teambition/yunxiao-member/utils.js +340 -0
- package/es/components/common/variable.scss +6 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/detail/index.d.ts +7 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/detail/index.js +616 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/detail/index.scss +88 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/detail/machines-table.d.ts +9 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/detail/machines-table.js +632 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/detail/operation.d.ts +6 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/detail/operation.js +21 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/group-dialog/ecs-label-form-items/index.d.ts +9 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/group-dialog/ecs-label-form-items/index.js +449 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/group-dialog/ecs-label-form-items/style.module.scss +16 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/group-dialog/index.d.ts +16 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/group-dialog/index.js +391 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/group-dialog/tagSelect.d.ts +10 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/group-dialog/tagSelect.js +291 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/demo-form/DemoForm.d.ts +4 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/demo-form/DemoForm.js +172 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/ecs-form-items/host-table/index.d.ts +3 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/ecs-form-items/host-table/index.js +163 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/ecs-form-items/host-table/index.scss +42 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/ecs-form-items/index.d.ts +8 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/ecs-form-items/index.js +834 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/ecs-form-items/index.scss +33 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/index.d.ts +13 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/index.js +365 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/os-type-card/index.d.ts +11 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/os-type-card/index.js +37 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/os-type-card/index.scss +52 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/runner-form-items/index.d.ts +7 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/runner-form-items/index.js +178 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/host-dialog/runner-form-items/index.scss +63 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/log-dialog/index.d.ts +12 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/log-dialog/index.js +37 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/dialog/log-dialog/index.scss +18 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/index.d.ts +9 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/index.js +349 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/default-groups.d.ts +3 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/default-groups.js +106 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/deploy-groups.d.ts +8 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/deploy-groups.js +109 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/group-card/index.d.ts +10 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/group-card/index.js +76 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/group-card/index.scss +110 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/private-groups.d.ts +9 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/list/private-groups.js +105 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/operations.d.ts +3 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/operations.js +175 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/permissions.d.ts +11 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/permissions.js +11 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/types.d.ts +16 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/types.js +22 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/utils.d.ts +2 -0
- package/es/components/dashboardMain/components/build-and-deploy-setting-new/utils.js +30 -0
- package/es/components/dashboardMain/components/build-setting/build-group-table.d.ts +15 -0
- package/es/components/dashboardMain/components/build-setting/build-group-table.js +448 -0
- package/es/components/dashboardMain/components/build-setting/index.d.ts +5 -0
- package/es/components/dashboardMain/components/build-setting/index.js +517 -0
- package/es/components/dashboardMain/components/build-setting/operations.d.ts +3 -0
- package/es/components/dashboardMain/components/build-setting/operations.js +234 -0
- package/es/components/dashboardMain/components/build-setting/permissions.d.ts +11 -0
- package/es/components/dashboardMain/components/build-setting/permissions.js +11 -0
- package/es/components/dashboardMain/components/build-setting/tableColumns.d.ts +4 -0
- package/es/components/dashboardMain/components/build-setting/tableColumns.js +169 -0
- package/es/components/dashboardMain/components/build-setting-entry/index.d.ts +5 -0
- package/es/components/dashboardMain/components/build-setting-entry/index.js +65 -0
- package/es/components/dashboardMain/components/common.scss +218 -0
- package/es/components/dashboardMain/components/deploy-setting/index.scss +11 -0
- package/es/components/dashboardMain/components/deploy-setting/machineGroupTable.d.ts +20 -0
- package/es/components/dashboardMain/components/deploy-setting/machineGroupTable.js +620 -0
- package/es/components/dashboardMain/components/deploy-setting/main.d.ts +6 -0
- package/es/components/dashboardMain/components/deploy-setting/main.js +599 -0
- package/es/components/dashboardMain/components/deploy-setting/operations.d.ts +3 -0
- package/es/components/dashboardMain/components/deploy-setting/operations.js +266 -0
- package/es/components/dashboardMain/components/deploy-setting/permissions.d.ts +9 -0
- package/es/components/dashboardMain/components/deploy-setting/permissions.js +9 -0
- package/es/components/dashboardMain/components/deploy-setting/tableColumns.d.ts +6 -0
- package/es/components/dashboardMain/components/deploy-setting/tableColumns.js +205 -0
- package/es/components/dashboardMain/components/deploy-setting-entry/index.d.ts +5 -0
- package/es/components/dashboardMain/components/deploy-setting-entry/index.js +60 -0
- package/es/components/dashboardMain/components/dropdown-panel/index.d.ts +4 -0
- package/es/components/dashboardMain/components/dropdown-panel/index.js +176 -0
- package/es/components/dashboardMain/components/dropdown-panel/index.scss +111 -0
- package/es/components/dashboardMain/components/empty/index.d.ts +4 -0
- package/es/components/dashboardMain/components/empty/index.js +35 -0
- package/es/components/dashboardMain/components/empty/index.scss +17 -0
- package/es/components/dashboardMain/components/header/index.d.ts +3 -0
- package/es/components/dashboardMain/components/header/index.js +28 -0
- package/es/components/dashboardMain/components/kubernetes-manage/index.d.ts +3 -0
- package/es/components/dashboardMain/components/kubernetes-manage/index.js +438 -0
- package/es/components/dashboardMain/components/kubernetes-manage/index.scss +14 -0
- package/es/components/dashboardMain/components/kubernetes-manage/kubernetes-edit-dialog.d.ts +16 -0
- package/es/components/dashboardMain/components/kubernetes-manage/kubernetes-edit-dialog.js +215 -0
- package/es/components/dashboardMain/components/kubernetes-manage/operations.d.ts +3 -0
- package/es/components/dashboardMain/components/kubernetes-manage/operations.js +176 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/Capsule.d.ts +18 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/Capsule.js +190 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/Capsule.module.scss +39 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/ConfirmDialog.d.ts +14 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/ConfirmDialog.js +226 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/MachineUpgradingDisabledTip.d.ts +10 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/MachineUpgradingDisabledTip.js +50 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/card.module.scss +22 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/context.d.ts +1 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/context.js +5 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/getMachineUpgradeStatusIcon.d.ts +2 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/getMachineUpgradeStatusIcon.js +60 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/index.d.ts +6 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/index.js +339 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/statusTable.d.ts +14 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/statusTable.js +493 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/style.module.scss +29 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/type.d.ts +39 -0
- package/es/components/dashboardMain/components/machineGroupUpgrade/type.js +1 -0
- package/es/components/dashboardMain/components/maven-setting/NpmSelectRepoDialog.d.ts +8 -0
- package/es/components/dashboardMain/components/maven-setting/NpmSelectRepoDialog.js +148 -0
- package/es/components/dashboardMain/components/maven-setting/index-old.d.ts +4 -0
- package/es/components/dashboardMain/components/maven-setting/index-old.js +331 -0
- package/es/components/dashboardMain/components/maven-setting/index.d.ts +4 -0
- package/es/components/dashboardMain/components/maven-setting/index.js +726 -0
- package/es/components/dashboardMain/components/maven-setting/index.scss +19 -0
- package/es/components/dashboardMain/components/maven-setting/style.module.scss +51 -0
- package/es/components/dashboardMain/components/operation-panel/index.d.ts +4 -0
- package/es/components/dashboardMain/components/operation-panel/index.js +604 -0
- package/es/components/dashboardMain/components/operation-panel/index.scss +80 -0
- package/es/components/dashboardMain/components/pipeline-empty/index.d.ts +3 -0
- package/es/components/dashboardMain/components/pipeline-empty/index.js +102 -0
- package/es/components/dashboardMain/components/pipeline-empty/index.scss +8 -0
- package/es/components/dashboardMain/components/pipeline-list/index.d.ts +3 -0
- package/es/components/dashboardMain/components/pipeline-list/index.js +235 -0
- package/es/components/dashboardMain/components/pipeline-list/index.scss +108 -0
- package/es/components/dashboardMain/components/pipeline-not-fonud/index.d.ts +4 -0
- package/es/components/dashboardMain/components/pipeline-not-fonud/index.js +43 -0
- package/es/components/dashboardMain/components/pipeline-not-fonud/index.scss +46 -0
- package/es/components/dashboardMain/components/pipeline-operation/index.d.ts +18 -0
- package/es/components/dashboardMain/components/pipeline-operation/index.js +461 -0
- package/es/components/dashboardMain/components/pipeline-operation/index.scss +68 -0
- package/es/components/dashboardMain/components/pipeline-panel/index.d.ts +3 -0
- package/es/components/dashboardMain/components/pipeline-panel/index.js +350 -0
- package/es/components/dashboardMain/components/pipeline-panel/index.scss +209 -0
- package/es/components/dashboardMain/components/pipeline-table/columns.d.ts +2 -0
- package/es/components/dashboardMain/components/pipeline-table/columns.js +296 -0
- package/es/components/dashboardMain/components/pipeline-table/index.d.ts +3 -0
- package/es/components/dashboardMain/components/pipeline-table/index.js +248 -0
- package/es/components/dashboardMain/components/pipeline-table/index.scss +71 -0
- package/es/components/dashboardMain/components/region-config/index.d.ts +3 -0
- package/es/components/dashboardMain/components/region-config/index.js +194 -0
- package/es/components/dashboardMain/components/region-config/index.scss +48 -0
- package/es/components/dashboardMain/components/roles-setting/index.d.ts +3 -0
- package/es/components/dashboardMain/components/roles-setting/index.js +334 -0
- package/es/components/dashboardMain/components/roles-setting/index.scss +23 -0
- package/es/components/dashboardMain/components/roles-setting/role-create-popup/index.d.ts +3 -0
- package/es/components/dashboardMain/components/roles-setting/role-create-popup/index.js +85 -0
- package/es/components/dashboardMain/components/roles-setting/role-create-popup/index.scss +38 -0
- package/es/components/dashboardMain/components/roles-setting/roles-card/index.d.ts +3 -0
- package/es/components/dashboardMain/components/roles-setting/roles-card/index.js +175 -0
- package/es/components/dashboardMain/components/roles-setting/roles-card/index.scss +72 -0
- package/es/components/dashboardMain/components/roles-setting/roles-popup/index.d.ts +3 -0
- package/es/components/dashboardMain/components/roles-setting/roles-popup/index.js +247 -0
- package/es/components/dashboardMain/components/roles-setting/roles-popup/index.scss +93 -0
- package/es/components/dashboardMain/components/roles-setting/utils.d.ts +25 -0
- package/es/components/dashboardMain/components/roles-setting/utils.js +409 -0
- package/es/components/dashboardMain/components/search-panel/index.d.ts +3 -0
- package/es/components/dashboardMain/components/search-panel/index.js +228 -0
- package/es/components/dashboardMain/components/search-panel/index.scss +141 -0
- package/es/components/dashboardMain/components/service-auth-manage/index.d.ts +3 -0
- package/es/components/dashboardMain/components/service-auth-manage/index.js +368 -0
- package/es/components/dashboardMain/components/service-auth-manage/index.scss +1 -0
- package/es/components/dashboardMain/components/service-auth-manage/service-auth-dialog/AliyunRam.d.ts +15 -0
- package/es/components/dashboardMain/components/service-auth-manage/service-auth-dialog/AliyunRam.js +422 -0
- package/es/components/dashboardMain/components/service-auth-manage/service-auth-dialog/CodeRepo.d.ts +29 -0
- package/es/components/dashboardMain/components/service-auth-manage/service-auth-dialog/CodeRepo.js +316 -0
- package/es/components/dashboardMain/components/service-auth-manage/service-auth-dialog/index.d.ts +10 -0
- package/es/components/dashboardMain/components/service-auth-manage/service-auth-dialog/index.js +231 -0
- package/es/components/dashboardMain/components/service-auth-manage/service-auth-dialog/index.scss +84 -0
- package/es/components/dashboardMain/components/service-auth-manage/utils.d.ts +8 -0
- package/es/components/dashboardMain/components/service-auth-manage/utils.js +167 -0
- package/es/components/dashboardMain/components/service-connection/index.d.ts +9 -0
- package/es/components/dashboardMain/components/service-connection/index.js +44 -0
- package/es/components/dashboardMain/components/service-connection/index.scss +9 -0
- package/es/components/dashboardMain/components/step-setting/index.d.ts +3 -0
- package/es/components/dashboardMain/components/step-setting/index.js +395 -0
- package/es/components/dashboardMain/components/step-setting/index.scss +40 -0
- package/es/components/dashboardMain/components/step-setting/step-card/index.d.ts +3 -0
- package/es/components/dashboardMain/components/step-setting/step-card/index.js +113 -0
- package/es/components/dashboardMain/components/step-setting/step-card/index.scss +72 -0
- package/es/components/dashboardMain/components/step-setting/utils.d.ts +21 -0
- package/es/components/dashboardMain/components/step-setting/utils.js +172 -0
- package/es/components/dashboardMain/components/table-title-add-ons/index.d.ts +3 -0
- package/es/components/dashboardMain/components/table-title-add-ons/index.js +832 -0
- package/es/components/dashboardMain/components/table-title-add-ons/index.scss +44 -0
- package/es/components/dashboardMain/components/tag-setting/add-tag-dialog.d.ts +4 -0
- package/es/components/dashboardMain/components/tag-setting/add-tag-dialog.js +218 -0
- package/es/components/dashboardMain/components/tag-setting/add-tag-group-dialog.d.ts +10 -0
- package/es/components/dashboardMain/components/tag-setting/add-tag-group-dialog.js +150 -0
- package/es/components/dashboardMain/components/tag-setting/color-group.d.ts +8 -0
- package/es/components/dashboardMain/components/tag-setting/color-group.js +33 -0
- package/es/components/dashboardMain/components/tag-setting/index.d.ts +35 -0
- package/es/components/dashboardMain/components/tag-setting/index.js +632 -0
- package/es/components/dashboardMain/components/tag-setting/index.scss +152 -0
- package/es/components/dashboardMain/components/task-setting/create-pac-task/index.d.ts +24 -0
- package/es/components/dashboardMain/components/task-setting/create-pac-task/index.js +340 -0
- package/es/components/dashboardMain/components/task-setting/create-pac-task/index.scss +59 -0
- package/es/components/dashboardMain/components/task-setting/create-task/index.d.ts +22 -0
- package/es/components/dashboardMain/components/task-setting/create-task/index.js +331 -0
- package/es/components/dashboardMain/components/task-setting/create-task/index.scss +59 -0
- package/es/components/dashboardMain/components/task-setting/edit-task/index.d.ts +18 -0
- package/es/components/dashboardMain/components/task-setting/edit-task/index.js +232 -0
- package/es/components/dashboardMain/components/task-setting/edit-task/index.scss +48 -0
- package/es/components/dashboardMain/components/task-setting/index.d.ts +3 -0
- package/es/components/dashboardMain/components/task-setting/index.js +746 -0
- package/es/components/dashboardMain/components/task-setting/index.scss +39 -0
- package/es/components/dashboardMain/components/task-setting/task-card/index.d.ts +3 -0
- package/es/components/dashboardMain/components/task-setting/task-card/index.js +207 -0
- package/es/components/dashboardMain/components/task-setting/task-card/index.scss +93 -0
- package/es/components/dashboardMain/components/task-setting/task-card-new/index.d.ts +2 -0
- package/es/components/dashboardMain/components/task-setting/task-card-new/index.js +178 -0
- package/es/components/dashboardMain/components/task-setting/task-card-new/index.scss +86 -0
- package/es/components/dashboardMain/components/task-setting/task-card-new/style.module.scss +39 -0
- package/es/components/dashboardMain/components/task-setting/utils.d.ts +25 -0
- package/es/components/dashboardMain/components/task-setting/utils.js +262 -0
- package/es/components/dashboardMain/components/template-setting/CreateTypeDialog.d.ts +11 -0
- package/es/components/dashboardMain/components/template-setting/CreateTypeDialog.js +86 -0
- package/es/components/dashboardMain/components/template-setting/CreateTypeDialog.module.scss +84 -0
- package/es/components/dashboardMain/components/template-setting/index.d.ts +3 -0
- package/es/components/dashboardMain/components/template-setting/index.js +564 -0
- package/es/components/dashboardMain/components/template-setting/index.scss +41 -0
- package/es/components/dashboardMain/components/template-setting/template-card/index.d.ts +3 -0
- package/es/components/dashboardMain/components/template-setting/template-card/index.js +173 -0
- package/es/components/dashboardMain/components/template-setting/template-card/index.scss +87 -0
- package/es/components/dashboardMain/components/template-setting/utils.d.ts +25 -0
- package/es/components/dashboardMain/components/template-setting/utils.js +228 -0
- package/es/components/dashboardMain/components/variable-setting/index.d.ts +24 -0
- package/es/components/dashboardMain/components/variable-setting/index.js +562 -0
- package/es/components/dashboardMain/config.json +53 -0
- package/es/components/dashboardMain/enterprise-price/SideBarContent.d.ts +3 -0
- package/es/components/dashboardMain/enterprise-price/SideBarContent.js +171 -0
- package/es/components/dashboardMain/enterprise-price/StatisticsCharts.d.ts +9 -0
- package/es/components/dashboardMain/enterprise-price/StatisticsCharts.js +93 -0
- package/es/components/dashboardMain/enterprise-price/StatisticsContent.d.ts +3 -0
- package/es/components/dashboardMain/enterprise-price/StatisticsContent.js +90 -0
- package/es/components/dashboardMain/enterprise-price/TableContent.d.ts +3 -0
- package/es/components/dashboardMain/enterprise-price/TableContent.js +303 -0
- package/es/components/dashboardMain/enterprise-price/index.d.ts +4 -0
- package/es/components/dashboardMain/enterprise-price/index.js +99 -0
- package/es/components/dashboardMain/enterprise-price/index.scss +139 -0
- package/es/components/dashboardMain/enterprise-setting/index.d.ts +3 -0
- package/es/components/dashboardMain/enterprise-setting/index.js +114 -0
- package/es/components/dashboardMain/enterprise-setting/utils.d.ts +1 -0
- package/es/components/dashboardMain/enterprise-setting/utils.js +335 -0
- package/es/components/dashboardMain/index.d.ts +4 -0
- package/es/components/dashboardMain/index.js +688 -0
- package/es/components/dashboardMain/index.scss +73 -0
- package/es/components/dashboardMain/pipelines/copyPipeline.d.ts +13 -0
- package/es/components/dashboardMain/pipelines/copyPipeline.js +77 -0
- package/es/components/dashboardMain/pipelines/copyPipeline.scss +45 -0
- package/es/components/dashboardMain/pipelines/index.d.ts +9 -0
- package/es/components/dashboardMain/pipelines/index.js +1061 -0
- package/es/components/dashboardMain/pipelines/index.scss +24 -0
- package/es/components/dashboardMain/pipelines/util.d.ts +11 -0
- package/es/components/dashboardMain/pipelines/util.js +120 -0
- package/es/components/dashboardMain/setting/role/access.js +0 -0
- package/es/components/dashboardNav/index.d.ts +4 -0
- package/es/components/dashboardNav/index.js +1150 -0
- package/es/components/dashboardNav/index.scss +305 -0
- package/es/components/dashboardNav/util.d.ts +1 -0
- package/es/components/dashboardNav/util.js +21 -0
- package/es/components/detailMain/build/index.d.ts +10 -0
- package/es/components/detailMain/build/index.js +134 -0
- package/es/components/detailMain/current/index.d.ts +8 -0
- package/es/components/detailMain/current/index.js +129 -0
- package/es/components/detailMain/current/index.scss +0 -0
- package/es/components/detailMain/deployments/index.d.ts +8 -0
- package/es/components/detailMain/deployments/index.js +805 -0
- package/es/components/detailMain/deployments/index.scss +205 -0
- package/es/components/detailMain/deployments/release/index.d.ts +7 -0
- package/es/components/detailMain/deployments/release/index.js +57 -0
- package/es/components/detailMain/deployments/release/index.scss +35 -0
- package/es/components/detailMain/histories/columns.d.ts +5 -0
- package/es/components/detailMain/histories/columns.js +39 -0
- package/es/components/detailMain/histories/filter.d.ts +6 -0
- package/es/components/detailMain/histories/filter.js +196 -0
- package/es/components/detailMain/histories/index.d.ts +9 -0
- package/es/components/detailMain/histories/index.js +414 -0
- package/es/components/detailMain/histories/index.scss +73 -0
- package/es/components/detailMain/index.d.ts +12 -0
- package/es/components/detailMain/index.js +31 -0
- package/es/components/detailMain/metrics/index.d.ts +2 -0
- package/es/components/detailMain/metrics/index.js +50 -0
- package/es/components/detailMain/recent/index.d.ts +10 -0
- package/es/components/detailMain/recent/index.js +113 -0
- package/es/components/detailMain/recent/index.scss +0 -0
- package/es/components/detailNav/index.d.ts +8 -0
- package/es/components/detailNav/index.js +352 -0
- package/es/components/detailNav/index.scss +18 -0
- package/es/components/detailNav/link.d.ts +6 -0
- package/es/components/detailNav/link.js +24 -0
- package/es/components/diffViewer/index.d.ts +12 -0
- package/es/components/diffViewer/index.js +46 -0
- package/es/components/diffViewer/index.module.scss +22 -0
- package/es/components/go-template-wasm/go.mod +18 -0
- package/es/components/go-template-wasm/go.sum +58 -0
- package/es/components/go-template-wasm/index.html +185 -0
- package/es/components/go-template-wasm/main.go +64 -0
- package/es/components/go-template-wasm/readme.md +8 -0
- package/es/components/homeNewVersionGuidance/index.d.ts +4 -0
- package/es/components/homeNewVersionGuidance/index.js +69 -0
- package/es/components/homeNewVersionGuidance/index.scss +43 -0
- package/es/components/loading/index.d.ts +3 -0
- package/es/components/loading/index.js +23 -0
- package/es/components/log-dialog/index.js +37 -0
- package/es/components/log-dialog/index.scss +18 -0
- package/es/components/newbieTask/index.d.ts +30 -0
- package/es/components/newbieTask/index.js +647 -0
- package/es/components/newbieTask/index.scss +165 -0
- package/es/components/newbieTask/util.d.ts +45 -0
- package/es/components/newbieTask/util.js +365 -0
- package/es/components/pipeline/new/buildPipeline.d.ts +2 -0
- package/es/components/pipeline/new/buildPipeline.js +70 -0
- package/es/components/pipeline/new/defaultSettings.d.ts +1 -0
- package/es/components/pipeline/new/defaultSettings.js +48 -0
- package/es/components/pipeline/new/index.d.ts +72 -0
- package/es/components/pipeline/new/index.js +606 -0
- package/es/components/pipeline/new/index.scss +472 -0
- package/es/components/pipeline/new/pipelineTplView.d.ts +14 -0
- package/es/components/pipeline/new/pipelineTplView.js +244 -0
- package/es/components/pipeline/new/scroll-component/CategoryNav.d.ts +2 -0
- package/es/components/pipeline/new/scroll-component/CategoryNav.js +83 -0
- package/es/components/pipeline/new/scroll-component/Elements.d.ts +11 -0
- package/es/components/pipeline/new/scroll-component/Elements.js +248 -0
- package/es/components/pipeline/new/scroll-component/index.module.scss +93 -0
- package/es/components/pipeline/new/tsconfig.json +7 -0
- package/es/components/pluginLogTable/index.d.ts +7 -0
- package/es/components/pluginLogTable/index.js +91 -0
- package/es/components/pluginLogTable/index.scss +36 -0
- package/es/components/quotaNotifyCard/index.d.ts +6 -0
- package/es/components/quotaNotifyCard/index.js +147 -0
- package/es/components/quotaNotifyCard/index.scss +35 -0
- package/es/components/tbDetailLayout/index.d.ts +4 -0
- package/es/components/tbDetailLayout/index.js +32 -0
- package/es/components/tbDetailLayout/index.scss +25 -0
- package/es/components/tbPageHeader/index.d.ts +10 -0
- package/es/components/tbPageHeader/index.js +129 -0
- package/es/components/tbPageHeader/index.scss +126 -0
- package/es/components/variableGroup/deleteVariableGroupDialog.d.ts +8 -0
- package/es/components/variableGroup/deleteVariableGroupDialog.js +90 -0
- package/es/components/variableGroup/index.scss +30 -0
- package/es/components/variableGroup/newVariableGroupDialog.d.ts +11 -0
- package/es/components/variableGroup/newVariableGroupDialog.js +240 -0
- package/es/config.d.ts +8 -0
- package/es/config.js +11 -0
- package/es/contexts/index.d.ts +1 -0
- package/es/contexts/index.js +2 -0
- package/es/contexts/pipeline.d.ts +20 -0
- package/es/contexts/pipeline.js +478 -0
- package/es/index.d.ts +13 -0
- package/es/index.js +85 -0
- package/es/locale/index.d.ts +23 -0
- package/es/locale/index.js +81 -0
- package/es/locale/locale.json +6212 -0
- package/es/locale/strings/en-US.json +7900 -0
- package/es/locale/strings/index.js +1 -0
- package/es/locale/strings/zh-CN.json +7902 -0
- package/es/locale/unprocessed-code.js.txt +71 -0
- package/es/locale/unprocessed-code.txt +128 -0
- package/es/pages/403/index.d.ts +3 -0
- package/es/pages/403/index.js +33 -0
- package/es/pages/404/index.d.ts +3 -0
- package/es/pages/404/index.js +28 -0
- package/es/pages/bind/index.d.ts +2 -0
- package/es/pages/bind/index.js +13 -0
- package/es/pages/callback/error.d.ts +6 -0
- package/es/pages/callback/error.js +26 -0
- package/es/pages/callback/index.scss +4 -0
- package/es/pages/callback/success.d.ts +5 -0
- package/es/pages/callback/success.js +45 -0
- package/es/pages/dashboard/NewFeatureLead.d.ts +3 -0
- package/es/pages/dashboard/NewFeatureLead.js +66 -0
- package/es/pages/dashboard/Survey.d.ts +2 -0
- package/es/pages/dashboard/Survey.js +66 -0
- package/es/pages/dashboard/index.d.ts +5 -0
- package/es/pages/dashboard/index.js +280 -0
- package/es/pages/dashboard/index.scss +57 -0
- package/es/pages/dashboard/lead.hack.scss +13 -0
- package/es/pages/dashboard/types.d.ts +10 -0
- package/es/pages/dashboard/types.js +1 -0
- package/es/pages/dashboard/useAllowUpgradeState.d.ts +3 -0
- package/es/pages/dashboard/useAllowUpgradeState.js +77 -0
- package/es/pages/dashboard/useAnnouncement.d.ts +2 -0
- package/es/pages/dashboard/useAnnouncement.js +125 -0
- package/es/pages/detail/appstack-wrap.d.ts +8 -0
- package/es/pages/detail/appstack-wrap.js +79 -0
- package/es/pages/detail/appstack.scss +4 -0
- package/es/pages/detail/index.d.ts +4 -0
- package/es/pages/detail/index.js +133 -0
- package/es/pages/detail/index.scss +7 -0
- package/es/pages/detailSwitch/index.d.ts +2 -0
- package/es/pages/detailSwitch/index.js +6 -0
- package/es/pages/error/index.d.ts +3 -0
- package/es/pages/error/index.js +38 -0
- package/es/pages/migration/index.d.ts +4 -0
- package/es/pages/migration/index.js +276 -0
- package/es/pages/migration/index.scss +15 -0
- package/es/pages/new-detail/appstack-wrap.d.ts +7 -0
- package/es/pages/new-detail/appstack-wrap.js +61 -0
- package/es/pages/new-detail/index.d.ts +4 -0
- package/es/pages/new-detail/index.js +100 -0
- package/es/pages/new-detail/index.scss +112 -0
- package/es/pages/new-detail/operationBar/GoBackAndFeedback.d.ts +2 -0
- package/es/pages/new-detail/operationBar/GoBackAndFeedback.js +110 -0
- package/es/pages/new-detail/operationBar/index.d.ts +8 -0
- package/es/pages/new-detail/operationBar/index.js +382 -0
- package/es/pages/new-detail/operationBar/index.scss +21 -0
- package/es/pages/project/index.d.ts +5 -0
- package/es/pages/project/index.js +471 -0
- package/es/pages/project/index.scss +74 -0
- package/es/pages/project/operations.d.ts +3 -0
- package/es/pages/project/operations.js +347 -0
- package/es/pages/tbNavigationInit/Invite/index.d.ts +3 -0
- package/es/pages/tbNavigationInit/Invite/index.js +44 -0
- package/es/pages/tbNavigationInit/Invite/index.scss +20 -0
- package/es/pages/tbNavigationInit/contextSwitcher/contextMenu.d.ts +10 -0
- package/es/pages/tbNavigationInit/contextSwitcher/contextMenu.js +105 -0
- package/es/pages/tbNavigationInit/contextSwitcher/index.d.ts +6 -0
- package/es/pages/tbNavigationInit/contextSwitcher/index.js +27 -0
- package/es/pages/tbNavigationInit/contextSwitcher/index.scss +34 -0
- package/es/pages/tbNavigationInit/create/index.d.ts +2 -0
- package/es/pages/tbNavigationInit/create/index.js +34 -0
- package/es/pages/tbNavigationInit/detail.d.ts +7 -0
- package/es/pages/tbNavigationInit/detail.js +110 -0
- package/es/pages/tbNavigationInit/help/index.d.ts +2 -0
- package/es/pages/tbNavigationInit/help/index.js +26 -0
- package/es/pages/tbNavigationInit/index.d.ts +1 -0
- package/es/pages/tbNavigationInit/index.js +69 -0
- package/es/pages/tbNavigationInit/operation/index.d.ts +2 -0
- package/es/pages/tbNavigationInit/operation/index.js +98 -0
- package/es/pages/tbNavigationInit/serviceMessager/index.d.ts +5 -0
- package/es/pages/tbNavigationInit/serviceMessager/index.js +36 -0
- package/es/pages/tbNavigationInit/star/index.d.ts +3 -0
- package/es/pages/tbNavigationInit/star/index.js +56 -0
- package/es/pages/tools/jenkins/import/cp2flow/index.d.ts +15 -0
- package/es/pages/tools/jenkins/import/cp2flow/index.js +461 -0
- package/es/pages/tools/jenkins/import/guide/index.d.ts +8 -0
- package/es/pages/tools/jenkins/import/guide/index.js +51 -0
- package/es/pages/tools/jenkins/import/index.d.ts +7 -0
- package/es/pages/tools/jenkins/import/index.js +26 -0
- package/es/pages/tools/jenkins/import/index.scss +50 -0
- package/es/pages/tools/jenkins/import/main/index.d.ts +5 -0
- package/es/pages/tools/jenkins/import/main/index.js +67 -0
- package/es/pages/tools/jenkins/import/step-line/index.d.ts +5 -0
- package/es/pages/tools/jenkins/import/step-line/index.js +29 -0
- package/es/pages/tools/jenkins/import/xml2flow/index.d.ts +14 -0
- package/es/pages/tools/jenkins/import/xml2flow/index.js +137 -0
- package/es/pages/tour/dataSource.d.ts +105 -0
- package/es/pages/tour/dataSource.js +605 -0
- package/es/pages/tour/index.d.ts +2 -0
- package/es/pages/tour/index.js +8 -0
- package/es/resources_hack.d.ts +1 -0
- package/es/resources_hack.js +1 -0
- package/es/socket.d.ts +2 -0
- package/es/socket.js +50 -0
- package/es/style.js +14 -0
- package/es/types/CustomPipelineTemplate.d.ts +27 -0
- package/es/types/CustomPipelineTemplate.js +1 -0
- package/es/types/Pipeline.d.ts +34 -0
- package/es/types/Pipeline.js +1 -0
- package/es/types/PipelineConfigVo.d.ts +28 -0
- package/es/types/PipelineConfigVo.js +1 -0
- package/es/types/PipelineRun.d.ts +179 -0
- package/es/types/PipelineRun.js +1 -0
- package/es/types/PipelineStageTemplate.d.ts +33 -0
- package/es/types/PipelineStageTemplate.js +1 -0
- package/es/types/PipelineVo.d.ts +26 -0
- package/es/types/PipelineVo.js +1 -0
- package/es/types/PresetPipelineTemplate.d.ts +30 -0
- package/es/types/PresetPipelineTemplate.js +1 -0
- package/es/types/flowStep.js +0 -0
- package/es/types/index.d.ts +6 -0
- package/es/types/job.d.ts +60 -0
- package/es/types/job.js +1 -0
- package/es/types/pac.d.ts +4 -0
- package/es/types/pac.js +1 -0
- package/es/types/sources.d.ts +15 -0
- package/es/types/sources.js +16 -0
- package/es/types/steps.d.ts +26 -0
- package/es/types/steps.js +1 -0
- package/es/utils/aliyunRegions.d.ts +4 -0
- package/es/utils/aliyunRegions.js +176 -0
- package/es/utils/api/index.d.ts +32 -0
- package/es/utils/api/index.js +214 -0
- package/es/utils/apimap/index.d.ts +20 -0
- package/es/utils/apimap/index.js +342 -0
- package/es/utils/apimap/maps/access.d.ts +6 -0
- package/es/utils/apimap/maps/access.js +46 -0
- package/es/utils/apimap/maps/ack.d.ts +6 -0
- package/es/utils/apimap/maps/ack.js +6 -0
- package/es/utils/apimap/maps/acr.d.ts +10 -0
- package/es/utils/apimap/maps/acr.js +22 -0
- package/es/utils/apimap/maps/aone_code.d.ts +6 -0
- package/es/utils/apimap/maps/aone_code.js +32 -0
- package/es/utils/apimap/maps/appstack.d.ts +8 -0
- package/es/utils/apimap/maps/appstack.js +8 -0
- package/es/utils/apimap/maps/atomgit.d.ts +6 -0
- package/es/utils/apimap/maps/atomgit.js +18 -0
- package/es/utils/apimap/maps/cd-pipeline.d.ts +23 -0
- package/es/utils/apimap/maps/cd-pipeline.js +53 -0
- package/es/utils/apimap/maps/codeup.d.ts +6 -0
- package/es/utils/apimap/maps/codeup.js +26 -0
- package/es/utils/apimap/maps/credentials.d.ts +6 -0
- package/es/utils/apimap/maps/credentials.js +30 -0
- package/es/utils/apimap/maps/emas.d.ts +12 -0
- package/es/utils/apimap/maps/emas.js +15 -0
- package/es/utils/apimap/maps/git-oauth2.d.ts +10 -0
- package/es/utils/apimap/maps/git-oauth2.js +27 -0
- package/es/utils/apimap/maps/index.d.ts +253 -0
- package/es/utils/apimap/maps/index.js +54 -0
- package/es/utils/apimap/maps/jenkins.d.ts +6 -0
- package/es/utils/apimap/maps/jenkins.js +26 -0
- package/es/utils/apimap/maps/machine-group.d.ts +17 -0
- package/es/utils/apimap/maps/machine-group.js +133 -0
- package/es/utils/apimap/maps/packages.d.ts +10 -0
- package/es/utils/apimap/maps/packages.js +30 -0
- package/es/utils/apimap/maps/pipeline.d.ts +42 -0
- package/es/utils/apimap/maps/pipeline.js +382 -0
- package/es/utils/apimap/maps/pipeline2.d.ts +17 -0
- package/es/utils/apimap/maps/pipeline2.js +50 -0
- package/es/utils/apimap/maps/quota.d.ts +7 -0
- package/es/utils/apimap/maps/quota.js +31 -0
- package/es/utils/apimap/maps/region.d.ts +7 -0
- package/es/utils/apimap/maps/region.js +15 -0
- package/es/utils/apimap/maps/resource.d.ts +6 -0
- package/es/utils/apimap/maps/resource.js +30 -0
- package/es/utils/apimap/maps/service-connection.d.ts +6 -0
- package/es/utils/apimap/maps/service-connection.js +50 -0
- package/es/utils/apimap/maps/tag.d.ts +6 -0
- package/es/utils/apimap/maps/tag.js +26 -0
- package/es/utils/apimap/maps/tools.d.ts +10 -0
- package/es/utils/apimap/maps/tools.js +19 -0
- package/es/utils/apimap/maps/uiless.d.ts +12 -0
- package/es/utils/apimap/maps/uiless.js +46 -0
- package/es/utils/apimap/maps/user.d.ts +10 -0
- package/es/utils/apimap/maps/user.js +38 -0
- package/es/utils/apimap/maps/variable-group.d.ts +16 -0
- package/es/utils/apimap/maps/variable-group.js +20 -0
- package/es/utils/apimap/maps/webhook.d.ts +5 -0
- package/es/utils/apimap/maps/webhook.js +5 -0
- package/es/utils/appSDK.d.ts +1 -0
- package/es/utils/appSDK.js +51 -0
- package/es/utils/codeupRootPath.d.ts +1 -0
- package/es/utils/codeupRootPath.js +11 -0
- package/es/utils/contextPathUtil.d.ts +16 -0
- package/es/utils/contextPathUtil.js +40 -0
- package/es/utils/debug.d.ts +1 -0
- package/es/utils/debug.js +4 -0
- package/es/utils/download.d.ts +1 -0
- package/es/utils/download.js +13 -0
- package/es/utils/dplusUtil.d.ts +1 -0
- package/es/utils/dplusUtil.js +5 -0
- package/es/utils/embedMark.js +1 -0
- package/es/utils/features/aliyun.d.ts +29 -0
- package/es/utils/features/aliyun.js +70 -0
- package/es/utils/features/index.d.ts +2 -0
- package/es/utils/features/index.js +19 -0
- package/es/utils/features/vpc.d.ts +417 -0
- package/es/utils/features/vpc.js +27 -0
- package/es/utils/helplink/index.d.ts +5 -0
- package/es/utils/helplink/index.js +30 -0
- package/es/utils/hooks/index.d.ts +7 -0
- package/es/utils/hooks/index.js +7 -0
- package/es/utils/hooks/useAsyncData.d.ts +14 -0
- package/es/utils/hooks/useAsyncData.js +36 -0
- package/es/utils/hooks/useBackupState.d.ts +2 -0
- package/es/utils/hooks/useBackupState.js +31 -0
- package/es/utils/hooks/useBoxSize.d.ts +8 -0
- package/es/utils/hooks/useBoxSize.js +33 -0
- package/es/utils/hooks/useDidMount.d.ts +2 -0
- package/es/utils/hooks/useDidMount.js +17 -0
- package/es/utils/hooks/useEvent.d.ts +3 -0
- package/es/utils/hooks/useEvent.js +69 -0
- package/es/utils/hooks/useEventListener.d.ts +2 -0
- package/es/utils/hooks/useEventListener.js +25 -0
- package/es/utils/hooks/usePrevious.d.ts +4 -0
- package/es/utils/hooks/usePrevious.js +13 -0
- package/es/utils/hooks/useResize.d.ts +2 -0
- package/es/utils/hooks/useResize.js +21 -0
- package/es/utils/hooks/useUnmount.d.ts +2 -0
- package/es/utils/hooks/useUnmount.js +10 -0
- package/es/utils/index.d.ts +77 -0
- package/es/utils/index.js +544 -0
- package/es/utils/initYunxiaoCommon.js +231 -0
- package/es/utils/loadable/index.d.ts +2 -0
- package/es/utils/loadable/index.js +13 -0
- package/es/utils/locale.json +8 -0
- package/es/utils/md.style.css +811 -0
- package/es/utils/monitor/init.d.ts +5 -0
- package/es/utils/monitor/init.js +38 -0
- package/es/utils/permissionUtil.d.ts +5 -0
- package/es/utils/permissionUtil.js +42 -0
- package/es/utils/pinyinTools.d.ts +3 -0
- package/es/utils/pinyinTools.js +13 -0
- package/es/utils/pipelineTools.d.ts +19 -0
- package/es/utils/pipelineTools.js +167 -0
- package/es/utils/route-utils.d.ts +1 -0
- package/es/utils/route-utils.js +5 -0
- package/es/utils/schema-pac-vpc.d.ts +403 -0
- package/es/utils/schema-pac-vpc.js +924 -0
- package/es/utils/schema-pac.d.ts +3 -0
- package/es/utils/schema-pac.js +1126 -0
- package/es/utils/schema-shared.d.ts +3 -0
- package/es/utils/schema-shared.js +169 -0
- package/es/utils/track/index.d.ts +28 -0
- package/es/utils/track/index.js +38 -0
- package/es/utils/track/init.d.ts +10 -0
- package/es/utils/track/init.js +94 -0
- package/package.json +51 -0
|
@@ -0,0 +1,1010 @@
|
|
|
1
|
+
import _objectWithoutPropertiesLoose from "@babel/runtime/helpers/objectWithoutPropertiesLoose";
|
|
2
|
+
import _extends from "@babel/runtime/helpers/extends";
|
|
3
|
+
import _asyncToGenerator from "@babel/runtime/helpers/asyncToGenerator";
|
|
4
|
+
import _createClass from "@babel/runtime/helpers/createClass";
|
|
5
|
+
import _inheritsLoose from "@babel/runtime/helpers/inheritsLoose";
|
|
6
|
+
var _excluded = ["sign", "type", "name", "isBranchMode", "repo"],
|
|
7
|
+
_excluded2 = ["sign", "type", "name", "isBranchMode", "repo"];
|
|
8
|
+
import _regeneratorRuntime from "@babel/runtime/regenerator";
|
|
9
|
+
/* eslint-disable react/no-unused-prop-types */
|
|
10
|
+
import React, { Component, Suspense } from 'react';
|
|
11
|
+
import { Balloon, Loading, Dialog, Field, Message, Tag } from '@teamix/ui';
|
|
12
|
+
import { YunxiaoIcon, Title } from '@alife/devops-ui';
|
|
13
|
+
import Image from "../icon-image";
|
|
14
|
+
import cls from 'classnames';
|
|
15
|
+
import GuideHint from "../guide-hint";
|
|
16
|
+
import PipelineConfiguration from "../pipeline-configuration";
|
|
17
|
+
import track from "../../../../utils/track";
|
|
18
|
+
import tools, { intervalEnterTime, setLocalStorageCache, getLocalStorageCache, getFeature } from "../../../../utils";
|
|
19
|
+
import pipelineTools from "../../../../utils/pipelineTools";
|
|
20
|
+
import YAML from 'js-yaml';
|
|
21
|
+
import exceed from "../../../../utils/apimap";
|
|
22
|
+
import PipelineSource from "../pipeline-source";
|
|
23
|
+
import Flow from "../flow";
|
|
24
|
+
import { transform, sourceIconMap, getSourceToolIcon, fetchSteps, fetchComponents, fetchStageTemplate, buildJob } from "./utils";
|
|
25
|
+
import { get, set, filter } from 'lodash-es';
|
|
26
|
+
import intl from "../../../../locale";
|
|
27
|
+
import "./index.scss";
|
|
28
|
+
import { ARTIFACT_SOURCE, getCategoryFromType } from "../pipeline-source/util";
|
|
29
|
+
import { isStepAppstackPresetAppname } from "../../../../utils";
|
|
30
|
+
import { ArtifactSourceTypes } from "../pipeline-source/artifact-source";
|
|
31
|
+
var Tooltip = Balloon.Tooltip;
|
|
32
|
+
|
|
33
|
+
/** yaml debug 视图 */
|
|
34
|
+
export var LIST_MODE = 'List';
|
|
35
|
+
export var YAML_MODE = 'Yaml';
|
|
36
|
+
var env = window.AK_GLOBAL.env;
|
|
37
|
+
export { transform, getSourceToolIcon };
|
|
38
|
+
var PREFIX = 'pipeline-flow';
|
|
39
|
+
var STEPS_CACHE_KEY = 'pipeline-execution-steps';
|
|
40
|
+
var timers = {
|
|
41
|
+
autoSourceOpenTimer: null,
|
|
42
|
+
autoCreateHelperOpenTimer: null,
|
|
43
|
+
delaySourceOpenTimer1: null,
|
|
44
|
+
delaySourceOpenTimer2: null,
|
|
45
|
+
delaySourceOpenTimer3: null,
|
|
46
|
+
jobMenuVisibleTimer: null,
|
|
47
|
+
menuVisibleTimer: null,
|
|
48
|
+
changeFlowTimer: null
|
|
49
|
+
};
|
|
50
|
+
var title = function title(trigger, text, pipelineName) {
|
|
51
|
+
return /*#__PURE__*/React.createElement(Title, {
|
|
52
|
+
trigger: pipelineName || trigger,
|
|
53
|
+
align: "t"
|
|
54
|
+
}, text || trigger);
|
|
55
|
+
};
|
|
56
|
+
var tooltip = function tooltip(trigger, text) {
|
|
57
|
+
return /*#__PURE__*/React.createElement(Tooltip, {
|
|
58
|
+
trigger: trigger,
|
|
59
|
+
align: "t"
|
|
60
|
+
}, text || trigger);
|
|
61
|
+
};
|
|
62
|
+
var MonacoEditor = /*#__PURE__*/React.lazy(function () {
|
|
63
|
+
return import(/* webpackChunkName: 'editor' */"./editor");
|
|
64
|
+
});
|
|
65
|
+
var PipelineFlowOrchestrator = /*#__PURE__*/function (_Component) {
|
|
66
|
+
function PipelineFlowOrchestrator(_props) {
|
|
67
|
+
var _this;
|
|
68
|
+
_this = _Component.call(this, _props) || this;
|
|
69
|
+
_this.onAutoOpen = function () {
|
|
70
|
+
var sourceOpen = tools.getUrlSearchParam.call(tools, 'source');
|
|
71
|
+
var createHelperOpen = tools.getUrlSearchParam.call(tools, 'createHelper');
|
|
72
|
+
if (timers.autoSourceOpenTimer) clearTimeout(timers.autoSourceOpenTimer);
|
|
73
|
+
if (timers.autoCreateHelperOpenTimer) clearTimeout(timers.autoCreateHelperOpenTimer);
|
|
74
|
+
if (sourceOpen === 'open' && (!getFeature('create.pipeline.helper') || createHelperOpen !== 'open')) {
|
|
75
|
+
timers.autoSourceOpenTimer = setTimeout(function () {
|
|
76
|
+
var jobMenuVisible = _this.state.jobMenuVisible;
|
|
77
|
+
!jobMenuVisible && _this.onSourcesOpen();
|
|
78
|
+
}, 700);
|
|
79
|
+
return;
|
|
80
|
+
}
|
|
81
|
+
if (createHelperOpen === 'open') {
|
|
82
|
+
timers.autoCreateHelperOpenTimer = setTimeout(function () {
|
|
83
|
+
_this.setState({
|
|
84
|
+
configurationVisible: true
|
|
85
|
+
});
|
|
86
|
+
}, 600);
|
|
87
|
+
}
|
|
88
|
+
};
|
|
89
|
+
_this.initBranchInfo = function (props) {
|
|
90
|
+
var sourceArr = JSON.parse(props.sources || '[]');
|
|
91
|
+
var index = sourceArr.findIndex(function (_ref) {
|
|
92
|
+
var _ref$data = _ref.data,
|
|
93
|
+
data = _ref$data === void 0 ? {} : _ref$data;
|
|
94
|
+
return data.isBranchMode;
|
|
95
|
+
});
|
|
96
|
+
if (index === -1) {
|
|
97
|
+
return {};
|
|
98
|
+
}
|
|
99
|
+
return {
|
|
100
|
+
index: index,
|
|
101
|
+
isBranchMode: true
|
|
102
|
+
};
|
|
103
|
+
};
|
|
104
|
+
_this.getStepInfo = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee() {
|
|
105
|
+
var useCache, _ref3, list, appstacks;
|
|
106
|
+
return _regeneratorRuntime.wrap(function _callee$(_context) {
|
|
107
|
+
while (1) switch (_context.prev = _context.next) {
|
|
108
|
+
case 0:
|
|
109
|
+
useCache = !_this.state.stepList.length;
|
|
110
|
+
_context.next = 3;
|
|
111
|
+
return fetchSteps();
|
|
112
|
+
case 3:
|
|
113
|
+
_context.t0 = _context.sent;
|
|
114
|
+
if (_context.t0) {
|
|
115
|
+
_context.next = 6;
|
|
116
|
+
break;
|
|
117
|
+
}
|
|
118
|
+
_context.t0 = {};
|
|
119
|
+
case 6:
|
|
120
|
+
_ref3 = _context.t0;
|
|
121
|
+
list = _ref3.list;
|
|
122
|
+
// hack appstack
|
|
123
|
+
if (window.__isEmbedInAppstack && window.__appstackAppName) {
|
|
124
|
+
appstacks = list.filter(function (v) {
|
|
125
|
+
return isStepAppstackPresetAppname(v.stepType);
|
|
126
|
+
});
|
|
127
|
+
appstacks.forEach(function (aStep) {
|
|
128
|
+
var def = YAML.load(aStep.def);
|
|
129
|
+
var appName = def.items.find(function (item) {
|
|
130
|
+
return item.name === 'APP_NAME';
|
|
131
|
+
});
|
|
132
|
+
appName.disableCondition = 'true == true';
|
|
133
|
+
aStep.def = YAML.dump(def);
|
|
134
|
+
});
|
|
135
|
+
}
|
|
136
|
+
if (useCache) {
|
|
137
|
+
_this.setState({
|
|
138
|
+
stepList: list
|
|
139
|
+
});
|
|
140
|
+
}
|
|
141
|
+
setLocalStorageCache(STEPS_CACHE_KEY, list);
|
|
142
|
+
case 11:
|
|
143
|
+
case "end":
|
|
144
|
+
return _context.stop();
|
|
145
|
+
}
|
|
146
|
+
}, _callee);
|
|
147
|
+
}));
|
|
148
|
+
_this.getSatgeTemplateList = function () {
|
|
149
|
+
exceed.fetch({
|
|
150
|
+
api: 'template.list.query',
|
|
151
|
+
data: {
|
|
152
|
+
templateType: 'stage',
|
|
153
|
+
env: env
|
|
154
|
+
}
|
|
155
|
+
}).then(function (_ref4) {
|
|
156
|
+
var successful = _ref4.successful,
|
|
157
|
+
_ref4$object = _ref4.object,
|
|
158
|
+
object = _ref4$object === void 0 ? {} : _ref4$object;
|
|
159
|
+
if (successful) {
|
|
160
|
+
_this.setState({
|
|
161
|
+
satgeTemplateList: object.dataList
|
|
162
|
+
});
|
|
163
|
+
}
|
|
164
|
+
});
|
|
165
|
+
};
|
|
166
|
+
_this.getComponentInfo = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee2() {
|
|
167
|
+
var _ref6, list;
|
|
168
|
+
return _regeneratorRuntime.wrap(function _callee2$(_context2) {
|
|
169
|
+
while (1) switch (_context2.prev = _context2.next) {
|
|
170
|
+
case 0:
|
|
171
|
+
_context2.next = 2;
|
|
172
|
+
return fetchComponents();
|
|
173
|
+
case 2:
|
|
174
|
+
_context2.t0 = _context2.sent;
|
|
175
|
+
if (_context2.t0) {
|
|
176
|
+
_context2.next = 5;
|
|
177
|
+
break;
|
|
178
|
+
}
|
|
179
|
+
_context2.t0 = {};
|
|
180
|
+
case 5:
|
|
181
|
+
_ref6 = _context2.t0;
|
|
182
|
+
list = _ref6.list;
|
|
183
|
+
_this.setState({
|
|
184
|
+
components: list
|
|
185
|
+
});
|
|
186
|
+
case 8:
|
|
187
|
+
case "end":
|
|
188
|
+
return _context2.stop();
|
|
189
|
+
}
|
|
190
|
+
}, _callee2);
|
|
191
|
+
}));
|
|
192
|
+
_this.getStageTemplateGroupList = /*#__PURE__*/_asyncToGenerator(/*#__PURE__*/_regeneratorRuntime.mark(function _callee3() {
|
|
193
|
+
var _yield$fetchStageTemp, list, newList;
|
|
194
|
+
return _regeneratorRuntime.wrap(function _callee3$(_context3) {
|
|
195
|
+
while (1) switch (_context3.prev = _context3.next) {
|
|
196
|
+
case 0:
|
|
197
|
+
_context3.next = 2;
|
|
198
|
+
return fetchStageTemplate();
|
|
199
|
+
case 2:
|
|
200
|
+
_yield$fetchStageTemp = _context3.sent;
|
|
201
|
+
list = _yield$fetchStageTemp.list;
|
|
202
|
+
newList = [];
|
|
203
|
+
list.forEach(function (l) {
|
|
204
|
+
var enabledTemplate = filter(l.list, function (e) {
|
|
205
|
+
return !e.disable;
|
|
206
|
+
});
|
|
207
|
+
if (enabledTemplate.length > 0) {
|
|
208
|
+
l.list = enabledTemplate;
|
|
209
|
+
newList.unshift(l);
|
|
210
|
+
}
|
|
211
|
+
});
|
|
212
|
+
_this.setState({
|
|
213
|
+
stageTemplateGroupList: newList
|
|
214
|
+
});
|
|
215
|
+
case 7:
|
|
216
|
+
case "end":
|
|
217
|
+
return _context3.stop();
|
|
218
|
+
}
|
|
219
|
+
}, _callee3);
|
|
220
|
+
}));
|
|
221
|
+
_this.clearTimers = function () {
|
|
222
|
+
Object.keys(timers).forEach(function (k) {
|
|
223
|
+
return timers[k] && clearTimeout(timers[k]);
|
|
224
|
+
});
|
|
225
|
+
};
|
|
226
|
+
_this.onSourcesOpen = function (_temp, cb) {
|
|
227
|
+
var _ref8 = _temp === void 0 ? {} : _temp,
|
|
228
|
+
_ref8$closeJobMenu = _ref8.closeJobMenu,
|
|
229
|
+
closeJobMenu = _ref8$closeJobMenu === void 0 ? false : _ref8$closeJobMenu,
|
|
230
|
+
mode = _ref8.mode;
|
|
231
|
+
var _this$state = _this.state,
|
|
232
|
+
jobMenuVisible = _this$state.jobMenuVisible,
|
|
233
|
+
sourceVisible = _this$state.sourceVisible,
|
|
234
|
+
idx = _this$state.idx;
|
|
235
|
+
var open = function open() {
|
|
236
|
+
_this.setState({
|
|
237
|
+
sourceVisible: true
|
|
238
|
+
});
|
|
239
|
+
};
|
|
240
|
+
|
|
241
|
+
// // 编辑流程侧边栏已打开,先关闭编辑流程侧边栏, 在打开源侧边栏
|
|
242
|
+
if (closeJobMenu && jobMenuVisible) {
|
|
243
|
+
if (timers.delaySourceOpenTimer1) clearTimeout(timers.delaySourceOpenTimer1);
|
|
244
|
+
_this.setJobMenuVisible(false, function () {
|
|
245
|
+
timers.delaySourceOpenTimer1 = setTimeout(open, 700);
|
|
246
|
+
});
|
|
247
|
+
return;
|
|
248
|
+
}
|
|
249
|
+
// // 编辑源侧边栏已打开,点击添加源, 先关闭编辑源, 在打开添加源
|
|
250
|
+
if (mode === 'add' && sourceVisible && idx !== null) {
|
|
251
|
+
if (timers.delaySourceOpenTimer2) clearTimeout(timers.delaySourceOpenTimer2);
|
|
252
|
+
_this.onSourcesClose();
|
|
253
|
+
timers.delaySourceOpenTimer2 = setTimeout(open, 700);
|
|
254
|
+
return;
|
|
255
|
+
}
|
|
256
|
+
// 编辑源侧边栏已打开, 先关闭原来的再打开, 保证组件内部状态正确
|
|
257
|
+
if (sourceVisible && idx !== null) {
|
|
258
|
+
if (timers.delaySourceOpenTimer3) clearTimeout(timers.delaySourceOpenTimer3);
|
|
259
|
+
_this.onSourcesClose();
|
|
260
|
+
timers.delaySourceOpenTimer3 = setTimeout(open, 700);
|
|
261
|
+
return;
|
|
262
|
+
}
|
|
263
|
+
cb && cb();
|
|
264
|
+
open();
|
|
265
|
+
};
|
|
266
|
+
_this.onSourcesValidate = function () {
|
|
267
|
+
var _this2 = _this,
|
|
268
|
+
_this2$state = _this2.state,
|
|
269
|
+
sourceInvalidate = _this2$state.sourceInvalidate,
|
|
270
|
+
idx = _this2$state.idx,
|
|
271
|
+
sourceField = _this2.sourceField;
|
|
272
|
+
var c_sourceInvalidate = _extends({}, sourceInvalidate);
|
|
273
|
+
if (Number.isInteger(idx)) {
|
|
274
|
+
sourceField.validate(function (errs, param) {
|
|
275
|
+
c_sourceInvalidate[param.sign] = !!errs;
|
|
276
|
+
});
|
|
277
|
+
}
|
|
278
|
+
_this.setState({
|
|
279
|
+
sourceInvalidate: c_sourceInvalidate
|
|
280
|
+
});
|
|
281
|
+
return {
|
|
282
|
+
sourceInvalidate: c_sourceInvalidate
|
|
283
|
+
};
|
|
284
|
+
};
|
|
285
|
+
_this.onSourcesClose = function (validate) {
|
|
286
|
+
if (validate === void 0) {
|
|
287
|
+
validate = true;
|
|
288
|
+
}
|
|
289
|
+
validate && _this.onSourcesValidate();
|
|
290
|
+
_this.setState({
|
|
291
|
+
sourceVisible: false,
|
|
292
|
+
idx: null
|
|
293
|
+
}, function () {
|
|
294
|
+
_this.sourceField.reset();
|
|
295
|
+
});
|
|
296
|
+
};
|
|
297
|
+
_this.onOpenSourceMenu = function (source, idx) {
|
|
298
|
+
if (!source) return;
|
|
299
|
+
var _this$state2 = _this.state,
|
|
300
|
+
i_idx = _this$state2.idx,
|
|
301
|
+
sourceVisible = _this$state2.sourceVisible;
|
|
302
|
+
if (sourceVisible && idx === i_idx) return;
|
|
303
|
+
var saveSource = function saveSource() {
|
|
304
|
+
_this.setState({
|
|
305
|
+
idx: idx
|
|
306
|
+
});
|
|
307
|
+
_this.sourceField.reset();
|
|
308
|
+
_this.sourceField.setValues({
|
|
309
|
+
name: source.name,
|
|
310
|
+
type: source.type,
|
|
311
|
+
sign: source.sign
|
|
312
|
+
});
|
|
313
|
+
Object.entries(source.data).forEach(function (_ref9) {
|
|
314
|
+
var key = _ref9[0],
|
|
315
|
+
val = _ref9[1];
|
|
316
|
+
_this.sourceField.setValue(key, val);
|
|
317
|
+
});
|
|
318
|
+
};
|
|
319
|
+
if (_this.state.sourceVisible) {
|
|
320
|
+
_this.onSourcesOpen({
|
|
321
|
+
closeJobMenu: true
|
|
322
|
+
}, saveSource);
|
|
323
|
+
return;
|
|
324
|
+
}
|
|
325
|
+
saveSource();
|
|
326
|
+
_this.onSourcesOpen({
|
|
327
|
+
closeJobMenu: true
|
|
328
|
+
});
|
|
329
|
+
};
|
|
330
|
+
_this.onBranchModeChange = function (isBranchMode, index) {
|
|
331
|
+
var _this$state3 = _this.state,
|
|
332
|
+
stageTemplateGroupList = _this$state3.stageTemplateGroupList,
|
|
333
|
+
components = _this$state3.components,
|
|
334
|
+
stepList = _this$state3.stepList;
|
|
335
|
+
var nextFlow = YAML.load(_this.props.flow).pipeline;
|
|
336
|
+
timers.changeFlowTimer && clearTimeout(timers.changeFlowTimer);
|
|
337
|
+
var _get = get(nextFlow, '[0]', {}),
|
|
338
|
+
mode = _get.mode,
|
|
339
|
+
single = _get.single;
|
|
340
|
+
var change = false;
|
|
341
|
+
if (isBranchMode && mode !== 'branch' && !single) {
|
|
342
|
+
var _ref10 = stageTemplateGroupList.find(function (_ref11) {
|
|
343
|
+
var group = _ref11.group;
|
|
344
|
+
return group === 'code';
|
|
345
|
+
}).list.find(function (_ref12) {
|
|
346
|
+
var s = _ref12.sign;
|
|
347
|
+
return s === 'BRANCH_MANAGER';
|
|
348
|
+
}) || {},
|
|
349
|
+
content = _ref10.content;
|
|
350
|
+
if (!content) {
|
|
351
|
+
Message.error({
|
|
352
|
+
title: intl.get({
|
|
353
|
+
// id: 'rdc-tb-cd-assets.teambition.pipeline-flow-orchestrator.Failed',
|
|
354
|
+
// defaultMessage: '失败',
|
|
355
|
+
// }),
|
|
356
|
+
// content: intl.get({
|
|
357
|
+
id: 'rdc-tb-cd-assets.teambition.pipeline-flow-orchestrator.FailedToEnableBranchMode',
|
|
358
|
+
defaultMessage: '开启分支模式失败,请刷新重试,如无法解决请联系管理员'
|
|
359
|
+
})
|
|
360
|
+
});
|
|
361
|
+
}
|
|
362
|
+
var job = buildJob(content, components, stepList);
|
|
363
|
+
nextFlow.unshift({
|
|
364
|
+
single: true,
|
|
365
|
+
mode: 'branch',
|
|
366
|
+
name: intl.get({
|
|
367
|
+
id: 'rdc-tb-cd-assets.teambition.pipeline-flow-orchestrator.BranchIntegration',
|
|
368
|
+
defaultMessage: '分支集成'
|
|
369
|
+
}),
|
|
370
|
+
stages: [{
|
|
371
|
+
driven: 'AUTO',
|
|
372
|
+
jobs: [job]
|
|
373
|
+
}]
|
|
374
|
+
});
|
|
375
|
+
change = true;
|
|
376
|
+
}
|
|
377
|
+
if (!isBranchMode && single && mode === 'branch') {
|
|
378
|
+
nextFlow.splice(0, 1);
|
|
379
|
+
change = true;
|
|
380
|
+
}
|
|
381
|
+
if (!change) {
|
|
382
|
+
return;
|
|
383
|
+
}
|
|
384
|
+
console.log('change branch mode');
|
|
385
|
+
var cb = function cb() {
|
|
386
|
+
_this.setState({
|
|
387
|
+
openBranchInfo: {
|
|
388
|
+
index: index,
|
|
389
|
+
isBranchMode: isBranchMode
|
|
390
|
+
}
|
|
391
|
+
});
|
|
392
|
+
_this.props.onPipelineChange(YAML.safeDump({
|
|
393
|
+
schema: 'tb',
|
|
394
|
+
pipeline: nextFlow
|
|
395
|
+
}), nextFlow, false);
|
|
396
|
+
};
|
|
397
|
+
// 延迟避免卡顿, 待添加源主线程走完在进行change flow
|
|
398
|
+
timers.changeFlowTimer = setTimeout(cb, 350);
|
|
399
|
+
};
|
|
400
|
+
_this.onSaveSource = function () {
|
|
401
|
+
_this.sourceField.validate(function (errors, values) {
|
|
402
|
+
if (!errors) {
|
|
403
|
+
var _ref13 = _this.props || {},
|
|
404
|
+
sources = _ref13.sources,
|
|
405
|
+
onSourcesChange = _ref13.onSourcesChange;
|
|
406
|
+
var idx = _this.state.idx;
|
|
407
|
+
var sign = values.sign,
|
|
408
|
+
type = values.type,
|
|
409
|
+
name = values.name,
|
|
410
|
+
isBranchMode = values.isBranchMode,
|
|
411
|
+
repo = values.repo,
|
|
412
|
+
data = _objectWithoutPropertiesLoose(values, _excluded);
|
|
413
|
+
var matches = (repo === null || repo === void 0 ? void 0 : repo.match(/[:/]([^/]+\/[^/]+)\.git/)) || [];
|
|
414
|
+
var label = "" + (matches[1] || '');
|
|
415
|
+
var source = {
|
|
416
|
+
sign: sign || name,
|
|
417
|
+
label: label || name,
|
|
418
|
+
type: type,
|
|
419
|
+
name: name,
|
|
420
|
+
data: _extends({}, data, {
|
|
421
|
+
isBranchMode: isBranchMode,
|
|
422
|
+
repo: repo
|
|
423
|
+
})
|
|
424
|
+
};
|
|
425
|
+
var sourceArr = JSON.parse(sources || '[]');
|
|
426
|
+
if (Number.isInteger(idx)) {
|
|
427
|
+
sourceArr[idx] = source;
|
|
428
|
+
} else {
|
|
429
|
+
sourceArr.push(source);
|
|
430
|
+
}
|
|
431
|
+
isBranchMode && _this.onBranchModeChange(true, sourceArr.length - 1);
|
|
432
|
+
onSourcesChange(JSON.stringify(sourceArr));
|
|
433
|
+
_this.onSourcesClose();
|
|
434
|
+
track({
|
|
435
|
+
action: 'select pipeline source continue',
|
|
436
|
+
page: _this.props.trackPage || 'edit page',
|
|
437
|
+
daysinceenterflow: intervalEnterTime()
|
|
438
|
+
});
|
|
439
|
+
} else {
|
|
440
|
+
console.error('sourceField validate failed: ', errors);
|
|
441
|
+
}
|
|
442
|
+
});
|
|
443
|
+
};
|
|
444
|
+
_this.onUpdateSource = function (key) {
|
|
445
|
+
console.log('onUpdateSource', key);
|
|
446
|
+
var _this3 = _this,
|
|
447
|
+
idx = _this3.state.idx,
|
|
448
|
+
_this3$props = _this3.props,
|
|
449
|
+
_this3$props2 = _this3$props === void 0 ? {} : _this3$props,
|
|
450
|
+
sources = _this3$props2.sources,
|
|
451
|
+
onSourcesChange = _this3$props2.onSourcesChange,
|
|
452
|
+
sourceField = _this3.sourceField;
|
|
453
|
+
if (!Number.isInteger(idx)) return;
|
|
454
|
+
var sourceArr = JSON.parse(sources || '[]');
|
|
455
|
+
var _sourceField$getValue = sourceField.getValues(),
|
|
456
|
+
sign = _sourceField$getValue.sign,
|
|
457
|
+
type = _sourceField$getValue.type,
|
|
458
|
+
name = _sourceField$getValue.name,
|
|
459
|
+
isBranchMode = _sourceField$getValue.isBranchMode,
|
|
460
|
+
repo = _sourceField$getValue.repo,
|
|
461
|
+
data = _objectWithoutPropertiesLoose(_sourceField$getValue, _excluded2);
|
|
462
|
+
var matches = (repo === null || repo === void 0 ? void 0 : repo.match(/[:/]([^/]+\/[^/]+)\.git/)) || [];
|
|
463
|
+
var label = "" + (matches[1] || '');
|
|
464
|
+
var source = {
|
|
465
|
+
sign: sign || name,
|
|
466
|
+
label: label || name,
|
|
467
|
+
type: type,
|
|
468
|
+
name: name,
|
|
469
|
+
data: _extends({}, data, {
|
|
470
|
+
isBranchMode: isBranchMode,
|
|
471
|
+
repo: repo
|
|
472
|
+
})
|
|
473
|
+
};
|
|
474
|
+
set(sourceArr, "[" + idx + "]", source);
|
|
475
|
+
key === 'isBranchMode' && _this.onBranchModeChange(isBranchMode, idx);
|
|
476
|
+
onSourcesChange(JSON.stringify(sourceArr), false);
|
|
477
|
+
};
|
|
478
|
+
_this.onDeleteSource = function () {
|
|
479
|
+
var onOk = function onOk() {
|
|
480
|
+
var _ref14 = _this.props || {},
|
|
481
|
+
sources = _ref14.sources,
|
|
482
|
+
onSourcesChange = _ref14.onSourcesChange;
|
|
483
|
+
var _this$state4 = _this.state,
|
|
484
|
+
idx = _this$state4.idx,
|
|
485
|
+
sourceInvalidate = _this$state4.sourceInvalidate;
|
|
486
|
+
var sourceArr = JSON.parse(sources || '[]');
|
|
487
|
+
if (Number.isInteger(idx)) {
|
|
488
|
+
var i_sourceInvalidate = _extends({}, sourceInvalidate);
|
|
489
|
+
delete i_sourceInvalidate[(sourceArr[idx] || {}).sign];
|
|
490
|
+
_this.setState({
|
|
491
|
+
sourceInvalidate: i_sourceInvalidate
|
|
492
|
+
});
|
|
493
|
+
if (get(sourceArr, idx + ".data.isBranchMode", false)) {
|
|
494
|
+
_this.onBranchModeChange(false, idx);
|
|
495
|
+
}
|
|
496
|
+
sourceArr.splice(idx, 1);
|
|
497
|
+
onSourcesChange(JSON.stringify(sourceArr));
|
|
498
|
+
}
|
|
499
|
+
_this.onSourcesClose(false);
|
|
500
|
+
};
|
|
501
|
+
Dialog.alert({
|
|
502
|
+
messageProps: {
|
|
503
|
+
type: 'error'
|
|
504
|
+
},
|
|
505
|
+
animation: {
|
|
506
|
+
"in": 'expandInDown',
|
|
507
|
+
out: 'expandOutUp'
|
|
508
|
+
},
|
|
509
|
+
title: intl.get({
|
|
510
|
+
id: 'rdc-tb-cd-assets.teambition.pipeline-flow-orchestrator.AreYouSureYouWant',
|
|
511
|
+
defaultMessage: '确认删除当前源吗?'
|
|
512
|
+
}),
|
|
513
|
+
content: intl.get({
|
|
514
|
+
id: 'rdc-tb-cd-assets.teambition.pipeline-flow-orchestrator.TheCodeWillNotBe',
|
|
515
|
+
defaultMessage: '删除后将不会从当前源下载代码'
|
|
516
|
+
}),
|
|
517
|
+
onOk: onOk
|
|
518
|
+
});
|
|
519
|
+
};
|
|
520
|
+
_this.setJobMenuVisible = function (v, cb) {
|
|
521
|
+
if (cb === void 0) {
|
|
522
|
+
cb = function cb() {};
|
|
523
|
+
}
|
|
524
|
+
var _this$state5 = _this.state,
|
|
525
|
+
jobMenuVisible = _this$state5.jobMenuVisible,
|
|
526
|
+
sourceVisible = _this$state5.sourceVisible;
|
|
527
|
+
if (timers.jobMenuVisibleTimer) clearTimeout(timers.jobMenuVisibleTimer);
|
|
528
|
+
|
|
529
|
+
// 编辑源侧边栏打开的情况, 先关闭编辑源侧边栏
|
|
530
|
+
if (!jobMenuVisible && sourceVisible && v) {
|
|
531
|
+
_this.onSourcesClose();
|
|
532
|
+
timers.jobMenuVisibleTimer = setTimeout(function () {
|
|
533
|
+
_this.setState({
|
|
534
|
+
jobMenuVisible: v
|
|
535
|
+
}, cb);
|
|
536
|
+
}, 700);
|
|
537
|
+
return;
|
|
538
|
+
}
|
|
539
|
+
_this.setState({
|
|
540
|
+
jobMenuVisible: v
|
|
541
|
+
}, cb);
|
|
542
|
+
};
|
|
543
|
+
_this.setDraftJobContext = function (v) {
|
|
544
|
+
_this.setState({
|
|
545
|
+
draftJobContext: v
|
|
546
|
+
});
|
|
547
|
+
};
|
|
548
|
+
_this.setComponentMenuVisible = function (v) {
|
|
549
|
+
var _this$state6 = _this.state,
|
|
550
|
+
componentMenuVisible = _this$state6.componentMenuVisible,
|
|
551
|
+
sourceVisible = _this$state6.sourceVisible;
|
|
552
|
+
if (timers.menuVisibleTimer) clearTimeout(timers.menuVisibleTimer);
|
|
553
|
+
|
|
554
|
+
// 源编辑侧边栏打开的情况, 先关闭源测边栏
|
|
555
|
+
if (!componentMenuVisible && sourceVisible) {
|
|
556
|
+
_this.onSourcesClose();
|
|
557
|
+
timers.menuVisibleTimer = setTimeout(function () {
|
|
558
|
+
_this.setState({
|
|
559
|
+
componentMenuVisible: v
|
|
560
|
+
});
|
|
561
|
+
}, 700);
|
|
562
|
+
return;
|
|
563
|
+
}
|
|
564
|
+
_this.setState({
|
|
565
|
+
componentMenuVisible: v
|
|
566
|
+
});
|
|
567
|
+
};
|
|
568
|
+
_this.openFlowEditMenu = function (el, c) {
|
|
569
|
+
_this.flow && _this.flow.openFlowEditMenu(el, c);
|
|
570
|
+
};
|
|
571
|
+
_this.onPipelineConfigurationClose = function (language) {
|
|
572
|
+
_this.setState({
|
|
573
|
+
configurationVisible: false
|
|
574
|
+
});
|
|
575
|
+
var sourceOpen = tools.getUrlSearchParam('source');
|
|
576
|
+
if (sourceOpen === 'open') {
|
|
577
|
+
var clock = setTimeout(function () {
|
|
578
|
+
_this.onSourcesOpen();
|
|
579
|
+
clearTimeout(clock);
|
|
580
|
+
}, 500);
|
|
581
|
+
tools.removeUrlSearchParam(['createHelper']);
|
|
582
|
+
if (language) {
|
|
583
|
+
tools.setUrlSearchPaeam({
|
|
584
|
+
language: language
|
|
585
|
+
});
|
|
586
|
+
_this.setState({
|
|
587
|
+
language: language
|
|
588
|
+
});
|
|
589
|
+
_this.sourceField.setValue('language', language);
|
|
590
|
+
}
|
|
591
|
+
}
|
|
592
|
+
};
|
|
593
|
+
_this.onPipelineConfigurationChange = function (groupContentArr, language) {
|
|
594
|
+
var _this$state7 = _this.state,
|
|
595
|
+
satgeTemplateList = _this$state7.satgeTemplateList,
|
|
596
|
+
stepList = _this$state7.stepList,
|
|
597
|
+
components = _this$state7.components;
|
|
598
|
+
if (!groupContentArr.length) return;
|
|
599
|
+
var piprline = pipelineTools.buildPipeline(groupContentArr, satgeTemplateList, stepList, components);
|
|
600
|
+
_this.props.onUpdatePipeline && piprline.length && _this.props.onUpdatePipeline(piprline);
|
|
601
|
+
_this.onPipelineConfigurationClose(language);
|
|
602
|
+
};
|
|
603
|
+
var _language = tools.getUrlSearchParam.call(tools, 'language');
|
|
604
|
+
_this.sourceField = new Field(_this, {
|
|
605
|
+
onChange: function onChange(key) {
|
|
606
|
+
setTimeout(function () {
|
|
607
|
+
_this.onUpdateSource(key);
|
|
608
|
+
}, 0);
|
|
609
|
+
},
|
|
610
|
+
values: {
|
|
611
|
+
language: _language || 'java'
|
|
612
|
+
}
|
|
613
|
+
});
|
|
614
|
+
window.__debug_sourceField = _this.sourceField;
|
|
615
|
+
var sourceTpl = tools.getUrlSearchParam.call(tools, 'sourceTpl');
|
|
616
|
+
var cacheSteps = getLocalStorageCache(STEPS_CACHE_KEY, false);
|
|
617
|
+
_this.state = {
|
|
618
|
+
sourceVisible: false,
|
|
619
|
+
idx: null,
|
|
620
|
+
language: _language,
|
|
621
|
+
sourceTpl: sourceTpl,
|
|
622
|
+
jobMenuVisible: false,
|
|
623
|
+
componentMenuVisible: false,
|
|
624
|
+
draftJobContext: undefined,
|
|
625
|
+
sourceInvalidate: {},
|
|
626
|
+
components: [],
|
|
627
|
+
stepList: JSON.parse(cacheSteps || '[]'),
|
|
628
|
+
stageTemplateGroupList: [],
|
|
629
|
+
openBranchInfo: _this.initBranchInfo(_props),
|
|
630
|
+
configurationVisible: false,
|
|
631
|
+
satgeTemplateList: []
|
|
632
|
+
// yamlCache: props.flow,
|
|
633
|
+
};
|
|
634
|
+
return _this;
|
|
635
|
+
}
|
|
636
|
+
_inheritsLoose(PipelineFlowOrchestrator, _Component);
|
|
637
|
+
var _proto = PipelineFlowOrchestrator.prototype;
|
|
638
|
+
_proto.componentDidMount = function componentDidMount() {
|
|
639
|
+
this.onAutoOpen();
|
|
640
|
+
this.getStepInfo();
|
|
641
|
+
this.getComponentInfo();
|
|
642
|
+
this.getStageTemplateGroupList();
|
|
643
|
+
this.getSatgeTemplateList();
|
|
644
|
+
}
|
|
645
|
+
|
|
646
|
+
// codeup自动添加代码源后展开代码源信息
|
|
647
|
+
;
|
|
648
|
+
_proto.componentDidUpdate = function componentDidUpdate() {
|
|
649
|
+
var _this4 = this;
|
|
650
|
+
var sources = this.props.sources;
|
|
651
|
+
var source = JSON.parse(sources || '[]');
|
|
652
|
+
var codeSource = tools.getUrlSearchParam('codeSource');
|
|
653
|
+
var opened = tools.getUrlSearchParam('opened');
|
|
654
|
+
if (codeSource === 'filled' && opened !== 'true' && source.length === 1) {
|
|
655
|
+
history.pushState({}, '', tools.appendUrlParam(location.search, {
|
|
656
|
+
opened: true
|
|
657
|
+
}));
|
|
658
|
+
var timer = setTimeout(function () {
|
|
659
|
+
_this4.onOpenSourceMenu(source[0], 0);
|
|
660
|
+
clearTimeout(timer);
|
|
661
|
+
}, 500);
|
|
662
|
+
}
|
|
663
|
+
};
|
|
664
|
+
_proto.shouldComponentUpdate = function shouldComponentUpdate(nextProps, nextState) {
|
|
665
|
+
if (nextProps === this.props && nextState === this.state) {
|
|
666
|
+
console.log('shouldNotComponentUpdate');
|
|
667
|
+
return false;
|
|
668
|
+
}
|
|
669
|
+
return true;
|
|
670
|
+
};
|
|
671
|
+
_proto.componentWillUnmount = function componentWillUnmount() {
|
|
672
|
+
this.clearTimers();
|
|
673
|
+
};
|
|
674
|
+
_proto.render = function render() {
|
|
675
|
+
var _this5 = this;
|
|
676
|
+
var _this$state8 = this.state,
|
|
677
|
+
sourceVisible = _this$state8.sourceVisible,
|
|
678
|
+
language = _this$state8.language,
|
|
679
|
+
sourceTpl = _this$state8.sourceTpl,
|
|
680
|
+
jobMenuVisible = _this$state8.jobMenuVisible,
|
|
681
|
+
draftJobContext = _this$state8.draftJobContext,
|
|
682
|
+
componentMenuVisible = _this$state8.componentMenuVisible,
|
|
683
|
+
components = _this$state8.components,
|
|
684
|
+
stepList = _this$state8.stepList,
|
|
685
|
+
stageTemplateGroupList = _this$state8.stageTemplateGroupList,
|
|
686
|
+
openBranchInfo = _this$state8.openBranchInfo,
|
|
687
|
+
idx = _this$state8.idx,
|
|
688
|
+
configurationVisible = _this$state8.configurationVisible;
|
|
689
|
+
var _this$props = this.props,
|
|
690
|
+
mode = _this$props.mode,
|
|
691
|
+
sources = _this$props.sources,
|
|
692
|
+
yaml = _this$props.flow,
|
|
693
|
+
invalidateTasks = _this$props.invalidateTasks,
|
|
694
|
+
field = _this$props.field,
|
|
695
|
+
onErrors = _this$props.onErrors,
|
|
696
|
+
onPipelineChange = _this$props.onPipelineChange,
|
|
697
|
+
pipelineId = _this$props.pipelineId,
|
|
698
|
+
webhook = _this$props.webhook,
|
|
699
|
+
display = _this$props.display;
|
|
700
|
+
var loading = !yaml;
|
|
701
|
+
if (loading) {
|
|
702
|
+
return /*#__PURE__*/React.createElement(Loading, {
|
|
703
|
+
visible: loading,
|
|
704
|
+
inline: false
|
|
705
|
+
});
|
|
706
|
+
}
|
|
707
|
+
var sourceArr = JSON.parse(sources || '[]');
|
|
708
|
+
|
|
709
|
+
// if (pipelineType === 'PIPELINEASCODE') {
|
|
710
|
+
// return (
|
|
711
|
+
// <Suspense fallback={<Loading inline={false} style={{ height: `${300}px` }} />}>
|
|
712
|
+
// <Loading className={`${PREFIX}__editor`} visible={loading} inline={false}>
|
|
713
|
+
// <MonacoEditor
|
|
714
|
+
// language="yaml"
|
|
715
|
+
// className={`${PREFIX}__editor--full`}
|
|
716
|
+
// mode="yaml"
|
|
717
|
+
// value={this.state.yamlCache}
|
|
718
|
+
// theme="vs-light"
|
|
719
|
+
// options={{
|
|
720
|
+
// renderSideBySide: false,
|
|
721
|
+
// selectOnLineNumbers: true,
|
|
722
|
+
// minimap: { enabled: false },
|
|
723
|
+
// fontSize: 14,
|
|
724
|
+
// }
|
|
725
|
+
// }
|
|
726
|
+
// onChange={(val) => {
|
|
727
|
+
// this.setState({ yamlCache: val });
|
|
728
|
+
// onPipelineChange(val, [{}], false);
|
|
729
|
+
// }}
|
|
730
|
+
// />
|
|
731
|
+
// </Loading>
|
|
732
|
+
// </Suspense>
|
|
733
|
+
|
|
734
|
+
// );
|
|
735
|
+
// }
|
|
736
|
+
var flowObj = YAML.load(yaml);
|
|
737
|
+
var flow = !flowObj.schema || flowObj.schema !== 'tb' ? transform(flowObj) : flowObj;
|
|
738
|
+
if (mode === YAML_MODE) {
|
|
739
|
+
return /*#__PURE__*/React.createElement(Suspense, {
|
|
740
|
+
fallback: /*#__PURE__*/React.createElement(Loading, {
|
|
741
|
+
inline: false,
|
|
742
|
+
style: {
|
|
743
|
+
height: 300 + "px"
|
|
744
|
+
}
|
|
745
|
+
})
|
|
746
|
+
}, /*#__PURE__*/React.createElement(Loading, {
|
|
747
|
+
className: PREFIX + "__editor",
|
|
748
|
+
visible: loading,
|
|
749
|
+
inline: false
|
|
750
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
751
|
+
className: PREFIX + "__editor--left"
|
|
752
|
+
}, /*#__PURE__*/React.createElement(MonacoEditor, {
|
|
753
|
+
language: "json",
|
|
754
|
+
value: JSON.stringify(sourceArr, null, 2),
|
|
755
|
+
theme: "vs-light",
|
|
756
|
+
options: {
|
|
757
|
+
renderSideBySide: false,
|
|
758
|
+
selectOnLineNumbers: true,
|
|
759
|
+
minimap: {
|
|
760
|
+
enabled: false
|
|
761
|
+
}
|
|
762
|
+
}
|
|
763
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
764
|
+
className: PREFIX + "__editor--right"
|
|
765
|
+
}, /*#__PURE__*/React.createElement(MonacoEditor, {
|
|
766
|
+
language: "yaml",
|
|
767
|
+
value: yaml,
|
|
768
|
+
theme: "vs-light",
|
|
769
|
+
options: {
|
|
770
|
+
renderSideBySide: false,
|
|
771
|
+
selectOnLineNumbers: true,
|
|
772
|
+
minimap: {
|
|
773
|
+
enabled: false
|
|
774
|
+
}
|
|
775
|
+
}
|
|
776
|
+
}))));
|
|
777
|
+
}
|
|
778
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
779
|
+
ref: function ref(_ref16) {
|
|
780
|
+
_this5.flowWrapRef = _ref16;
|
|
781
|
+
},
|
|
782
|
+
className: cls(PREFIX, {
|
|
783
|
+
editing: jobMenuVisible,
|
|
784
|
+
addtask: draftJobContext
|
|
785
|
+
}),
|
|
786
|
+
style: display ? {} : {
|
|
787
|
+
display: 'none'
|
|
788
|
+
}
|
|
789
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
790
|
+
className: PREFIX + "__sidebar"
|
|
791
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
792
|
+
className: PREFIX + "__sidebar__header"
|
|
793
|
+
}, intl.get({
|
|
794
|
+
id: 'rdc-tb-cd-assets.teambition.pipeline-flow-orchestrator.Source',
|
|
795
|
+
defaultMessage: '流水线源'
|
|
796
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
797
|
+
className: PREFIX + "__sidebar__source"
|
|
798
|
+
}, this.sourcesElement), /*#__PURE__*/React.createElement("div", {
|
|
799
|
+
className: PREFIX + "__sidebar__source--empty",
|
|
800
|
+
onClick: function onClick() {
|
|
801
|
+
return _this5.onSourcesOpen({
|
|
802
|
+
closeJobMenu: true,
|
|
803
|
+
mode: 'add'
|
|
804
|
+
});
|
|
805
|
+
}
|
|
806
|
+
}, /*#__PURE__*/React.createElement(YunxiaoIcon, {
|
|
807
|
+
type: "add-line"
|
|
808
|
+
}), intl.get({
|
|
809
|
+
id: 'rdc-tb-cd-assets.teambition.pipeline-flow-orchestrator.AddCodeSource',
|
|
810
|
+
defaultMessage: '添加流水线源'
|
|
811
|
+
})), /*#__PURE__*/React.createElement(PipelineSource, {
|
|
812
|
+
idx: idx,
|
|
813
|
+
update: Number.isInteger(idx),
|
|
814
|
+
field: this.sourceField,
|
|
815
|
+
sources: sources,
|
|
816
|
+
onChange: function onChange() {
|
|
817
|
+
return _this5.onUpdateSource();
|
|
818
|
+
},
|
|
819
|
+
webhookKey: webhook,
|
|
820
|
+
language: language,
|
|
821
|
+
sourceTpl: sourceTpl,
|
|
822
|
+
onClose: this.onSourcesClose,
|
|
823
|
+
visible: sourceVisible,
|
|
824
|
+
onOk: this.onSaveSource,
|
|
825
|
+
onDelete: this.onDeleteSource,
|
|
826
|
+
openBranchInfo: openBranchInfo,
|
|
827
|
+
pipelineId: pipelineId,
|
|
828
|
+
appstackChangeConfig: this.props.appstackChangeConfig
|
|
829
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
830
|
+
className: PREFIX + "__content"
|
|
831
|
+
}, /*#__PURE__*/React.createElement(Flow, {
|
|
832
|
+
editable: true,
|
|
833
|
+
flowWrapRef: this.flowWrapRef,
|
|
834
|
+
components: components,
|
|
835
|
+
stepList: stepList,
|
|
836
|
+
ref: function ref(_ref15) {
|
|
837
|
+
_this5.flow = _ref15;
|
|
838
|
+
},
|
|
839
|
+
pipelineId: pipelineId,
|
|
840
|
+
flow: flow && flow.pipeline,
|
|
841
|
+
sources: sourceArr,
|
|
842
|
+
field: field,
|
|
843
|
+
invalidateTasks: invalidateTasks,
|
|
844
|
+
onErrors: onErrors,
|
|
845
|
+
subscribe: this.props.subscribe,
|
|
846
|
+
trackPage: this.props.trackPage,
|
|
847
|
+
onCliseSource: this.onSourcesClose,
|
|
848
|
+
jobMenuVisible: jobMenuVisible,
|
|
849
|
+
componentMenuVisible: componentMenuVisible,
|
|
850
|
+
setJobMenuVisible: this.setJobMenuVisible,
|
|
851
|
+
setComponentMenuVisible: this.setComponentMenuVisible,
|
|
852
|
+
draftJobContext: draftJobContext,
|
|
853
|
+
setDraftJobContext: this.setDraftJobContext,
|
|
854
|
+
stageTemplateGroupList: stageTemplateGroupList,
|
|
855
|
+
sourceVisible: sourceVisible,
|
|
856
|
+
onFlowChange: function onFlowChange(value) {
|
|
857
|
+
console.time('dump');
|
|
858
|
+
var yaml = YAML.safeDump({
|
|
859
|
+
schema: 'tb',
|
|
860
|
+
pipeline: value
|
|
861
|
+
});
|
|
862
|
+
console.timeEnd('dump');
|
|
863
|
+
onPipelineChange(yaml, value);
|
|
864
|
+
}
|
|
865
|
+
})), window.AK_GLOBAL.alreadyRunPipeline === 'false' && !location.pathname.includes('/template') && /*#__PURE__*/React.createElement(GuideHint, {
|
|
866
|
+
selfOps: true,
|
|
867
|
+
desc: intl.get({
|
|
868
|
+
id: 'rdc-tb-cd-assets.teambition.pipeline-flow-orchestrator.ClickRunPipeline',
|
|
869
|
+
defaultMessage: '点击运行流水线'
|
|
870
|
+
}),
|
|
871
|
+
arrowsAlign: "r",
|
|
872
|
+
imgSrc: "https://gw.alicdn.com/imgextra/i2/O1CN01jjuHdq1nys7pViQvq_!!6000000005159-55-tps-400-400.svg",
|
|
873
|
+
style: {
|
|
874
|
+
top: 61,
|
|
875
|
+
right: 50,
|
|
876
|
+
justifyContent: 'flex-start'
|
|
877
|
+
}
|
|
878
|
+
}), configurationVisible && /*#__PURE__*/React.createElement(PipelineConfiguration, {
|
|
879
|
+
visible: configurationVisible,
|
|
880
|
+
onClose: this.onPipelineConfigurationClose,
|
|
881
|
+
onChange: this.onPipelineConfigurationChange
|
|
882
|
+
}));
|
|
883
|
+
};
|
|
884
|
+
return _createClass(PipelineFlowOrchestrator, [{
|
|
885
|
+
key: "sourcesElement",
|
|
886
|
+
get: function get() {
|
|
887
|
+
var _this6 = this,
|
|
888
|
+
_this$props$appstackC,
|
|
889
|
+
_this$props$appstackC2;
|
|
890
|
+
var _this$props2 = this.props,
|
|
891
|
+
_this$props3 = _this$props2 === void 0 ? {} : _this$props2,
|
|
892
|
+
sources = _this$props3.sources,
|
|
893
|
+
sourceInvalidate = this.state.sourceInvalidate;
|
|
894
|
+
var sourceArr = JSON.parse(sources || '[]');
|
|
895
|
+
var sourceElements = sourceArr.map(function (item, index) {
|
|
896
|
+
var _item$data, _item$data2;
|
|
897
|
+
var type = item.type,
|
|
898
|
+
data = item.data,
|
|
899
|
+
name = item.name,
|
|
900
|
+
sign = item.sign;
|
|
901
|
+
var _ref17 = data || {},
|
|
902
|
+
repo = _ref17.repo,
|
|
903
|
+
s_webhook = _ref17.webhook,
|
|
904
|
+
branch = _ref17.branch,
|
|
905
|
+
isBranchMode = _ref17.isBranchMode,
|
|
906
|
+
trigger = _ref17.trigger,
|
|
907
|
+
s_name = _ref17.pipelineName,
|
|
908
|
+
artifactSourceRepoName = _ref17.repoName,
|
|
909
|
+
artifactName = _ref17.artifactName;
|
|
910
|
+
var matchResult = (repo || '').match(/[:/]([^/]+\/[^/]+)\.git/);
|
|
911
|
+
var showRepo = decodeURI(matchResult ? matchResult[1] : data.repo);
|
|
912
|
+
var invalidate = sourceInvalidate[sign];
|
|
913
|
+
var className = cls(PREFIX + "__sidebar__source__item", {
|
|
914
|
+
error: invalidate
|
|
915
|
+
});
|
|
916
|
+
var category = getCategoryFromType(type);
|
|
917
|
+
return /*#__PURE__*/React.createElement("div", {
|
|
918
|
+
key: name + "_" + type,
|
|
919
|
+
className: className,
|
|
920
|
+
onClick: function onClick() {
|
|
921
|
+
return _this6.onOpenSourceMenu(item, index);
|
|
922
|
+
}
|
|
923
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
924
|
+
className: PREFIX + "__sidebar__source__item__card"
|
|
925
|
+
}, /*#__PURE__*/React.createElement("div", {
|
|
926
|
+
className: PREFIX + "__sidebar__source__item__card--left"
|
|
927
|
+
}, /*#__PURE__*/React.createElement(Image, {
|
|
928
|
+
type: sourceIconMap[type] ? sourceIconMap[type] : sourceIconMap.aliyunGit
|
|
929
|
+
})), /*#__PURE__*/React.createElement("div", {
|
|
930
|
+
className: PREFIX + "__sidebar__source__item__card--center " + (s_name ? 'disable_bid' : '') + " " + cls(category === ARTIFACT_SOURCE && 'disable_bid')
|
|
931
|
+
}, category !== ARTIFACT_SOURCE && title((showRepo || '').split('').reverse().join(''), decodeURI(repo), s_name), category === ARTIFACT_SOURCE && /*#__PURE__*/React.createElement(Title, {
|
|
932
|
+
trigger: artifactName ? artifactSourceRepoName + "/" + artifactName : artifactSourceRepoName,
|
|
933
|
+
align: "t"
|
|
934
|
+
}, artifactName ? artifactSourceRepoName + "/" + artifactName : artifactSourceRepoName)), /*#__PURE__*/React.createElement("div", {
|
|
935
|
+
className: PREFIX + "__sidebar__source__item__card--right"
|
|
936
|
+
}, ((_item$data = item.data) === null || _item$data === void 0 ? void 0 : _item$data.createdBy) === 'AppStack' && /*#__PURE__*/React.createElement(Tag, {
|
|
937
|
+
color: 'prompt',
|
|
938
|
+
style: {
|
|
939
|
+
borderRadius: 99,
|
|
940
|
+
marginRight: 8
|
|
941
|
+
}
|
|
942
|
+
}, intl.get({
|
|
943
|
+
id: 'rdc-tb-cd-assets.teambition.pipeline-flow-orchestrator.ApplicationCodeLibrary',
|
|
944
|
+
defaultMessage: '应用代码库'
|
|
945
|
+
})), ((_item$data2 = item.data) === null || _item$data2 === void 0 ? void 0 : _item$data2.createdBy) === 'AppStackOrchestration' && /*#__PURE__*/React.createElement(Tag, {
|
|
946
|
+
color: 'prompt',
|
|
947
|
+
style: {
|
|
948
|
+
borderRadius: 99,
|
|
949
|
+
marginRight: 8
|
|
950
|
+
}
|
|
951
|
+
}, intl.get({
|
|
952
|
+
id: 'rdc-tb-cd-assets.teambition.pipeline-flow-orchestrator.OrchestrationCodeBase',
|
|
953
|
+
defaultMessage: '编排代码库'
|
|
954
|
+
})), (s_webhook || trigger) && /*#__PURE__*/React.createElement("div", {
|
|
955
|
+
className: "webhook"
|
|
956
|
+
}, tooltip(/*#__PURE__*/React.createElement(YunxiaoIcon, {
|
|
957
|
+
type: "speedup-line"
|
|
958
|
+
}), intl.get({
|
|
959
|
+
id: 'rdc-tb-cd-assets.teambition.pipeline-flow-orchestrator.Trigger',
|
|
960
|
+
defaultMessage: '触发'
|
|
961
|
+
}))), isBranchMode && /*#__PURE__*/React.createElement("div", {
|
|
962
|
+
className: "branch-mode"
|
|
963
|
+
}, tooltip(/*#__PURE__*/React.createElement(YunxiaoIcon, {
|
|
964
|
+
type: "branch-2-line"
|
|
965
|
+
}), intl.get({
|
|
966
|
+
id: 'rdc-tb-cd-assets.teambition.pipeline-flow-orchestrator.BranchMode',
|
|
967
|
+
defaultMessage: '分支模式'
|
|
968
|
+
}))), invalidate && /*#__PURE__*/React.createElement("div", {
|
|
969
|
+
className: "error"
|
|
970
|
+
}, tooltip(/*#__PURE__*/React.createElement(YunxiaoIcon, {
|
|
971
|
+
type: "info-fill"
|
|
972
|
+
}), intl.get({
|
|
973
|
+
id: 'rdc-tb-cd-assets.teambition.pipeline-flow-orchestrator.TheCodeSourceIsConfigured',
|
|
974
|
+
defaultMessage: '代码源为配置完'
|
|
975
|
+
}))))), /*#__PURE__*/React.createElement("div", {
|
|
976
|
+
className: PREFIX + "__sidebar__source__item__branch",
|
|
977
|
+
style: isBranchMode ? {
|
|
978
|
+
opacity: 0
|
|
979
|
+
} : {}
|
|
980
|
+
}, !isBranchMode && title(/*#__PURE__*/React.createElement(React.Fragment, null, getSourceToolIcon(type), function () {
|
|
981
|
+
if (type === ArtifactSourceTypes.packages) {
|
|
982
|
+
var _item$data3;
|
|
983
|
+
return (item === null || item === void 0 ? void 0 : (_item$data3 = item.data) === null || _item$data3 === void 0 ? void 0 : _item$data3.versionName) || '--';
|
|
984
|
+
}
|
|
985
|
+
if (type === ArtifactSourceTypes.acr) {
|
|
986
|
+
var _item$data4;
|
|
987
|
+
return (item === null || item === void 0 ? void 0 : (_item$data4 = item.data) === null || _item$data4 === void 0 ? void 0 : _item$data4.version) || '--';
|
|
988
|
+
}
|
|
989
|
+
return branch || '--';
|
|
990
|
+
}()))), /*#__PURE__*/React.createElement("div", {
|
|
991
|
+
className: PREFIX + "__sidebar__source__item__workspace"
|
|
992
|
+
}, /*#__PURE__*/React.createElement(YunxiaoIcon, {
|
|
993
|
+
type: "folder-line"
|
|
994
|
+
}), title(name || '--')));
|
|
995
|
+
});
|
|
996
|
+
var appstack_无应用代码库 = sourceArr.every(function (item) {
|
|
997
|
+
var _item$data5;
|
|
998
|
+
return ((_item$data5 = item.data) === null || _item$data5 === void 0 ? void 0 : _item$data5.createdBy) !== 'AppStack';
|
|
999
|
+
});
|
|
1000
|
+
return /*#__PURE__*/React.createElement(React.Fragment, null, window.__isEmbedInAppstack && appstack_无应用代码库 && ((_this$props$appstackC = this.props.appstackChangeConfig) === null || _this$props$appstackC === void 0 ? void 0 : _this$props$appstackC.sourcesEmptyContent) && /*#__PURE__*/React.createElement("div", {
|
|
1001
|
+
style: {
|
|
1002
|
+
lineHeight: '18px',
|
|
1003
|
+
textAlign: 'center',
|
|
1004
|
+
marginBottom: 32
|
|
1005
|
+
}
|
|
1006
|
+
}, (_this$props$appstackC2 = this.props.appstackChangeConfig) === null || _this$props$appstackC2 === void 0 ? void 0 : _this$props$appstackC2.sourcesEmptyContent), sourceElements);
|
|
1007
|
+
}
|
|
1008
|
+
}]);
|
|
1009
|
+
}(Component);
|
|
1010
|
+
export default PipelineFlowOrchestrator;
|