Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extract compliance tool to be its own package #245

Merged
merged 4 commits into from
Mar 27, 2024

Commits on Mar 4, 2024

  1. Extract compliance tool to be its own package

    We extract the compliance_tool into its own
    package, since the functionality is not needed
    in the general SDK anymore.
    
    The new aas-compliance-tool can be found
    [here](https://github.com/rwth-iat/aas-compliance-tool).
    s-heppner committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    eb86c83 View commit details
    Browse the repository at this point in the history
  2. Reintroduce schema files for testing XML and JSON serialization

    When we removed the schema files, we overlooked
    that JSON and XML serialization need them.
    We probably need to find a way of fetching
    them during runtime of the test to avoid having
    to host them in our repository.
    s-heppner committed Mar 4, 2024
    Configuration menu
    Copy the full SHA
    d5af8aa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ef0c7a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. test: Remove schema files and adapt CI to fetch them

    This removes the JSON Schema and XSD files that
    stem from the aas-specs repository.
    Instead, this adds the logic in the CI to fetch
    these files at runtime.
    
    Furthermore, we skip the unittests that make use
    of the schema files when they do not exist.
    s-heppner committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    e8aae35 View commit details
    Browse the repository at this point in the history