Commit Graph

  • 8e39b544ba
    Allow direct mounting directory 'pattern' (plus improve errors) Ryan Levick 2023-05-15 10:45:05 +0200
  • e687d10924
    Merge pull request #1482 from qtfkwk/patch-1 itowlson 2023-05-15 09:08:09 +1200
  • e3f31ee36f
    feat(plugins): show description and homepage of installed plugin Matheus Cardoso 2023-05-13 19:19:59 -0300
  • 94830e10a2
    Update README.md qtfkwk 2023-05-12 12:21:10 -0400
  • 768d128c15
    Merge pull request #1474 from mikkelhegn/accept-defaults-short Mikkel Mork Hegnhoj 2023-05-12 16:16:00 +0200
  • 13ce9e1a77
    app: Add "inert" App feature Lann Martin 2023-05-12 09:28:36 -0400
  • b0ba3509cc No longer require direct wit-bindgen dependency updated-wit-bindgen Ryan Levick 2023-05-02 14:43:11 +0200
  • c2d01c6043 Update Rust SDK to latest version of wit-bindgen Ryan Levick 2023-04-25 10:54:02 +0200
  • dcde95392f
    fix(kv/azure): simplify delete operation Radu Matei 2023-05-12 11:33:40 +0200
  • e2c788ffde
    Merge pull request #1470 from adamreese/ref/spin-build-testing Adam Reese 2023-05-11 20:23:38 -0700
  • 671fc6878a
    remove WASI files from wit/preview2 (#1476) Joel Dice 2023-05-11 21:10:32 -0600
  • 8f734593b9
    Merge remote-tracking branch 'upstream/main' into cloud-plugin-porting Kate Goldenring 2023-05-11 16:06:10 -0700
  • 58fa04b157
    Suggest installing cloud plugin if not installed Kate Goldenring 2023-05-11 16:05:11 -0700
  • dd09271b68
    Display cloud commands in Spin CLI help documentation Kate Goldenring 2023-05-11 15:41:04 -0700
  • a5cd9d08a0
    Merge pull request #1467 from itowlson/from-dir-everywhere itowlson 2023-05-12 10:28:16 +1200
  • 26726e1eff
    Increase testing timeouts Adam Reese 2023-05-11 13:58:34 -0700
  • 2e2a40a42d
    Merge pull request #1475 from fermyon/track-memory Ryan Levick 2023-05-11 22:47:55 +0200
  • 2e5a86c1aa
    Track memory and expose from Store Data Ryan Levick 2023-05-11 21:46:17 +0200
  • 7082744313
    ref(sdk/go): use `spin build` for building test fixtures Adam Reese 2023-05-11 08:44:43 -0700
  • 0ed8643a17
    ensure deterministic component iteration order (#1472) Joel Dice 2023-05-11 07:58:11 -0600
  • ac632f8256
    fix(kv/azure): delete operation does not error if key not found Radu Matei 2023-05-11 12:40:00 +0200
  • 3268e5fe03
    Add 'a' as short argumet for --accept-defaults Mikkel Mørk Hegnhøj 2023-05-11 10:01:07 +0200
  • 84fd741215
    Add SIP 013: Cloud Plugin Matthew Fisher 2023-05-10 22:59:55 -0700
  • 19264225d7
    Remove Cloud related subcommands and alias to the cloud plugin Kate Goldenring 2023-05-10 14:54:09 -0700
  • 608b5f4b11
    Merge pull request #1471 from itowlson/farewell-autobindle-you-served-us-well-but-your-age-has-passed itowlson 2023-05-11 09:41:10 +1200
  • 8be5db2b93
    Merge pull request #1459 from itowlson/test-spin-up-kv itowlson 2023-05-11 08:22:44 +1200
  • 34e310c714
    Remove autobindle from recommended VS Code extensions itowlson 2023-05-11 08:19:19 +1200
  • 14227fb03b
    Rationalise -f and accept directory everywhere itowlson 2023-05-09 09:55:54 +1200
  • b0cacc5026
    Merge branch 'main' into feat/kv-azure-cosmos Radu Matei 2023-05-10 14:17:48 +0200
  • 7084111599
    Remove `OnceCell` from Azure CosmosDB KV backend Radu Matei 2023-05-10 14:13:14 +0200
  • ae105d6a09
    Merge pull request #1464 from lann/core-component-bindgen Lann 2023-05-10 07:55:03 -0400
  • c70e043df4 block in place block-in-place Ryan Levick 2023-05-10 12:50:49 +0200
  • 7d97005de5
    Clarify some of the TODOs in the SIP Ryan Levick 2023-05-10 12:20:06 +0200
  • 174fe37528
    Allow running migrations from spin up Ryan Levick 2023-05-10 11:51:58 +0200
  • af5bc730ae
    Hide sqlite Rust SDK support behind a feature flag Ryan Levick 2023-05-10 11:11:45 +0200
  • d381d5b8bb
    Rebase on top of new changes Ryan Levick 2023-05-10 11:00:00 +0200
  • 7625ab5b79
    Changes based on feedback Ryan Levick 2023-04-20 19:44:16 +0200
  • fea849561f
    Allow runtime config Ryan Levick 2023-04-20 19:32:59 +0200
  • 1bfb78deb2
    Clean up of small bits Ryan Levick 2023-04-17 14:21:42 +0200
  • 470626c518
    sqlite sip draft Ryan Levick 2023-04-16 18:26:33 +0200
  • fdb01195f7
    Params as data enum not strings Ryan Levick 2023-04-16 15:47:30 +0200
  • 6014666065
    Allow using database file Ryan Levick 2023-04-16 11:18:58 +0200
  • ec545ce12c
    Make queries work Ryan Levick 2023-04-14 21:02:33 +0200
  • 80bd4b0005
    Hack support into the rust sdk Ryan Levick 2023-04-13 17:53:14 +0200
  • c3e87de8fd
    Add sqlite host component scaffolding Ryan Levick 2023-04-13 16:11:55 +0200
  • 6a33894666
    Merge pull request #1468 from karthik2804/ux/oci_spinner Karthik Ganeshram 2023-05-09 20:36:27 -0700
  • 3616992c5b
    add loading spinner to registry push/pull karthik2804 2023-05-09 16:19:03 -0700
  • 54543d0a2b
    Merge pull request #1455 from lann/host-component-validate-app Lann 2023-05-09 19:43:03 -0400
  • 858d378d41
    Merge pull request #1466 from lann/move-more-config-spin-http Lann 2023-05-09 19:42:15 -0400
  • 1324918937
    http: Move more config structures to spin-http crate Lann Martin 2023-05-09 16:25:59 -0400
  • d59fe6f23f
    Merge pull request #1462 from rajatjindal/fix-stdout-logging Rajat Jindal 2023-05-09 11:38:44 +0530
  • 80656ca54f
    Use random values for kv test init values itowlson 2023-05-09 16:43:23 +1200
  • 4a93396db7
    Add Azure CosmosDB implementation for KV Radu Matei 2023-05-08 11:49:01 +0200
  • 0e6ed83e3e
    core: Update docs and tests to use wasmtime::component::bindgen Lann Martin 2023-05-08 11:25:33 -0400
  • 5aa3449d1b
    Add DynamicHostComponent::validate_app method Lann Martin 2023-05-05 11:55:39 -0400
  • d15b4694e0
    Merge pull request #1454 from lann/spin-world Lann 2023-05-08 08:24:58 -0400
  • 48f7201376
    fix stdout line breaks Rajat Jindal 2023-05-05 16:09:52 +0530
  • 20ee7ac3c3
    Exercise `spin up --key-value` in tests itowlson 2023-05-08 14:39:02 +1200
  • 568587c542
    Merge pull request #1457 from itowlson/http-tests-provide-more-info-on-failure itowlson 2023-05-08 14:09:52 +1200
  • e8517b6130
    Provide more info when HTTP integration tests fail itowlson 2023-05-08 12:20:24 +1200
  • f13409e7b4
    core: Refactor host component data management Lann Martin 2023-05-05 11:46:29 -0400
  • 2cfa7ccbe2
    Add 'spin-world' crate Lann Martin 2023-05-05 09:11:01 -0400
  • 4d9cf2149e
    Merge pull request #1451 from lann/common-sloth Lann 2023-05-05 10:48:58 -0400
  • 01d1fefd01
    Add 'spin_common::sloth' module Lann Martin 2023-05-04 17:15:37 -0400
  • b3de263531
    Merge pull request #1449 from vdice/fix/e2e-php Vaughn Dice 2023-05-05 10:00:38 +0200
  • ab801b0480
    Merge pull request #1442 from itowlson/kv-local-init itowlson 2023-05-05 11:49:59 +1200
  • 5739969717
    Add `spin up --key-value` option itowlson 2023-05-02 12:32:07 +1200
  • 033c3d1d6d
    Merge pull request #1296 from karthik2804/oci_parallel_pull Karthik Ganeshram 2023-05-04 11:25:43 -0700
  • 202f08cae9
    parallelize oci push and pulls karthik Ganeshram 2023-03-16 11:38:14 -0700
  • e3dc37613d
    fix(tests): update php test endpoint to /index.php Vaughn Dice 2023-05-02 17:13:59 +0200
  • 084ed08cb9
    Merge pull request #1446 from itowlson/php-template-biff-watch-section itowlson 2023-05-04 19:44:26 +1200
  • 26ae6a91dd
    PHP does not need src watch as there is no build itowlson 2023-05-04 08:08:17 +1200
  • f987d6b92e
    Merge pull request #1414 from bacongobbler/refresh-tokens itowlson 2023-05-04 07:51:16 +1200
  • 32cb3490f3
    Merge pull request #1444 from lann/spin-common Lann 2023-05-03 12:01:43 -0400
  • 253f1f981a
    Merge pull request #1405 from adamreese/ref/remove-unsued-types Adam Reese 2023-05-03 08:33:05 -0700
  • 768d46de6f
    Clarify cloud-openapi version itowlson 2023-05-03 16:18:25 +1200
  • 4a943035ab
    implement refresh token support Matthew Fisher 2023-04-20 10:52:15 -0700
  • fbd470991b
    Add 'spin-common' crate Lann Martin 2023-05-02 17:25:07 -0400
  • 2f50f3e5db
    Merge pull request #1439 from fermyon/pin-spin-componentize Ryan Levick 2023-05-02 11:34:50 +0200
  • 5bcc14b7a3
    Merge pull request #1440 from itowlson/incomplete-built-in-trigger-error-message itowlson 2023-05-02 08:08:24 +1200
  • f52d002366
    Merge pull request #1441 from itowlson/fix-plugin-error-on-404 itowlson 2023-05-02 08:08:03 +1200
  • d85d27ac0a
    fix `spin-timer` test regression Joel Dice 2023-05-01 14:04:06 -0600
  • 1759071d47
    Better error if plugin URL 404s itowlson 2023-05-01 10:35:55 +1200
  • 439d37178f
    Fix misleading error message if built-in app trigger was missing required parameter itowlson 2023-05-01 09:38:02 +1200
  • 90270324cf
    pin the version of spin componentize we're using Ryan Levick 2023-04-29 18:49:43 +0200
  • 40d50862f1
    Merge pull request #1418 from calebschoepp/make-watch-smart Caleb Schoepp 2023-04-28 14:48:40 -0600
  • a7f180c810
    Refactor spin watch to only re-build when necessary. itowlson 2023-04-20 10:28:29 +1200
  • 266925186d
    Merge pull request #1431 from fermyon/dependabot/cargo/wasmtime-7.0.1 Ryan Levick 2023-04-28 14:51:00 +0200
  • 33ae328f87
    Merge pull request #1396 from fermyon/simplify-version-handling Ryan Levick 2023-04-28 14:49:56 +0200
  • 9efc5815a2
    Merge pull request #1333 from melissaklein24/new_readme Melissa Klein 2023-04-27 17:58:25 -0400
  • df4ab9543b
    Update README.md Melissa Klein 2023-04-27 17:57:51 -0400
  • 4052168091
    chore(deps): bump wasmtime from 7.0.0 to 7.0.1 dependabot[bot] 2023-04-27 21:45:04 +0000
  • 09a0077230
    Merge pull request #1428 from fermyon/remove-dead-dependency Ryan Levick 2023-04-27 23:43:59 +0200
  • 82707ef9c3
    Remove dead dependency on wit-bindgen in Rust SDK macro Ryan Levick 2023-04-27 19:39:10 +0200
  • aea94803fb
    Fix test Ryan Levick 2023-04-17 09:54:24 +0200
  • 0a5291065f
    Make error message a bit clearer Ryan Levick 2023-04-16 23:54:21 +0200
  • ae5a8d961d
    Change the other manifest parser Ryan Levick 2023-04-16 23:38:16 +0200
  • e223a2c02b
    Simplify version handling in manifest Ryan Levick 2023-04-16 23:30:41 +0200
  • bb3b341c0a
    Merge pull request #1426 from lann/fix-clippy-clap-cataclysm Lann 2023-04-27 12:52:12 -0400
  • 90cbfaff55
    fix: Upgrade clap and suppress clippy error Lann Martin 2023-04-27 08:33:00 -0400