Über Open CoDE Software Wiki Diskussionen GitLab

Skip to content

backfill canonical hash for xsd files

Felix Bernhardt requested to merge converter-hash into main

Related to #318 (closed)

  • Add "canonical_hash" table to xsd files
  • Backfill hashes in updater job

This will be the base for the addition discussed in #318 (closed). We want to check the generated JSON Schema/XSD Content not only against the latest file but against all generated files for a specific schema. As this has to check against the content of potentially multiple files, the hash is added to xsd files to only check against the hash.

Merge request reports