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

Add rule violations list endpoint #1095

Commits on Oct 1, 2024

  1. feat(test): Add new identifier related fixture

    Signed-off-by: Kamil Bielecki <[email protected]>
    Kamil Bielecki committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    39288bb View commit details
    Browse the repository at this point in the history
  2. feat(dao): Change RuleViolationDao entity inheritance

    Change RuleViolationDao to inherit from SortableTable to
    enable paging features.
    
    Signed-off-by: Kamil Bielecki <[email protected]>
    Kamil Bielecki committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    f096f89 View commit details
    Browse the repository at this point in the history
  3. feat(service): Add RuleViolationService

    Add service for rule violations results with companion objects.
    
    Signed-off-by: Kamil Bielecki <[email protected]>
    Kamil Bielecki committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    594903e View commit details
    Browse the repository at this point in the history
  4. feat(service): Add RuleViolationAPI

    Add API endpoint for rule violations list under
    /runs/{run_id}/rule-violations.
    
    Signed-off-by: Kamil Bielecki <[email protected]>
    Kamil Bielecki committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4bb24da View commit details
    Browse the repository at this point in the history