-
Notifications
You must be signed in to change notification settings - Fork 3
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
feat: add wasm filter-chain entity support #72
Merged
Merged
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
flrgh
force-pushed
the
feat/filter-chains
branch
4 times, most recently
from
April 2, 2024 20:02
237b1ac
to
ce68f6d
Compare
flrgh
force-pushed
the
feat/filter-chains
branch
5 times, most recently
from
April 4, 2024 21:21
bb91ea4
to
96a88f6
Compare
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #72 +/- ##
==========================================
+ Coverage 40.89% 41.01% +0.11%
==========================================
Files 73 74 +1
Lines 10202 10736 +534
==========================================
+ Hits 4172 4403 +231
- Misses 5612 5875 +263
- Partials 418 458 +40 ☔ View full report in Codecov by Sentry. |
flrgh
force-pushed
the
feat/filter-chains
branch
3 times, most recently
from
April 8, 2024 21:39
4ffc7af
to
774ae9a
Compare
flrgh
changed the title
[WIP] feat: add wasm filter-chain entity support
feat: add wasm filter-chain entity support
Apr 8, 2024
flrgh
force-pushed
the
feat/filter-chains
branch
4 times, most recently
from
April 9, 2024 17:31
865b999
to
3afd425
Compare
flrgh
force-pushed
the
feat/filter-chains
branch
from
April 19, 2024 22:22
3fe53aa
to
dd2495e
Compare
flrgh
force-pushed
the
feat/filter-chains
branch
7 times, most recently
from
May 8, 2024 21:12
a2cd404
to
593ebaa
Compare
flrgh
force-pushed
the
feat/filter-chains
branch
4 times, most recently
from
May 13, 2024 16:05
5417c37
to
23c366a
Compare
rainest
approved these changes
May 13, 2024
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.
Note: requires Kong/go-kong#362
Summary
This adds support for the filter chain entity, added to Kong in 3.4.
Full changelog
Issues resolved
KAG-4005
KOKO-1275
Testing