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

Define QueryResponse and QueryRequest protobufs. #10956

Merged
merged 79 commits into from
Nov 10, 2023

Commits on Oct 18, 2023

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

Commits on Oct 20, 2023

  1. Configuration menu
    Copy the full SHA
    581f19d View commit details
    Browse the repository at this point in the history
  2. Format protos.

    jeschkies committed Oct 20, 2023
    Configuration menu
    Copy the full SHA
    8907f3d View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2023

  1. Configuration menu
    Copy the full SHA
    73de81d View commit details
    Browse the repository at this point in the history
  2. Format code

    jeschkies committed Oct 23, 2023
    Configuration menu
    Copy the full SHA
    70dafcc View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2023

  1. Configuration menu
    Copy the full SHA
    791eca8 View commit details
    Browse the repository at this point in the history
  2. DEfine request as oneof.

    jeschkies committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    b174999 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    68d948e View commit details
    Browse the repository at this point in the history
  4. Use logproto.SeriesRequest

    jeschkies committed Oct 25, 2023
    Configuration menu
    Copy the full SHA
    6478fb9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    593f6b5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d4583fa View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2023

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

Commits on Oct 27, 2023

  1. Configuration menu
    Copy the full SHA
    601cbc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bb897a1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    23ac9c8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8307ecf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    116ae8b View commit details
    Browse the repository at this point in the history
  6. Fix error format variable

    jeschkies committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    699a097 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2b0f1d5 View commit details
    Browse the repository at this point in the history
  8. Rename handle method

    jeschkies committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    f5aaa24 View commit details
    Browse the repository at this point in the history
  9. Format protos

    jeschkies committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    10b391d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    af9bc0f View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7979488 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    613b560 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3c648a8 View commit details
    Browse the repository at this point in the history
  14. Handle errors.

    jeschkies committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    4df7f03 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1a44b8f View commit details
    Browse the repository at this point in the history
  16. we need to set the other potential request type field if the new request

    type is being used
    
    Signed-off-by: Callum Styan <callumstyan@gmail.com>
    cstyan committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    31b5db4 View commit details
    Browse the repository at this point in the history
  17. ignore lint for deprecation, need to keep using this for compatibility

    reasons
    
    Signed-off-by: Callum Styan <callumstyan@gmail.com>
    cstyan committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    656a82b View commit details
    Browse the repository at this point in the history
  18. somehow golangci lint doesn't respect the ignore line, this should fix

    the lint job for now
    
    Signed-off-by: Callum Styan <callumstyan@gmail.com>
    cstyan committed Oct 27, 2023
    Configuration menu
    Copy the full SHA
    19a59ab View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2023

  1. update docs

    Signed-off-by: Callum Styan <callumstyan@gmail.com>
    cstyan committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    4898589 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bbf7a8 View commit details
    Browse the repository at this point in the history
  3. update vendor

    Signed-off-by: Callum Styan <callumstyan@gmail.com>
    cstyan committed Oct 28, 2023
    Configuration menu
    Copy the full SHA
    3f1cfe9 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2023

  1. Support tracing metadata

    jeschkies committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    06a7e36 View commit details
    Browse the repository at this point in the history
  2. Pass message

    jeschkies committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    029b593 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36cecc4 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    05ea19c View commit details
    Browse the repository at this point in the history
  5. Test response status

    jeschkies committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    7e25ccb View commit details
    Browse the repository at this point in the history
  6. Format code

    jeschkies committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    a0e58a2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da9d368 View commit details
    Browse the repository at this point in the history
  8. Move todo message

    jeschkies committed Oct 30, 2023
    Configuration menu
    Copy the full SHA
    602e2e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2023

  1. Convert user errors.

    jeschkies committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3194621 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2a7bc75 View commit details
    Browse the repository at this point in the history
  3. Send queue time to querier.

    jeschkies committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    9117bba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f8c1af0 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c917196 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6073afa View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    842ce54 View commit details
    Browse the repository at this point in the history
  8. Remove todo

    jeschkies committed Oct 31, 2023
    Configuration menu
    Copy the full SHA
    3c2a1e9 View commit details
    Browse the repository at this point in the history

Commits on Nov 1, 2023

  1. Remove duplicated capture.

    jeschkies committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    ebdd4c2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a1dbf33 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    09a563a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0aaf6b7 View commit details
    Browse the repository at this point in the history
  5. Format protos

    jeschkies committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    3f66213 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Update pkg/lokifrontend/frontend/v2/frontend.go

    Co-authored-by: Danny Kopping <dannykopping@gmail.com>
    jeschkies and dannykopping committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    80b6193 View commit details
    Browse the repository at this point in the history
  2. Update pkg/lokifrontend/frontend/v2/frontend.go

    Co-authored-by: Danny Kopping <dannykopping@gmail.com>
    jeschkies and dannykopping committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    1a5f800 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1b5e04 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2023

  1. Configuration menu
    Copy the full SHA
    5a35b31 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'refs/remotes/origin/karsten/enable-quer…

    …y-protos' into karsten/enable-query-protos
    jeschkies committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    2c7927d View commit details
    Browse the repository at this point in the history
  3. Update docs

    jeschkies committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    9e76861 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    1156a02 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'refs/remotes/origin/karsten/enable-quer…

    …y-protos' into karsten/enable-query-protos
    jeschkies committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    360a790 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1887c1a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    467ee6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    45d61fa View commit details
    Browse the repository at this point in the history
  6. Map response code

    jeschkies committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    904a248 View commit details
    Browse the repository at this point in the history
  7. Rename encoding JSON

    jeschkies committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    85b5694 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7e23125 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Configuration menu
    Copy the full SHA
    40fcde7 View commit details
    Browse the repository at this point in the history
  2. Merge remote-tracking branch 'refs/remotes/origin/karsten/enable-quer…

    …y-protos' into karsten/enable-query-protos
    jeschkies committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    6e73fcf View commit details
    Browse the repository at this point in the history
  3. Update changelog.

    jeschkies committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    7ab40e0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    54976d2 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Checkin tests

    jeschkies committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    85e9384 View commit details
    Browse the repository at this point in the history
  2. Unify and test setHeader

    jeschkies committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    8aa9c42 View commit details
    Browse the repository at this point in the history
  3. Test error codes

    jeschkies committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    d1ac371 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b9bb06 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d478031 View commit details
    Browse the repository at this point in the history
  6. Add org id in encoding

    jeschkies committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    dc30993 View commit details
    Browse the repository at this point in the history
  7. Set org id in tests

    jeschkies committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1f8029c View commit details
    Browse the repository at this point in the history