| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-09-12 | Split sys module in test-runner into one per platform | David Lönnhager | 1 | -954/+0 | |
| 2025-09-12 | Stop daemon correctly when changing log level in tests | David Lönnhager | 1 | -17/+68 | |
| 2025-09-12 | Check actual service status in test framework instead of only named pipe | David Lönnhager | 1 | -2/+52 | |
| 2025-07-11 | Add functions to toggle service startup | Sebastian Holmin | 1 | -3/+42 | |
| 2025-07-11 | Add e2e test for clearing firewall rules on reboot | Markus Pettersson | 1 | -0/+6 | |
| In some conditions, you can be left with blocking firewall rules if an upgrade fails to install the new app version. Add e2e test to assert that these firewall rules are cleared on reboot for Windows. | |||||
| 2025-07-10 | Run `cargo fmt` in test-repo | Sebastian Holmin | 1 | -4/+4 | |
| 2025-07-09 | Inline format arguments | Linus Färnstrand | 1 | -9/+8 | |
| 2025-06-05 | Fix typos | omahs | 1 | -1/+1 | |
| 2025-01-07 | Split up `Service` error variants | Markus Pettersson | 1 | -42/+49 | |
| 2024-08-09 | Capture errors in `systemclt` cmd | Sebastian Holmin | 1 | -5/+19 | |
| 2024-06-24 | Run `cargo +nightly fmt` | Sebastian Holmin | 1 | -3/+6 | |
| 2024-04-12 | Reset daemon environment when needed | Markus Pettersson | 1 | -29/+194 | |
| 2024-04-09 | Run `cargo +nightly fmt` | Sebastian Holmin | 1 | -20/+19 | |
| 2024-04-08 | Add get_os_version RPC | David Lönnhager | 1 | -0/+36 | |
| 2024-02-27 | Fix `clippy` lint 'suspicious_open_options' | Markus Pettersson | 1 | -0/+2 | |
| 2023-12-15 | [Clippy] Fix unused `async` | Markus Pettersson | 1 | -0/+1 | |
| 2023-12-12 | Fix `stop_app` RPC for macos | Markus Pettersson | 1 | -1/+1 | |
| 2023-12-06 | Remove superseded RPC for restarting the Mullvad system service | Markus Pettersson | 1 | -49/+21 | |
| The function `set_mullvad_daemon_service_state(on: bool) -> Result<(), test_rpc::Error>`, which would conditionally start or stop the Mullvad daemon in the test runner, has been superseded by two separate functions which accomplish the same thing: `start_mullvad_daemon` & `stop_mullvad_daemon`. | |||||
| 2023-12-06 | Implement RPC for reading & writing to app cache file | Markus Pettersson | 1 | -12/+91 | |
| - Implement RPC for writing to a file in a test runner / guest VM. - Implement RPC for getting app cache directory - Implement RPC for restarting the app in a test runner / guest vm - Implement RPC for starting the app in a test runner / guest vm - Implement RPC for stopping the app in a test runner / guest vm - Implement `find_cache_traces` on Window & macOS | |||||
| 2023-10-20 | Add desktop end-to-end tests | David Lönnhager | 1 | -0/+531 | |
| Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
