Skip to content

Commit

Permalink
Merge branch 'master' into analysis-enhancement
Browse files Browse the repository at this point in the history
  • Loading branch information
glguy committed Nov 18, 2021
2 parents 8ae21e3 + 48142cc commit 0b30cc8
Show file tree
Hide file tree
Showing 758 changed files with 35,904 additions and 45,833 deletions.
22 changes: 22 additions & 0 deletions .chglog/CHANGELOG.md
@@ -1,5 +1,27 @@
<!-- markdownlint-disable line-length -->

# RACK Change Log

## [v8.0] - 2021-10-25

This release has the following changes:

- Improved SemTK ingestion and querying:
- added data range checking to ingestion
- added more ontology-checking nodegroups
- added new post-ingestion cardinality checker tool
- added class and predicate counts
- overhauled construct queries UI
- added instance-based path-finding UI
- added explore UI with click through graph
- reduced ingestion time
- Updated Turnstile example:
- added ontology overlay
- added CDR usage
- added instance data from sample development plan
- added data ingestion package with a Load-TurnStileData.sh script
- Added BASELINE to the ontology ([changelog](https://github.com/ge-high-assurance/RACK/wiki/RACK-ontology-detailed-changelogs))

## [v7.0] - 2021-06-07

This release has the following changes:
Expand Down
2 changes: 1 addition & 1 deletion .chglog/README.md
Expand Up @@ -9,7 +9,7 @@ need to be repeated unless you want to overwrite
`.chglog/CHANGELOG.tpl.md` and `.chglog/config.yml` with new
versions).

Run `git-chglog --next-tag v7.0 -o .chglog/CHANGELOG-new.md`, edit
Run `git-chglog --next-tag v8.0 -o .chglog/CHANGELOG-new.md`, edit
`.chglog/CHANGELOG.tpl.md` to tweak the output if necessary, and
repeat if needed.

Expand Down
3 changes: 3 additions & 0 deletions .gitattributes
@@ -0,0 +1,3 @@
*.owl -diff -merge
nodegroups/ingestion/*/ingest_*.json -diff -merge
nodegroups/queries/*/query*.json -diff -merge
4 changes: 2 additions & 2 deletions .github/workflows/actions/download/action.yml
Expand Up @@ -24,7 +24,7 @@ runs:

- name: Download SemTK release
shell: bash
run: curl -LSfs https://github.com/ge-semtk/semtk/releases/download/v2.3.0-20210730/semtk-opensource-v2.3.0-20210730-dist.tar.gz -o RACK/rack-box/files/semtk.tar.gz
run: curl -LSfs https://github.com/ge-semtk/semtk/releases/download/v2.3.0-20211111/semtk-opensource-v2.3.0-20211111-dist.tar.gz -o RACK/rack-box/files/semtk.tar.gz

- name: Download CSS stylesheet
shell: bash
Expand Down Expand Up @@ -52,7 +52,7 @@ runs:
pip3 wheel --wheel-dir=wheels -r requirements.txt
pip3 wheel --wheel-dir=wheels .
cd ${{ github.workspace }}
tar cfz RACK/rack-box/files/rack-cli.tar.gz RACK/cli/{setup-rack.sh,wheels}
tar cfz RACK/rack-box/files/rack-cli.tar.gz RACK/cli/{*.sh,wheels}
- name: Package RACK documentation
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Expand Up @@ -86,7 +86,7 @@ jobs:
# shell: msys2 {0}
# virtualbox works only on macos (VT-x is not available: VERR_VMK_NO_VMX)
- builder: virtualbox
os: macos-latest
os: macos-10.15
shell: bash

runs-on: ${{ matrix.os }}
Expand Down
4 changes: 1 addition & 3 deletions .gitignore
@@ -1,5 +1,3 @@
RACK-Ontology/scripts/.project
.pydevproject
*.py[cod]

# act
Expand Down Expand Up @@ -39,7 +37,6 @@ nosetests.xml

# Mr Developer
.mr.developer.cfg
.project
.pydevproject

_darcs
Expand All @@ -58,3 +55,4 @@ TODO.org
debug.log
*.swp
cli/env/
.settings/
18 changes: 18 additions & 0 deletions Boeing-Ontology/.project
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>Boeing-Ontology</name>
<comment></comment>
<projects>
<project>RACK-Ontology</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
</natures>
</projectDescription>
18 changes: 18 additions & 0 deletions GE-Ontology/.project
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>GE-Ontology</name>
<comment></comment>
<projects>
<project>RACK-Ontology</project>
</projects>
<buildSpec>
<buildCommand>
<name>org.eclipse.xtext.ui.shared.xtextBuilder</name>
<arguments>
</arguments>
</buildCommand>
</buildSpec>
<natures>
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
</natures>
</projectDescription>

0 comments on commit 0b30cc8

Please sign in to comment.