Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
10 changes: 10 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ For information about CoMPAS go to this [site](https://com-pas.github.io/).

## Release notes

### Release 0.12.0

Next release for testing the CoMPAS System with all components.
- [OpenSCD CoMPAS Edition](https://github.com/com-pas/compas-open-scd) (Version 0.23.0.0):
- Processing validation message from SCL Validator Service;
- See details in [OpenSCD Release notes (V0.23.0.0)](https://github.com/openscd/open-scd/releases/tag/v0.23.0);
- [SCL Validator Service](https://github.com/com-pas/compas-scl-validator) (Version 0.4.1):
- Process validation messages from XSD Validation to be processed better by frontend;
- Updated libraries to the latest versions;

### Release 0.11.0

Next release for testing the CoMPAS System with all components.
Expand Down
4 changes: 2 additions & 2 deletions compas/docker-compose-basex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ services:
scl-validator:
labels:
compas: true
image: "lfenergy/compas-scl-validator:0.4.1"
image: "lfenergy/compas-scl-validator:0.4.2"
ports:
- "9093:8080"
environment:
Expand All @@ -144,7 +144,7 @@ services:
open-scd:
labels:
compas: true
image: "lfenergy/compas-open-scd:v0.22.0.1"
image: "lfenergy/compas-open-scd:v0.23.0.0"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/"]
interval: 30s
Expand Down
4 changes: 2 additions & 2 deletions compas/docker-compose-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ services:
scl-validator:
labels:
compas: true
image: "lfenergy/compas-scl-validator:0.4.1"
image: "lfenergy/compas-scl-validator:0.4.2"
ports:
- "9093:8080"
environment:
Expand All @@ -151,7 +151,7 @@ services:
open-scd:
labels:
compas: true
image: "lfenergy/compas-open-scd:v0.22.0.1"
image: "lfenergy/compas-open-scd:v0.23.0.0"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/"]
interval: 30s
Expand Down
4 changes: 2 additions & 2 deletions integration-testing/TestSuite005-validator.robot
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ TestCase005-03

Open Menu View diagnostics
Get Text mwc-dialog#diagnostic > filtered-list > mwc-list-item:nth-child(12) == Validate using OCL
Get Attribute mwc-dialog#diagnostic > filtered-list > abbr:nth-child(14) title *= [XSD validation] (line: 32, column: 47): cvc-complex-type.4: Attribute 'type' must appear on element 'DO'.
Get Attribute mwc-dialog#diagnostic > filtered-list > abbr:nth-child(14) title *= Attribute 'type' must appear on element 'DO'.
Get Element Count mwc-dialog#diagnostic > filtered-list > abbr == 11

TestCase005-04
Expand All @@ -75,5 +75,5 @@ TestCase005-04

Open Menu View diagnostics
Get Text mwc-dialog#diagnostic > filtered-list > mwc-list-item:nth-child(12) == Validate using OCL
Get Attribute mwc-dialog#diagnostic > filtered-list > abbr:nth-child(14) title *= [XSD validation] (line: 32, column: 47): cvc-complex-type.4: Attribute 'type' must appear on element 'DO'.
Get Attribute mwc-dialog#diagnostic > filtered-list > abbr:nth-child(14) title *= Attribute 'type' must appear on element 'DO'.
Get Element Count mwc-dialog#diagnostic > filtered-list > abbr == 11