| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-07-10 | Run `cargo fmt` in test-repo | Sebastian Holmin | 1 | -1/+1 | |
| 2025-02-04 | Add CPU and memory config options to test framework | David Lönnhager | 1 | -2/+14 | |
| 2024-05-16 | Increase boot timeout for testing guests | David Lönnhager | 1 | -1/+1 | |
| 2024-03-20 | Make OVMF paths configurable per VM | Joakim Hulthe | 1 | -8/+26 | |
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 1 | -18/+18 | |
| `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. | |||||
| 2023-10-20 | Add desktop end-to-end tests | David Lönnhager | 1 | -0/+358 | |
| Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
