| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-12-13 | Bump `tokio` to version 1.42 | Markus Pettersson | 2 | -3/+3 | |
| 2024-12-11 | Update `hickory-resolver` to version 0.24.2 | Markus Pettersson | 1 | -2/+2 | |
| 2024-12-11 | Add Unicode-3.0 to approved licenses | Markus Pettersson | 1 | -1/+2 | |
| This is already the case in the app workspace: https://github.com/mullvad/mullvadvpn-app/pull/6680 | |||||
| 2024-12-11 | Revert "Silence `RUSTSEC-2024-0421`" | Markus Pettersson | 2 | -18/+0 | |
| This reverts commit 6022cb16ba05a460fe597f5d6edd5228879a3093. | |||||
| 2024-12-11 | Update `idna` to version 1.0.3 | Markus Pettersson | 1 | -30/+269 | |
| 2024-12-10 | Silence `RUSTSEC-2024-0421` | Markus Pettersson | 2 | -0/+18 | |
| 2024-12-02 | Remove DNS fallback except for conncheck | David Lönnhager | 1 | -5/+2 | |
| 2024-11-26 | Upgrade rustls to silence RUSTSEC-2024-0399 | Linus Färnstrand | 1 | -9/+9 | |
| 2024-11-22 | Add non-blocking DNS resolver for Android API requests | David Lönnhager | 2 | -32/+37 | |
| 2024-11-22 | Improve documentation | Sebastian Holmin | 4 | -9/+16 | |
| 2024-11-22 | Improve type safety | Sebastian Holmin | 3 | -20/+29 | |
| 2024-11-22 | Remove the `command` field of `TestMetadata` | Sebastian Holmin | 3 | -4/+1 | |
| 2024-11-22 | Add `test_upgrade_app` to list tests | Sebastian Holmin | 4 | -9/+25 | |
| 2024-11-20 | Make `test_wireguard_tunnel` use `location: Any` | Sebastian Holmin | 1 | -11/+4 | |
| 2024-11-20 | Fix spelling mistakes | Sebastian Holmin | 2 | -7/+8 | |
| 2024-11-20 | Set the default location for tests to "Nordic" | Sebastian Holmin | 2 | -0/+33 | |
| Add to `prepare_daemon` a step where the default location, including for multihop and bridges, is set to the `Nordic` custom list. | |||||
| 2024-11-20 | Do not fail when specifying tests skipped for OS | Sebastian Holmin | 1 | -8/+10 | |
| When starting e2e tests on multiple platforms, we always specify the same list of tests for all paltforms. Therefore we should not fail on parsing a test that is skipped for the current platform. | |||||
| 2024-11-20 | Select bridge respecting location constraint | Sebastian Holmin | 2 | -4/+3 | |
| 2024-11-19 | Fix connection checker CLI | Sebastian Holmin | 1 | -0/+1 | |
| 2024-11-18 | Add MULLVAD_HOST setting to test-by-version.sh | David Lönnhager | 2 | -0/+8 | |
| 2024-11-18 | Run connection-checker against the specified API environment | David Lönnhager | 3 | -1/+6 | |
| 2024-11-18 | Add flag for overriding API environment in tests | David Lönnhager | 1 | -1/+11 | |
| 2024-11-15 | Return error from `get_tunnel_interface` to ease error propagation | Markus Pettersson | 2 | -5/+8 | |
| 2024-11-15 | Add end-to-end test for MLLVD_CR_24_03 | Markus Pettersson | 2 | -0/+82 | |
| 2024-11-15 | Move end-to-end tests for audit issues to separate module | Markus Pettersson | 5 | -104/+118 | |
| 2024-11-15 | Add notice about what files to sync when ignoring RUSTSEC advisories | Markus Pettersson | 2 | -0/+4 | |
| 2024-11-14 | Use low-latency relays for `test_ui_tunnel_settings` | Sebastian Holmin | 1 | -1/+9 | |
| 2024-11-14 | Make `constrain_to_relay` work with custom lists | Sebastian Holmin | 1 | -3/+17 | |
| 2024-11-14 | Update script and code references to gui-directory | Oskar | 3 | -5/+7 | |
| 2024-11-12 | Address `test_wireguard_over_shadowsocks` flakiness | Markus Pettersson | 1 | -1/+9 | |
| Limit relay selection in `test_wireguard_over_shadowsocks` to reduce flakiness. Hopefully this should be able to (at least partially) mitigate timeout related issues. | |||||
| 2024-11-12 | Address `test_multihop` flakiness | Markus Pettersson | 1 | -1/+10 | |
| Limit relay selection in `test_multihop` to reduce flakiness. Hopefully this should be able to (at least partially) mitigate timeout related issues. | |||||
| 2024-11-12 | Address `test_quantum_resistant_tunnel` flakiness | Markus Pettersson | 1 | -8/+11 | |
| Limit relay selection in `test_quantum_resistant_tunnel` to reduce flakiness. Hopefully this should be able to (at least partially) mitigate timeout related issues. | |||||
| 2024-11-12 | Address `test_quantum_resistant_multihop_udp2tcp_tunnel` flakiness | Markus Pettersson | 1 | -0/+6 | |
| Limit relay selection in `test_quantum_resistant_multihop_udp2tcp_tunnel` to reduce flakiness. Hopefully this should be able to (at least partially) mitigate timeout-related issues. | |||||
| 2024-11-12 | Address `test_quantum_resistant_multihop_shadowsocks_tunnel` flakiness | Markus Pettersson | 1 | -0/+6 | |
| Limit relay selection in `test_quantum_resistant_multihop_shadowsocks_tunnel` to reduce flakiness Hopefully this should be able to (at least partially) mitigate timeout-related issues. | |||||
| 2024-11-12 | Add default custom lists before running a test | Markus Pettersson | 1 | -0/+1 | |
| 2024-11-12 | Add helper module for working with custom lists in end-to-end tests | Markus Pettersson | 1 | -0/+124 | |
| 2024-11-12 | Silence `RUSTSEC-2024-0384` in `test/deny.toml` | Markus Pettersson | 1 | -0/+4 | |
| 2024-11-11 | Silence `RUSTSEC-2024-0384` in `test/osv-scanner.toml` | Markus Pettersson | 1 | -0/+11 | |
| 2024-11-08 | Remove `once_cell` from `test` workspace | Markus Pettersson | 6 | -11/+10 | |
| 2024-11-08 | Check that the daemon version is correct post-upgrade | Markus Pettersson | 7 | -0/+60 | |
| 2024-11-08 | Use `--allow-downgrade` when invoking `apt install` | Markus Pettersson | 1 | -0/+7 | |
| 2024-11-07 | Replace hardcoded usage of "podman" with configurable version | Linus Färnstrand | 1 | -1/+1 | |
| 2024-10-31 | Update `test/Cargo.lock` file | Markus Pettersson | 1 | -28/+136 | |
| 2024-10-31 | Do not fallback to direct API connections when testing access methods | Markus Pettersson | 1 | -10/+2 | |
| 2024-10-22 | Match parsing of version tag in test framework | Sebastian Holmin | 1 | -1/+2 | |
| 2024-10-22 | Fix parsing of build tag | Sebastian Holmin | 1 | -14/+19 | |
| The regex that parses the version contained quotation marks, which caused the matching to fail. Also split separate this parsing from the `is_dev_version` fn to its own fn, and refactor it to make the parsed substrings named variables. | |||||
| 2024-10-21 | Update Rust before running end-to-end tests | David Lönnhager | 1 | -0/+6 | |
| 2024-10-18 | Set HOME env var in test runner | David Lönnhager | 4 | -5/+20 | |
| 2024-10-18 | Add settings test | Oskar | 1 | -0/+8 | |
| 2024-10-16 | Replace old client with `hyper_util` legacy client | Sebastian Holmin | 1 | -0/+1 | |
