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: add protocol and address filtering to delegated routing api #678

Merged
merged 10 commits into from
Oct 1, 2024

Do not panic on type assertion of nil. The panic is ignored and only …

aba566c
Select commit
Loading
Failed to load commit list.
Merged

feat: add protocol and address filtering to delegated routing api #678

Do not panic on type assertion of nil. The panic is ignored and only …
aba566c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Oct 1, 2024 in 1s

66.66% of diff hit (target 60.36%)

View this Pull Request on Codecov

66.66% of diff hit (target 60.36%)

Annotations

Check warning on line 100 in routing/http/client/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/client/client.go#L96-L100

Added lines #L96 - L100 were not covered by tests

Check warning on line 122 in routing/http/client/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/client/client.go#L117-L122

Added lines #L117 - L122 were not covered by tests

Check warning on line 229 in routing/http/client/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/client/client.go#L228-L229

Added lines #L228 - L229 were not covered by tests

Check warning on line 410 in routing/http/client/client.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/client/client.go#L409-L410

Added lines #L409 - L410 were not covered by tests

Check warning on line 30 in routing/http/filters/filters.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/filters/filters.go#L29-L30

Added lines #L29 - L30 were not covered by tests

Check warning on line 108 in routing/http/filters/filters.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/filters/filters.go#L107-L108

Added lines #L107 - L108 were not covered by tests

Check warning on line 120 in routing/http/filters/filters.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

routing/http/filters/filters.go#L119-L120

Added lines #L119 - L120 were not covered by tests