metadata-qa-api icon indicating copy to clipboard operation
metadata-qa-api copied to clipboard

Metadata Quality Assessment Framework API

Results 84 metadata-qa-api issues
Sort by recently updated
recently updated
newest added

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade org.slf4j:slf4j-api from 2.0.12 to 2.0.13. :information_source: Keep your dependencies up-to-date....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade commons-io:commons-io from 2.16.0 to 2.16.1. :information_source: Keep your dependencies up-to-date....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `maven` dependencies of...

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade com.fasterxml.jackson.core:jackson-databind from 2.16.2 to 2.17.0. :information_source: Keep your dependencies up-to-date....

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to upgrade org.apache.solr:solr-solrj from 9.4.1 to 9.5.0. :information_source: Keep your dependencies up-to-date....

It was a request from Arno. The pattern tool produces individual rules, so we should be able to merge two BaseSchemas together, indore to create a complex schema

Now the rule checkers iterate on all instances of a data elements, and fails if the rule fails at least one instance. It does not stores the count of failures...

The code quality report is available here: https://sonarcloud.io/project/overview?id=pkiraly_metadata-qa-api

`naScore`, `setNaScore()`, `getNaScore()`, `withNaScore()`

enhancement

In order to apply the namespaces defined in the schema you have to add an extra line before starting the process: ```Java XPathWrapper.setXpathEngine(schema.getNamespaces()); ``` This is not documented, and not...