| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-01-22 | Convert test-manager config into a module | Markus Pettersson | 1 | -301/+0 | |
| 2024-12-17 | Fix TODOs by replacing triple type with a dedicated struct | Markus Pettersson | 1 | -3/+3 | |
| 2024-12-17 | Attach target arch to VM config | Markus Pettersson | 1 | -4/+4 | |
| 2024-08-14 | Add `--test-runner-dir` flag | Sebastian Holmin | 1 | -1/+1 | |
| 2024-08-12 | Replace OpenVPN CA certificate using CLI flag | Markus Pettersson | 1 | -0/+12 | |
| 2024-07-31 | Create testing config dir if it does not already exist | David Lönnhager | 1 | -3/+34 | |
| 2024-07-16 | Account for CARGO_TARGET_DIR in e2e test-manager | Joakim Hulthe | 1 | -13/+22 | |
| 2024-04-08 | Print error cause on test vm config parse fail | Joakim Hulthe | 1 | -1/+1 | |
| 2024-03-20 | Make OVMF paths configurable per VM | Joakim Hulthe | 1 | -0/+10 | |
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 1 | -4/+4 | |
| `err_derive` is unmaintained and will probably stop working with rust edition 2024. `thiserror` is almost a drop-in replacement. This commit simply replaces all occurences of `derive(err_derive::Error)` with `derive(thiserror::Error)` and fixes the attributes, but the Error and Display impls should be identical. | |||||
| 2024-01-08 | Add 'target_os' attribute to test macro | David Lönnhager | 1 | -0/+10 | |
| 2023-10-20 | Add desktop end-to-end tests | David Lönnhager | 1 | -0/+229 | |
| Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
