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(cube): support postgres cube #3188

Merged
merged 52 commits into from
Jul 12, 2024
Merged

Commits on Jul 9, 2024

  1. feat: add cube

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7aee197 View commit details
    Browse the repository at this point in the history
  2. docs: cube docs

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b0e574a View commit details
    Browse the repository at this point in the history
  3. docs: update readme

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4882721 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ac9e107 View commit details
    Browse the repository at this point in the history
  5. fix: formatting

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1e15aab View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    44e3174 View commit details
    Browse the repository at this point in the history
  7. fix: correct types

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    83fedd2 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    33f909b View commit details
    Browse the repository at this point in the history
  9. fix: cube readme

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f1c9ee7 View commit details
    Browse the repository at this point in the history
  10. fix: dont unwrap cubes

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c22e8f5 View commit details
    Browse the repository at this point in the history
  11. fix: typo on interval

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fc4ccd1 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f48808d View commit details
    Browse the repository at this point in the history
  13. fix: return type

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    656db1f View commit details
    Browse the repository at this point in the history
  14. fix: update tests

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9b8609a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b975fe5 View commit details
    Browse the repository at this point in the history
  16. fix: log bytes in error

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    e234a00 View commit details
    Browse the repository at this point in the history
  17. fix: typo in test

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    f990b24 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6ecb82c View commit details
    Browse the repository at this point in the history
  19. fix: string deser

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    a6eb4c0 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    a2fbe4b View commit details
    Browse the repository at this point in the history
  21. fix: int to float

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7bc78f2 View commit details
    Browse the repository at this point in the history
  22. fix: trim floats

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    dea5cee View commit details
    Browse the repository at this point in the history
  23. fix: exttra test

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    ebf03a6 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    25c4ffa View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    e85c52e View commit details
    Browse the repository at this point in the history
  26. docs: remove comments

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    339b793 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    799d452 View commit details
    Browse the repository at this point in the history
  28. fix: extract constants

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    0b8d493 View commit details
    Browse the repository at this point in the history
  29. fix: flags

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    b892ad7 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    925584e View commit details
    Browse the repository at this point in the history
  31. fix: handle serializing

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2a03776 View commit details
    Browse the repository at this point in the history
  32. test: cube vec test

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    97120f1 View commit details
    Browse the repository at this point in the history
  33. fix: no array cube test

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    4aee91a View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7d2497d View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    d212efe View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    79ad49a View commit details
    Browse the repository at this point in the history
  37. fix: conditional trimming

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    fff6e0e View commit details
    Browse the repository at this point in the history
  38. fix: idiomatic trimming

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    7d13776 View commit details
    Browse the repository at this point in the history
  39. fix: linting

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    eb6751d View commit details
    Browse the repository at this point in the history
  40. fix: remove whitespace

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    90fa31f View commit details
    Browse the repository at this point in the history
  41. fix: lower case array

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    969dd0c View commit details
    Browse the repository at this point in the history
  42. fix: spacing input

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    8cc5693 View commit details
    Browse the repository at this point in the history
  43. test: one more vec test

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    c0d7976 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    5207af4 View commit details
    Browse the repository at this point in the history
  45. fix: result types

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    2241d4a View commit details
    Browse the repository at this point in the history
  46. fix: format

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    3a44033 View commit details
    Browse the repository at this point in the history
  47. fix: box error

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    95da2fa View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    a7463cc View commit details
    Browse the repository at this point in the history
  49. fix: self serialise

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    683c05f View commit details
    Browse the repository at this point in the history
  50. chore: merge main

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    9e193e5 View commit details
    Browse the repository at this point in the history
  51. fix: borrow

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    1e73ab5 View commit details
    Browse the repository at this point in the history
  52. fix: clippy

    jayy-lmao committed Jul 9, 2024
    Configuration menu
    Copy the full SHA
    cd0455e View commit details
    Browse the repository at this point in the history