Skip to content
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

Jsonschematools #452

Closed
wants to merge 32 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
d8f2139
Added examples for simple NGSI-LD objects
wagmarcel Nov 5, 2023
2cd8d11
Added validate.js tool
wagmarcel Nov 5, 2023
fde84af
added properties and relationships
wagmarcel Nov 5, 2023
1919f0c
Added keyword management for schema
wagmarcel Nov 5, 2023
f96ef91
added eslint
wagmarcel Nov 5, 2023
9bfce7d
linting
wagmarcel Nov 5, 2023
bd4502d
added tests for validation
wagmarcel Nov 5, 2023
cb35f68
fix filename typos
wagmarcel Nov 5, 2023
f56e557
filename ...
wagmarcel Nov 5, 2023
8480f17
this time?
wagmarcel Nov 5, 2023
37b9aeb
added additional validation
wagmarcel Nov 5, 2023
d75b747
added more tests for validation
wagmarcel Nov 6, 2023
4598084
fixed test
wagmarcel Nov 6, 2023
7425f44
Added jsonschema2shacl tool
wagmarcel Nov 7, 2023
1f76bf0
Added tests for jsonld conversion
wagmarcel Nov 8, 2023
38c76a5
more tests
wagmarcel Nov 8, 2023
ac624de
added Makefile
wagmarcel Nov 8, 2023
f47f100
linting
wagmarcel Nov 8, 2023
fb959a4
started library
wagmarcel Nov 8, 2023
e31c913
moving everything which must have unittests into library
wagmarcel Nov 9, 2023
fcf297a
cleaned up shacltools
wagmarcel Nov 9, 2023
87b05ca
added jsonldUtils test
wagmarcel Nov 9, 2023
21a3691
continued to work on testJsonldUtils
wagmarcel Nov 10, 2023
7a7ec10
Added further test for conciseexpandedform
wagmarcel Nov 10, 2023
75095a7
extended test
wagmarcel Nov 12, 2023
79648f1
first verstion of testShaclUtils
wagmarcel Nov 12, 2023
8facfe1
continued shaclUtils unit tests
wagmarcel Nov 12, 2023
fd325d3
continued shaclUtils unit tests
wagmarcel Nov 12, 2023
acac8fe
added more unit tests
wagmarcel Nov 12, 2023
c2f4713
improved test
wagmarcel Nov 13, 2023
68fe437
added tests to workflow
wagmarcel Nov 13, 2023
9cff748
Makefile
wagmarcel Nov 13, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,7 @@ jobs:
- name: Build shacl2flink
run: |
sudo apt install sqlite3 sqlite3-pcre
cd semantic-model/shacl2flink && make setup && make lint test build test-kms
cd semantic-model/shacl2flink && make setup && make lint test build test-kms
- name: Build datamodel tools
run: |
cd semantic-model/datamodel/tools && make setup && make lint test
Loading
Loading