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

feat: get multi records by keys #410

Merged
18 commits merged into from Nov 16, 2022
Merged

feat: get multi records by keys #410

18 commits merged into from Nov 16, 2022

Commits on Nov 2, 2022

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

Commits on Nov 3, 2022

  1. feat: support for offset in QueryRecords (#408)

    Frederic Loranger committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    2942ab3 View commit details
    Browse the repository at this point in the history
  2. chore: go mod tidy

    Frederic Loranger committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    d766a6a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0c0eccd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    65f6f4d View commit details
    Browse the repository at this point in the history
  5. chore: address PR review requests

    Frederic Loranger committed Nov 3, 2022
    Configuration menu
    Copy the full SHA
    c663c2b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e398353 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. Configuration menu
    Copy the full SHA
    cb7249c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    734ae7b View commit details
    Browse the repository at this point in the history
  3. fix: error handling, unit tests for GetMultiRecords

    Frederic Loranger committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    3479c6b View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

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

Commits on Nov 6, 2022

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

Commits on Nov 7, 2022

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

Commits on Nov 8, 2022

  1. chore: address PR review, better error handling

    Frederic Loranger committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    494e5f4 View commit details
    Browse the repository at this point in the history
  2. feat: change the get multi records to a unary grpc response

    Frederic Loranger committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    566ae60 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2022

  1. chore: return a status code for GetRecords, address PR review

    Frederic Loranger committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    f82c5e4 View commit details
    Browse the repository at this point in the history
  2. chore: rely on datastore.MultiError instead of re-defining a new type…

    … internally
    Frederic Loranger committed Nov 15, 2022
    Configuration menu
    Copy the full SHA
    3533ab9 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1d7831 View commit details
    Browse the repository at this point in the history