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

Elide 5 Agg Store: Multiple time grains #1806

Merged
merged 32 commits into from
Feb 4, 2021
Merged

Elide 5 Agg Store: Multiple time grains #1806

merged 32 commits into from
Feb 4, 2021

Commits on Feb 3, 2021

  1. Prototype code to add multiple time grains back

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    8241b12 View commit details
    Browse the repository at this point in the history
  2. Revised test HJSON files

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    e51f07b View commit details
    Browse the repository at this point in the history
  3. Fixed a bunch of bugs

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    5deb0ef View commit details
    Browse the repository at this point in the history
  4. Revamped all analytic time types

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    4ab2102 View commit details
    Browse the repository at this point in the history
  5. Month Serde tests pass

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    557c11e View commit details
    Browse the repository at this point in the history
  6. Added time serde tests

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    e79cd27 View commit details
    Browse the repository at this point in the history
  7. YearSerde tests pass

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    181d939 View commit details
    Browse the repository at this point in the history
  8. QuarterSerde tests pass

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    47f3020 View commit details
    Browse the repository at this point in the history
  9. Second, Minute, Hour, and Day serdes now pass

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    bc1b691 View commit details
    Browse the repository at this point in the history
  10. Week and ISOWeek serde tests pass

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    e70bf7a View commit details
    Browse the repository at this point in the history
  11. Fixed bug in grain validation logic

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    27f7b3d View commit details
    Browse the repository at this point in the history
  12. Fixed more bugs

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    0e5c565 View commit details
    Browse the repository at this point in the history
  13. Fixed most aggregation store tests

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    ffeaaca View commit details
    Browse the repository at this point in the history
  14. Fixed last bug in Aggregation store

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    67a8fb7 View commit details
    Browse the repository at this point in the history
  15. Build complete

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    7e722a6 View commit details
    Browse the repository at this point in the history
  16. Added support for conversions to java.sql.Date

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    579d12d View commit details
    Browse the repository at this point in the history
  17. Added one multi-grain time dimension model and test

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    6b761bc View commit details
    Browse the repository at this point in the history
  18. Added multiple time grain fetch unit test

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    80c1468 View commit details
    Browse the repository at this point in the history
  19. Added failing filter by alias tests

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    94ffaae View commit details
    Browse the repository at this point in the history
  20. All tests pass but one

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    e96431e View commit details
    Browse the repository at this point in the history
  21. Filter by month alias test working

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    7090a0c View commit details
    Browse the repository at this point in the history
  22. Added sort by alias test

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    885d660 View commit details
    Browse the repository at this point in the history
  23. Added new IT test for parameterized time dimensions

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    686290d View commit details
    Browse the repository at this point in the history
  24. Added graphql test DSL unit test

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    4e0d10c View commit details
    Browse the repository at this point in the history
  25. Added dynamic IT tests with multiple time grains

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    fa766c0 View commit details
    Browse the repository at this point in the history
  26. Added tests for ParameterizedModel

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    0fe92ee View commit details
    Browse the repository at this point in the history
  27. Added test for invalid grain

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    04c146e View commit details
    Browse the repository at this point in the history
  28. Added GraphQL entity projection maker unit test

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    e983c6e View commit details
    Browse the repository at this point in the history
  29. Added unit tests for entity hydration

    Aaron Klish committed Feb 3, 2021
    Configuration menu
    Copy the full SHA
    d640b5b View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2021

  1. Inspection rework

    Aaron Klish committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    2d02fe4 View commit details
    Browse the repository at this point in the history
  2. More inspection rework

    Aaron Klish committed Feb 4, 2021
    Configuration menu
    Copy the full SHA
    1ee6a1b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6fffeec View commit details
    Browse the repository at this point in the history