Add source-native plugin development host #10

Open
mfreeman451 wants to merge 1 commit from feat/local-plugin-dev-host into main
Owner

Summary

  • add a native local host for normal config, HTTP, logging, telemetry, and result SDK calls
  • load public config/action JSON separately from .env and process credentials
  • capture local outputs while preserving the production Wasm ABI and admission boundary

Verification

  • go test ./...
  • go vet ./...
  • TinyGo WASI builds for all four examples
## Summary - add a native local host for normal config, HTTP, logging, telemetry, and result SDK calls - load public config/action JSON separately from .env and process credentials - capture local outputs while preserving the production Wasm ABI and admission boundary ## Verification - go test ./... - go vet ./... - TinyGo WASI builds for all four examples
feat: add source-native plugin development host
All checks were successful
ci / test (push) Successful in 36s
ci / tinygo-build (push) Successful in 2m34s
ci / test (pull_request) Successful in 46s
ci / tinygo-build (pull_request) Successful in 3m7s
bbe4e39f10
All checks were successful
ci / test (push) Successful in 36s
ci / tinygo-build (push) Successful in 2m34s
ci / test (pull_request) Successful in 46s
ci / tinygo-build (pull_request) Successful in 3m7s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin feat/local-plugin-dev-host:feat/local-plugin-dev-host
git switch feat/local-plugin-dev-host

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff feat/local-plugin-dev-host
git switch feat/local-plugin-dev-host
git rebase main
git switch main
git merge --ff-only feat/local-plugin-dev-host
git switch feat/local-plugin-dev-host
git rebase main
git switch main
git merge --no-ff feat/local-plugin-dev-host
git switch main
git merge --squash feat/local-plugin-dev-host
git switch main
git merge --ff-only feat/local-plugin-dev-host
git switch main
git merge feat/local-plugin-dev-host
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
carverauto/serviceradar-sdk-go!10
No description provided.