Commit Graph

  • b1ac4d8307
    Merge pull request #1421 from vdice/chore/bump-rusqlite Vaughn Dice 2023-04-26 08:56:50 -0600
  • e4905de640
    Merge pull request #1423 from vdice/docs/kv-examples Vaughn Dice 2023-04-25 17:07:51 -0600
  • 7b42d08595
    Merge pull request #1382 from suneetnangia/dev-container-fix itowlson 2023-04-26 10:23:24 +1200
  • 6bd2d49c36
    docs(examples): add/update READMEs Vaughn Dice 2023-04-25 08:34:04 -0600
  • a80377f14f
    Merge pull request #1419 from rajatjindal/reduce-logging Rajat Jindal 2023-04-25 10:36:22 +0530
  • a3efcd7686
    chore(Cargo.toml): bump rusqlite to 0.29.0 Vaughn Dice 2023-04-24 17:16:09 -0600
  • 952f0f302d
    Merge pull request #1326 from fermyon/dependabot/cargo/openssl-0.10.48 Vaughn Dice 2023-04-24 15:39:04 -0600
  • 60f6070cf9
    Removed unwanted root Cargo.lock file Suneet Nangia 2023-04-24 13:08:03 +0100
  • 9c03ca5ae8
    Removed unwanted Cargo.lock file Suneet Nangia 2023-04-24 12:44:55 +0100
  • 4282f6b01c
    add .DS_Store to .gitignore Rajat Jindal 2023-04-24 13:31:04 +0530
  • 88353baf57
    Squashed and signed. Suneet Nangia 2023-04-24 10:31:39 +0100
  • f6714d80d2
    Merge pull request #1413 from itowlson/fix-duplicate-package-names-ding-ding-round-3 itowlson 2023-04-20 14:00:41 +1200
  • 03e5c40fed
    Merge pull request #1412 from adamreese/docs/go-sdk Adam Reese 2023-04-19 17:02:39 -0700
  • e7b74c48f7
    Fix duplicate package names itowlson 2023-04-20 10:28:29 +1200
  • caddd6876a
    docs(sdk/go): Add top-level package doc string for godocs Adam Reese 2023-04-19 15:40:33 -0700
  • 7600e837d5
    Merge pull request #1411 from itowlson/audits-sync-workflow-to-config itowlson 2023-04-20 08:58:58 +1200
  • 0b1d3ff7fe
    Merge pull request #1409 from calebschoepp/watch-multi-comp Caleb Schoepp 2023-04-19 09:56:53 -0600
  • 6b7d4390aa
    Merge pull request #1407 from Patrick0308/fix-rust-sdk-header-map-values Lann 2023-04-18 22:43:30 -0400
  • 999e95f690
    append header value Patrick 2023-04-19 10:40:10 +0800
  • 1d59953a35
    Use the version of `cargo vet` that works with the audit config itowlson 2023-04-19 14:08:28 +1200
  • f7238922e4
    Merge pull request #1410 from adamreese/revert-1392 Adam Reese 2023-04-18 16:28:51 -0700
  • 7eb2bb50a2
    Revert "tests(sdk/go): kill spin subprocesses after test runs" Adam Reese 2023-04-18 14:59:22 -0700
  • eef4472fac
    ref(sdk/go): remove unused custom error type Adam Reese 2023-04-18 12:44:43 -0700
  • 66b474a83a
    Infer watch config prefix from workdir Caleb Schoepp 2023-04-18 11:21:19 -0600
  • 7f0d546012
    Merge pull request #1394 from ThorstenHans/feature/router-display Brian 2023-04-18 12:25:29 -0400
  • 3d20ffdab3
    Merge pull request #1392 from adamreese/tests/kill-spin-subproesses Adam Reese 2023-04-17 16:00:41 -0700
  • 9d2b81c825
    Merge pull request #1401 from calebschoepp/fix-build-error Caleb Schoepp 2023-04-17 14:47:56 -0600
  • 1110f548df
    Fix warning when building spin Caleb Schoepp 2023-04-17 09:57:02 -0600
  • 0f70dd98ef
    Merge pull request #1398 from adamreese/feat/header-consts Adam Reese 2023-04-17 08:10:46 -0700
  • 5934475fa3
    Merge pull request #1389 from lann/check-deploy-store Lann 2023-04-17 08:07:46 -0400
  • 075d397649
    Merge pull request #1395 from fermyon/improve-error-no-source Ryan Levick 2023-04-17 09:48:37 +0200
  • f4f9a16d74
    feat(sdk/go): add constants for Spin headers Adam Reese 2023-04-16 16:15:12 -0700
  • c13172ecee
    Merge pull request #1393 from ThorstenHans/feature/rust-router-options Brian 2023-04-16 19:11:26 -0400
  • d1c82bfbb6
    chore: cargo fmt to ensure linter is happy Thorsten Hans 2023-04-17 00:05:33 +0200
  • 3c8dd85023
    chore(sdk): Incorporated review feedback Thorsten Hans 2023-04-16 23:50:45 +0200
  • 79fd74c452
    Improve error when the component wasm does not exist Ryan Levick 2023-04-16 22:49:00 +0200
  • e4fbaa4cf9
    chore(sdk): Add custom Display impl for Router Thorsten Hans 2023-04-16 20:13:19 +0200
  • 2f4df13ee2
    chore(sdk): Add options to http_router macro Thorsten Hans 2023-04-16 19:50:40 +0200
  • efa5feb90c
    chore(sdk): Add options fn to register handlers for OPTIONS requests Thorsten Hans 2023-04-16 17:08:18 +0200
  • a0c33b401d
    tests(sdk/go): kill spin subprocesses after test runs Adam Reese 2023-04-15 22:10:55 -0700
  • ea55fbe464
    Merge pull request #1388 from michelleN/versionbump Michelle Dhanani 2023-04-14 18:16:48 -0400
  • d318b46893
    Merge pull request #1390 from fermyon/update-sdk-v1.1.0 spin/templates/v1.1 Michelle Dhanani 2023-04-14 17:17:13 -0400
  • 266c9d1361
    feat(templates): update sdk to v1.1.0 fermybot 2023-04-14 20:49:45 +0000
  • bc2c58bad9
    deploy: Check for non-'default' stores before deploy Lann Martin 2023-04-14 16:18:21 -0400
  • 2f6eb61d31
    bump versions to v1.2.0-pre0 Michelle Dhanani 2023-04-14 16:16:25 -0400
  • 28655d57fa
    Merge pull request #1387 from michelleN/updatedrelease v1.1.0 sdk/go/v1.1.0 v1.1 Michelle Dhanani 2023-04-14 15:13:36 -0400
  • 9f35fc2bb4
    bump versions to 1.1.0 Michelle Dhanani 2023-04-14 14:11:15 -0400
  • da8190509e
    Merge pull request #1386 from michelleN/revert Michelle Dhanani 2023-04-14 13:40:42 -0400
  • 64d740d638
    Merge pull request #1384 from fibonacci1729/fix-1380 Brian 2023-04-14 12:28:59 -0400
  • 835aac6bea
    Revert "updating versions to 1.1.0 for release" Michelle Dhanani 2023-04-14 11:53:57 -0400
  • 62c89a3d96
    Merge pull request #1379 from michelleN/release Michelle Dhanani 2023-04-14 11:38:30 -0400
  • 41a2d14235
    fix(kv): print kv store config Brian H 2023-04-14 11:24:24 -0400
  • 48c331a251
    updating versions to 1.1.0 for release Michelle Dhanani 2023-04-13 19:16:25 -0400
  • a1944a33a7
    Merge pull request #1377 from fermyon/dependabot/cargo/h2-0.3.17 Michelle Dhanani 2023-04-13 18:47:26 -0400
  • d6be13890a
    Merge pull request #1369 from radu-matei/default-http-client Michelle Dhanani 2023-04-13 17:50:00 -0400
  • 9173113dea
    chore(deps): bump h2 from 0.3.16 to 0.3.17 dependabot[bot] 2023-04-13 20:19:39 +0000
  • 00ed3f2ba8
    Merge pull request #1375 from fibonacci1729/kv-redis-runtime-config Brian 2023-04-13 16:14:26 -0400
  • b562eab75e
    update `spin-componentize` to address `spin-fileserver` issues (#1374) Joel Dice 2023-04-13 13:50:10 -0600
  • da81f0ab84
    Add key-value redis runtime config Brian H 2023-04-13 10:56:05 -0400
  • d9f047f3fd
    Updated the install instructions, simplified the example, added more links to the documentation Melissa Klein 2023-04-13 14:29:39 -0400
  • f85287d2e9
    Merge pull request #1360 from lann/kv-runtime-config Lann 2023-04-13 10:36:51 -0400
  • 8181a104d5
    Merge pull request #1365 from fibonacci1729/kv-redis Brian 2023-04-13 10:13:14 -0400
  • ffff51eb68
    runtime-config: Add key value store runtime config Lann Martin 2023-04-10 16:37:18 -0400
  • 63337eb6a7
    Merge pull request #1341 from calebschoepp/improve-spin-watch Caleb Schoepp 2023-04-12 12:40:06 -0600
  • f74ff4e134
    Clean up `spin watch` user experience Joel Dice 2023-03-28 13:37:32 -0600
  • 975d8b8b39
    feat(kv): add redis backed KV host component Brian H 2023-04-07 12:59:07 -0400
  • ea171d8389
    fix trap-on-error for file I/O (#1353) Joel Dice 2023-04-11 07:25:04 -0600
  • 81fcde6da7
    Add default HTTP client compatible with Spin SDK Radu Matei 2023-04-10 11:45:36 +0100
  • a713eee17b
    Merge pull request #1361 from rajatjindal/go-http-roundtripper Rajat Jindal 2023-04-07 16:29:50 +0530
  • a42e4c0435
    add spin go sdk backed http client Rajat Jindal 2023-04-06 08:24:29 +0530
  • c07c4fe60b
    Merge pull request #1363 from fermyon/dont-assume-deref Ryan Levick 2023-04-06 17:44:56 +0200
  • 8651ffd2bc
    Don't assume that the error can be dereferenced Ryan Levick 2023-04-06 16:00:51 +0200
  • 8659a45144
    Merge pull request #1342 from radu-matei/feat/go-sdk-http-router Radu Matei 2023-04-06 15:24:06 +0300
  • 67f9f3f11d
    Merge pull request #1357 from fermyon/remove-unused-namespace Ryan Levick 2023-04-06 09:42:42 +0200
  • fd6069c374
    Merge pull request #1358 from fermyon/error-chain Ryan Levick 2023-04-06 09:40:42 +0200
  • 892ecb641a
    Merge pull request #1352 from lann/kv-runtime-config Lann 2023-04-05 13:23:56 -0400
  • f1bf0086c1
    sip: Add runtime config section to Key-Value SIP Lann Martin 2023-04-04 14:13:48 -0400
  • 866d40beb4
    Remove unused 'namespace' field from ApplicationInformation Ryan Levick 2023-04-05 14:44:24 +0200
  • 904f536b18
    Show error source list when printing handler error Ryan Levick 2023-04-05 18:07:58 +0200
  • 2028b6d9ee
    fix: Go SDK integration tests Radu Matei 2023-04-05 15:08:05 +0300
  • 8f1a4d1bfb
    Merge pull request #1354 from vdice/chore/disable-code-cov-cron Vaughn Dice 2023-04-04 17:00:29 -0600
  • 45998a86bd
    chore(code-coverage.yml): disable cron trigger Vaughn Dice 2023-04-04 15:59:01 -0600
  • 8d0b6c7737
    Merge pull request #1339 from fibonacci1729/rust-sdk-http-router Brian 2023-04-04 09:52:19 -0400
  • d9439361a1
    Merge pull request #1190 from nilslice/modsurfer itowlson 2023-04-04 17:59:50 +1200
  • da1ed1eb9b
    chore: add tools directory and include modsurfer Steve Manuel 2023-02-22 00:28:10 -0700
  • bae8b7a4c6
    Merge pull request #1343 from mikkelhegn/fileserver_template Mikkel Mork Hegnhoj 2023-04-03 21:54:31 +0200
  • 12dd5096bb
    Merge pull request #1348 from fibonacci1729/tidy-rust-sdk Brian 2023-04-03 14:40:37 -0400
  • 75e9565ce7
    ref(sdk): use the macro the generate bindings Brian H 2023-04-03 13:09:57 -0400
  • a09c309832
    feat(sdk): add HTTP router for Rust SDK Brian H 2023-03-31 14:11:41 -0400
  • d6e80e2f34
    Updating static-fileserver template to use 0.0.2 Mikkel Mørk Hegnhøj 2023-04-03 13:43:00 +0200
  • e82c151bcd
    Merge pull request #1338 from itowlson/it-maintains-the-list-or-it-gets-the-hose-again itowlson 2023-04-03 07:45:59 +1200
  • 042005a466
    Add simple Go router based on github.com/julienschmidt/httprouter Radu Matei 2023-04-02 01:54:25 +0300
  • b8e9e014a8
    Add KV to list of interfaces to provide SDK version warning itowlson 2023-03-31 11:25:45 +1300
  • 3ee52a032b
    Merge pull request #1334 from dicej/update-rust-version itowlson 2023-03-31 11:03:38 +1300
  • e63a380b57
    Updates in README.md Melissa Klein 2023-03-28 16:21:45 -0400
  • bb4cd92227
    Fixed Error in README.md Melissa Klein 2023-03-28 16:13:26 -0400
  • 883497ae9c
    Updating Language Guide in README.md Melissa Klein 2023-03-28 16:09:07 -0400
  • 30b000793a
    Updating README.md Melissa Klein 2023-03-24 14:19:35 -0400
  • a217f84056
    Merge pull request #1332 from fibonacci1729/share-wagi Brian 2023-03-29 16:21:57 -0400
  • cb041881e1
    update Cargo.toml `rust-version` to 1.67 Joel Dice 2023-03-29 07:52:24 -0600