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: auto-tls for websockets #2800

Merged
merged 12 commits into from
Nov 27, 2024

chore: add metrics

3ede04a
Select commit
Loading
Failed to load commit list.
Merged

feat: auto-tls for websockets #2800

chore: add metrics
3ede04a
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Nov 26, 2024 in 1s

86.11% of diff hit (target 92.05%)

View this Pull Request on Codecov

86.11% of diff hit (target 92.05%)

Annotations

Check warning on line 80 in packages/transport-websockets/src/listener.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-websockets/src/listener.ts#L78-L80

Added lines #L78 - L80 were not covered by tests

Check warning on line 85 in packages/transport-websockets/src/listener.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-websockets/src/listener.ts#L82-L85

Added lines #L82 - L85 were not covered by tests

Check warning on line 109 in packages/transport-websockets/src/listener.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-websockets/src/listener.ts#L108-L109

Added lines #L108 - L109 were not covered by tests

Check warning on line 140 in packages/transport-websockets/src/listener.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-websockets/src/listener.ts#L137-L140

Added lines #L137 - L140 were not covered by tests

Check warning on line 153 in packages/transport-websockets/src/listener.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-websockets/src/listener.ts#L151-L153

Added lines #L151 - L153 were not covered by tests

Check warning on line 157 in packages/transport-websockets/src/listener.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-websockets/src/listener.ts#L157

Added line #L157 was not covered by tests

Check warning on line 161 in packages/transport-websockets/src/listener.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-websockets/src/listener.ts#L161

Added line #L161 was not covered by tests

Check warning on line 179 in packages/transport-websockets/src/listener.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-websockets/src/listener.ts#L178-L179

Added lines #L178 - L179 were not covered by tests

Check warning on line 183 in packages/transport-websockets/src/listener.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-websockets/src/listener.ts#L182-L183

Added lines #L182 - L183 were not covered by tests

Check warning on line 189 in packages/transport-websockets/src/listener.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-websockets/src/listener.ts#L185-L189

Added lines #L185 - L189 were not covered by tests

Check warning on line 211 in packages/transport-websockets/src/listener.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-websockets/src/listener.ts#L209-L211

Added lines #L209 - L211 were not covered by tests

Check warning on line 230 in packages/transport-websockets/src/listener.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-websockets/src/listener.ts#L223-L230

Added lines #L223 - L230 were not covered by tests

Check warning on line 240 in packages/transport-websockets/src/listener.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-websockets/src/listener.ts#L239-L240

Added lines #L239 - L240 were not covered by tests

Check warning on line 271 in packages/transport-websockets/src/listener.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-websockets/src/listener.ts#L270-L271

Added lines #L270 - L271 were not covered by tests

Check warning on line 290 in packages/transport-websockets/src/listener.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-websockets/src/listener.ts#L288-L290

Added lines #L288 - L290 were not covered by tests

Check warning on line 314 in packages/transport-websockets/src/listener.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-websockets/src/listener.ts#L304-L314

Added lines #L304 - L314 were not covered by tests

Check warning on line 388 in packages/transport-websockets/src/listener.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-websockets/src/listener.ts#L378-L388

Added lines #L378 - L388 were not covered by tests

Check warning on line 419 in packages/transport-websockets/src/listener.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-websockets/src/listener.ts#L417-L419

Added lines #L417 - L419 were not covered by tests

Check warning on line 631 in packages/transport-websockets/test/node.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-websockets/test/node.ts#L630-L631

Added lines #L630 - L631 were not covered by tests

Check warning on line 697 in packages/transport-websockets/test/node.ts

See this annotation in the file changed.

@codecov codecov / codecov/patch

packages/transport-websockets/test/node.ts#L696-L697

Added lines #L696 - L697 were not covered by tests