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

Fix CommitTableRequest serialisation #525

Merged
merged 8 commits into from
Mar 17, 2024

Commits on Mar 14, 2024

  1. add failing test

    Kieran Higgins committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    ca982cc View commit details
    Browse the repository at this point in the history
  2. make requirements a discriminated union

    Kieran Higgins committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    6b59d22 View commit details
    Browse the repository at this point in the history
  3. use discriminated type union

    Kieran Higgins committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    d1d59fe View commit details
    Browse the repository at this point in the history
  4. add return type

    Kieran Higgins committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    bb7ddad View commit details
    Browse the repository at this point in the history
  5. use type annotation

    Kieran Higgins committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    9cf8bd7 View commit details
    Browse the repository at this point in the history
  6. have requirements inherit from ValidatableTableRequirement

    Kieran Higgins committed Mar 14, 2024
    Configuration menu
    Copy the full SHA
    c2492a4 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2024

  1. AddSortOrder filter by type

    Kieran Higgins committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    359c780 View commit details
    Browse the repository at this point in the history
  2. lint

    Kieran Higgins committed Mar 15, 2024
    Configuration menu
    Copy the full SHA
    f8f43ed View commit details
    Browse the repository at this point in the history