-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* allow extractors from body * speed test * Merge remote-tracking branch 'origin/master' into regex-body * dynamic meta * refactor metadata support * build * more tests * check empty output * add env var * fix segfault in test * add changelog * dynamic meta before headers * updates * add missing header; compile fix test * allow list bodies * test for regex in the ctor * remove * Merge remote-tracking branch 'origin/master' into regex-body * test that right fields are set in metadata * fix compile
- Loading branch information
1 parent
da3f8af
commit 3bf7d19
Showing
9 changed files
with
528 additions
and
129 deletions.
There are no files selected for viewing
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
changelog: | ||
- type: NEW_FEATURE | ||
issueLink: https://github.com/solo-io/envoy-gloo/issues/37 | ||
description: Add body() function to template, allow using templates wit dynamic metadata, add env() function to template |
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
Oops, something went wrong.