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

Allow to retrieve the account list via KeyManagementBackedAccountService when the number of accounts exceeds DEFAULT_PAGE_SIZE #100

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Jul 27, 2020

  1. Add PageSpecification to some vault queries

    If no `PageSpecification` is provided to the `VaultService.queryBy(...)` function an exception is thrown if the number of results exceeds the `DEFAULT_PAGE_SIZE` vault configuration.
    mevir committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    8c4d226 View commit details
    Browse the repository at this point in the history
  2. Fix line length under 140

    mevir committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    d774e5d View commit details
    Browse the repository at this point in the history

Commits on Dec 21, 2020

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