Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion examples/http-cpp/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "A simple application that returns hello."
name = "spin-hello-world"
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/http-rust/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "A simple application that returns hello."
name = "spin-hello-world"
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/open-ai-rust/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "open-ai-rust"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "Example showing using openAI with Spin"
version = "0.1.0"
rust-version = "1.78"
Expand Down
2 changes: 1 addition & 1 deletion examples/open-ai-rust/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ spin_manifest_version = 2
[application]
name = "open-ai-rust"
version = "0.1.0"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "Example showing using openAI with Spin"

[[trigger.http]]
Expand Down
2 changes: 1 addition & 1 deletion examples/spin-timer/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
name = "trigger-timer"
version = "0.1.0"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
edition = "2021"

[dependencies]
Expand Down
2 changes: 1 addition & 1 deletion examples/spin-timer/app-example/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "timer-app-example"
authors = ["itowlson <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = ""
version = "0.1.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion examples/spin-timer/app-example/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["itowlson <[email protected]>"]
authors = ["Spin Framework Contributors"]
name = "goodbye"
version = "0.1.0"

Expand Down
2 changes: 1 addition & 1 deletion examples/spin-wagi-http/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "A hello world application that serves content from a C++ program and a Rust program"
name = "spin-wagi-hello"
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion examples/vault-variable-test/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "vault-variable-test"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "Vault Application Variable Provider Example"
version = "0.2.0"
edition = "2021"
Expand Down
2 changes: 1 addition & 1 deletion examples/vault-variable-test/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ spin_manifest_version = 2
[application]
name = "vault-variable-test"
version = "0.1.0"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "Vault Application Variable Provider Example"

[[trigger.http]]
Expand Down
2 changes: 1 addition & 1 deletion examples/wagi-http-rust/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "An application that returns the arguments the program started with, the environment variables set, and current time"
name = "wagi-hello-world"
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/assets-test/spin.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spin_version = "1"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
name = "assets-test"
trigger = { type = "http" }
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/dynamic-env-test/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_version = "1"
name = "headers-dynamic-env-test"
version = "1.0.0"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "A simple application that returns hello and goodbye."
trigger = { type = "http" }

Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/error/spin.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
spin_version = "1"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
name = "error"
trigger = { type = "http" }
2 changes: 1 addition & 1 deletion tests/testcases/http-routing/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spin_manifest_version = 2

[application]
name = "http-routing"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
version = "0.1.0"

[[trigger.http]]
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/http-smoke-test/spin.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spin_version = "1"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "A simple application that returns hello and goodbye."
name = "head-rust-sdk-http"
trigger = { type = "http" }
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/key-value/spin.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spin_version = "1"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "A simple application that exercises key/value storage."
name = "key-value"
trigger = { type = "http" }
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/legacy-apps-test/spin.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spin_version = "1"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "A legacy test for verifying backward compatible runtime"
name = "legacy-test"
trigger = { type = "http" }
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/multi-trigger/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "A simple redis application that exercises the Rust SDK in the current branch"
name = "multi-trigger"
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/nested-build/spin.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spin_version = "1"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
name = "spin-build-nested"
trigger = {type = "http"}
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/otel-smoke-test/spin.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spin_version = "1"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "A simple application that returns hello and goodbye."
name = "head-rust-sdk-http"
trigger = { type = "http" }
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/outbound-http-to-same-app/spin.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spin_version = "1"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "An application that demonstates a component making an outbound http request to another component in the same application."
name = "local-outbound-http"
trigger = { type = "http" }
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/redis-smoke-test/spin.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spin_version = "1"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "A simple redis application that exercises the Rust SDK in the current branch"
name = "head-rust-sdk-redis"
trigger = { type = "redis", address = "redis://localhost:%{port=6379}" }
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/simple-build/spin.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spin_version = "1"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
name = "spin-build-simple"
trigger = {type = "http"}
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/simple-test/spin.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spin_version = "1"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "A simple application that returns hello and goodbye."
name = "spin-hello-world"
trigger = { type = "http" }
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/spin-inbound-http/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "Test using the spin inbound-http interface."
name = "spin-inbound-http"
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/static-response/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spin_manifest_version = 2

[application]
name = "static-response"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
version = "0.1.0"

[[trigger.http]]
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/unsupported-import-unused/spin.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ spin_manifest_version = 2

[application]
name = "unused-unloadable-components"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
version = "0.1.0"

[[trigger.http]]
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/vault-variables-test/spin.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
spin_version = "1"
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "A simple application that returns query values from variable providers"
name = "vault-variables-test"
trigger = { type = "http" }
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/wagi-http/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "Test using WAGI HTTP."
name = "wagi-http"
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/wasi-http-0.2.0-rc-2023-11-10/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "Test using wasi:http/[email protected]."
name = "wasi-http"
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/wasi-http-0.2.0/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "Test using wasi:http/[email protected]."
name = "wasi-http"
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/wasi-http-outbound-post/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "Demonstrates outbound HTTP calls"
name = "spin-outbound-post"
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/wasi-http-p2-streaming/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "An application that makes concurrent outbound HTTP requests."
name = "spin-wasi-http-async"
version = "1.0.0"
Expand Down
2 changes: 1 addition & 1 deletion tests/testcases/wasi-http-p3-streaming/spin.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
spin_manifest_version = 2

[application]
authors = ["Fermyon Engineering <[email protected]>"]
authors = ["Spin Framework Contributors"]
description = "An application that makes concurrent outbound HTTP requests."
name = "spin-wasi-http-async"
version = "1.0.0"
Expand Down