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: support session persistence in HTTPRouteRule #3841

Merged
merged 20 commits into from
Aug 10, 2024

fix: unique session name per route

c91cfb6
Select commit
Loading
Failed to load commit list.
Merged

feat: support session persistence in HTTPRouteRule #3841

fix: unique session name per route
c91cfb6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Aug 7, 2024 in 0s

58.40% of diff hit (within 5.00% threshold of 60.00%)

View this Pull Request on Codecov

58.40% of diff hit (within 5.00% threshold of 60.00%)

Annotations

Check warning on line 320 in internal/gatewayapi/route.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/gatewayapi/route.go#L319-L320

Added lines #L319 - L320 were not covered by tests

Check warning on line 324 in internal/gatewayapi/route.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/gatewayapi/route.go#L323-L324

Added lines #L323 - L324 were not covered by tests

Check warning on line 332 in internal/gatewayapi/route.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/gatewayapi/route.go#L330-L332

Added lines #L330 - L332 were not covered by tests

Check warning on line 335 in internal/gatewayapi/route.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/gatewayapi/route.go#L335

Added line #L335 was not covered by tests

Check warning on line 341 in internal/gatewayapi/route.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/gatewayapi/route.go#L337-L341

Added lines #L337 - L341 were not covered by tests

Check warning on line 348 in internal/gatewayapi/route.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/gatewayapi/route.go#L343-L348

Added lines #L343 - L348 were not covered by tests

Check warning on line 350 in internal/gatewayapi/route.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/gatewayapi/route.go#L350

Added line #L350 was not covered by tests

Check warning on line 356 in internal/gatewayapi/route.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/gatewayapi/route.go#L352-L356

Added lines #L352 - L356 were not covered by tests

Check warning on line 358 in internal/gatewayapi/route.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/gatewayapi/route.go#L358

Added line #L358 was not covered by tests

Check warning on line 360 in internal/gatewayapi/route.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/gatewayapi/route.go#L360

Added line #L360 was not covered by tests

Check warning on line 47 in internal/xds/translator/session_persistence.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/session_persistence.go#L47

Added line #L47 was not covered by tests

Check warning on line 51 in internal/xds/translator/session_persistence.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/session_persistence.go#L51

Added line #L51 was not covered by tests

Check warning on line 61 in internal/xds/translator/session_persistence.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/session_persistence.go#L61

Added line #L61 was not covered by tests

Check warning on line 85 in internal/xds/translator/session_persistence.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/session_persistence.go#L85

Added line #L85 was not covered by tests

Check warning on line 97 in internal/xds/translator/session_persistence.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/session_persistence.go#L97

Added line #L97 was not covered by tests

Check warning on line 114 in internal/xds/translator/session_persistence.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/session_persistence.go#L114

Added line #L114 was not covered by tests

Check warning on line 126 in internal/xds/translator/session_persistence.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/session_persistence.go#L126

Added line #L126 was not covered by tests

Check warning on line 149 in internal/xds/translator/session_persistence.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/session_persistence.go#L149

Added line #L149 was not covered by tests

Check warning on line 152 in internal/xds/translator/session_persistence.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/session_persistence.go#L152

Added line #L152 was not covered by tests

Check warning on line 159 in internal/xds/translator/session_persistence.go

See this annotation in the file changed.

@codecov codecov / codecov/patch

internal/xds/translator/session_persistence.go#L159

Added line #L159 was not covered by tests