-
-
Couldn't load subscription status.
- Fork 22
Add function to determine a workflow's version. #54
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
Merged
DailyDreaming
merged 16 commits into
common-workflow-language:master
from
bencvdb:master
Aug 16, 2018
Merged
Changes from all commits
Commits
Show all changes
16 commits
Select commit
Hold shift + click to select a range
1e4224c
Robustify wf_info
bencvdb 9565ad5
Formatting changes
bencvdb 36687e5
Flake8 changes
bencvdb 5c364f9
Merge branch 'master' into wfInfoAdd
bencvdb fecea8d
Implement wf_info() vs wf_type() and wf_version()
bencvdb 09e9eac
Merge branch 'wfInfoAdd' of github.com:bencvdb/workflow-service into …
bencvdb 8f4333b
Flake8 fixes and variables to snake-case
bencvdb 11fb6a9
Fix two_seven_compatible function to use specific exception.
bencvdb acc2a25
Flake8 Fix
bencvdb 4a14efa
Merge pull request #1 from bencvdb/wfInfoAdd
bencvdb ecaa063
Unite test files.
bencvdb 83fe525
Merge pull request #2 from bencvdb/wfInfoAdd
bencvdb fde3c2a
Unite Test classes.
bencvdb 2310fd7
Merge pull request #3 from bencvdb/wfInfoAdd
bencvdb 715cc69
Fix typo, bad var name. Add helpful testing lines.
bencvdb 721d660
Merge pull request #4 from bencvdb/wfInfoAdd
bencvdb 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
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.
Please put this (lines 9 & 10) into the other test file as well.