| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-09-26 | Replace `aws-lc-rs` with `ring` as crypto provider | Sebastian Holmin | 1 | -2/+2 | |
| 2024-09-26 | Update to `hyper` version 1 echosystem for e2e tests | Sebastian Holmin | 1 | -4/+6 | |
| 2024-08-27 | Use std LazyLock instead of once_cell Lazy | David Lönnhager | 1 | -1/+0 | |
| 2024-02-27 | Replace err_derive with thiserror | Joakim Hulthe | 1 | -1/+1 | |
| `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-16 | Add rust-version to all Cargo.toml | Linus Färnstrand | 1 | -0/+1 | |
| 2024-01-11 | Add package metadata to crates in testing framework | Linus Färnstrand | 1 | -2/+4 | |
| Such as authors, repository, licence etc. And have all crates inherit from the workspace | |||||
| 2024-01-04 | Add workspace level linting to test workspace | Linus Färnstrand | 1 | -0/+3 | |
| 2023-10-20 | Add desktop end-to-end tests | David Lönnhager | 1 | -0/+29 | |
| Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
