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

Querier/Sidecar/StoreGW: Implement Info service and add --endpoint flag in Querier #4282

Merged
merged 16 commits into from
Nov 9, 2021

Commits on Oct 29, 2021

  1. Add Info server in Sidecar and StoreGW

    Signed-off-by: Hitanshu Mehta <[email protected]>
    hitanshu-mehta committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    9ea5957 View commit details
    Browse the repository at this point in the history
  2. Add --endpoint in querier

    Signed-off-by: Hitanshu Mehta <[email protected]>
    hitanshu-mehta committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    a076da0 View commit details
    Browse the repository at this point in the history
  3. Add E2E test for Info API

    Signed-off-by: Hitanshu Mehta <[email protected]>
    hitanshu-mehta committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    61c68cb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    95b1ce5 View commit details
    Browse the repository at this point in the history
  5. Enhance e2e test

    Signed-off-by: Hitanshu Mehta <[email protected]>
    hitanshu-mehta committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    245e9c4 View commit details
    Browse the repository at this point in the history
  6. Rename InfoRequest and InfoResponse to InfoReq and InfoResp

    Signed-off-by: Hitanshu Mehta <[email protected]>
    hitanshu-mehta committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    27b9a21 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7f94177 View commit details
    Browse the repository at this point in the history
  8. resolve merge conflicts

    Signed-off-by: Hitanshu Mehta <[email protected]>
    hitanshu-mehta committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    daff1e3 View commit details
    Browse the repository at this point in the history
  9. add deprecation warning in description of old flags

    Signed-off-by: Hitanshu Mehta <[email protected]>
    hitanshu-mehta committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    829af65 View commit details
    Browse the repository at this point in the history
  10. fix typo

    Signed-off-by: Hitanshu Mehta <[email protected]>
    hitanshu-mehta committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    797f3a8 View commit details
    Browse the repository at this point in the history
  11. export new Timestamps method

    Signed-off-by: Hitanshu Mehta <[email protected]>
    hitanshu-mehta committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    b9f677b View commit details
    Browse the repository at this point in the history
  12. add functional options in intializer of info server

    Signed-off-by: Hitanshu Mehta <[email protected]>
    hitanshu-mehta committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    ceaf2b4 View commit details
    Browse the repository at this point in the history
  13. change e2e tests to use efficientgo/e2e

    Signed-off-by: Hitanshu Mehta <[email protected]>
    hitanshu-mehta committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    c3baaea View commit details
    Browse the repository at this point in the history
  14. nits in info api e2e tests

    Signed-off-by: Hitanshu Mehta <[email protected]>
    hitanshu-mehta committed Oct 29, 2021
    Configuration menu
    Copy the full SHA
    9b9b68c View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. minor nits

    Signed-off-by: Hitanshu Mehta <[email protected]>
    hitanshu-mehta committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    fec2e8b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. fix docs

    Signed-off-by: Hitanshu Mehta <[email protected]>
    hitanshu-mehta committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    a330d23 View commit details
    Browse the repository at this point in the history