ci: run e2e tests
Signed-off-by: Eric Torreborre <[email protected]>
Signed-off-by: Eric Torreborre <[email protected]>
Signed-off-by: Roland Kuhn <[email protected]>
Signed-off-by: Roland Kuhn <[email protected]>
Signed-off-by: Eric Torreborre <[email protected]>
Signed-off-by: Eric Torreborre <[email protected]>
Signed-off-by: Eric Torreborre <[email protected]>
Signed-off-by: Eric Torreborre <[email protected]>
Signed-off-by: Eric Torreborre <[email protected]>
Signed-off-by: Eric Torreborre <[email protected]>
Signed-off-by: Eric Torreborre <[email protected]>
Signed-off-by: Eric Torreborre <[email protected]>
Signed-off-by: Eric Torreborre <[email protected]>
Signed-off-by: Eric Torreborre <[email protected]>
Signed-off-by: Eric Torreborre <[email protected]>
And fix: remove that tx id from the ack window. Signed-off-by: Eric Torreborre <[email protected]>
Signed-off-by: Eric Torreborre <[email protected]>
Signed-off-by: Eric Torreborre <[email protected]>
docs: update KNOWN_ISSUES.md
Detect Apple Silicon via sysctl hw.optional.arm64 (returns 1 even when running the x86_64 build under Rosetta 2) and expose isAppleSilicon on the environment object. In AppUpdateStore.getUpdateInfo, look up the 'darwin-arm' key first on Apple Silicon hardware, falling back to 'darwin' if absent (e.g. when only one macOS variant is present in the feed). In News.ts, expand the platform filter to match both 'darwin' and 'darwin-arm' target entries on Apple Silicon, so update news items are not incorrectly hidden.