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

#266 - Change validation information #271

Merged
merged 6 commits into from
Mar 22, 2024

Commits on Mar 21, 2024

  1. #266 - Change validation information

    - add mutable criterion and structured query classes that can be easily annotated during validation. Provide converters to convert immutable to mutable and vice versa
    - remove validatedstructuredquery
    - add validation issues
    - remove invalidCriteria from entities
    michael-82 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    9368876 View commit details
    Browse the repository at this point in the history
  2. #266 - Change validation information

    - rename TermCodeValidation to StructuredQueryValidation
    - remove ValidationIssues and directly use List<ValidationIssue>
    michael-82 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    1ab2fd0 View commit details
    Browse the repository at this point in the history
  3. #266 - Change validation information

    - rename getinvalidcriteria
    - modify tests
    michael-82 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    6c01c8f View commit details
    Browse the repository at this point in the history
  4. #266 - Change validation information

    - add skipValidation parameter to get query and get template
    michael-82 committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2ca7f48 View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2024

  1. #266 - Change validation information

    - increase test coverage
    michael-82 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    04952d4 View commit details
    Browse the repository at this point in the history
  2. #266 - Change validation information

    - modify swagger file
    michael-82 committed Mar 22, 2024
    Configuration menu
    Copy the full SHA
    3783b08 View commit details
    Browse the repository at this point in the history