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

refactor(linux-client): package systemd unit for IPC service #4752

Merged
merged 38 commits into from
Apr 26, 2024

Conversation

ReactorScram
Copy link
Collaborator

@ReactorScram ReactorScram commented Apr 23, 2024

This aligns some of the internal names with #4531, but it shouldn't break the externally-visible things like package names or permalinks.

@ReactorScram ReactorScram self-assigned this Apr 23, 2024
Copy link

vercel bot commented Apr 23, 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 Apr 26, 2024 9:23pm

@github-actions github-actions bot added the kind/refactor Code refactoring label Apr 23, 2024
Copy link

github-actions bot commented Apr 23, 2024

Terraform Cloud Plan Output

Plan: 37 to add, 14 to change, 16 to destroy.

Terraform Cloud Plan

@ReactorScram ReactorScram changed the base branch from main to refactor/move-firezone-id April 23, 2024 15:32
Copy link

github-actions bot commented Apr 23, 2024

Performance Test Results

TCP

Test Name Received/s Sent/s Retransmits
direct-tcp-client2server 244.1 MiB (+1%) 246.0 MiB (+1%) 203 (-45%)
direct-tcp-server2client 245.0 MiB (+2%) 246.5 MiB (+2%) 326 (-19%)
relayed-tcp-client2server 228.3 MiB (-1%) 229.2 MiB (-1%) 267 (-4%)
relayed-tcp-server2client 237.5 MiB (+12%) 238.3 MiB (+12%) 346 (+17%)

UDP

Test Name Total/s Jitter Lost
direct-udp-client2server 50.0 MiB (-0%) 0.19ms (+434%) 0.00% (NaN%)
direct-udp-server2client 50.0 MiB (+0%) 0.01ms (-81%) 0.00% (NaN%)
relayed-udp-client2server 50.0 MiB (+0%) 0.02ms (-47%) 0.00% (NaN%)
relayed-udp-server2client 50.0 MiB (-0%) 0.01ms (-6%) 0.00% (NaN%)

@@ -84,7 +84,7 @@ jobs:
- name: Sign the MSI
if: ${{ runner.os == 'Windows' }}
shell: bash
run: ../../scripts/build/sign.sh ../target/release/bundle/msi/Firezone_${{ env.VERSION }}_x64_en-US.msi
run: ../../scripts/build/sign.sh ../target/release/bundle/msi/firezone-client-gui_${{ env.VERSION }}_x64_en-US.msi
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

This should be fine since the rename script still renames it to $BINARY_DEST_PATH

@ReactorScram ReactorScram marked this pull request as ready for review April 24, 2024 23:19
Base automatically changed from refactor/move-firezone-id to main April 25, 2024 23:20
Copy link
Collaborator

@conectado conectado left a comment

Choose a reason for hiding this comment

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

The rust part looks good, I don't know much about the config side

@ReactorScram ReactorScram added this pull request to the merge queue Apr 26, 2024
Merged via the queue into main with commit b93e887 Apr 26, 2024
134 checks passed
@ReactorScram ReactorScram deleted the refactor/package-systemd-service branch April 26, 2024 23:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/refactor Code refactoring
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants