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

Scylla Server in Rust #171

Merged
merged 68 commits into from
Sep 16, 2024
Merged

Scylla Server in Rust #171

merged 68 commits into from
Sep 16, 2024

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    8cbf828 View commit details
    Browse the repository at this point in the history
  2. finish services, controllers

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0e73a09 View commit details
    Browse the repository at this point in the history
  3. develop name changed

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5048fae View commit details
    Browse the repository at this point in the history
  4. change dir

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    aa03ff5 View commit details
    Browse the repository at this point in the history
  5. generate prisma

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    b7faa50 View commit details
    Browse the repository at this point in the history
  6. add tests, fixups and cleanups

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0c49e35 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9a62047 View commit details
    Browse the repository at this point in the history
  8. remove shell.nix

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    85f696a View commit details
    Browse the repository at this point in the history
  9. newline fixes

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    11c3a1a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c2ebaec View commit details
    Browse the repository at this point in the history
  11. make transformers own folder

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    52d6db5 View commit details
    Browse the repository at this point in the history
  12. add a scylla rust test runner

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0b9156f View commit details
    Browse the repository at this point in the history
  13. test fix

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1c295c9 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    704af85 View commit details
    Browse the repository at this point in the history
  15. fixes to test ci

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    482fe23 View commit details
    Browse the repository at this point in the history
  16. fix test issue

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0a0afb6 View commit details
    Browse the repository at this point in the history
  17. last ci check, fix test fail

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0bf4b27 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    04cc67b View commit details
    Browse the repository at this point in the history
  19. fix workflows

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ffb5cb3 View commit details
    Browse the repository at this point in the history
  20. fuck yaml

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ee1f593 View commit details
    Browse the repository at this point in the history
  21. basic mqtt working

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e80173d View commit details
    Browse the repository at this point in the history
  22. single recv working

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4fa870c View commit details
    Browse the repository at this point in the history
  23. most insert logic

    add special types upsert, upsert checks, batching, two db threads and clean shutdown
    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    0c83453 View commit details
    Browse the repository at this point in the history
  24. add compose stuff, args, comments, improve err

    todo/still wrong with this
    - mqtt reconnect sucks and there is no disconnect/reconnect printout
    - there is no mock stuff yet
    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5d1cac3 View commit details
    Browse the repository at this point in the history
  25. fix image

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    406a8d4 View commit details
    Browse the repository at this point in the history
  26. fix docker wierdness

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4fd469e View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    61918e7 View commit details
    Browse the repository at this point in the history
  28. switch to select/include

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d286e67 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    4b526ce View commit details
    Browse the repository at this point in the history
  30. add the mock ability

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5fb4c02 View commit details
    Browse the repository at this point in the history
  31. clippy fix

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    37b3d9d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    172b9bd View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    54cf482 View commit details
    Browse the repository at this point in the history
  34. fix gitignore

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    468f327 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    544bbbe View commit details
    Browse the repository at this point in the history
  36. move mock data to own file

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    e6ba7cf View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    7007d6e View commit details
    Browse the repository at this point in the history
  38. attempt argos split

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1cec94e View commit details
    Browse the repository at this point in the history
  39. change name for testing

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    1454dcb View commit details
    Browse the repository at this point in the history
  40. attempt a macos build

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    582ed83 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    fa469dc View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    5061c8f View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    85c42b8 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    17cff48 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    716677b View commit details
    Browse the repository at this point in the history
  46. add cargo prisma-seed

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    ecbb588 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    7c3d19c View commit details
    Browse the repository at this point in the history
  48. run on push once

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    87f6518 View commit details
    Browse the repository at this point in the history
  49. misc compose fixups

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    5a615e6 View commit details
    Browse the repository at this point in the history
  50. change db name to postgres

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    bfda4e0 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    7f44f43 View commit details
    Browse the repository at this point in the history
  52. Scylla Calypso (#173)

    * basic proof of concept
    
    * misc improvements and cleanup of cursory processing
    
    * implement reids review suggestions
    
    * try and fix clippy
    
    * and again fix clippy
    
    * make data query optional to reset calypso to default
    
    if calypso receives a short or emtpy protobuf command_data, it will fill the extra values with the default value specified in the YAML. so we should allow the client to specify blank which could end up meaning a "Reset to Default" button.
    
    * clippy is trolling me
    
    * fixup error handling for plaintext error message
    
    * implement reid fixes
    
    * remove not prod error
    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    174a651 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    3e63d0a View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    78ceca3 View commit details
    Browse the repository at this point in the history
  55. ignore yaml

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    4aaa5ee View commit details
    Browse the repository at this point in the history
  56. add one missing doc

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    6b2b159 View commit details
    Browse the repository at this point in the history
  57. update compose

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    f126c48 View commit details
    Browse the repository at this point in the history
  58. fix typo

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    876239e View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    6ec3c6a View commit details
    Browse the repository at this point in the history
  60. add simple socket discarding

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    df5d935 View commit details
    Browse the repository at this point in the history
  61. fix docs

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    df5b8de View commit details
    Browse the repository at this point in the history
  62. remove last will

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    7a3d239 View commit details
    Browse the repository at this point in the history
  63. add brick

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    15347e7 View commit details
    Browse the repository at this point in the history
  64. fix brick

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    92563d5 View commit details
    Browse the repository at this point in the history
  65. Configuration menu
    Copy the full SHA
    6c18461 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    f0956c2 View commit details
    Browse the repository at this point in the history
  67. bump protobuf, please clippy

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    86e464c View commit details
    Browse the repository at this point in the history
  68. rename branch to develop in CI

    jr1221 committed Sep 16, 2024
    Configuration menu
    Copy the full SHA
    d636316 View commit details
    Browse the repository at this point in the history