Skip to content
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(kuma-cp) add simple HTTP connection configurers #2593

Merged
merged 1 commit into from
Aug 18, 2021
Merged

feat(kuma-cp) add simple HTTP connection configurers #2593

merged 1 commit into from
Aug 18, 2021

Conversation

jpeach
Copy link
Contributor

@jpeach jpeach commented Aug 18, 2021

Summary

Add a few HTTP connection manager configurers that are helpful
for gateway use cases.

Full changelog

N/A

Issues resolved

N/A

Documentation

N/A

Testing

  • Unit tests
  • E2E tests
  • Manual testing on Universal
  • Manual testing on Kubernetes

Backwards compatibility

  • Add backport-to-stable label if the code is backwards compatible. Otherwise, list breaking changes.

@jpeach jpeach requested a review from a team as a code owner August 18, 2021 05:14
Add a few HTTP connection manager configurers that are helpful
for gateway use cases.

Signed-off-by: James Peach <james.peach@konghq.com>
@codecov-commenter
Copy link

Codecov Report

Merging #2593 (a717577) into master (a931218) will increase coverage by 0.08%.
The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #2593      +/-   ##
==========================================
+ Coverage   52.16%   52.25%   +0.08%     
==========================================
  Files         869      869              
  Lines       48568    48585      +17     
==========================================
+ Hits        25337    25388      +51     
+ Misses      21185    21150      -35     
- Partials     2046     2047       +1     
Impacted Files Coverage Δ
pkg/xds/envoy/listeners/configurers.go 96.93% <100.00%> (+0.29%) ⬆️
api/observability/v1/mads.pb.go 35.56% <0.00%> (+1.03%) ⬆️
pkg/dns/vips_allocator.go 75.63% <0.00%> (+1.68%) ⬆️
pkg/insights/resyncer.go 65.81% <0.00%> (+1.70%) ⬆️
pkg/mads/v1/client/client.go 43.75% <0.00%> (+2.50%) ⬆️
pkg/core/resources/manager/cache.go 84.41% <0.00%> (+2.59%) ⬆️
pkg/plugins/resources/memory/store.go 82.06% <0.00%> (+4.34%) ⬆️
pkg/core/bootstrap/autoconfig.go 54.46% <0.00%> (+8.03%) ⬆️
pkg/core/resources/store/customizable_store.go 88.88% <0.00%> (+11.11%) ⬆️
pkg/insights/components.go 100.00% <0.00%> (+30.00%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update a931218...a717577. Read the comment docs.

@jpeach jpeach merged commit a0c9132 into kumahq:master Aug 18, 2021
@jpeach jpeach deleted the feat/more-http-configurers branch August 18, 2021 22:43
mergify bot pushed a commit that referenced this pull request Aug 18, 2021
Add a few HTTP connection manager configurers that are helpful
for gateway use cases.

Signed-off-by: James Peach <james.peach@konghq.com>
(cherry picked from commit a0c9132)
bartsmykla pushed a commit that referenced this pull request Aug 19, 2021
Add a few HTTP connection manager configurers that are helpful
for gateway use cases.

Signed-off-by: James Peach <james.peach@konghq.com>
(cherry picked from commit a0c9132)
jpeach added a commit that referenced this pull request Aug 19, 2021
Add a few HTTP connection manager configurers that are helpful
for gateway use cases.

Signed-off-by: James Peach <james.peach@konghq.com>
(cherry picked from commit a0c9132)

Co-authored-by: James Peach <james.peach@konghq.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants