-
Notifications
You must be signed in to change notification settings - Fork 112
Move examples into separate folders. #146
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
Merged
Merged
Changes from all commits
Commits
Show all changes
49 commits
Select commit
Hold shift + click to select a range
abf9d5f
chore: move hello_world into folder
Swaagie 9ff5fd0
doc: typo
Swaagie 38a7cda
chore: add license
Swaagie 1a9e9e7
chore: fix build target
Swaagie ccea196
doc: add prereq requirements
Swaagie 9440cb2
doc: update subtitle from @PiotrSikora comment
Swaagie 9791581
feat: move hello_world example to self contained package
Swaagie fa88fba
fix: remove ignore rustsec vuln
Swaagie db1f15e
dist: regen lockfile
Swaagie 349b47b
fix: remove hello_world from bazel BUILD file
Swaagie 0d4a60d
fix: remove hello_world as example definition from main Cargo.toml
Swaagie bbb7d25
dist: rebuild using latest raze
Swaagie 76e76f2
chore: migrate http_auth_random
Swaagie 00b997b
fix: remove wee_alloc from hello_world
Swaagie 5d9476e
fix: move http_auth_random
Swaagie c09978c
fix: move http_body
Swaagie ab9efc3
chore: move http_config example
Swaagie d6cd9d5
chore: migrate http_headers
Swaagie cfd8ed9
fix: build paths
Swaagie 674d607
chore: build examples as part of CICD
Swaagie 711e65e
fix: GHA example steps
Swaagie d67eed7
fix: GHA
Swaagie 23f9bfe
fix: GHA
Swaagie 85b2c32
fix: GHA valid expression
Swaagie 014dcd6
fix: check wasi32 only
Swaagie d4fa611
fix: add toolchains
Swaagie f44b7f5
chore: validate Envoy config for each example
Swaagie 32aef61
doc: update example run snippets
Swaagie 3defdba
fix: Envoy validation step
Swaagie 9029904
fix: build dev filters for examples
Swaagie eac15dc
Merge remote-tracking branch 'origin/master' into Swaagie/examples
PiotrSikora 23ca38e
review: fix links.
PiotrSikora 202eb0e
review: update year in new files.
PiotrSikora 4259af0
review: update Envoy to v1.24.
PiotrSikora 7c7b9eb
review: style.
PiotrSikora 98d076c
review: style in GitHub Actions.
PiotrSikora 1c21df6
review: add release profile to examples.
PiotrSikora 374933c
review: rewrite reactor tests.
PiotrSikora b7f4627
review: fixup reactor tests.
PiotrSikora affc98e
review: fixup reactor tests (take 2).
PiotrSikora 8ad1c19
review: move docker-compose.yaml to each example.
PiotrSikora 4b0124b
review: run hello_world as Envoy's bootstrap extension.
PiotrSikora 8c4f086
review: format using yamlfmt.
PiotrSikora 1c1767b
review: drop root_id and vm_id from examples.
PiotrSikora 0876d6d
review: add newlines to the generated responses.
PiotrSikora 3269ffe
review: use reasonable connect_timeout.
PiotrSikora d6eb483
review: add README files.
PiotrSikora af9fe67
review: revert some text in the main README.
PiotrSikora 34c3c75
review: authentication -> auth.
PiotrSikora File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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
This file contains hidden or 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
/bazel-* | ||
/target | ||
/Cargo.lock | ||
target | ||
Cargo.lock |
This file contains hidden or 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
This file contains hidden or 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
This file contains hidden or 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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.