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

Implement check result key, checks affect test result by default #3239

Merged
merged 35 commits into from
Oct 25, 2024

Commits on Oct 25, 2024

  1. Implement check result key feature

    martinhoyer authored and psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    c872c2d View commit details
    Browse the repository at this point in the history
  2. Add check-result spec and release note

    martinhoyer authored and psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    897e01e View commit details
    Browse the repository at this point in the history
  3. Move and modify check schema

    martinhoyer authored and psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f75ec1c View commit details
    Browse the repository at this point in the history
  4. Fix doc generation

    martinhoyer authored and psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    bd7aac8 View commit details
    Browse the repository at this point in the history
  5. Add is_enum to plugins doc generate script

    happz authored and psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    855cd0e View commit details
    Browse the repository at this point in the history
  6. Fix result interpretation, notes, tests

    martinhoyer authored and psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    8207ca6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    cca13d1 View commit details
    Browse the repository at this point in the history
  8. Addressing comments

    martinhoyer authored and psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d5d7629 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    0c8031e View commit details
    Browse the repository at this point in the history
  10. Add description to check-result tests

    martinhoyer authored and psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    d0b5f7e View commit details
    Browse the repository at this point in the history
  11. fixup! Addressing comments

    martinhoyer authored and psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    04e7aed View commit details
    Browse the repository at this point in the history
  12. Move the result definition list to spec

    martinhoyer authored and psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    84ffa11 View commit details
    Browse the repository at this point in the history
  13. Addressing comments for tests, spec

    martinhoyer authored and psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    32917bd View commit details
    Browse the repository at this point in the history
  14. [PoC] use metadata.choices for the enums

    martinhoyer authored and psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    1ecc935 View commit details
    Browse the repository at this point in the history
  15. Improve xfail check result handling

    martinhoyer authored and psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    83e16e3 View commit details
    Browse the repository at this point in the history
  16. A minor spec wording adjustment

    psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    e0970ee View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6389548 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    0e36df1 View commit details
    Browse the repository at this point in the history
  19. Define the to_minimal_spec() method as well

    This one is used in test export.
    psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    7bc7973 View commit details
    Browse the repository at this point in the history
  20. Improve tests

    martinhoyer authored and psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    b7bdfa4 View commit details
    Browse the repository at this point in the history
  21. Add missing parameter in docstring

    martinhoyer authored and psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f4cc82a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d7c37c8 View commit details
    Browse the repository at this point in the history
  23. Addressing comments

    martinhoyer authored and psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    2296307 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    2830254 View commit details
    Browse the repository at this point in the history
  25. Addressing yet more valuable comments

    martinhoyer authored and psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    f71767a View commit details
    Browse the repository at this point in the history
  26. Aggregating check results, attempt 1

    martinhoyer authored and psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    96c03df View commit details
    Browse the repository at this point in the history
  27. Unit tests attempt 1

    martinhoyer authored and psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    308f78a View commit details
    Browse the repository at this point in the history
  28. Aggregating check results first

    martinhoyer authored and psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    03877ba View commit details
    Browse the repository at this point in the history
  29. Aggregate check results attempt 2

    martinhoyer authored and psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    21181dd View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    4b1972a View commit details
    Browse the repository at this point in the history
  31. Adjust tests accordingly

    psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3f75c53 View commit details
    Browse the repository at this point in the history
  32. Adjust tests accordingly

    psss committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    45889d7 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    b6f152b View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    cd0527d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    64e2b0b View commit details
    Browse the repository at this point in the history