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/linux): fix group name, firezone should be firezone-client #4889

Merged
merged 5 commits into from
May 6, 2024

Conversation

ReactorScram
Copy link
Collaborator

@ReactorScram ReactorScram commented May 3, 2024

Also improved the manual testing checklist a little

@ReactorScram ReactorScram added kind/chore Issues related to repository cleanup or maintenance area/tauri_client The Windows and Linux Tauri GUI clients labels May 3, 2024
@ReactorScram ReactorScram added this to the 05/24 milestone May 3, 2024
@ReactorScram ReactorScram self-assigned this May 3, 2024
Copy link

vercel bot commented May 3, 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 3, 2024 10:28pm

Copy link

github-actions bot commented May 3, 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 3, 2024

Performance Test Results

TCP

Test Name Received/s Sent/s Retransmits
direct-tcp-client2server 241.7 MiB (+1%) 243.3 MiB (+1%) 365 (+29%)
direct-tcp-server2client 239.3 MiB (-3%) 240.3 MiB (-4%) 501 (+88%)
relayed-tcp-client2server 226.1 MiB (+2%) 227.2 MiB (+2%) 214 (-20%)
relayed-tcp-server2client 236.1 MiB (-1%) 236.7 MiB (-1%) 375 (-29%)

UDP

Test Name Total/s Jitter Lost
direct-udp-client2server 500.0 MiB (+0%) 0.03ms (-48%) 40.07% (-4%)
direct-udp-server2client 500.0 MiB (-0%) 0.01ms (-25%) 21.25% (-6%)
relayed-udp-client2server 500.0 MiB (+0%) 0.05ms (+47%) 57.19% (+2%)
relayed-udp-server2client 500.0 MiB (+0%) 0.02ms (-16%) 39.92% (-10%)

@ReactorScram ReactorScram requested a review from jamilbk May 3, 2024 22:02
@ReactorScram ReactorScram marked this pull request as ready for review May 3, 2024 22:02
1. Check the IP again
1. Export the logs
1. Expect `zipinfo` to show
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Oops, forgot to finish this part. I'll get it before it merges

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

@ReactorScram ReactorScram added this pull request to the merge queue May 6, 2024
Merged via the queue into main with commit cdebfa6 May 6, 2024
135 checks passed
@ReactorScram ReactorScram deleted the chore/doc-manual-testing branch May 6, 2024 14:28
github-merge-queue bot pushed a commit that referenced this pull request May 7, 2024
```[tasklist]
### Before merging
- [x] (FAILED) Test CI deb on Ubuntu 24.04 #4883
- [x] Wait for everything else to merge: #3884
- [x] Fix #4889
- [x] Fix #4890
- [x] Test on Ubuntu 20.04 (683bddc passed)
- [x] Test on Ubuntu 22.04 (683bddc passed)
- [x] diff between main and 683bddc to make sure nothing in the code changed
- [ ] Someone other than me should give it a once-over. `intended_behavior.md` has the manual smoke test I've been doing on it. Install script is <https://github.com/firezone/firezone/blob/a943a9dba1797317327563bb2de48e22f239175a/scripts/firezone-client-gui-install.sh> Deb package from CI is <https://github.com/firezone/firezone/actions/runs/8972824465/artifacts/1477261361> 
```
.context("can't get group by name")?
.context("firezone group must exist on the system")?;
.context("`{FIREZONE_GROUP}` group must exist on the system")?;
Copy link
Member

Choose a reason for hiding this comment

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

@ReactorScram This string interpolation does not work, you need format! for that :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/tauri_client The Windows and Linux Tauri GUI clients kind/chore Issues related to repository cleanup or maintenance
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants