-
Notifications
You must be signed in to change notification settings - Fork 18
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
add MAINTAINERS.md file #255
Closed
Closed
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Signed-off-by: karthik Ganeshram <[email protected]>
Now that bytecodealliance/javy#150 has been merged, we can use the upstream repo again, and no longer need to explicitly disable case conversion, since `quickjs-wasm-rs` no longer does case conversion at all. Signed-off-by: Joel Dice <[email protected]>
Signed-off-by: Radu Matei <[email protected]>
Signed-off-by: karthik Ganeshram <[email protected]>
fix templates to use liquid filters
Signed-off-by: Rajat Jindal <[email protected]>
fix typo in template content
switch back to upstream Javy
Signed-off-by: karthik Ganeshram <[email protected]>
…ates/spin-js-engine/src/js_sdk/decode-uri-component-0.2.2 Bump decode-uri-component from 0.2.0 to 0.2.2 in /crates/spin-js-engine/src/js_sdk
chore: Update cargo.lock
Signed-off-by: karthik Ganeshram <[email protected]>
Renable redis::del as it works with spin 0.7.0
Signed-off-by: karthik Ganeshram <[email protected]>
fix: redis::del and types
Signed-off-by: karthik Ganeshram <[email protected]>
…emplates Add .gitignore and also exclude_files to templates
Signed-off-by: karthik Ganeshram <[email protected]>
Add redis commands SADD SMEMBERS SREM
Signed-off-by: karthik Ganeshram <[email protected]>
add linux arm64 builds
Signed-off-by: karthik Ganeshram <[email protected]>
bump types to v0.2.0 for new release
Signed-off-by: karthik Ganeshram <[email protected]>
update spin-sdk dependency to v0.2.0
Signed-off-by: karthik Ganeshram <[email protected]>
bump js2wasm to v0.2.0
Signed-off-by: karthik Ganeshram <[email protected]>
Signed-off-by: Thorsten Hans <[email protected]>
Signed-off-by: Thorsten Hans <[email protected]>
Add samples for built-in HTTP router (JS & TS)
Signed-off-by: Vaughn Dice <[email protected]>
Signed-off-by: Vaughn Dice <[email protected]>
Signed-off-by: Vaughn Dice <[email protected]>
Signed-off-by: Vaughn Dice <[email protected]>
Signed-off-by: Vaughn Dice <[email protected]>
Signed-off-by: itowlson <[email protected]>
Signed-off-by: Vaughn Dice <[email protected]>
Signed-off-by: Vaughn Dice <[email protected]>
…t-going-to-take-it-any-more Use `content-type` header in templates
Signed-off-by: Vaughn Dice <[email protected]>
…nifest-v2 chore(*): migrate examples/templates/tests to Spin manifest v2
Signed-off-by: Vaughn Dice <[email protected]>
chore(*): update examples/test-app with allowed_outbound_hosts
Signed-off-by: Caleb Schoepp <[email protected]>
Signed-off-by: Vaughn Dice <[email protected]>
Add spin watch configuration to templates
docs(templates): add minimal build/run docs to template READMEs
Signed-off-by: karthik2804 <[email protected]>
add some initial docs
* windows mkdirp fix Signed-off-by: Ofer Herman <[email protected]> * fix mkdir in examples and test Signed-off-by: Ofer Herman <[email protected]> --------- Signed-off-by: Ofer Herman <[email protected]>
This simply switches from using `rand::thread_rng` to `rand::rngs::OsRng`, directing all RNG requests straight to the host. More efficient options are possible, but I'm keeping things simple for now. Fixes fermyon#215 Signed-off-by: Joel Dice <[email protected]>
…xamples/javascript/simple_ssr/babel/traverse-7.23.2 Bump @babel/traverse from 7.19.3 to 7.23.2 in /examples/javascript/simple_ssr
With this commit, the allowed_outbound_hosts property is set on the component in spin.toml as it is done in templates for Rust and TinyGo. Signed-off-by: Thorsten Hans <[email protected]>
…erience Add `allowed_outbound_hosts` to Templates
+ Part of Spin governance follow up tasks: https://github.com/fermyon/spin/blob/main/GOVERNANCE.md?plain=1#L34 Signed-off-by: Michelle Dhanani <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
@radu-matei @ThorstenHans @vdice @dicej @karthik2804 - please let me know if I've forgotten anyone or if you'd like to not be on this list for any reason.