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

feat(schema-compiler): custom granularity support #8537

Merged
merged 84 commits into from
Sep 12, 2024
Merged

Commits on Sep 12, 2024

  1. Configuration menu
    Copy the full SHA
    d6f5355 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3b86c53 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ecd648e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    747da06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    306309f View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7193911 View commit details
    Browse the repository at this point in the history
  7. feat(schema-compiler): update cube's schema to allow granularities fo…

    …r time dimensions (simple syntax)
    KSDaemon committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    868c0ee View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    db95c27 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5e41356 View commit details
    Browse the repository at this point in the history
  10. fix schema validation

    KSDaemon committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    57db063 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    acbf61a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    22295cb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    68b2cf9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    747a04f View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    ad78b11 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    5146ce4 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    26bb1ad View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    340ee72 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    f0bc42e View commit details
    Browse the repository at this point in the history
  20. Add tests for cube validator

    KSDaemon committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    06eea5e View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    0e97d89 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    d021769 View commit details
    Browse the repository at this point in the history
  23. return back deleted test

    KSDaemon committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    56a43d0 View commit details
    Browse the repository at this point in the history
  24. Remove comment, add types

    KSDaemon committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    ecfd06c View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    6689cd1 View commit details
    Browse the repository at this point in the history
  26. add tests for cube validator

    KSDaemon committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    0c05cdf View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b26abc9 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    8040780 View commit details
    Browse the repository at this point in the history
  29. Add Granularity entity and move all related processing there

    also implement date_bin for postgres
    KSDaemon committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4cf64af View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    41f9e9f View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    c31a55c View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    a71ef83 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    441fd90 View commit details
    Browse the repository at this point in the history
  34. Fix Granularity constructor

    KSDaemon committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4cb2ce3 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    e23b3b2 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    410b50a View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6a316e5 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    fd3290d View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    c41ecdd View commit details
    Browse the repository at this point in the history
  40. implement dateBin in MySQL

    KSDaemon committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    c510ae6 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    5c59bde View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    23b1237 View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    d81dfb0 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    8cd6c0d View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    32ee114 View commit details
    Browse the repository at this point in the history
  46. improve addInterval / subtractInterval in MS SQL Query (now supports …

    …intervals with >1 time units)
    KSDaemon committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    d198127 View commit details
    Browse the repository at this point in the history
  47. Implement dateBin for MS SQL

    KSDaemon committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fa8f60b View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    98b6418 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    39c4b08 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    8ebc08c View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    3ed167f View commit details
    Browse the repository at this point in the history
  52. Implement dateBin for DuckDB

    KSDaemon committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    58f5890 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    e4c18d9 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    60756e4 View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    700dced View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    6350fc1 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    eaac9fa View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    251ded8 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    7775927 View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    fb82b5c View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    9e4081f View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    4d939f8 View commit details
    Browse the repository at this point in the history
  63. Configuration menu
    Copy the full SHA
    49a2665 View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    0186c6b View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    1224869 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    389c7ea View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    fcbf366 View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    39f96e2 View commit details
    Browse the repository at this point in the history
  69. Configuration menu
    Copy the full SHA
    7a4aecc View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    8b96ae5 View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    d2a5fa8 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    f048888 View commit details
    Browse the repository at this point in the history
  73. fix linting

    KSDaemon committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    8c82e27 View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    6bf8aa6 View commit details
    Browse the repository at this point in the history
  75. Configuration menu
    Copy the full SHA
    1bdec91 View commit details
    Browse the repository at this point in the history
  76. Configuration menu
    Copy the full SHA
    e62cfc4 View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    e021cad View commit details
    Browse the repository at this point in the history
  78. Configuration menu
    Copy the full SHA
    ad8f395 View commit details
    Browse the repository at this point in the history
  79. Configuration menu
    Copy the full SHA
    dab2a49 View commit details
    Browse the repository at this point in the history
  80. Configuration menu
    Copy the full SHA
    e8596c2 View commit details
    Browse the repository at this point in the history
  81. Configuration menu
    Copy the full SHA
    535e9db View commit details
    Browse the repository at this point in the history
  82. Configuration menu
    Copy the full SHA
    4f5e6cc View commit details
    Browse the repository at this point in the history
  83. Configuration menu
    Copy the full SHA
    93ea144 View commit details
    Browse the repository at this point in the history
  84. Configuration menu
    Copy the full SHA
    dde3c25 View commit details
    Browse the repository at this point in the history