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

chore(gui-client): Bubble up connlib panics as error dialogs in the GUI #5098

Merged
merged 44 commits into from
May 28, 2024

Conversation

ReactorScram
Copy link
Collaborator

@ReactorScram ReactorScram commented May 22, 2024

Closes #5046

image

@ReactorScram ReactorScram self-assigned this May 22, 2024
Copy link

vercel bot commented May 22, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
firezone ⬜️ Ignored (Inspect) Visit Preview May 28, 2024 3:59pm

@github-actions github-actions bot added the kind/chore Issues related to repository cleanup or maintenance label May 22, 2024
@ReactorScram ReactorScram changed the base branch from main to refactor/dedupe-ipc-clients May 22, 2024 21:38
Copy link

github-actions bot commented May 22, 2024

Terraform Cloud Plan Output

Plan: 15 to add, 15 to change, 15 to destroy.

Terraform Cloud Plan

Copy link

github-actions bot commented May 22, 2024

Performance Test Results

TCP

Test Name Received/s Sent/s Retransmits
direct-tcp-client2server 236.2 MiB (-2%) 238.7 MiB (-2%) 413 (+92%)
direct-tcp-server2client 240.8 MiB (-2%) 242.6 MiB (-2%) 50 (-90%)
relayed-tcp-client2server 224.1 MiB (-1%) 225.1 MiB (-1%) 335 (+57%)
relayed-tcp-server2client 235.7 MiB (-0%) 236.3 MiB (-0%) 316 (-21%)

UDP

Test Name Total/s Jitter Lost
direct-udp-client2server 500.0 MiB (-0%) 0.43ms (+649%) 46.33% (+5%)
direct-udp-server2client 500.0 MiB (-0%) 0.02ms (+68%) 20.70% (-12%)
relayed-udp-client2server 500.0 MiB (+0%) 0.03ms (-43%) 56.28% (+0%)
relayed-udp-server2client 500.0 MiB (+0%) 0.03ms (-52%) 37.48% (-13%)

@ReactorScram ReactorScram marked this pull request as ready for review May 22, 2024 22:03
Copy link
Member

@jamilbk jamilbk left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

Base automatically changed from refactor/dedupe-ipc-clients to main May 28, 2024 15:24
@ReactorScram ReactorScram added this pull request to the merge queue May 28, 2024
Merged via the queue into main with commit 6408131 May 28, 2024
135 checks passed
@ReactorScram ReactorScram deleted the chore/5046-bubble-errors branch May 28, 2024 16:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/chore Issues related to repository cleanup or maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

chore(gui-client): Bubble panics from connlib in the IPC service to error dialogs in the GUI
2 participants