| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-11-03 | Fix E2E tests always running with GotaTun on manual trigger | Markus Pettersson | 1 | -6/+7 | |
| 2025-10-30 | Remove `source env.sh` from GHA workflow | Markus Pettersson | 1 | -1/+1 | |
| 2025-10-29 | Remove duplicate iOS e2e test run on opened PR | Steffen | 1 | -1/+0 | |
| 2025-10-28 | Rename 'shared' to 'repository' | Kalle Lindström | 1 | -1/+1 | |
| 2025-10-23 | Add option to run e2e with GotaTun | Markus Pettersson | 1 | -0/+27 | |
| 2025-10-23 | Update installer-downloader binary size limit | Markus Pettersson | 1 | -1/+1 | |
| 2025-10-21 | Specify runner build label for build job | Albin | 1 | -1/+1 | |
| 2025-10-20 | Add assemble stagemole to android build and testing tasks | Jonatan Rhodin | 1 | -0/+1 | |
| This is required by e2e tests | |||||
| 2025-10-17 | Migrate android build to self-hosted runner | Albin | 1 | -237/+33 | |
| 2025-10-16 | Add CI workflow checking that building mullvad-nsis is clean | Linus Färnstrand | 1 | -0/+30 | |
| 2025-10-16 | Add many paths to the exclude list for Android build CI | Linus Färnstrand | 1 | -1/+14 | |
| Should save a lot of time in CI when changing unrelated files | |||||
| 2025-10-13 | Count PR author as approving code in code owner check | Linus Färnstrand | 1 | -0/+9 | |
| If someone from team A changes code owned only by team A, the team has already approved the code from a code owner perspective. Someone else must still review the code, as always, but the code does not need code owner approval. | |||||
| 2025-10-06 | Add "parallelize" to list of verbs in commit message check | Oskar | 1 | -1/+1 | |
| 2025-10-06 | Bump wait other jobs | David Göransson | 1 | -1/+1 | |
| 2025-10-02 | Make code ownership CI workflow report status to a separate status | Linus Färnstrand | 1 | -51/+90 | |
| 2025-10-01 | Add Ubuntu 25.10 VM to e2e tests | Markus Pettersson | 1 | -4/+5 | |
| 2025-09-30 | Rename code owner workflow job | Linus Färnstrand | 1 | -1/+1 | |
| 2025-09-30 | Fix code owner workflow to replace each other | Linus Färnstrand | 1 | -2/+0 | |
| 2025-09-30 | Require signatures on code owners files | Linus Färnstrand | 1 | -1/+3 | |
| 2025-09-30 | Add github actions workflow for enforcing code ownership approval | Linus Färnstrand | 1 | -0/+137 | |
| 2025-09-30 | Unify swift format scripts and fix documentation | Steffen | 1 | -1/+1 | |
| 2025-09-30 | Switch swiftformat to swift-format | Steffen | 3 | -28/+7 | |
| 2025-09-29 | Remove deprecated VMs | Markus Pettersson | 1 | -6/+6 | |
| 2025-09-18 | Create custom action for Mullvad build env | David Lönnhager | 9 | -234/+21 | |
| 2025-09-18 | Cap concurrent processes at 2 when building Windows modules | Markus Pettersson | 1 | -1/+1 | |
| 2025-09-18 | Add the verb `cap` to list of allowed verbs | Markus Pettersson | 1 | -1/+1 | |
| 2025-09-17 | Add Fedora 43 VM to end-to-end tests | Markus Pettersson | 1 | -4/+5 | |
| 2025-09-11 | Set core.longpaths in all relevant workflows | David Lönnhager | 3 | -0/+17 | |
| 2025-09-11 | Allow long filenames in git for the Windows Github runners | Tobias Järvelöv | 3 | -0/+15 | |
| 2025-09-10 | Add license check for iOS to prevent GPL3 dependencies | Steffen | 2 | -0/+10 | |
| 2025-09-05 | Set playwright reporter to line | Oskar | 1 | -2/+2 | |
| 2025-09-05 | Add macos to frontend workflow | David Lönnhager | 1 | -3/+3 | |
| 2025-09-04 | Add the verb guarantee to the list of approved verbs | Bug Magnet | 1 | -1/+1 | |
| 2025-08-28 | Update default end to end test VM from Debian 12 to Debian 13 | Markus Pettersson | 1 | -2/+2 | |
| 2025-08-28 | Add Debian 13 VM to end to end test GHA | Markus Pettersson | 1 | -2/+2 | |
| 2025-08-28 | Allow caping concurrent processes when building Windows modules | Markus Pettersson | 1 | -2/+12 | |
| 2025-08-28 | Use rust-android-gradle plugin as submodule | Kalle Lindström | 6 | -6/+33 | |
| 2025-08-26 | Pin Zig version in CI | Sebastian Holmin | 1 | -0/+2 | |
| 2025-08-26 | Update `reqwest` to resolve dependency conflict | Sebastian Holmin | 1 | -1/+1 | |
| Note that the new version increases the size of Mullvad loader a bit, forcing us to bump the limit in the CI check. We should consider replacing it with a smaller alternative, perhaps `hyper_rustls`. | |||||
| 2025-08-26 | Remove hotfix to force Xcode 16dot4 | Bug Magnet | 3 | -16/+0 | |
| 2025-08-22 | Revert "Pin Rust nightly compiler to 2025-08-11" | Markus Pettersson | 1 | -3/+1 | |
| This reverts commit 9b3324b2a2e1a22a3a85b539f39ae0fce89ca5e7. | |||||
| 2025-08-19 | Signal wireguard-go to exit gracefully when test-manager exits | Joakim Hulthe | 1 | -1/+2 | |
| `Command::kill_on_drop` would send a SIGKILL to the `sudo`-process, which does not propagate to the wireguard-go child process. This is resolved by sending a SIGTERM instead. | |||||
| 2025-08-19 | Add 'Reproduce' as an accepted verb in git-commit message check | Markus Pettersson | 1 | -1/+1 | |
| 2025-08-19 | Add 'Disregard' as an accepted verb in git-commit message check | Markus Pettersson | 1 | -1/+1 | |
| 2025-08-18 | Fix Github runner | Jon Petersson | 3 | -0/+16 | |
| 2025-08-13 | Pin Rust nightly compiler to 2025-08-11 to avoid compiler regression | Markus Pettersson | 1 | -1/+3 | |
| 2025-08-11 | Skip Linux app build when running E2E tests for tag | David Lönnhager | 1 | -1/+4 | |
| 2025-08-05 | Add macOS 26 to default targets | David Lönnhager | 1 | -2/+2 | |
| 2025-08-05 | Add macOS 26 to E2E test workflow | David Lönnhager | 1 | -2/+2 | |
| 2025-08-04 | Update scheduled run to 80 iterations | David Göransson | 1 | -1/+1 | |
