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

Provide more detailed LinkML validation errors #13

Merged
merged 13 commits into from
Oct 23, 2024

Commits on Oct 9, 2024

  1. Repurpose trim_validation_results() to trim_validation_results()

    Not only trimming but ensuring the `source` field is available for
    serialization
    candleindark committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    542fc4d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    da2a624 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3d98975 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1aab582 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    302d0f5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6e98e65 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6fa423c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    89b4886 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. feat: Include validator and validator_value in `JsonValidationErr…

    …orView`
    
    This two values can be used to categorize the errors
    candleindark committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    eb718a3 View commit details
    Browse the repository at this point in the history
  2. feat: Include message in JsonValidationErrorView

    This allows the viewing of the error message from
    the JSON schema validator
    candleindark committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    58952fa View commit details
    Browse the repository at this point in the history

Commits on Oct 15, 2024

  1. Configuration menu
    Copy the full SHA
    9682768 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Move checking of source field type to validation of `LinkmlValidation…

    …ErrsType`
    
    This will eliminate code duplications
    candleindark committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    e8c397a View commit details
    Browse the repository at this point in the history

Commits on Oct 22, 2024

  1. Configuration menu
    Copy the full SHA
    bc7ebb0 View commit details
    Browse the repository at this point in the history