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

Replace domain model with Protobuf/gogo-generated model #856

Merged
merged 12 commits into from
Jun 14, 2018

Commits on Jun 13, 2018

  1. Prototype protobuf / gRPC / REST

    Signed-off-by: Yuri Shkuro <ys@uber.com>
    Yuri Shkuro committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    c33f06d View commit details
    Browse the repository at this point in the history
  2. Use proto-generated types as domain model

    Signed-off-by: Yuri Shkuro <ys@uber.com>
    Yuri Shkuro committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    2057431 View commit details
    Browse the repository at this point in the history
  3. Change trace/span ID in proto to bytes

    Signed-off-by: Yuri Shkuro <ys@uber.com>
    Yuri Shkuro committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    1566e53 View commit details
    Browse the repository at this point in the history
  4. Fix model tests

    Signed-off-by: Yuri Shkuro <ys@uber.com>
    Yuri Shkuro committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    50e6b0c View commit details
    Browse the repository at this point in the history
  5. move test to ids_test.go

    Signed-off-by: Yuri Shkuro <ys@uber.com>
    Yuri Shkuro committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    f13e5b6 View commit details
    Browse the repository at this point in the history
  6. Convert IDs to base64 in integration test fixtures

    Signed-off-by: Yuri Shkuro <ys@uber.com>
    Yuri Shkuro committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    23d6d66 View commit details
    Browse the repository at this point in the history
  7. Fix linter

    Signed-off-by: Yuri Shkuro <ys@uber.com>
    Yuri Shkuro committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    2e55f17 View commit details
    Browse the repository at this point in the history
  8. remove header

    Signed-off-by: Yuri Shkuro <ys@uber.com>
    Yuri Shkuro committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    2d43545 View commit details
    Browse the repository at this point in the history
  9. exclude test proto from updateLicenses.sh

    Signed-off-by: Yuri Shkuro <ys@uber.com>
    Yuri Shkuro committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    c32d17b View commit details
    Browse the repository at this point in the history
  10. remove grpc example

    Signed-off-by: Yuri Shkuro <ys@uber.com>
    Yuri Shkuro committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    3203ca3 View commit details
    Browse the repository at this point in the history
  11. Cleanup before merge

    Signed-off-by: Yuri Shkuro <ys@uber.com>
    Yuri Shkuro committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    3e1bb00 View commit details
    Browse the repository at this point in the history
  12. Add phony label

    Signed-off-by: Yuri Shkuro <ys@uber.com>
    Yuri Shkuro committed Jun 13, 2018
    Configuration menu
    Copy the full SHA
    29a1709 View commit details
    Browse the repository at this point in the history