-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'refs/heads/master' into 20-update-vo-dml-standard-document
- Loading branch information
Showing
71 changed files
with
2,076 additions
and
1,419 deletions.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,23 +26,30 @@ jobs: | |
java-version: '11' | ||
distribution: 'temurin' | ||
- name: Build java runtime with Gradle | ||
uses: gradle/[email protected] | ||
uses: gradle/actions/setup-gradle@v3 | ||
with: | ||
cache-disabled: false | ||
arguments: | | ||
:java:publishToMavenLocal | ||
-PskipSigning=True | ||
- name: Build ivoa model with Gradle | ||
uses: gradle/[email protected] | ||
uses: gradle/actions/setup-gradle@v3 | ||
with: | ||
cache-disabled: false | ||
arguments: | | ||
:ivoa:publishToMavenLocal | ||
-PskipSigning=True | ||
- name: Test sample model with Gradle | ||
uses: gradle/[email protected] | ||
uses: gradle/actions/setup-gradle@v3 | ||
with: | ||
cache-disabled: false | ||
arguments: | | ||
:gradletooling:vodml-sample:test | ||
:sample:test | ||
-PskipSigning=True | ||
- name: Validate sample model with Gradle | ||
uses: gradle/actions/setup-gradle@v3 | ||
with: | ||
cache-disabled: false | ||
arguments: | | ||
:sample:vodmlValidate | ||
-PskipSigning=True |
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
Creating VO-DML from other Data Models | ||
====================================== | ||
|
||
It is possible to start with an XML schema that can be transferred to VODSL with | ||
|
||
```shell | ||
gradle vodmlXsdToVodsl --xsd mymodel.xsd --dsl mymodel.vodsl | ||
``` |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,11 @@ | ||
Designing Models | ||
================ | ||
|
||
## Testing serialization. | ||
Creating "good" data model designs is a art rather than a science. Within the context of the IVOA reusing existing recommended models is a prerequisite for a model be considered good. | ||
|
||
TBC | ||
|
||
## Testing serialization. | ||
|
||
The java runtime has some functionality for [roundtrip testing](../JavaCodeGeneration.md#testing-models) the various serializations | ||
which can be a good first level test as to whether your model is a "good design". |
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
Submodule ivoatex
updated
23 files
+8 −1 | CHANGES | |
+16 −1 | Makefile | |
+2 −2 | README.rst | |
+121 −0 | aas_macros.tex | |
+110 −1 | docrepo.bib | |
+123 −35 | ivoa.bst | |
+1 −0 | ivoa.cls | |
+41 −41 | ivoabib.bib | |
+98 −0 | no-german.patch | |
+14 −0 | regressiontest/README.rst | |
+557 −0 | regressiontest/run-regression.py | |
+3 −3 | submission.py | |
+9 −0 | suggest-bibupgrade.py | |
+4 −0 | test/Makefile | |
+17 −0 | test/test-ivoa-bst-urls.aux | |
+90 −0 | test/test-ivoa-bst-urls.bib | |
+44 −0 | test/test-ivoa-bst-urls.good | |
+19 −0 | test/test-ivoa-bst-urls.sh | |
+28 −0 | tth_C/UPDATING | |
+94 −0 | tth_C/no-german.patch | |
+15,582 −15,542 | tth_C/tth.c | |
+5 −7 | tthdefs.tex | |
+1 −1 | update_generated.py |
Binary file not shown.
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.