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鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Introduce filtering, ordering and pagination to graphql api #308

Merged
merged 66 commits into from
Mar 28, 2023

Commits on Mar 26, 2023

  1. Configuration menu
    Copy the full SHA
    719735d View commit details
    Browse the repository at this point in the history
  2. fmt

    sandreae committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    5cdb287 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ccab77f View commit details
    Browse the repository at this point in the history
  4. fmt

    sandreae committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    af446d3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5e4130e View commit details
    Browse the repository at this point in the history
  6. Introduce ordering arguments

    sandreae committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    c11e6eb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0cde532 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    56860e7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    40d9829 View commit details
    Browse the repository at this point in the history
  10. Add all pagination arguments

    sandreae committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    c387019 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7ebc501 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5329294 View commit details
    Browse the repository at this point in the history
  13. Update tests

    sandreae committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    ee1eedb View commit details
    Browse the repository at this point in the history
  14. Parse all argument values

    sandreae committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    154d818 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    62325f0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ae066f8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    7898ad3 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    bbdfee3 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f56103c View commit details
    Browse the repository at this point in the history
  20. fmt

    sandreae committed Mar 26, 2023
    Configuration menu
    Copy the full SHA
    717d902 View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2023

  1. Configuration menu
    Copy the full SHA
    d39ed0b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    65f5625 View commit details
    Browse the repository at this point in the history
  3. Refactor filter parsing

    sandreae committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    d6c7903 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c6c7674 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    67a31e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce73cd3 View commit details
    Browse the repository at this point in the history
  7. Refactor order construction

    sandreae committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    6b70f73 View commit details
    Browse the repository at this point in the history
  8. Fix match logic

    sandreae committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    a5a3151 View commit details
    Browse the repository at this point in the history
  9. Update tests

    sandreae committed Mar 27, 2023
    Configuration menu
    Copy the full SHA
    62ded68 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    fad68bc View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2023

  1. Configuration menu
    Copy the full SHA
    572e2ea View commit details
    Browse the repository at this point in the history
  2. Add all ordering arguments

    sandreae committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    b3b72cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e5a8dab View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6ec7224 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61f79a3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b731aab View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    1228384 View commit details
    Browse the repository at this point in the history
  8. Update tests

    sandreae committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    96cc56f View commit details
    Browse the repository at this point in the history
  9. Small refactor

    sandreae committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    2998f13 View commit details
    Browse the repository at this point in the history
  10. fmt

    sandreae committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    3837c2f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7e50589 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    dd369e7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c9e65e7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0b0ec38 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    93373c0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d4ddc8a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    5cc9a0d View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    94f6991 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    43d13c4 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    7355e49 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    6cc74d7 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    a113c7c View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    43950be View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0c7ce97 View commit details
    Browse the repository at this point in the history
  25. Scalar doc strings

    sandreae committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    23c5c10 View commit details
    Browse the repository at this point in the history
  26. Clippy

    sandreae committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    86443cd View commit details
    Browse the repository at this point in the history
  27. fmt

    sandreae committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    228d9bc View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    1d13035 View commit details
    Browse the repository at this point in the history
  29. Clippy

    sandreae committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    bb58b4f View commit details
    Browse the repository at this point in the history
  30. Update CHANGELOG

    sandreae committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    6a16935 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    942c9fb View commit details
    Browse the repository at this point in the history
  32. Fix newlines

    sandreae committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    4633d07 View commit details
    Browse the repository at this point in the history
  33. Remove logging

    sandreae committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    9f34fae View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    3c014e8 View commit details
    Browse the repository at this point in the history
  35. Remove unused import

    sandreae committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    f7d5d0d View commit details
    Browse the repository at this point in the history
  36. One more newline to remove

    sandreae committed Mar 28, 2023
    Configuration menu
    Copy the full SHA
    b524333 View commit details
    Browse the repository at this point in the history