-
Notifications
You must be signed in to change notification settings - Fork 7.3k
feat(workflow): invalid variable check #7608
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
Open
Nixieboluo
wants to merge
21
commits into
labring:main
Choose a base branch
from
Nixieboluo:feat/global-var-check
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
c4de40e
feat(workflow): invalid variable check
Nixieboluo dd4a5aa
feat(workflow): invalid reference type check
Nixieboluo b66e96d
feat(workflow): unreachable reference check
Nixieboluo 946f40b
feat(workflow): preserve reference snapshots
Nixieboluo 52d063e
feat(workflow): unify variable references
Nixieboluo 85794ae
fix(workflow): unify reference checks
Nixieboluo 9e35954
Merge branch 'main' into feat/global-var-check
Nixieboluo d50fe22
test: update tests
Nixieboluo c17c8f6
fix(workflow): handle invalid references safely
Nixieboluo 585a443
refactor(workflow): simplify reference handling
Nixieboluo 60c2117
feat: invalid label style (temp)
Nixieboluo 8e81ddf
refactor(workflow): no reference snapshot migrations
Nixieboluo 20f19b6
refactor(workflow): capture deleted reference labels
Nixieboluo bf30f2e
fix(workflow): pass reference metadata
Nixieboluo 104f8c9
fix(workflow): preserve reference labels
Nixieboluo ebb83be
fix(workflow): check affected references
Nixieboluo 9a9a176
fix(workflow): handles self references check in http node
Nixieboluo 0b90fc6
fix(workflow): align reference checks
Nixieboluo 8c9cc99
chore: merge main
Nixieboluo a98cd2c
fix(workflow): preserve tool references
Nixieboluo 425fc86
Merge branch 'main' into feat/global-var-check
Nixieboluo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
8 changes: 7 additions & 1 deletion
8
packages/global/core/workflow/template/system/variableUpdate/type.ts
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
Oops, something went wrong.
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.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
补充注释