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

Support async storage #1152

Open
wants to merge 18 commits into
base: main
Choose a base branch
from
Open

Support async storage #1152

wants to merge 18 commits into from

Commits on Nov 6, 2023

  1. Fix clippy warnings.

    Tim Bruijnzeels committed Nov 6, 2023
    Configuration menu
    Copy the full SHA
    5ac4bfd View commit details
    Browse the repository at this point in the history
  2. Push impl Signer down to SignerProviders

    Tim Bruijnzeels authored Nov 6, 2023
    Configuration menu
    Copy the full SHA
    1b7fc90 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Embed kvx (#1154)

    * Move KV into krill
    * Move Storable to storage::types
    * Embed used functions from kvx and convert from trait to enum.
    Tim Bruijnzeels authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    9760f52 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'main' into prep-0.15.0-rc1

    Tim Bruijnzeels committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    dd27534 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'prep-0.15.0-rc1' into async-storage

    Tim Bruijnzeels committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    764e88a View commit details
    Browse the repository at this point in the history

Commits on Nov 19, 2023

  1. Make KeyValueStore async. Implementations are still sync.

    Tim Bruijnzeels committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    9ab5dee View commit details
    Browse the repository at this point in the history
  2. Depend on development branch of rpki-rs

    Tim Bruijnzeels committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    9c2b76b View commit details
    Browse the repository at this point in the history
  3. Fix no-default-features

    Tim Bruijnzeels committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    719e53f View commit details
    Browse the repository at this point in the history
  4. Fix clippy warnings.

    Tim Bruijnzeels committed Nov 19, 2023
    Configuration menu
    Copy the full SHA
    c016911 View commit details
    Browse the repository at this point in the history

Commits on Nov 20, 2023

  1. Update minimum rust version to 1.70

    Tim Bruijnzeels committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    e046858 View commit details
    Browse the repository at this point in the history
  2. Make KeyValueStoreDispatcher async.

    Tim Bruijnzeels committed Nov 20, 2023
    Configuration menu
    Copy the full SHA
    5b7c872 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2023

  1. Alway use a tempfile for writing new values to disk. #1160

    Tim Bruijnzeels committed Nov 22, 2023
    Configuration menu
    Copy the full SHA
    0ff3514 View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2023

  1. Merge branch 'main' into prep-0.15.0-rc1

    Tim Bruijnzeels committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    370855a View commit details
    Browse the repository at this point in the history
  2. Merge branch 'prep-0.15.0-rc1' into async-storage

    Tim Bruijnzeels committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    bfffb7a View commit details
    Browse the repository at this point in the history
  3. Ignore error when deleting test temp dir.

    Tim Bruijnzeels committed Dec 7, 2023
    Configuration menu
    Copy the full SHA
    05d0e4b View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2023

  1. Use async file locks based on flock for disk.

    Tim Bruijnzeels committed Dec 13, 2023
    Configuration menu
    Copy the full SHA
    ea34cc1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce742ac View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

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