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

Added iterator that allows to read only requested values #5435

Merged
merged 4 commits into from
Dec 26, 2019

Commits on Dec 25, 2019

  1. store/pageiterator: Add iterator that allows that skips values outsid…

    …e of the requested page
    
    Signed-off-by: dmitry <yashulyak@gmail.com>
    dshulyak committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    619c43a View commit details
    Browse the repository at this point in the history
  2. Add an alias for pagianted iterator to types/store.go

    Signed-off-by: dmitry <yashulyak@gmail.com>
    dshulyak committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    70f2331 View commit details
    Browse the repository at this point in the history
  3. Resolve import cycle by moving tests to separate module

    Signed-off-by: dmitry <yashulyak@gmail.com>
    dshulyak committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    663e759 View commit details
    Browse the repository at this point in the history
  4. Add a lin to changelog

    Signed-off-by: dmitry <yashulyak@gmail.com>
    dshulyak committed Dec 25, 2019
    Configuration menu
    Copy the full SHA
    4df0d72 View commit details
    Browse the repository at this point in the history