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: 5 additions & 5 deletions compas/docker-compose-basex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
scl-data-service:
labels:
compas: true
image: "lfenergy/compas-scl-data-service:0.9.6-basex"
image: "lfenergy/compas-scl-data-service:0.9.8-basex"
ports:
- "9090:8080"
environment:
Expand Down Expand Up @@ -69,7 +69,7 @@ services:
cim-mapping:
labels:
compas: true
image: "lfenergy/compas-cim-mapping:0.8.7"
image: "lfenergy/compas-cim-mapping:0.8.8"
ports:
- "9091:8080"
environment:
Expand All @@ -93,7 +93,7 @@ services:
scl-auto-alignment:
labels:
compas: true
image: "lfenergy/compas-scl-auto-alignment:0.2.4"
image: "lfenergy/compas-scl-auto-alignment:0.2.5"
ports:
- "9092:8080"
environment:
Expand All @@ -117,7 +117,7 @@ services:
scl-validator:
labels:
compas: true
image: "lfenergy/compas-scl-validator:0.2.0"
image: "lfenergy/compas-scl-validator:0.3.0"
ports:
- "9093:8080"
environment:
Expand All @@ -144,7 +144,7 @@ services:
open-scd:
labels:
compas: true
image: "lfenergy/compas-open-scd:v0.16.0.0"
image: "lfenergy/compas-open-scd:v0.17.0.1"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/"]
interval: 30s
Expand Down
12 changes: 6 additions & 6 deletions compas/docker-compose-postgresql.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
postgresql:
labels:
compas: true
image: "postgres:latest"
image: "postgres:14.4"
ports:
- "5432:5432"
environment:
Expand Down Expand Up @@ -46,7 +46,7 @@ services:
scl-data-service:
labels:
compas: true
image: "lfenergy/compas-scl-data-service:0.9.6-postgresql"
image: "lfenergy/compas-scl-data-service:0.9.8-postgresql"
ports:
- "9090:8080"
environment:
Expand Down Expand Up @@ -76,7 +76,7 @@ services:
cim-mapping:
labels:
compas: true
image: "lfenergy/compas-cim-mapping:0.8.7"
image: "lfenergy/compas-cim-mapping:0.8.8"
ports:
- "9091:8080"
environment:
Expand All @@ -100,7 +100,7 @@ services:
scl-auto-alignment:
labels:
compas: true
image: "lfenergy/compas-scl-auto-alignment:0.2.4"
image: "lfenergy/compas-scl-auto-alignment:0.2.5"
ports:
- "9092:8080"
environment:
Expand All @@ -124,7 +124,7 @@ services:
scl-validator:
labels:
compas: true
image: "lfenergy/compas-scl-validator:0.2.0"
image: "lfenergy/compas-scl-validator:0.3.0"
ports:
- "9093:8080"
environment:
Expand All @@ -151,7 +151,7 @@ services:
open-scd:
labels:
compas: true
image: "lfenergy/compas-open-scd:v0.16.0.0"
image: "lfenergy/compas-open-scd:v0.17.0.1"
healthcheck:
test: ["CMD", "curl", "-f", "http://localhost/"]
interval: 30s
Expand Down
2 changes: 1 addition & 1 deletion integration-testing/TestSuite002-versions-compas.robot
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ TestCase002-10

Select Tab CoMPAS Versions
Get Element Count ${compas-versions-editor-selector} mwc-list > mwc-check-list-item == 2
Get Text ${compas-versions-editor-selector} mwc-list > mwc-check-list-item:last-child *= ${sclname}-${current-date} (2.0.0)
Get Text ${compas-versions-editor-selector} mwc-list > mwc-check-list-item:last-child *= ${sclname}-${current-date} (Version: 2.0.0)

TestCase002-11
[Documentation] Restore first version from the list of versions
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 @@ -29,7 +29,7 @@ TestCase005-01

Open Menu View diagnostics
Get Text mwc-dialog#diagnostic > filtered-list > mwc-list-item:nth-child(4) == Validate using OCL
Get Element Count mwc-dialog#diagnostic > filtered-list > abbr == 333
Get Element Count mwc-dialog#diagnostic > filtered-list > abbr == 332

TestCase005-02
[Documentation] Execute the SCL Validator (REST API) with OCL Validation Errros.
Expand All @@ -44,7 +44,7 @@ TestCase005-02

Open Menu View diagnostics
Get Text mwc-dialog#diagnostic > filtered-list > mwc-list-item:nth-child(4) == Validate using OCL
Get Element Count mwc-dialog#diagnostic > filtered-list > abbr == 333
Get Element Count mwc-dialog#diagnostic > filtered-list > abbr == 332

TestCase005-03
[Documentation] Execute the SCL Validator (Websockets) with XSD Validation Errors.
Expand Down