-
Notifications
You must be signed in to change notification settings - Fork 500
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat:流水线变量语法支持两种风格 #10576 #10961
Merged
Merged
feat:流水线变量语法支持两种风格 #10576 #10961
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
mingshewhe
requested review from
irwinsun,
stubenhuang,
royalhuang,
randychen2046 and
tangruotian
as code owners
September 13, 2024 02:29
irwinsun
reviewed
Sep 14, 2024
...biz-project/src/main/kotlin/com/tencent/devops/project/service/impl/AbsProjectServiceImpl.kt
Show resolved
Hide resolved
irwinsun
reviewed
Sep 14, 2024
...z-process/src/main/kotlin/com/tencent/devops/process/service/SubPipelineRepositoryService.kt
Outdated
Show resolved
Hide resolved
irwinsun
reviewed
Sep 14, 2024
...biz-base/src/main/kotlin/com/tencent/devops/process/service/pipeline/PipelineBuildService.kt
Outdated
Show resolved
Hide resolved
irwinsun
reviewed
Sep 14, 2024
...n/common-pipeline/src/main/kotlin/com/tencent/devops/common/pipeline/EnvReplacementParser.kt
Outdated
Show resolved
Hide resolved
irwinsun
reviewed
Sep 14, 2024
src/backend/ci/core/project/api-project/src/main/kotlin/com/tencent/devops/project/Constants.kt
Outdated
Show resolved
Hide resolved
irwinsun
reviewed
Sep 14, 2024
...api-project/src/main/kotlin/com/tencent/devops/project/api/service/ServiceProjectResource.kt
Outdated
Show resolved
Hide resolved
mingshewhe
force-pushed
the
feat_10576
branch
from
September 26, 2024 08:27
e8e1044
to
f59a5db
Compare
mingshewhe
force-pushed
the
feat_10576
branch
from
September 26, 2024 08:42
f59a5db
to
3eb2fd4
Compare
irwinsun
reviewed
Sep 30, 2024
...kend/ci/core/worker/worker-common/src/main/kotlin/com/tencent/devops/worker/common/Runner.kt
Show resolved
Hide resolved
irwinsun
reviewed
Sep 30, 2024
...z-process/src/main/kotlin/com/tencent/devops/process/service/SubPipelineRepositoryService.kt
Show resolved
Hide resolved
irwinsun
reviewed
Sep 30, 2024
...biz-base/src/main/kotlin/com/tencent/devops/process/engine/extend/DefaultModelCheckPlugin.kt
Show resolved
Hide resolved
irwinsun
approved these changes
Oct 8, 2024
# Conflicts: # src/backend/ci/core/common/common-pipeline-yaml/src/main/kotlin/com/tencent/devops/process/yaml/transfer/ModelTransfer.kt # src/backend/ci/core/process/api-process/src/main/kotlin/com/tencent/devops/process/pojo/setting/PipelineSettingVersion.kt # src/backend/ci/core/process/biz-base/src/main/kotlin/com/tencent/devops/process/dao/PipelineSettingVersionDao.kt # src/backend/ci/core/process/biz-base/src/main/kotlin/com/tencent/devops/process/service/pipeline/PipelineBuildService.kt # src/backend/ci/core/process/biz-base/src/main/kotlin/com/tencent/devops/process/service/pipeline/PipelineSettingVersionService.kt # src/backend/ci/core/process/biz-engine/src/main/kotlin/com/tencent/devops/process/engine/control/command/stage/impl/CheckPauseReviewStageCmd.kt # src/backend/ci/core/project/biz-project/src/main/kotlin/com/tencent/devops/project/service/impl/AbsProjectServiceImpl.kt
# Conflicts: # src/backend/ci/core/process/biz-engine/src/main/kotlin/com/tencent/devops/process/engine/atom/vm/DispatchVMStartupTaskAtom.kt # src/backend/ci/core/project/biz-project/src/main/kotlin/com/tencent/devops/project/service/ProjectService.kt # src/backend/ci/core/project/biz-project/src/main/kotlin/com/tencent/devops/project/service/impl/AbsProjectServiceImpl.kt
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
#10576
方言设计:
引擎执行设计