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

Refactor internal Query schema and introduce WhereBuilder #4082

Merged
merged 37 commits into from
May 14, 2024

Commits on May 10, 2024

  1. Configuration menu
    Copy the full SHA
    e10a06c View commit details
    Browse the repository at this point in the history
  2. WIP refactoring

    macobo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1e4473a View commit details
    Browse the repository at this point in the history
  3. WIP: Validations working

    macobo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    e59e23d View commit details
    Browse the repository at this point in the history
  4. WIP: tuple to list

    macobo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    149d462 View commit details
    Browse the repository at this point in the history
  5. continued refactoring

    macobo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    8087db8 View commit details
    Browse the repository at this point in the history
  6. WIP: parsing defaults

    macobo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    01c445a View commit details
    Browse the repository at this point in the history
  7. Breakdown tests pass

    macobo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    361e6bb View commit details
    Browse the repository at this point in the history
  8. Window functions fix

    macobo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    963a6f2 View commit details
    Browse the repository at this point in the history
  9. Fix default

    macobo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    50ce8c0 View commit details
    Browse the repository at this point in the history
  10. Remove dead argument

    macobo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    28da292 View commit details
    Browse the repository at this point in the history
  11. Update filters tests

    macobo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    b77e8c8 View commit details
    Browse the repository at this point in the history
  12. Update query_test.exs

    macobo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9639da4 View commit details
    Browse the repository at this point in the history
  13. Fix table_decider

    macobo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    bd0a78e View commit details
    Browse the repository at this point in the history
  14. sources tests pass

    macobo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    1662f6b View commit details
    Browse the repository at this point in the history
  15. Filter suggestions fix

    macobo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    652be42 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    36d7950 View commit details
    Browse the repository at this point in the history
  17. Update top_stats matching

    macobo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    9d07c03 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    8ab955c View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4d5b2c9 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    2c23c7b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3f3118f View commit details
    Browse the repository at this point in the history
  22. Move event:name filters

    macobo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    6c1609a View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    0f0adce View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    158c578 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e60ed57 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    f6b98c7 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    effcaaa View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    825ca94 View commit details
    Browse the repository at this point in the history
  29. Remove TODO

    macobo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    3a5aa2b View commit details
    Browse the repository at this point in the history
  30. _rest pattern for TableDecider, Query pattern matching

    Future-proofing in a tiny way
    macobo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    bcc4727 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c4b1301 View commit details
    Browse the repository at this point in the history
  32. Typespec fix

    macobo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    a6cf54e View commit details
    Browse the repository at this point in the history
  33. Merge conflict

    macobo committed May 10, 2024
    Configuration menu
    Copy the full SHA
    ad0e99a View commit details
    Browse the repository at this point in the history

Commits on May 13, 2024

  1. Configuration menu
    Copy the full SHA
    d7f64d6 View commit details
    Browse the repository at this point in the history

Commits on May 14, 2024

  1. Configuration menu
    Copy the full SHA
    c2c2704 View commit details
    Browse the repository at this point in the history
  2. Docs feedback

    macobo committed May 14, 2024
    Configuration menu
    Copy the full SHA
    c6a114a View commit details
    Browse the repository at this point in the history
  3. put_filter

    macobo committed May 14, 2024
    Configuration menu
    Copy the full SHA
    47788a5 View commit details
    Browse the repository at this point in the history