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

*: pull in vinted patches #121

Merged
merged 5 commits into from
Dec 19, 2023
Merged

*: pull in vinted patches #121

merged 5 commits into from
Dec 19, 2023

Commits on Dec 19, 2023

  1. remote: implement compact writer

    This implements the compact writer for api/v1/read API. It works like
    the other XOR streamed type except that as much as possible data is
    put into individual writes. This significantly improves throughput.
    
    Signed-off-by: Giedrius Statkevičius <[email protected]>
    GiedriusS committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    4b1fe6a View commit details
    Browse the repository at this point in the history
  2. api/v1: add only_count

    Signed-off-by: Giedrius Statkevičius <[email protected]>
    GiedriusS committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    27869ad View commit details
    Browse the repository at this point in the history
  3. gate: implement wait metric

    Signed-off-by: Giedrius Statkevičius <[email protected]>
    GiedriusS committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    765e1bd View commit details
    Browse the repository at this point in the history
  4. .github: disable buf lint breaking

    Signed-off-by: Giedrius Statkevičius <[email protected]>
    GiedriusS committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    ea52571 View commit details
    Browse the repository at this point in the history
  5. prompb: fix linter

    Signed-off-by: Giedrius Statkevičius <[email protected]>
    GiedriusS committed Dec 19, 2023
    Configuration menu
    Copy the full SHA
    e9f884b View commit details
    Browse the repository at this point in the history