-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Runs and jobs can be created from pipeline version #2445
Merged
Merged
Changes from 41 commits
Commits
Show all changes
42 commits
Select commit
Hold shift + click to select a range
087f2ab
add version api
jingzhang36 3972ab9
unit tests
jingzhang36 e2c2def
remove debug fmt
jingzhang36 b329fe0
remove unused func
jingzhang36 a488eef
remove another unused method
jingzhang36 c97d39c
formatting
jingzhang36 be61038
remove unused consts
jingzhang36 20de892
some comments
jingzhang36 386e6af
build
jingzhang36 cd8043d
unit tests
jingzhang36 380a302
unit tests
jingzhang36 546e9d3
formatting
jingzhang36 22404e8
unit tests
jingzhang36 5d5e277
run from pipeline version
jingzhang36 57aaa3e
pipeline version as resource type
jingzhang36 01ce9d0
run store and resource reference store
jingzhang36 2a4fa11
formatting and removing debug traces
jingzhang36 0743ed7
run server test
jingzhang36 26efcf3
job created from pipeline version
jingzhang36 9c20175
variable names
jingzhang36 4802241
address comments
jingzhang36 f26e4b3
Get pipeline version template is used on pipeline details page, which…
jingzhang36 35880a3
a temp revert
jingzhang36 9408182
address comment
jingzhang36 48f0697
address comment
jingzhang36 9ed59b8
add comment
jingzhang36 f83218f
Merge remote-tracking branch 'origin/master' into api-version
jingzhang36 ba0cae8
Merge remote-tracking branch 'origin/master' into api-run
jingzhang36 b471d7f
Merge branch 'api-version' into api-run
jingzhang36 51de4b1
Merge remote-tracking branch 'origin/master' into api-run
jingzhang36 5b13d8e
get pipeline version template
jingzhang36 7167db5
verify pipeline version in resource reference
jingzhang36 95b4925
add unit test for create run from pipeline version
jingzhang36 b3f2c04
unit test for create job from pipeline version
jingzhang36 3246b70
Merge remote-tracking branch 'origin/master' into runs
jingzhang36 e5507ec
remove some comments
jingzhang36 00b7890
Merge remote-tracking branch 'origin/master' into runs
jingzhang36 f4b841f
reformat
jingzhang36 9ddc808
reformat again
jingzhang36 91c2a0c
Merge remote-tracking branch 'origin/master' into runs
jingzhang36 7db0e36
Remove an unrelated change
jingzhang36 4b129f0
change method name
jingzhang36 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 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 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 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 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 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.
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.
remove todo?
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.
ah, yes.