Skip to content
This repository has been archived by the owner on Jul 31, 2023. It is now read-only.

gRPC integration #12

Merged
merged 30 commits into from
Sep 22, 2017

Commits on Sep 13, 2017

  1. Configuration menu
    Copy the full SHA
    4cecef5 View commit details
    Browse the repository at this point in the history
  2. fixed readme.md file

    acetechnologist committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    45542ec View commit details
    Browse the repository at this point in the history
  3. fixed readme.md file

    acetechnologist committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    88f0d49 View commit details
    Browse the repository at this point in the history
  4. fixing yaml file

    acetechnologist committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    ce9353e View commit details
    Browse the repository at this point in the history
  5. fixing yaml file

    acetechnologist committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    9714c63 View commit details
    Browse the repository at this point in the history
  6. remove go 1.7 and 1.6 from yaml file as we use 'sort.Slice' that is o…

    …nly supportted in 1.8 and above
    acetechnologist committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    0ee8a94 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f1d95ba View commit details
    Browse the repository at this point in the history
  8. Using inheritence instead of type switch for creating aggregationValu…

    …e and aggregator. Also added equality as an interface to aggregationValue
    acetechnologist committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    de85e90 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    62d36a5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    412e8ae View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8496b0c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8c1b0f5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e2b9e39 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a086caa View commit details
    Browse the repository at this point in the history
  15. added convenience methods to various structs: String(), Equal(), Cont…

    …ains()... Also renamed some methods to be more succint and fixed some documentation issues
    acetechnologist committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    2447f0b View commit details
    Browse the repository at this point in the history
  16. added getter methods to interfaces and made some fields public to eve…

    …ntually support conversions to other formats
    acetechnologist committed Sep 13, 2017
    Configuration menu
    Copy the full SHA
    dacbcce View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    9a7ba3f View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    48af633 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2017

  1. Configuration menu
    Copy the full SHA
    da0f143 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a2a0d2 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2017

  1. Configuration menu
    Copy the full SHA
    2f7f729 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2017

  1. Configuration menu
    Copy the full SHA
    c86ab26 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2017

  1. Addressed PR comments. Modified readme.md to mention the requirement …

    …for Go1.9 to integrate with libraries still using golang.org/x/net/context.Context. Fixed the license headings to refer to opencensus instead of google.
    acetechnologist committed Sep 19, 2017
    Configuration menu
    Copy the full SHA
    85a5395 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2017

  1. Configuration menu
    Copy the full SHA
    174ba23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    695335d View commit details
    Browse the repository at this point in the history
  3. Requiring Go 1.9 seems quite limiting. So I went ahead and replaced c…

    …ontext by golang.org/x/net/context and reduced the requirement to 1.8
    acetechnologist committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    b5d7b91 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fb0ec85 View commit details
    Browse the repository at this point in the history
  5. Renamed NewTestingAggregationDistributionValue to NewDoNotUseTestingA…

    …ggregationDistributionValue
    acetechnologist committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    47e4a1b View commit details
    Browse the repository at this point in the history
  6. Fixed naming NewTestingAggregationDistributionValue to NewDoNotUseTes…

    …tingAggregationDistributionValue in server_handler_test.go
    acetechnologist committed Sep 20, 2017
    Configuration menu
    Copy the full SHA
    827f7c2 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2017

  1. Configuration menu
    Copy the full SHA
    58b58e5 View commit details
    Browse the repository at this point in the history