Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
102 commits
Select commit Hold shift + click to select a range
aca4163
migrate to new ipc.Client api, first-pass
garmr-ulfr Mar 24, 2026
828bd23
pullin a couple fixes, update linux vpn status poller
garmr-ulfr Mar 25, 2026
b978153
start ipc server ios/macos
garmr-ulfr Mar 25, 2026
f019c69
update radiance, fix linux daemon build
garmr-ulfr Mar 25, 2026
7a0cce8
start ipc server windows service
garmr-ulfr Mar 25, 2026
eb24410
fix datacap stream
garmr-ulfr Mar 25, 2026
489941d
decode user response data to json
garmr-ulfr Mar 26, 2026
37f7c17
Merge branch 'main' into garmr/radiance-daemon-refactor
garmr-ulfr Mar 26, 2026
745cb4c
gofmt
garmr-ulfr Mar 26, 2026
301fdfd
update ipc request path check for linux smoke test
garmr-ulfr Mar 26, 2026
9bcb13e
Fixed issue with user apis
jigar-f Apr 2, 2026
73d3f6e
Merge branch 'main' into garmr/radiance-daemon-refactor
garmr-ulfr Apr 3, 2026
2f6c135
redo linux packaging changes undone by merge
garmr-ulfr Apr 3, 2026
17c8984
move RunOffCgoStack from radiance to here, small cleanup
garmr-ulfr Apr 3, 2026
a0e73de
fetch radiance-owned settings on demand instead of caching locally
garmr-ulfr Apr 4, 2026
8c50596
add missing smart-routing, ad-block, oauth calls
garmr-ulfr Apr 4, 2026
b957460
Merge remote-tracking branch 'origin/main' into garmr/radiance-daemon…
garmr-ulfr Apr 6, 2026
5068d41
clean up
garmr-ulfr Apr 6, 2026
dcb9c7a
fix ref async issue for IPC calls
garmr-ulfr Apr 6, 2026
d3646b0
gofmt
garmr-ulfr Apr 6, 2026
2a0be81
fix test, linux package verification
garmr-ulfr Apr 7, 2026
8a9ef3e
update radiance, remove server groups
garmr-ulfr Apr 7, 2026
03296f9
fix: return added server tags from AddServersByURL
garmr-ulfr Apr 7, 2026
bd89bea
wrap ffi calls in runOnGoStack, update win service
garmr-ulfr Apr 8, 2026
61cebb1
add explicit not linux build tag
garmr-ulfr Apr 8, 2026
4e69a93
update radiance
garmr-ulfr Apr 8, 2026
76a66de
use RADIANCE_REPO in lanternd src
garmr-ulfr Apr 8, 2026
062feb4
flatten server model to match radiance, fix tests
garmr-ulfr Apr 8, 2026
6d238fe
use loopback ipc client for mobile
garmr-ulfr Apr 8, 2026
823c297
update radiance, log service install error in smoke test
garmr-ulfr Apr 8, 2026
1459e9d
retrieve selected server from radiance instead of cacheing
garmr-ulfr Apr 9, 2026
e0592a9
stop lantern before unintall, revert accidental service name change
garmr-ulfr Apr 9, 2026
c0f2460
remove allow override
garmr-ulfr Apr 9, 2026
789cf32
fix name reference and misplaced stop call
garmr-ulfr Apr 9, 2026
71b1c47
Merge branch 'main' into garmr/radiance-daemon-refactor
garmr-ulfr Apr 10, 2026
e80ec8c
fix several issues
garmr-ulfr Apr 10, 2026
07a1242
code review
garmr-ulfr Apr 10, 2026
0e81345
fix toggles not registering and fetching plans
garmr-ulfr Apr 10, 2026
1822f34
always refetch server list when view opens
garmr-ulfr Apr 11, 2026
d19ce35
fix crash in server select screen
garmr-ulfr Apr 13, 2026
7a84586
fix split tunnel website view not loading websites
garmr-ulfr Apr 13, 2026
78baaab
sync vpn status from system on launch
garmr-ulfr Apr 13, 2026
a21a218
fix stale onboarding marker persisting reinstall
garmr-ulfr Apr 13, 2026
7ff1edd
Revert "fix stale onboarding marker persisting reinstall"
garmr-ulfr Apr 14, 2026
0ccd45b
fix vpn prompt displaying when quiting
garmr-ulfr Apr 14, 2026
c5d9c12
Macos system extension updates #2 (#8637)
jigar-f Apr 10, 2026
07518cd
Filter system apps from Windows split tunneling (#8641)
atavism Apr 10, 2026
cc2f744
fix: upload and notify for nightlies even when some platforms fail (#…
myleshorton Apr 13, 2026
c9afeff
feat: add arch to releases (#8652)
reflog Apr 13, 2026
3363105
fix issues from 3173
garmr-ulfr Apr 14, 2026
3d44f7a
Refactor and fixed multiple bugs
jigar-f Apr 15, 2026
eba085b
cache selected server location locally to avoid UI flash
garmr-ulfr Apr 15, 2026
bc291d7
Fix tunnel issue in android
jigar-f Apr 16, 2026
8d16578
App event issue and auto server location fixes
jigar-f Apr 16, 2026
2350ea1
added logs
jigar-f Apr 16, 2026
19f2fa8
mobile: return string instead of []byte + update Swift callers (#8663)
myleshorton Apr 16, 2026
4d4e06d
encapsulate ipc.Client behind LanternCore interface
garmr-ulfr Apr 16, 2026
a4f7e0a
ios/macos: drop invalid optional-chaining on non-optional String (#8671)
myleshorton Apr 16, 2026
8bfecc3
add android-test + android-reproduce for emulator testing and ticket …
myleshorton Apr 17, 2026
fb920ea
Fix private server navigation issue
jigar-f Apr 17, 2026
8d04c0f
deps: bump sing-box-minimal to v1.12.21-lantern on refactor (#8679)
myleshorton Apr 17, 2026
4547209
Add IPC starter in android
jigar-f Apr 21, 2026
f947060
macos, ios and android cleanup
jigar-f Apr 21, 2026
0688da6
lantern-core: wire config events through IPC (#8673)
myleshorton Apr 21, 2026
c4a9227
windows ffi cleanup
jigar-f Apr 21, 2026
2aa9a6b
Update bindings
jigar-f Apr 21, 2026
f071ac8
point to radiance refactor branch
garmr-ulfr Apr 21, 2026
1fe682d
feat(dev-mode): hidden 5-tap unlock on support view + expanded dev sc…
garmr-ulfr Apr 21, 2026
1e742e1
bump radiance - limit config fetch to 1 at a time
garmr-ulfr Apr 21, 2026
c2ef068
feat(dev-mode): show spinner on in-flight action tiles
garmr-ulfr Apr 22, 2026
2c32d9e
Developer mode refactor
jigar-f Apr 22, 2026
40a4d60
Sync garmr/radiance-daemon-refactor with origin/main (#8684)
atavism Apr 22, 2026
e738fff
Merge remote-tracking branch 'origin/main' into garmr/radiance-daemon…
atavism Apr 22, 2026
5231144
code review updates
atavism Apr 22, 2026
0d98325
bump radiance
garmr-ulfr Apr 22, 2026
acc7df3
bump go to v1.26.2
garmr-ulfr Apr 22, 2026
586e306
bump radiance - fix event streams on mobile
garmr-ulfr Apr 23, 2026
d2e6d0e
fix sign up issue to point new radiance.
jigar-f Apr 23, 2026
f41a809
split tunneling: treat FFI "ok" response as success, not error (#8691)
myleshorton Apr 23, 2026
f70c1fa
split tunneling: use design-system error snackbar on add (#8692)
myleshorton Apr 23, 2026
5078d23
fix(vpn): use SelectServer when switching servers on a live tunnel
garmr-ulfr Apr 23, 2026
0540dc9
android: detach connect() scope so withTimeout actually unblocks the …
myleshorton Apr 23, 2026
65eb9f3
Show the fastest location on smart location.
jigar-f Apr 23, 2026
a7aa1c1
android: make restartService block until restart completes (#8697)
myleshorton Apr 23, 2026
b725aca
fix(vpn): don't cancel tunnel when restart's start phase fails
garmr-ulfr Apr 23, 2026
3b04b85
Fix copilot issue (#8696) (#8698)
myleshorton Apr 23, 2026
07ecc1f
main: don't block first paint on Updater.init() (#8699)
myleshorton Apr 23, 2026
4077283
feat(logs): stream diagnostic logs via ipc TailLogs on desktop
garmr-ulfr Apr 23, 2026
b59f7aa
deps: bump radiance to refactor tip (9703bcf) (#8700)
myleshorton Apr 23, 2026
2895072
fix server auto issue
jigar-f Apr 24, 2026
443eb44
More fix to server selection.
jigar-f Apr 24, 2026
697b749
server selection changes for IOS/Macos
jigar-f Apr 24, 2026
4054689
Use select sever if vpn is active.
jigar-f Apr 24, 2026
72a6c62
bump radiance - pull in empty tag fix
garmr-ulfr Apr 24, 2026
4777765
lantern-core: dispatch ConnectVPN/StartVPN to SelectServer on live tu…
myleshorton Apr 24, 2026
6de3c9a
lantern-core: drop client-side empty-tag normalization (radiance fac9…
myleshorton Apr 24, 2026
3696301
bump radiance to refactor tip (d5a1872) — pull in LocalBackend.Select…
myleshorton Apr 24, 2026
41a24b7
Garmr/refactor mobile logstream (#8701)
garmr-ulfr Apr 27, 2026
a5b0bca
ffi + lantern-core: drop non-Linux preflight; bound IPC calls with pe…
myleshorton Apr 27, 2026
a6c1a68
bump radiance
garmr-ulfr Apr 28, 2026
c3e448d
lantern-core: fix empty Windows split-tunnel apps list + UI-process l…
myleshorton Apr 28, 2026
e326eab
qa: plumb RADIANCE_OUTBOUND_SOCKS_ADDRESS into the Android client
Apr 27, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 8 additions & 6 deletions .github/scripts/linux_config_url_smoke.sh
100644 → 100755
Original file line number Diff line number Diff line change
Expand Up @@ -2,23 +2,25 @@
set -euo pipefail

if [[ -z "${JOIN_SERVER_CONFIG_URLS:-}" ]]; then
echo "Skipping Linux config URL smoke test (JOIN_SERVER_CONFIG_URLS is not set)."
exit 0
echo "Skipping Linux config URL smoke test (JOIN_SERVER_CONFIG_URLS is not set)."
exit 0
fi

config_urls_file="$(mktemp)"
cleanup() {
rm -f "$config_urls_file"
rm -f "$config_urls_file"
}
trap cleanup EXIT

set +x
printf '%s' "$JOIN_SERVER_CONFIG_URLS" > "$config_urls_file"
printf '%s' "$JOIN_SERVER_CONFIG_URLS" >"$config_urls_file"
chmod 600 "$config_urls_file"
set -x

config_server_base="${JOIN_SERVER_CONFIG_SERVER_NAME:-ci-config-url-smoke-${GITHUB_RUN_ID:-local}-${GITHUB_RUN_ATTEMPT:-1}}"
config_skip_cert="${JOIN_SERVER_CONFIG_SKIP_CERT_VERIFICATION:-true}"

sg lantern -c "env PATH=$PATH HOME=$HOME JOIN_SERVER_CONFIG_URLS_FILE=\"$config_urls_file\" JOIN_SERVER_CONFIG_SERVER_NAME=\"${config_server_base}-api\" JOIN_SERVER_CONFIG_SKIP_CERT_VERIFICATION=\"$config_skip_cert\" xvfb-run -a flutter test integration_test/vpn/linux_config_url_api_smoke_test.dart -d linux --dart-define=DISABLE_SYSTEM_TRAY=true"
sg lantern -c "env PATH=$PATH HOME=$HOME JOIN_SERVER_CONFIG_URLS_FILE=\"$config_urls_file\" JOIN_SERVER_CONFIG_SERVER_NAME=\"${config_server_base}-ui\" JOIN_SERVER_CONFIG_SKIP_CERT_VERIFICATION=\"$config_skip_cert\" xvfb-run -a flutter test integration_test/vpn/linux_config_url_smoke_test.dart -d linux --dart-define=DISABLE_SYSTEM_TRAY=true"
JOIN_SERVER_CONFIG_URLS_FILE="$config_urls_file" JOIN_SERVER_CONFIG_SERVER_NAME="${config_server_base}-api" JOIN_SERVER_CONFIG_SKIP_CERT_VERIFICATION="$config_skip_cert" \
xvfb-run -a flutter test integration_test/vpn/linux_config_url_api_smoke_test.dart -d linux --dart-define=DISABLE_SYSTEM_TRAY=true
JOIN_SERVER_CONFIG_URLS_FILE="$config_urls_file" JOIN_SERVER_CONFIG_SERVER_NAME="${config_server_base}-ui" JOIN_SERVER_CONFIG_SKIP_CERT_VERIFICATION="$config_skip_cert" \
xvfb-run -a flutter test integration_test/vpn/linux_config_url_smoke_test.dart -d linux --dart-define=DISABLE_SYSTEM_TRAY=true
28 changes: 18 additions & 10 deletions .github/scripts/windows_connect_smoke.ps1
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
param(
[string]$ServiceName = "LanternSvc",
[string]$ServiceExe = "build/windows/x64/runner/Release/lanternsvc.exe",
[string]$ServiceExe = "build/windows/x64/runner/Release/lanternd.exe",
[string]$InstallerPath = "",
[string]$TokenPath = "C:\ProgramData\Lantern\ipc-token",
[string]$TestPath = "integration_test/vpn/windows_connect_smoke_test.dart",
[string]$SplitTunnelWebsiteTestPath = "integration_test/vpn/split_tunneling_website_smoke_test.dart",
[string]$ConfigUrlApiTestPath = "integration_test/vpn/windows_config_url_api_smoke_test.dart",
[string]$ConfigUrlUiTestPath = "integration_test/vpn/windows_config_url_smoke_test.dart",
[string]$DefaultConfigServerName = "ci-config-url-smoke",
Expand All @@ -13,13 +11,23 @@ param(
[int]$UninstallTimeoutSeconds = 180,
[int]$HeartbeatSeconds = 15,
[switch]$EnableIpCheck,
[switch]$ForceFullTunnel,
[switch]$RunSplitTunnelWebsiteSmoke,
[switch]$RunConfigUrlSmoke,
[switch]$UseInstaller
)

$ErrorActionPreference = "Stop"

& "$PSScriptRoot/windows_smoke_suite.ps1" @PSBoundParameters @args
exit $LASTEXITCODE
& (Join-Path $PSScriptRoot "windows_smoke_suite.ps1") `
-ServiceName $ServiceName `
-ServiceExe $ServiceExe `
-InstallerPath $InstallerPath `
-TestPath $TestPath `
-ConfigUrlApiTestPath $ConfigUrlApiTestPath `
-ConfigUrlUiTestPath $ConfigUrlUiTestPath `
-DefaultConfigServerName $DefaultConfigServerName `
-WaitSeconds $WaitSeconds `
-InstallerTimeoutSeconds $InstallerTimeoutSeconds `
-UninstallTimeoutSeconds $UninstallTimeoutSeconds `
-HeartbeatSeconds $HeartbeatSeconds `
-RunConnectSmoke:$true `
-RunSplitTunnelWebsiteSmoke:$false `
-RunConfigUrlSmoke:$true `
-EnableIpCheck:$EnableIpCheck `
-UseInstaller:$UseInstaller
109 changes: 64 additions & 45 deletions .github/scripts/windows_smoke_suite.ps1
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
param(
[string]$ServiceName = "LanternSvc",
[string]$ServiceExe = "build/windows/x64/runner/Release/lanternsvc.exe",
[string]$ServiceExe = "build/windows/x64/runner/Release/lanternd.exe",
[string]$InstallerPath = "",
[string]$TokenPath = "C:\ProgramData\Lantern\ipc-token",
[string]$TestPath = "integration_test/vpn/windows_connect_smoke_test.dart",
[string]$SplitTunnelWebsiteTestPath = "integration_test/vpn/split_tunneling_website_smoke_test.dart",
[string]$ConfigUrlApiTestPath = "integration_test/vpn/windows_config_url_api_smoke_test.dart",
Expand Down Expand Up @@ -99,6 +98,32 @@ function Invoke-ProcessWithTimeout {
}
}

function Invoke-LanterndCommand {
param(
[Parameter(Mandatory = $true)]
[string]$FilePath,
[Parameter(Mandatory = $true)]
[string[]]$ArgumentList,
[string]$Description
)

$desc = if ([string]::IsNullOrWhiteSpace($Description)) {
"$FilePath $($ArgumentList -join ' ')"
} else {
$Description
}

Write-Step $desc
$output = & $FilePath @ArgumentList 2>&1
$exitCode = $LASTEXITCODE
if ($output) {
$output | ForEach-Object { Write-Host $_ }
}
if ($exitCode -ne 0) {
throw "$desc failed with exit code $exitCode"
}
}

function Invoke-FlutterSmokeTest {
param(
[Parameter(Mandatory = $true)]
Expand Down Expand Up @@ -172,6 +197,20 @@ function Remove-ServiceIfPresent {
}
}

function Show-LanterndInstallDiagnostics {
$lanterndPath = "C:\Program Files\Lantern\lanternd.exe"
if (Test-Path $lanterndPath) {
Write-Step "lanternd.exe exists at $lanterndPath"
& $lanterndPath version 2>&1 | ForEach-Object { Write-Step " version: $_" }
return
}

Write-Step "lanternd.exe NOT found at $lanterndPath"
Write-Step "Contents of C:\Program Files\Lantern\:"
Get-ChildItem "C:\Program Files\Lantern\" -ErrorAction SilentlyContinue |
ForEach-Object { Write-Step " $($_.Name)" }
}

function Wait-ServiceRunning {
param(
[string]$Name,
Expand All @@ -191,35 +230,10 @@ function Wait-ServiceRunning {
}

sc.exe query $Name
Show-LanterndInstallDiagnostics
throw "Windows service did not reach Running state"
}

function Wait-TokenFile {
param(
[string]$Path,
[int]$TimeoutSeconds
)

for ($i = 0; $i -lt $TimeoutSeconds; $i++) {
if (Test-Path $Path) {
try {
$token = (Get-Content -Path $Path -Raw -ErrorAction Stop).Trim()
} catch {
$token = ""
}
if (-not [string]::IsNullOrWhiteSpace($token)) {
Write-Step "IPC token detected at $Path with content"
return
}
}
if ($i -gt 0 -and ($i % 5) -eq 0) {
Write-Step "Waiting for non-empty IPC token at $Path ($i/$TimeoutSeconds s)"
}
Start-Sleep -Seconds 1
}
throw "IPC token file missing or empty at $Path"
}

function Install-FromInstaller {
param(
[string]$Path,
Expand All @@ -238,6 +252,15 @@ function Install-FromInstaller {
-PulseSeconds $HeartbeatSeconds `
-Description "Running installer"

$lanterndPath = "C:\Program Files\Lantern\lanternd.exe"
$svc = Get-Service -Name $Name -ErrorAction SilentlyContinue
if (-not $svc -and (Test-Path $lanterndPath)) {
Invoke-LanterndCommand `
-FilePath $lanterndPath `
-ArgumentList @("install") `
-Description "Service not found after installer; running lanternd install manually for diagnostics"
}

Write-Step "Waiting for Windows service after installer"
Wait-ServiceRunning -Name $Name -TimeoutSeconds $TimeoutSeconds
}
Expand Down Expand Up @@ -282,24 +305,13 @@ try {
Write-Step "Smoke setup mode: direct service binary"
$resolvedServiceExe = (Resolve-Path $ServiceExe).Path
Remove-ServiceIfPresent -Name $ServiceName
Invoke-ScCommand `
-ArgumentList @(
"create",
$ServiceName,
"binPath= `"$resolvedServiceExe`"",
"start= demand",
"DisplayName= Lantern Service (CI)"
) `
-Description "Creating Windows service from $resolvedServiceExe"
Invoke-ScCommand `
-ArgumentList @("start", $ServiceName) `
-AllowedExitCodes @(0, 1056) `
-Description "Starting Windows service $ServiceName"
Invoke-LanterndCommand `
-FilePath $resolvedServiceExe `
-ArgumentList @("install") `
-Description "Installing lanternd service from $resolvedServiceExe"
Wait-ServiceRunning -Name $ServiceName -TimeoutSeconds $WaitSeconds
}

Wait-TokenFile -Path $TokenPath -TimeoutSeconds $WaitSeconds

if ($RunConnectSmoke) {
Invoke-FlutterSmokeTest `
-Path $TestPath `
Expand Down Expand Up @@ -340,7 +352,6 @@ try {
$env:JOIN_SERVER_CONFIG_SKIP_CERT_VERIFICATION = "true"
}

# Run API and UI smoke tests with unique names to avoid collisions.
$env:JOIN_SERVER_CONFIG_SERVER_NAME = "$configServerBaseName-api"
Invoke-FlutterSmokeTest `
-Path $ConfigUrlApiTestPath `
Expand All @@ -361,7 +372,15 @@ finally {
if ($UseInstaller) {
Uninstall-FromInstalledService -Name $ServiceName
} else {
Remove-ServiceIfPresent -Name $ServiceName
$resolvedServiceExe = (Resolve-Path $ServiceExe -ErrorAction SilentlyContinue).Path
if ($resolvedServiceExe) {
Invoke-LanterndCommand `
-FilePath $resolvedServiceExe `
-ArgumentList @("uninstall") `
-Description "Uninstalling lanternd service from $resolvedServiceExe"
} else {
Remove-ServiceIfPresent -Name $ServiceName
}
}
Write-Step "Cleanup finished"
} catch {
Expand Down
16 changes: 7 additions & 9 deletions .github/workflows/build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,8 +206,6 @@ jobs:
exit 1
fi

sudo usermod -aG lantern "$USER" || true

systemctl is-active --quiet lanternd.service
test -S /run/lantern/lanternd.sock
sudo stat -c "%a %U %G %n" /run/lantern/lanternd.sock
Expand All @@ -217,7 +215,7 @@ jobs:
run: |
set -euxo pipefail
code=0
sg lantern -c "env HOME=$HOME PATH=$PATH xvfb-run -a timeout 15s /usr/bin/lantern >/tmp/lantern-installed-smoke.log 2>&1" || code=$?
env HOME=$HOME PATH=$PATH xvfb-run -a timeout 15s /usr/bin/lantern >/tmp/lantern-installed-smoke.log 2>&1 || code=$?
if [[ "$code" -ne 124 ]]; then
cat /tmp/lantern-installed-smoke.log || true
echo "Installed /usr/bin/lantern did not stay up under xvfb"
Expand All @@ -244,7 +242,7 @@ jobs:
FLUTTER_DART_DEFINES="${FLUTTER_DART_DEFINES} --dart-define=SMOKE_FORCE_FULL_TUNNEL=true"
fi
set +e
sg lantern -c "env PATH=$PATH HOME=$HOME timeout --signal=TERM --kill-after=30s 8m xvfb-run -a flutter test integration_test/vpn/linux_connect_smoke_test.dart -d linux --reporter=expanded ${FLUTTER_DART_DEFINES}"
env PATH=$PATH HOME=$HOME timeout --signal=TERM --kill-after=30s 8m xvfb-run -a flutter test integration_test/vpn/linux_connect_smoke_test.dart -d linux --reporter=expanded ${FLUTTER_DART_DEFINES}
SMOKE_EXIT=$?
set -e

Expand All @@ -259,14 +257,14 @@ jobs:
exit "$SMOKE_EXIT"
fi

if ! grep -Eq 'IPC request.*path=/service/start' /tmp/lanternd-journal-ui-smoke.log; then
echo "Missing /service/start IPC request in lanternd journal"
if ! grep -Eq 'IPC request.*path=/vpn/connect' /tmp/lanternd-journal-ui-smoke.log; then
echo "Missing /vpn/connect IPC request in lanternd journal"
tail -n 200 /tmp/lanternd-journal-ui-smoke.log || true
exit 1
fi

if ! grep -Eq 'IPC request.*path=/service/stop' /tmp/lanternd-journal-ui-smoke.log; then
echo "Missing /service/stop IPC request in lanternd journal"
if ! grep -Eq 'IPC request.*path=/vpn/disconnect' /tmp/lanternd-journal-ui-smoke.log; then
echo "Missing /vpn/disconnect IPC request in lanternd journal"
tail -n 200 /tmp/lanternd-journal-ui-smoke.log || true
exit 1
fi
Expand All @@ -282,7 +280,7 @@ jobs:
run: |
set -euxo pipefail
set +e
sg lantern -c "env PATH=$PATH HOME=$HOME timeout --signal=TERM --kill-after=30s 10m xvfb-run -a flutter test integration_test/auth/auth_smoke_test.dart -d linux --reporter=expanded --dart-define=DISABLE_SYSTEM_TRAY=true"
env PATH=$PATH HOME=$HOME timeout --signal=TERM --kill-after=30s 10m xvfb-run -a flutter test integration_test/auth/auth_smoke_test.dart -d linux --reporter=expanded --dart-define=DISABLE_SYSTEM_TRAY=true
AUTH_SMOKE_EXIT=$?
set -e
if [[ "$AUTH_SMOKE_EXIT" -eq 124 ]]; then
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-windows-service.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,12 +28,12 @@ jobs:
- name: Build Windows service
shell: pwsh
run: |
make windows-service-build
Move-Item "bin\windows-amd64\lanternsvc.exe" "lanternsvc.exe"
make lanternd-windows-amd64
Move-Item "bin\windows-amd64\lanternd.exe" "lanternd.exe"

- name: Upload Windows service executable
uses: actions/upload-artifact@v4
with:
name: lantern-service-exe
path: "lanternsvc.exe"
path: "lanternd.exe"
retention-days: 2
1 change: 0 additions & 1 deletion .github/workflows/build-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,7 +159,6 @@ jobs:

# Third-party binaries that are already signed by their vendors
$thirdParty = @(
'wintun.dll', # WinTun
'flutter_windows.dll', # Google/Flutter
'WebView2Loader.dll', # Microsoft
'WinSparkle.dll' # WinSparkle
Expand Down
7 changes: 6 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@ on:
required: false
type: boolean
default: true
windows_connect_smoke:
description: "Run Windows connect/disconnect smoke test on manual dispatch"
required: false
type: boolean
default: false

permissions:
contents: write
Expand Down Expand Up @@ -292,7 +297,7 @@ jobs:
build_type: ${{ needs.set-metadata.outputs.build_type }}
installer_base_name: ${{ needs.set-metadata.outputs.installer_base_name }}
enable_ip_check: ${{ needs.set-metadata.outputs.smoke_enable_ip_check == 'true' }}
run_connect_smoke: false
run_connect_smoke: ${{ github.event_name == 'workflow_dispatch' && github.event.inputs.windows_connect_smoke == 'true' }}
run_split_tunnel_website_smoke: false
run_config_url_smoke: false
force_full_tunnel_smoke: ${{ needs.set-metadata.outputs.build_type == 'nightly' }}
Expand Down
Loading
Loading