-
-
Notifications
You must be signed in to change notification settings - Fork 231
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
Local resolver #224
Merged
Merged
Local resolver #224
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
qiukunlong
pushed a commit
to qiukunlong/cwltool
that referenced
this pull request
Mar 25, 2017
…language/jenkins-link add jenkins link
qiukunlong
pushed a commit
to qiukunlong/cwltool
that referenced
this pull request
Mar 25, 2017
d03b190 Introducing refScope and typeDSL into CWL schema 5e1e438 Merge commit '851b3c1302aa5b5d8a80f74c5732a617f62acefe' into scoped-ref-and-typedsl 851b3c1 Split minimal base types used in CWL into metaschema_base.yml 510a01f Merge commit '8823aaa11432aa042b3e307891e71ee13e11bfd7' into scoped-ref-and-typedsl 8823aaa Adjust ref scopes 3431e18 Use scopedRef and typeDSL in metaschema 1e6dab6 Using typeDSL in metaschema. 3055f70 Update bootstrap context. 31db28e Merge branch 'master' into type_dsl. Add test for typeDSL. 116d9e4 Merge branch 'resolve_all_refactor' 8072bf5 "type" DSL wip 33ef215 Refactor resolve_all into smaller methods. ad8a111 Merge pull request common-workflow-language#28 from common-workflow-language/scoped_ref 5aadf27 fix types 4ef52be Improve documentation. Add feature of skipping some inner scopes. c6d4a7b Reworking refScope to be fixed instead of search based. ae0ef4e Remove explicit calls to validate_links since it is folded into resolve_all(). 2fa6bfb update types e5d4730 New test for scoped ref that better reflects actual desired behavior. efbc9c4 Add scopedRef to metaschema. Tweak test. 9fcd67d Fold link validation into resolve_all() and resolve scoped identifiers. f36f52f Merge pull request common-workflow-language#219 from denis-yuen/patch-1 da10eec always be updating (mypy-lang) e1e17ea upgrade Jenkins setuptools 563e5ef fix jenkins build 11b45b5 Merge pull request common-workflow-language#224 from common-workflow-language/jenkins-link b4d790d Backport fixes to draft-3 1ea9a5c add jenkins link 180a21e Corrections and test data f0ac285 Merge branch 'master' of github.com:common-workflow-language/schema_salad 84738f1 better RDF schema error handling (common-workflow-language#26) 3b8dc09 mypy 0.4 is out (common-workflow-language#25) 5316da0 Add missing files for site generation. 31fbb76 Fix site generation workflows to specify draft-3 cff09a0 Add link to latest User Guide on front page 53b2ad7 Merge pull request common-workflow-language#200 from common-workflow-language/draft-4 089fbd7 start documenting the draft-4 changes 8c5bda0 Fix mapSubject fields when $import or $include is provided. 5b969ca fix diff-cover d798a7e split out mypy f43fa45 Fix tests 2d0398e Bump version. aeab7c3 Merge branch 'master' of github.com:common-workflow-language/schema_salad e381f64 Return metaschema loader from load_schema. Don't crash expanding identifier fields when value is not a string. 15dae9f enhance CI fd2fcb3 more type checking (common-workflow-language#21) c51c723 enable rdfa schema format (common-workflow-language#22) ff192e8 turn off py3 support for now (common-workflow-language#19) 0c5dba5 measure code coverage (common-workflow-language#12) 2514a23 switch to ruamel.yaml, use C loader if available, only load safely (common-workflow-language#20) git-subtree-dir: cwltool/schemas git-subtree-split: d03b190
qiukunlong
pushed a commit
to qiukunlong/cwltool
that referenced
this pull request
Mar 25, 2017
d1d53b3 Merge pull request common-workflow-language#227 from common-workflow-language/stderr 0b987d3 add test 71e9b3d add stderr object 347c28e Merge pull request common-workflow-language#212 from common-workflow-language/cwl-runner-interface f36f52f Merge pull request common-workflow-language#219 from denis-yuen/patch-1 11b45b5 Merge pull request common-workflow-language#224 from common-workflow-language/jenkins-link b4d790d Backport fixes to draft-3 1ea9a5c add jenkins link 180a21e Corrections and test data 28f64f0 clarify description d791500 add output stanza, fix syntax ee0bea3 add descriptions 04dfbf0 toolfile is optional b1e740e bind and order the tool and jobfiles 81bd8de description c7a2bf1 move to a better location 979453a initial description of cwl-runner interface 5316da0 Add missing files for site generation. 31fbb76 Fix site generation workflows to specify draft-3 cff09a0 Add link to latest User Guide on front page 53b2ad7 Merge pull request common-workflow-language#200 from common-workflow-language/draft-4 089fbd7 start documenting the draft-4 changes git-subtree-dir: cwltool/schemas git-subtree-split: d1d53b3
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.
Split from #201 while we discuss #201 (comment)