Skip to content

Add gitignore file #34

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
merged 1 commit into from
Feb 3, 2016
Merged

Add gitignore file #34

merged 1 commit into from
Feb 3, 2016

Conversation

kdm9
Copy link
Contributor

@kdm9 kdm9 commented Feb 3, 2016

This PR adds a gitignore file that will ignore vim, emacs and python temporary files.

Cheers,
K

mr-c added a commit that referenced this pull request Feb 3, 2016
@mr-c mr-c merged commit 18a9438 into master Feb 3, 2016
@mr-c mr-c deleted the vimswp branch July 6, 2016 17:58
mr-c pushed a commit that referenced this pull request Jul 6, 2016
c509a07 Merge pull request #34 from common-workflow-language/unscoped_ids
f857e9d type fixups
0407370 Allow idmaps for record fields.
5d9a08e Use makerdf for --print-rdf
ce00252 Add test for non-scoped identifiers.
ef27301 restore a dropped cast
6ac559e version bump
2cfde6b Merge pull request #32 from common-workflow-language/type_dsl
b8edddc re-enable test_avro_regression
bedb736 Merge branch 'type_dsl' of github.com:common-workflow-language/schema_salad into type_dsl
e93b038 Add missing file
9ca6cc9 remove more str types, possible fix for edam failed test
d65fb83 more unicode
4350b30 type clarification
96f08e8 Merge remote-tracking branch 'origin/master' into type_dsl
57f7e83 borrow the updated re.pyi from typeshed
c03eb1e type fixes
6e71f35 Merge remote-tracking branch 'origin/master' into type_dsl
e554b2b Merge pull request #33 from common-workflow-language/fix-resolve_all_refactor
ad34521 fix bug introduced by refactor
5393edc fixes types, removes a few more Anys
e298bdc Detect when an abstract class is used but doesn't have a concrete subtype.
851b3c1 Split minimal base types used in CWL into metaschema_base.yml
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 #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.
da10eec always be updating (mypy-lang)
e1e17ea upgrade Jenkins setuptools
563e5ef fix jenkins build
f0ac285 Merge branch 'master' of github.com:common-workflow-language/schema_salad
84738f1 better RDF schema error handling (#26)
3b8dc09 mypy 0.4 is out (#25)
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 (#21)
c51c723 enable rdfa schema format (#22)
ff192e8 turn off py3 support for now (#19)
0c5dba5 measure code coverage (#12)
2514a23 switch to ruamel.yaml, use C loader if available, only load safely (#20)
37c129d Merge branch 'master' of github.com:common-workflow-language/schema_salad
0b09a19 Makedoc detects any ``` for toggling looking for # for section headings.
d361b6c Bump version #
2da084e Add mapSubject and mapPredicate to metaschema.
2b00752 Turn idMap into mapSubject and mapPredicate.
af7a419 Support id maps in preprocessing.
984ab9c Fix makedoc section header bug.
cc0f52b Add margin to <pre> sections in generated documentation.

git-subtree-dir: draft-4/salad
git-subtree-split: c509a07
mr-c added a commit that referenced this pull request Sep 6, 2016
7a9bee2 Add 'v1.1.0-dev1/salad/' from commit '98a5bea104672f9c652ad17ead5c6869a0da2cdf'
5853de0 refresh schema salad
762d534 update new draft documentation
a33dd70 initial v1.1.0-dev1
2c85ac4 README update
3a5061d Add support for --junit-xml to run_test.sh
d37ef31 Run tests with "cwltest" instead of "python -m cwltool.cwltest"
cf28454 Add test for using initial work dir, docker, and secondary files.
98a5bea Update py3 setuptools pip wheel
8646e82 Run install-dep for py3
d866c53 pin ruamel py3 install
04dd72f Add ruamel.yaml to py3 jenkins testing.
56ddb9d Update requirements.txt again for CacheControl and lockfile.
a5ac105 Update requirements.txt
5dff7db Add version constraint typing >= 3.5.2 so ruamel typechecks work. (#55)
6fb2969 Merge pull request #54 from common-workflow-language/newer-ruamel
bc57aa0 adopt fixed ruamel.yaml
236b042 make mypy invocation py3 compat
61636e4 switch to latest ruamel.yaml with native types
fefc957 install typed-ast during Jenkins tests
c570b8a update to minimally required version of pip
bada048 remove old setuptools wheel, then fix pip, then upgrade setuptools
454733c fix pip, then install setuptools
a0c7d1a fix pip
9012e2b forcibly remove old setuptools
559f19a fix setuptools version specification typo
8a34425 update release test
a833808 Merge pull request #52 from common-workflow-language/install-tests
ac7341c last fix for the release test!
70dbadc also ship metaschema in source distribution
ad0b913 add the Makefile to the source distribution
6df505c clarify module != package name
5890eb2 make tests installable and runnable after install
0514920 Merge pull request #51 from common-workflow-language/tighten-typecheck
caa854a tweak travis/tox config
b0c357b tighten up types
ab9f395 Merge pull request #50 from common-workflow-language/type-docs
4ef0ed1 document how to expand Typeshed
c646a62 Merge pull request #49 from common-workflow-language/schema-cache
14d51ca fix types
7dbffaf Add general http caching support.  Applies to $import, $include and $schemas.
f8297cc Cache external schemas after being loaded 1st time (doesn't cache to disk, though.)
2300cb0 Merge pull request #48 from common-workflow-language/fix-jsonld-context
449b5b8 Bump version
c8305c0 Add default @id field to json-ld context if missing.
ea983fd Merge pull request #47 from common-workflow-language/install-tests
7bd46e1 make tests installable and runnable after install
66b5ac6 update ruamel.yaml types
9e11a86 Merge pull request #46 from common-workflow-language/ruamel-yaml-bump
17fe62e re-pin ruamel.yaml
fe7c49f Merge pull request #45 from common-workflow-language/improve-makerdf
3b414e7 replace variable shadowing with more meaningful names
1b1f58f replace Py3 exception passing to logger with py2 version
b8ba072 update types
7008d94 Bugfix makerdf (helper function for converting to RDF).
94d9847 Merge pull request #44 from common-workflow-language/revert-optional-required
8a211bc Revert "make explicit optional and required fields"
c9fc39f Name field is ambigous, so use list.
f814cdb Can't distinguish between single SpecializeDef and mapSubject/mapPredicate, so disallow.
9f3927d update to v1.14
13061e5 Merge pull request #42 from common-workflow-language/specialize-refscope
750922d Can use refScope and mapSubject/mapPredicate on specialize.
9773208 Merge pull request #38 from common-workflow-language/mixin
5d1bda4 Merge pull request #40 from common-workflow-language/doc-map
a6d6136 update type for typefmt()
41f414d Merge pull request #41 from common-workflow-language/rdfscomment
c3ada96 update type for fetch()
2abc7f4 Doc generation understands mapSubject/mapPredicate -> map<>
db8f409 sld:doc -> rdfs:comment
aea5636 Add documentation about mixin.
63822d6 Remove spurious prints.
4217af8 Add mixin
d626a74 Implement $mixin
93ed1fb pin ruamel.yaml to working version
aa83430 Merge pull request #36 from common-workflow-language/explicit-optional
a58b955 make explicit optional and required fields
c509a07 Merge pull request #34 from common-workflow-language/unscoped_ids
f857e9d type fixups
0407370 Allow idmaps for record fields.
5d9a08e Use makerdf for --print-rdf
ce00252 Add test for non-scoped identifiers.
ef27301 restore a dropped cast

git-subtree-dir: cwltool/schemas
git-subtree-split: 7a9bee2
mr-c added a commit that referenced this pull request Sep 6, 2016
7a9bee2 Add 'v1.1.0-dev1/salad/' from commit '98a5bea104672f9c652ad17ead5c6869a0da2cdf'
5853de0 refresh schema salad
762d534 update new draft documentation
a33dd70 initial v1.1.0-dev1
2c85ac4 README update
3a5061d Add support for --junit-xml to run_test.sh
d37ef31 Run tests with "cwltest" instead of "python -m cwltool.cwltest"
cf28454 Add test for using initial work dir, docker, and secondary files.
98a5bea Update py3 setuptools pip wheel
8646e82 Run install-dep for py3
d866c53 pin ruamel py3 install
04dd72f Add ruamel.yaml to py3 jenkins testing.
56ddb9d Update requirements.txt again for CacheControl and lockfile.
a5ac105 Update requirements.txt
5dff7db Add version constraint typing >= 3.5.2 so ruamel typechecks work. (#55)
6fb2969 Merge pull request #54 from common-workflow-language/newer-ruamel
bc57aa0 adopt fixed ruamel.yaml
236b042 make mypy invocation py3 compat
61636e4 switch to latest ruamel.yaml with native types
fefc957 install typed-ast during Jenkins tests
c570b8a update to minimally required version of pip
bada048 remove old setuptools wheel, then fix pip, then upgrade setuptools
454733c fix pip, then install setuptools
a0c7d1a fix pip
9012e2b forcibly remove old setuptools
559f19a fix setuptools version specification typo
8a34425 update release test
a833808 Merge pull request #52 from common-workflow-language/install-tests
ac7341c last fix for the release test!
70dbadc also ship metaschema in source distribution
ad0b913 add the Makefile to the source distribution
6df505c clarify module != package name
5890eb2 make tests installable and runnable after install
0514920 Merge pull request #51 from common-workflow-language/tighten-typecheck
caa854a tweak travis/tox config
b0c357b tighten up types
ab9f395 Merge pull request #50 from common-workflow-language/type-docs
4ef0ed1 document how to expand Typeshed
c646a62 Merge pull request #49 from common-workflow-language/schema-cache
14d51ca fix types
7dbffaf Add general http caching support.  Applies to $import, $include and $schemas.
f8297cc Cache external schemas after being loaded 1st time (doesn't cache to disk, though.)
2300cb0 Merge pull request #48 from common-workflow-language/fix-jsonld-context
449b5b8 Bump version
c8305c0 Add default @id field to json-ld context if missing.
ea983fd Merge pull request #47 from common-workflow-language/install-tests
7bd46e1 make tests installable and runnable after install
66b5ac6 update ruamel.yaml types
9e11a86 Merge pull request #46 from common-workflow-language/ruamel-yaml-bump
17fe62e re-pin ruamel.yaml
fe7c49f Merge pull request #45 from common-workflow-language/improve-makerdf
3b414e7 replace variable shadowing with more meaningful names
1b1f58f replace Py3 exception passing to logger with py2 version
b8ba072 update types
7008d94 Bugfix makerdf (helper function for converting to RDF).
94d9847 Merge pull request #44 from common-workflow-language/revert-optional-required
8a211bc Revert "make explicit optional and required fields"
c9fc39f Name field is ambigous, so use list.
f814cdb Can't distinguish between single SpecializeDef and mapSubject/mapPredicate, so disallow.
9f3927d update to v1.14
13061e5 Merge pull request #42 from common-workflow-language/specialize-refscope
750922d Can use refScope and mapSubject/mapPredicate on specialize.
9773208 Merge pull request #38 from common-workflow-language/mixin
5d1bda4 Merge pull request #40 from common-workflow-language/doc-map
a6d6136 update type for typefmt()
41f414d Merge pull request #41 from common-workflow-language/rdfscomment
c3ada96 update type for fetch()
2abc7f4 Doc generation understands mapSubject/mapPredicate -> map<>
db8f409 sld:doc -> rdfs:comment
aea5636 Add documentation about mixin.
63822d6 Remove spurious prints.
4217af8 Add mixin
d626a74 Implement $mixin
93ed1fb pin ruamel.yaml to working version
aa83430 Merge pull request #36 from common-workflow-language/explicit-optional
a58b955 make explicit optional and required fields
c509a07 Merge pull request #34 from common-workflow-language/unscoped_ids
f857e9d type fixups
0407370 Allow idmaps for record fields.
5d9a08e Use makerdf for --print-rdf
ce00252 Add test for non-scoped identifiers.
ef27301 restore a dropped cast

git-subtree-dir: cwltool/schemas
git-subtree-split: 7a9bee2
mr-c added a commit that referenced this pull request Sep 6, 2016
7a9bee2 Add 'v1.1.0-dev1/salad/' from commit '98a5bea104672f9c652ad17ead5c6869a0da2cdf'
5853de0 refresh schema salad
762d534 update new draft documentation
a33dd70 initial v1.1.0-dev1
2c85ac4 README update
3a5061d Add support for --junit-xml to run_test.sh
d37ef31 Run tests with "cwltest" instead of "python -m cwltool.cwltest"
cf28454 Add test for using initial work dir, docker, and secondary files.
98a5bea Update py3 setuptools pip wheel
8646e82 Run install-dep for py3
d866c53 pin ruamel py3 install
04dd72f Add ruamel.yaml to py3 jenkins testing.
56ddb9d Update requirements.txt again for CacheControl and lockfile.
a5ac105 Update requirements.txt
5dff7db Add version constraint typing >= 3.5.2 so ruamel typechecks work. (#55)
6fb2969 Merge pull request #54 from common-workflow-language/newer-ruamel
bc57aa0 adopt fixed ruamel.yaml
236b042 make mypy invocation py3 compat
61636e4 switch to latest ruamel.yaml with native types
fefc957 install typed-ast during Jenkins tests
c570b8a update to minimally required version of pip
bada048 remove old setuptools wheel, then fix pip, then upgrade setuptools
454733c fix pip, then install setuptools
a0c7d1a fix pip
9012e2b forcibly remove old setuptools
559f19a fix setuptools version specification typo
8a34425 update release test
a833808 Merge pull request #52 from common-workflow-language/install-tests
ac7341c last fix for the release test!
70dbadc also ship metaschema in source distribution
ad0b913 add the Makefile to the source distribution
6df505c clarify module != package name
5890eb2 make tests installable and runnable after install
0514920 Merge pull request #51 from common-workflow-language/tighten-typecheck
caa854a tweak travis/tox config
b0c357b tighten up types
ab9f395 Merge pull request #50 from common-workflow-language/type-docs
4ef0ed1 document how to expand Typeshed
c646a62 Merge pull request #49 from common-workflow-language/schema-cache
14d51ca fix types
7dbffaf Add general http caching support.  Applies to $import, $include and $schemas.
f8297cc Cache external schemas after being loaded 1st time (doesn't cache to disk, though.)
2300cb0 Merge pull request #48 from common-workflow-language/fix-jsonld-context
449b5b8 Bump version
c8305c0 Add default @id field to json-ld context if missing.
ea983fd Merge pull request #47 from common-workflow-language/install-tests
7bd46e1 make tests installable and runnable after install
66b5ac6 update ruamel.yaml types
9e11a86 Merge pull request #46 from common-workflow-language/ruamel-yaml-bump
17fe62e re-pin ruamel.yaml
fe7c49f Merge pull request #45 from common-workflow-language/improve-makerdf
3b414e7 replace variable shadowing with more meaningful names
1b1f58f replace Py3 exception passing to logger with py2 version
b8ba072 update types
7008d94 Bugfix makerdf (helper function for converting to RDF).
94d9847 Merge pull request #44 from common-workflow-language/revert-optional-required
8a211bc Revert "make explicit optional and required fields"
c9fc39f Name field is ambigous, so use list.
f814cdb Can't distinguish between single SpecializeDef and mapSubject/mapPredicate, so disallow.
9f3927d update to v1.14
13061e5 Merge pull request #42 from common-workflow-language/specialize-refscope
750922d Can use refScope and mapSubject/mapPredicate on specialize.
9773208 Merge pull request #38 from common-workflow-language/mixin
5d1bda4 Merge pull request #40 from common-workflow-language/doc-map
a6d6136 update type for typefmt()
41f414d Merge pull request #41 from common-workflow-language/rdfscomment
c3ada96 update type for fetch()
2abc7f4 Doc generation understands mapSubject/mapPredicate -> map<>
db8f409 sld:doc -> rdfs:comment
aea5636 Add documentation about mixin.
63822d6 Remove spurious prints.
4217af8 Add mixin
d626a74 Implement $mixin
93ed1fb pin ruamel.yaml to working version
aa83430 Merge pull request #36 from common-workflow-language/explicit-optional
a58b955 make explicit optional and required fields
c509a07 Merge pull request #34 from common-workflow-language/unscoped_ids
f857e9d type fixups
0407370 Allow idmaps for record fields.
5d9a08e Use makerdf for --print-rdf
ce00252 Add test for non-scoped identifiers.
ef27301 restore a dropped cast

git-subtree-dir: cwltool/schemas
git-subtree-split: 7a9bee2
mr-c added a commit that referenced this pull request Sep 6, 2016
7a9bee2 Add 'v1.1.0-dev1/salad/' from commit '98a5bea104672f9c652ad17ead5c6869a0da2cdf'
5853de0 refresh schema salad
762d534 update new draft documentation
a33dd70 initial v1.1.0-dev1
2c85ac4 README update
3a5061d Add support for --junit-xml to run_test.sh
d37ef31 Run tests with "cwltest" instead of "python -m cwltool.cwltest"
cf28454 Add test for using initial work dir, docker, and secondary files.
98a5bea Update py3 setuptools pip wheel
8646e82 Run install-dep for py3
d866c53 pin ruamel py3 install
04dd72f Add ruamel.yaml to py3 jenkins testing.
56ddb9d Update requirements.txt again for CacheControl and lockfile.
a5ac105 Update requirements.txt
5dff7db Add version constraint typing >= 3.5.2 so ruamel typechecks work. (#55)
6fb2969 Merge pull request #54 from common-workflow-language/newer-ruamel
bc57aa0 adopt fixed ruamel.yaml
236b042 make mypy invocation py3 compat
61636e4 switch to latest ruamel.yaml with native types
fefc957 install typed-ast during Jenkins tests
c570b8a update to minimally required version of pip
bada048 remove old setuptools wheel, then fix pip, then upgrade setuptools
454733c fix pip, then install setuptools
a0c7d1a fix pip
9012e2b forcibly remove old setuptools
559f19a fix setuptools version specification typo
8a34425 update release test
a833808 Merge pull request #52 from common-workflow-language/install-tests
ac7341c last fix for the release test!
70dbadc also ship metaschema in source distribution
ad0b913 add the Makefile to the source distribution
6df505c clarify module != package name
5890eb2 make tests installable and runnable after install
0514920 Merge pull request #51 from common-workflow-language/tighten-typecheck
caa854a tweak travis/tox config
b0c357b tighten up types
ab9f395 Merge pull request #50 from common-workflow-language/type-docs
4ef0ed1 document how to expand Typeshed
c646a62 Merge pull request #49 from common-workflow-language/schema-cache
14d51ca fix types
7dbffaf Add general http caching support.  Applies to $import, $include and $schemas.
f8297cc Cache external schemas after being loaded 1st time (doesn't cache to disk, though.)
2300cb0 Merge pull request #48 from common-workflow-language/fix-jsonld-context
449b5b8 Bump version
c8305c0 Add default @id field to json-ld context if missing.
ea983fd Merge pull request #47 from common-workflow-language/install-tests
7bd46e1 make tests installable and runnable after install
66b5ac6 update ruamel.yaml types
9e11a86 Merge pull request #46 from common-workflow-language/ruamel-yaml-bump
17fe62e re-pin ruamel.yaml
fe7c49f Merge pull request #45 from common-workflow-language/improve-makerdf
3b414e7 replace variable shadowing with more meaningful names
1b1f58f replace Py3 exception passing to logger with py2 version
b8ba072 update types
7008d94 Bugfix makerdf (helper function for converting to RDF).
94d9847 Merge pull request #44 from common-workflow-language/revert-optional-required
8a211bc Revert "make explicit optional and required fields"
c9fc39f Name field is ambigous, so use list.
f814cdb Can't distinguish between single SpecializeDef and mapSubject/mapPredicate, so disallow.
9f3927d update to v1.14
13061e5 Merge pull request #42 from common-workflow-language/specialize-refscope
750922d Can use refScope and mapSubject/mapPredicate on specialize.
9773208 Merge pull request #38 from common-workflow-language/mixin
5d1bda4 Merge pull request #40 from common-workflow-language/doc-map
a6d6136 update type for typefmt()
41f414d Merge pull request #41 from common-workflow-language/rdfscomment
c3ada96 update type for fetch()
2abc7f4 Doc generation understands mapSubject/mapPredicate -> map<>
db8f409 sld:doc -> rdfs:comment
aea5636 Add documentation about mixin.
63822d6 Remove spurious prints.
4217af8 Add mixin
d626a74 Implement $mixin
93ed1fb pin ruamel.yaml to working version
aa83430 Merge pull request #36 from common-workflow-language/explicit-optional
a58b955 make explicit optional and required fields
c509a07 Merge pull request #34 from common-workflow-language/unscoped_ids
f857e9d type fixups
0407370 Allow idmaps for record fields.
5d9a08e Use makerdf for --print-rdf
ce00252 Add test for non-scoped identifiers.
ef27301 restore a dropped cast

git-subtree-dir: cwltool/schemas
git-subtree-split: 7a9bee2
tetron pushed a commit that referenced this pull request Jul 23, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants