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

Add remote store protobuf/gRPC definitions #7674

Merged
merged 42 commits into from
Oct 19, 2024
Merged

Commits on Oct 10, 2024

  1. Add definitions for remote store gRPC API as well as the logic for bu…

    …ilding rust types from the proto definition
    
    We introduce re_remote_store_types with proto definition files for V0 remote store gRPC API. We also introduce re_remote_store_tpyes_builder
    that heaveily relies on tonic_build to build the actual rust code from protobuf files.
    zehiko committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    73fe964 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ed3c07a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    727dfe7 View commit details
    Browse the repository at this point in the history
  4. linter fix

    zehiko committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    9f7c9f3 View commit details
    Browse the repository at this point in the history
  5. use ewebsock 0.7.0

    zehiko committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    4cf785f View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2024

  1. prost_build gotta chill man

    teh-cmc committed Oct 11, 2024
    Configuration menu
    Copy the full SHA
    96e6dc6 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2024

  1. rebase

    zehiko committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    0c7c23f View commit details
    Browse the repository at this point in the history
  2. address comments - part1

    zehiko committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c6531af View commit details
    Browse the repository at this point in the history
  3. rebase - part2 (fix rebase)

    zehiko committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f7d8020 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'refs/remotes/origin/zehiko/remote-store…

    …-spec' into zehiko/remote-store-spec
    zehiko committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    436f9e3 View commit details
    Browse the repository at this point in the history
  5. small fixes

    zehiko committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1fcfd83 View commit details
    Browse the repository at this point in the history
  6. Add definitions for remote store gRPC API as well as the logic for bu…

    …ilding rust types from the proto definition
    
    We introduce re_remote_store_types with proto definition files for V0 remote store gRPC API. We also introduce re_remote_store_tpyes_builder
    that heaveily relies on tonic_build to build the actual rust code from protobuf files.
    zehiko authored and teh-cmc committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    7d07612 View commit details
    Browse the repository at this point in the history
  7. remove unused deps (thanks machete)

    zehiko authored and teh-cmc committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    2bab7c6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    b2af3b1 View commit details
    Browse the repository at this point in the history
  9. linter fix

    zehiko authored and teh-cmc committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    ac2b680 View commit details
    Browse the repository at this point in the history
  10. use ewebsock 0.7.0

    zehiko authored and teh-cmc committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    04bb81a View commit details
    Browse the repository at this point in the history
  11. rebase

    zehiko authored and teh-cmc committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c9f65b5 View commit details
    Browse the repository at this point in the history
  12. address comments - part1

    zehiko authored and teh-cmc committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    c88577b View commit details
    Browse the repository at this point in the history
  13. rebase - part2 (fix rebase)

    zehiko authored and teh-cmc committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5fa0d8a View commit details
    Browse the repository at this point in the history
  14. prost_build gotta chill man

    teh-cmc committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    4203b97 View commit details
    Browse the repository at this point in the history
  15. small fixes

    zehiko authored and teh-cmc committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    abfb887 View commit details
    Browse the repository at this point in the history
  16. rebase

    zehiko committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    acab44a View commit details
    Browse the repository at this point in the history
  17. use newly exprted types

    zehiko committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    1b31d25 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    e98cba7 View commit details
    Browse the repository at this point in the history
  19. rebase again

    zehiko committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e4d04e1 View commit details
    Browse the repository at this point in the history
  20. rebase yet again

    zehiko committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    f6599b8 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1f327f0 View commit details
    Browse the repository at this point in the history
  22. lint fix

    zehiko committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    eaa70f5 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. rebase against main

    zehiko committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    b078609 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a74d738 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2eab086 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2024

  1. Configuration menu
    Copy the full SHA
    ece870c View commit details
    Browse the repository at this point in the history
  2. another rebase from main

    zehiko committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    aab5a6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5dad84a View commit details
    Browse the repository at this point in the history
  4. spelling

    zehiko committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    32b872e View commit details
    Browse the repository at this point in the history
  5. fix rebase

    zehiko committed Oct 18, 2024
    Configuration menu
    Copy the full SHA
    51e9b66 View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2024

  1. Configuration menu
    Copy the full SHA
    54e871f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0c3f952 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3930583 View commit details
    Browse the repository at this point in the history
  4. breathing room

    teh-cmc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    c10195f View commit details
    Browse the repository at this point in the history
  5. format after codegen

    teh-cmc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    ceb6db9 View commit details
    Browse the repository at this point in the history
  6. lint

    teh-cmc committed Oct 19, 2024
    Configuration menu
    Copy the full SHA
    417f0ce View commit details
    Browse the repository at this point in the history