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

Allow passing query between egress filter and filter gateway. #2097

Open
wants to merge 77 commits into
base: main
Choose a base branch
from

Merge branch 'main' into feature/egress-gateway/add-egress-query

2e308e9
Select commit
Loading
Failed to load commit list.
Open

Allow passing query between egress filter and filter gateway. #2097

Merge branch 'main' into feature/egress-gateway/add-egress-query
2e308e9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Oct 2, 2024 in 0s

23.93% (-0.06%) compared to da0ac80

View this Pull Request on Codecov

23.93% (-0.06%) compared to da0ac80

Details

Codecov Report

Attention: Patch coverage is 1.92926% with 610 lines in your changes missing coverage. Please review.

Project coverage is 23.93%. Comparing base (da0ac80) to head (2e308e9).

Files with missing lines Patch % Lines
pkg/gateway/filter/handler/grpc/handler.go 0.00% 463 Missing ⚠️
example/server/egress-filter/main.go 0.00% 53 Missing ⚠️
example/server/ingress-filter/main.go 0.00% 35 Missing ⚠️
pkg/tools/benchmark/job/service/object.go 0.00% 19 Missing ⚠️
internal/client/v1/client/filter/egress/client.go 0.00% 14 Missing ⚠️
internal/config/benchmark.go 0.00% 14 Missing ⚠️
pkg/gateway/filter/handler/grpc/option.go 0.00% 8 Missing ⚠️
pkg/gateway/filter/usecase/vald.go 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2097      +/-   ##
==========================================
- Coverage   23.99%   23.93%   -0.06%     
==========================================
  Files         539      541       +2     
  Lines       47179    47329     +150     
==========================================
+ Hits        11319    11330      +11     
- Misses      35090    35229     +139     
  Partials      770      770              

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.