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

[SIP] sqlite host component #1408

Merged
merged 16 commits into from
May 22, 2023
Merged

[SIP] sqlite host component #1408

merged 16 commits into from
May 22, 2023

Commits on May 22, 2023

  1. Add sqlite host component scaffolding

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed May 22, 2023
    Configuration menu
    Copy the full SHA
    62ab4b7 View commit details
    Browse the repository at this point in the history
  2. Hack support into the rust sdk

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed May 22, 2023
    Configuration menu
    Copy the full SHA
    18771ea View commit details
    Browse the repository at this point in the history
  3. Make queries work

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed May 22, 2023
    Configuration menu
    Copy the full SHA
    9ff3ed4 View commit details
    Browse the repository at this point in the history
  4. Allow using database file

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed May 22, 2023
    Configuration menu
    Copy the full SHA
    bc2edfd View commit details
    Browse the repository at this point in the history
  5. Params as data enum not strings

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed May 22, 2023
    Configuration menu
    Copy the full SHA
    cfac9e7 View commit details
    Browse the repository at this point in the history
  6. sqlite sip draft

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed May 22, 2023
    Configuration menu
    Copy the full SHA
    7d12d4a View commit details
    Browse the repository at this point in the history
  7. Clean up of small bits

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed May 22, 2023
    Configuration menu
    Copy the full SHA
    b56be4b View commit details
    Browse the repository at this point in the history
  8. Allow runtime config

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed May 22, 2023
    Configuration menu
    Copy the full SHA
    4a1e98f View commit details
    Browse the repository at this point in the history
  9. Changes based on feedback

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed May 22, 2023
    Configuration menu
    Copy the full SHA
    7449358 View commit details
    Browse the repository at this point in the history
  10. Allow running migrations from spin up

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed May 22, 2023
    Configuration menu
    Copy the full SHA
    99f4530 View commit details
    Browse the repository at this point in the history
  11. Address small PR feedback

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed May 22, 2023
    Configuration menu
    Copy the full SHA
    d6fee05 View commit details
    Browse the repository at this point in the history
  12. Specify minimum capacity limits

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed May 22, 2023
    Configuration menu
    Copy the full SHA
    4db7f64 View commit details
    Browse the repository at this point in the history
  13. Allow running sql from file

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed May 22, 2023
    Configuration menu
    Copy the full SHA
    326aced View commit details
    Browse the repository at this point in the history
  14. remove experimental feature flag

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed May 22, 2023
    Configuration menu
    Copy the full SHA
    b9db2ca View commit details
    Browse the repository at this point in the history
  15. Remove query

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed May 22, 2023
    Configuration menu
    Copy the full SHA
    85b93f8 View commit details
    Browse the repository at this point in the history
  16. Update to latest version of spin-componentize

    Signed-off-by: Ryan Levick <ryan.levick@fermyon.com>
    rylev committed May 22, 2023
    Configuration menu
    Copy the full SHA
    c515559 View commit details
    Browse the repository at this point in the history