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 usage of the SQLite-based crypto store #10

Merged
merged 12 commits into from
Apr 21, 2023

Commits on Apr 5, 2023

  1. Fix key query and claim APIs to support async functionality (turt2liv…

    …e#314)
    
    * Fix key query and claim APIs to support async functionality
    
    * fix copy/paste fail
    turt2live authored Apr 5, 2023
    Configuration menu
    Copy the full SHA
    1c203f8 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Better interface

    turt2live committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    ee0cf33 View commit details
    Browse the repository at this point in the history
  2. v0.6.5

    turt2live committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    b902df5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4612db View commit details
    Browse the repository at this point in the history
  4. Allow usage of the SQLite-based crypto store

    Signed-off-by: Andrew Ferrazzutti <andrewf@element.io>
    AndrewFerr committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    3bd23c4 View commit details
    Browse the repository at this point in the history
  5. Add types for lowdb

    Signed-off-by: Andrew Ferrazzutti <andrewf@element.io>
    AndrewFerr committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    c73cacf View commit details
    Browse the repository at this point in the history
  6. Update tests

    Signed-off-by: Andrew Ferrazzutti <andrewf@element.io>
    AndrewFerr committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    bce5d60 View commit details
    Browse the repository at this point in the history
  7. Update examples

    Signed-off-by: Andrew Ferrazzutti <andrewf@element.io>
    AndrewFerr committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    00a0b27 View commit details
    Browse the repository at this point in the history
  8. Fix lint rules for new the imports in examples

    Signed-off-by: Andrew Ferrazzutti <andrewf@element.io>
    AndrewFerr committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    dc8202a View commit details
    Browse the repository at this point in the history

Commits on Apr 20, 2023

  1. Test the SQLite crypto store

    Run all tests with both the Sled and SQLite store types
    
    Signed-off-by: Andrew Ferrazzutti <andrewf@element.io>
    AndrewFerr committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    4c07639 View commit details
    Browse the repository at this point in the history
  2. Fix lint rules

    Signed-off-by: Andrew Ferrazzutti <andrewf@element.io>
    AndrewFerr committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    3f24fb5 View commit details
    Browse the repository at this point in the history
  3. Add missing semicolon

    Signed-off-by: Andrew Ferrazzutti <andrewf@element.io>
    AndrewFerr committed Apr 20, 2023
    Configuration menu
    Copy the full SHA
    a983376 View commit details
    Browse the repository at this point in the history