Skip to content

Releases: INSPIRE-MIF/helpdesk-validator

v2020.2 24/06/2020

12 Jun 08:00
f3be90d
Compare
Choose a tag to compare

The version published at this time contains breaking and non-breaking changes.

🚀 New Features

ATS:

ETS:

🐛 Bugfixes

  • #100 multiple hierarchyLevel allowed for MD2.0 - #470
  • #252 Add missing crs into at36-getcapabilities-layer-bounding-box error message - #468
  • #254 Added exceptions for harmonised layer names - #466
  • #255 Allow to identifiers be repeated in different layers if they refer to the same dataset - #467
  • #272 Added monitoring metadata test - #450
  • #275 MD2.0 SDS 3.6 Premature end of file - #453
  • #277 multiple hierarchyLevel allowed for MD2.0 - #451
  • #278 Incorrect error message on MD2.0 test C.18 - #449
  • #288 Update 'help' link button
  • #304 Relaxed "wfs" prefix requirement for Pre-Defined WFS and for Direct WFS. - #469
  • #316 multiple electronicMailAddress allowed for MD2.0 C.6 - #455
  • #318 Fix duplicate dataset UID - #473
  • #319 Change https INSPIRE URIs into http URIs for C.17 & C.18 - #472
  • #331 Conformity to ISO 8601:2004 for all the relevant TG v2.0 requirements - #474

📝 Documentation

Deployment instructions

docker login docker.pkg.github.com 
#Provide Github credentials
docker run --name inspire-validator -d -p 8080:8080 -v ~/etf:/etf docker.pkg.github.com/inspire-eu-validation/community/inspire-validator:2020.2 
#Launches a container with the image, exposing it port 8080 through the same port in the host machine, and uses a volume in the local file system, on the directory ~/etf

For further configuration, please download the file inspire-validator-2020.2.zip and follow the instructions in the README.md file inside the .zip file.

v2020.1.2 15/04/2020

15 Apr 10:45
8bbd408
Compare
Choose a tag to compare

🐛 Bugfixes

This is an exceptional release of the Validator, which includes the latest version of the tests used for the calculation of indicators MDi1.1 and MDi1.2 for the INSPIRE Monitoring 2019 process. This release builds on the latest release (v.2020.1.1) and incorporates some additional feedback received by EU Member States. Some other fixes on WMS and WMTS tests have been also included in this release.

  • #250 Modified transparent parameter values for WMS GetMap request - #425
  • #225 Fixed issue with WMTS GetTile requests - #422
  • #258 Fix test C.18 from MD 2.0 for more than one "gmd:otherConstraints/gco:CharacterString" or "gmd:otherConstraints/gmx:Anchor" - #430
  • #270 Updated MD 1.3 schema validation - #434

Deployment instructions

docker run --name inspire-validator -d -p 8080:8080 -v ~/etf:/etf docker.pkg.github.com/inspire-eu-validation/community/inspire-validator:2020.1.2

For further configuration, please download the file inspire-validator-2020.1.2.zip and follow the instructions in the README.md file inside the .zip file.

v2020.1.1 27/03/2020

27 Mar 06:34
8bbd408
Compare
Choose a tag to compare

This is an exceptional release of the Validator that will be used for the calculation of indicators MDi1.1 and MDi1.2 for the INSPIRE Monitoring 2019 process. This release builds on the latest release (v.2020.1) and incorporates some additional feedback received by EU Member States.

🐛 Bugfixes

  • #239 Relax test 1.6 from MD 2.0 - #428
  • #260 Relax test md-iso.a.5 from MD 1.6 - #432

Deployment instructions

docker run --name inspire-validator -d -p 8080:8080 -v ~/etf:/etf docker.pkg.github.com/inspire-eu-validation/community/inspire-validator:2020.1.1

For further configuration, please download the file etf-release-2020.1.1.zip and follow the instructions in the README.md file inside the .zip file.

v2020.1 18/03/2020

26 Feb 08:10
fd3349f
Compare
Choose a tag to compare

🚀 New Features

ATS:

ETS:

🐛 Bugfixes

  • #81 Problem using ETF INSPIRE Validator with HTTP Basic Authentication

  • #82 Problem using ETF INSPIRE Validator with KVP-Authentication

  • #96 Stronger test for md sds 3.1 and md sds 3.8 - #373

  • #140 Update testquery-noggeo from https to http - #374

  • #161 Update test for MD 1.3 XML A.1 - #402

  • #169 Keywords from GEMET Thesaurus - #400

  • #175 Modified regex expression for MD 2.0 C.11 - #383

  • #178 Improve unspecific error message and Relax codeListValue validation from MD 2.0 C.6- #375

  • #181 Update test for MD 2.0 Requirement 3.4 - #377

  • #183 Modified harmonished for harmonised - #378

  • #184 Fix on md-sds-interoperable 6.1- #379

  • #188 Update test for MD 2.0 C.14 - #384

  • #189 Fixed lower case check in 3.1 and 3.8 requirements - #382

  • #190 Allow redirect for MD 2.0 SDS 3.6- #386

  • #191 Update for Conformance Class 'View Service WMS' - #390

  • #194 Update tests C.17 and C.18 for MD 2.0 common- #393

  • #194 Relax test for MD 2.0 C.18 - #404

  • #202 Deleted date regex validation in C.12 and C.13 - #396

  • #202 Fix temporal reference datetime regexp- #403

  • #203 Production issues with GML validation

  • #206 Fix test gmlas.c.1 - #406

  • #213 Fix Req 3.4 Spatial Data Service Category validation - #405

  • #228 Fixed enumeration retrieval - #408

  • #227 Update WMS View Service AC-MF layer names - #415

  • #238 Update test for MD 2.0 C.1 - #416

  • #218 Removed test from WFS Pre-defined - #419

  • #52 Relaxed test from MD 2.0 1.6- #426

  • Update version, author and last update date - #407

  • Deleted draft version text - #387

  • Updated version and date - #409

