-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Tagging * Added basics for tagging * Added factreference references and added tagging to facts and duties * Added square cell and switched to textpart for modelparser * Added tag imports to model parser * Added test for singletag and singleuntag * Added test for group tag * Added group untag and group untag test * Made json import more testable * Added docs on tagging * Fixed highlighting issue * Fixed failing test * Removed duplicate code * Added plugin updated docs * Fixed act precondition editor layout * Did some tagging work * started work on linking with triply dataset * Added triply sources * Removed favorite view dependency * Removed timeout for flintfiller * Added docs and udated version to 0.5.3 * Added audit * Fixed issues with test * test/build pipeline changes * Added jbr download * Implemented node from text actions & intetentions * Implemented adding artikel text to existing node * Fixed issue with paramertierized range selection showing false error * Implemented single multi tag / untag * Implemented multi role GroupTag / GroupUnTag * Fixed selection issues and fixed autofill * Added multi tagging migration * Migrated * Fixed existing tests * Added multitagging tests * Bump * Added caching * Fixed test result artifact * Updated Docs and Migrated Project * Bumped flintfiller to v0.0.5 * Bumped versions to 0.5.4 * Added mpsTooltips plugin to ideBuild * Added JBR to ide builds * Removed unused color tag/role color boxes, fixed a bug with nodefromarticle selecting the wrong article * Added cash to release.yml * Removed os check from release.yml Co-authored-by: Daron Brison <[email protected]>
- Loading branch information
1 parent
f39f6a7
commit f57b638
Showing
129 changed files
with
41,859 additions
and
12,362 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 |
---|---|---|
|
@@ -8,6 +8,8 @@ on: | |
|
||
jobs: | ||
build: | ||
env: | ||
DISPLAY: :0 | ||
name: Create Release | ||
runs-on: ubuntu-latest | ||
steps: | ||
|
@@ -18,22 +20,22 @@ jobs: | |
- uses: actions/setup-java@v1 | ||
with: | ||
java-version: 11 | ||
- name: Build Plugin | ||
run: ./gradlew initProject buildFlintPlugin | ||
env: | ||
GRADLE_OPTS: -Dorg.gradle.daemon=false | ||
- name: Build IDE | ||
uses: GabrielBB/[email protected] | ||
- name: Setup xvfb (Linux) | ||
run: | | ||
sudo apt-get install -y xvfb | ||
sudo /usr/bin/Xvfb $DISPLAY -screen 0 1280x1024x24 & | ||
- uses: burrunan/gradle-cache-action@v1 | ||
name: Build Plugin & IDE | ||
with: | ||
run: ./gradlew buildFlintIde | ||
env: | ||
GRADLE_OPTS: -Dorg.gradle.daemon=false | ||
job-id: jdk11 | ||
arguments: --no-parallel initProject buildFlintPlugin buildFlintIde | ||
gradle-version: wrapper | ||
- name: Upload Test Results | ||
if: ${{ failure() }} | ||
if: ${{ always() }} | ||
uses: actions/upload-artifact@v2 | ||
with: | ||
name: test-results | ||
path: code/java/FlintParser/build/reports/tests/test | ||
name: test-results-${{ matrix.os }} | ||
path: code/build/reports/html | ||
- name: Get Release Logs | ||
id: get_release_logs | ||
run: | | ||
|
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 |
---|---|---|
|
@@ -100,3 +100,7 @@ node_modules | |
|
||
.scripts/ | ||
code/build-*.xml | ||
**.iml | ||
tests/reports | ||
.dockerignore | ||
.idea/jarRepositories.xml |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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.