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

Split project into sub-crates, add capture protobuf #629

Merged
merged 13 commits into from
Jul 18, 2023
Merged

Split project into sub-crates, add capture protobuf #629

merged 13 commits into from
Jul 18, 2023

Commits on Jul 18, 2023

  1. Split project into sub-crates, add capture protobuf

    This commit splits the project into two sub-crates, one 'lading' which is
    familiar and one 'lading-capture' which has the traditional JSON form of a
    `Line` now exported and a new protobuf based capture payload intended for
    network transmission.
    
    REF SMP-631
    
    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    9ee7af0 View commit details
    Browse the repository at this point in the history
  2. install protoc in regression flow

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    a014020 View commit details
    Browse the repository at this point in the history
  3. fix buf lint ding

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2b32b74 View commit details
    Browse the repository at this point in the history
  4. install protoc in build container

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    e3ee96f View commit details
    Browse the repository at this point in the history
  5. 1.71 -> 1.70

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    d5c3d3f View commit details
    Browse the repository at this point in the history
  6. add conversion for MetricKind

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    b8359b2 View commit details
    Browse the repository at this point in the history
  7. deny ding

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    7fd6bb9 View commit details
    Browse the repository at this point in the history
  8. 0.17.2-rc1

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    4a733b8 View commit details
    Browse the repository at this point in the history
  9. Install protobuf for release

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    9aaa964 View commit details
    Browse the repository at this point in the history
  10. protobuf on musl

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    586d805 View commit details
    Browse the repository at this point in the history
  11. remove musl release build

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    c205159 View commit details
    Browse the repository at this point in the history
  12. update Cargo.lock

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    bc971a4 View commit details
    Browse the repository at this point in the history
  13. PR review

    Signed-off-by: Brian L. Troutwine <[email protected]>
    blt committed Jul 18, 2023
    Configuration menu
    Copy the full SHA
    2217b17 View commit details
    Browse the repository at this point in the history