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

cereal remote, server side integration #255

Merged
merged 61 commits into from
Nov 30, 2023
Merged

cereal remote, server side integration #255

merged 61 commits into from
Nov 30, 2023

Commits on Nov 30, 2023

  1. remote: sort deps in cabal file

    sorki committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    a2397f5 View commit details
    Browse the repository at this point in the history
  2. Bidirectional worker op

    Use dummy enum variants to fill the gaps so the Enum instance works
    
    Co-Authored-By: Dan Bornside <[email protected]>
    2 people authored and sorki committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    ca5faba View commit details
    Browse the repository at this point in the history
  3. remote: add ProtoVersion

    Ericson2314 authored and sorki committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    e4271d6 View commit details
    Browse the repository at this point in the history
  4. remote: squash whitespace

    sorki committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    655afaa View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    93d923e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    7590e2b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    ab201da View commit details
    Browse the repository at this point in the history
  8. remote: Util -> Socket

    Ericson2314 authored and sorki committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    7cd4add View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    4f40e05 View commit details
    Browse the repository at this point in the history
  10. remote: Types.Logger

    sorki committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    7604080 View commit details
    Browse the repository at this point in the history
  11. remote: move StoreMonad to MonadStore

    Ericson2314 authored and sorki committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    64a4368 View commit details
    Browse the repository at this point in the history
  12. remote: add Types.Verbosity

    sorki committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    96cbe11 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cb255d4 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a3e3840 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    5ea5b82 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    0a0e4a6 View commit details
    Browse the repository at this point in the history
  17. remote: parallel tests

    sorki committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    25bd0f1 View commit details
    Browse the repository at this point in the history
  18. remote: safer getBool, getEnum

    sorki committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    9ac9d49 View commit details
    Browse the repository at this point in the history
  19. remote: init Serializer

    Co-Authored-By: Richard Marko <[email protected]>
    Ericson2314 and sorki committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    2b3afbf View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    edaa343 View commit details
    Browse the repository at this point in the history
  21. remote: init NixSerializer

    Co-Authored-By: John Ericson <[email protected]>
    sorki and Ericson2314 committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    751669c View commit details
    Browse the repository at this point in the history
  22. remote: add NixSerializerSpec

    sorki committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    79310d5 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4a46258 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f48c732 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    2462c9e View commit details
    Browse the repository at this point in the history
  26. remote: add LoggerOpCode

    sorki committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    fb02185 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    5c9f7ad View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    d414386 View commit details
    Browse the repository at this point in the history
  29. remote: add serializers for ProtoVersion

    Co-Authored-By: Richard Marko <[email protected]>
    Ericson2314 and sorki committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    aba9b45 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    3cac7e9 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    01f26b3 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    8b9eb48 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    241fa58 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    76a8632 View commit details
    Browse the repository at this point in the history
  35. remote: getError -> getErrors

    sorki committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    14b739a View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    d15f007 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    bb5f116 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    a2c5065 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    edace04 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    2e9ab69 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    da8eb42 View commit details
    Browse the repository at this point in the history
  42. remote: add deleteSpecific

    - add the gcDeleteSpecific action of the CollectGarbage operation.
    - add deleteSpecific test
    squalus authored and sorki committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    922f5bb View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    c853163 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    69135ed View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    5ebe47d View commit details
    Browse the repository at this point in the history
  46. remote: add derivedPath Serializer

    Co-Authored-By: sorki <[email protected]>
    cgibbard and sorki committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    c8a329b View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    e950c84 View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    1702fa0 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    b3a77ea View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    2e54e33 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    9b16abb View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    2e4e83c View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    a9be986 View commit details
    Browse the repository at this point in the history
  54. Configuration menu
    Copy the full SHA
    ee4049d View commit details
    Browse the repository at this point in the history
  55. remote: add remaining Serializers

    * storePathHashPart
    * storePathName
    * pathMetadata
    * someHashAlgo
    * digest
    sorki committed Nov 30, 2023
    Configuration menu
    Copy the full SHA
    90984fd View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    598cb89 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    9cd7d35 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    849f7e7 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    c8bbf5f View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    40e057b View commit details
    Browse the repository at this point in the history
  61. Configuration menu
    Copy the full SHA
    556e0a9 View commit details
    Browse the repository at this point in the history