💅 Enhancements

  • Cache schemas to reduce validation time - #205
  • Fixed Travis test issue - #395
  • Metadata 1.3 missing schemalocation - #398
  • Fixed WMS authentication - #410
  • Fixed WMTS authentication - #411
  • Fixed CSW authentication - #412
  • Fixed WCS authentication - #413
  • Fixed SOS authentication - #414

📝 Documentation

Deployment instructions

docker run --name inspire-validator -d -p 8080:8080 -v ~/etf:/etf docker.pkg.github.com/inspire-eu-validation/community/inspire-validator:2020.1

For further configuration, please download the file etf-release-2020.1.zip and follow the instructions in the README.md file inside the .zip file.

v1.0.8 (18/11/2019)

03 Dec 10:27
d76dd58
Compare
Choose a tag to compare

🚀 New Features

ATS:

ETS:

ETF:

🐛 Bugfixes

  • #52 Relax test on MD 2.0 C.5 - #318
  • #55 Rename at06 to at06-mandatory-metadata-elements - #293
  • #63 Relax test on MD 2.0 - #308
  • #67 Fix test on MD 1.3 - #307
  • #69 Relax test on MD 2.0 C.3 - #132
  • #70 Relax test on MD 2.0 C.15 - #132
  • #71 Relax test on MD 2.0 C.17 - #132
  • #73 Relax test on MD 2.0 Comon Requirements - #313
  • #74 Relax test on MD 2.0 CC 3.5 - #338
  • #87 Update HTTP/HTTPS convertion - #341
  • #89 Relax validation on testquery-md - #314
  • #93 Add support for a double number on MD 2.0 CC 1.5 - #319 / @fxprunayre
  • #101 Add correction for attribute Role on CSW - #323
  • #106 Relax test on Dataset keyword on MD 1.3 - #345, #342
  • #108 Relax test on Dataset keyword on MD CSW Core Discovery Service - #360, #342
  • #111 Add support for correct validation on MD 2.0 Common Requirements C.17 & C.18 - #354, #353, #351
  • #115 Relax test on MD 1.3 - #341
  • #118 Fix typo errors on MD 2.0 all Conformance Classes - #336
  • #134 Update test for MD 1.3 Validate XML documents - #346
  • #139 Use of text() instead of node() - #350
  • #144 Update from node() to text() on MD 2.0 - #352
  • #148 Add support for multiple email address on MD 2.0 Common Requirements C.10 - #364
  • #150 Add support for redirections on MD 1.3 - #359
  • #154 Fix missing "(" - #365

💅 Enhancements

  • Add TR.invalidLegendFormat message. - #344
  • #7 Add label to test execution to search them easily
  • #68 Update maximum size of file to 20MB on ETF-webapp
  • #94 Update error message for invalid URL on MD 2.0 - #325 / @fxprunayre
  • #128 Update schema on MD 1.3 - #341
  • #131 Relax test on MD 2.0 & CC1.6 - #343
  • #138 Improve schemaLocation on MD 1.3 - #346

📝 Documentation

v1.0.7 (23/07/2019)

03 Dec 10:22
d76dd58
Compare
Choose a tag to compare

🚀 New Features

ATS:

ETS:

ETF:

  • Rerun button on test report
  • Test types integrations
    • MD 2.0
    • WMS
    • WMTS
    • SOS
    • WCS
  • Color for skipped tests different from color of manual checks in test report
  • Password field on test run configuration
  • Customizable configuration of parallel test runs
  • Test Run log opened in separated tab
  • Cancel button on delete report action works properly
  • Show ETS dependencies on Conformance Classes selection

v1.0.6 (05/06/2019)

03 Dec 10:20
d76dd58
Compare
Choose a tag to compare

🐛 Bugfixes

  • #262 Add Croatian title of the Regulation 1089/2010 - #267

v1.0.5 (04/06/2019)

03 Dec 10:19
d76dd58
Compare
Choose a tag to compare

🐛 Bugfixes

  • #45 Relax XPath of Coordinate Reference System and Spatial Representation Type - #216

v1.0.4 (13/05/2019)

03 Dec 10:18
d76dd58
Compare
Choose a tag to compare

🐛 Bugfixes

  • #251 Update checks for 'CadastralZoning' instead of 'BasicPropertyUnit' - #255

v1.0.3 (15/04/2019)

03 Dec 10:10
d76dd58
Compare
Choose a tag to compare

🐛 Bugfixes

  • #180 Check for a non-empty value on element CI_DateTypeCode -#216