| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | |
| 2024-10-16 | Bump `tower` | Sebastian Holmin | 2 | -12/+32 | |
| 2024-10-16 | Use `ring` crypto-provider explicitly in test framework | Sebastian Holmin | 1 | -2/+8 | |
| 2024-10-16 | Update `rustls` in `tls_stream.rs` | Sebastian Holmin | 1 | -178/+3 | |
| 2024-10-16 | Update `hyper` and other deps that use `hyper` | Sebastian Holmin | 2 | -237/+320 | |
| 2024-10-07 | Rename "smart routing" to "direct only" in the API | Sebastian Holmin | 1 | -10/+10 | |
| Also invert the behavior | |||||
| 2024-10-07 | Bump `futures-util` since the previous version was yanked | Markus Pettersson | 1 | -14/+14 | |
| 2024-10-02 | Remove architecture suffix on Windows x64 installer | Oskar | 1 | -1/+1 | |
| 2024-10-02 | Bump tonic to 0.12.3 in test/Cargo.lock also | Joakim Hulthe | 1 | -4/+4 | |
| Oops | |||||
| 2024-10-02 | Bump tonic to 0.12.3 | Joakim Hulthe | 1 | -1/+1 | |
| 2024-10-01 | Rename account "token" to account "number" | Joakim Hulthe | 3 | -3/+3 | |
| 2024-09-26 | Use more generous VM specs for test OS image setup | David Lönnhager | 1 | -1/+1 | |
| 2024-09-26 | Replace `aws-lc-rs` with `ring` as crypto provider | Sebastian Holmin | 2 | -233/+7 | |
| 2024-09-26 | Update to `hyper` version 1 echosystem for e2e tests | Sebastian Holmin | 5 | -55/+312 | |
| 2024-09-25 | Upgrade `tonic` to 0.12 and `prost` to 0.13 | Sebastian Holmin | 4 | -63/+201 | |
| Upgrading `tonic` is a prerequisite to later on upgrading `hyper` to version 1.0. As of version 1.0, `hyper` no longer uses `tokio`s `AsyncWriter` and `AsyncReader` traits, instead defining its own versions, see <https://github.com/hyperium/hyper/issues/3110>. As tonic `0.12` is updated to use the `hyper 1.0` ecosystem, it changed some of its trait-bounds to the new `hyper` traits. The `hyper-utils` crate provides the wrapper `TokioIo`, which converts between the two. `prost` had to be upgraded as well, for compatibility. | |||||
| 2024-09-23 | Use consistent timestamps in tests | David Lönnhager | 1 | -4/+13 | |
| 2024-09-23 | Add timestamp to test outcome logs | David Lönnhager | 1 | -14/+24 | |
| 2024-09-23 | Include amount of time it took to connect in test | David Lönnhager | 2 | -3/+9 | |
| 2024-09-17 | Add DAITA smart routing e2e tests | Joakim Hulthe | 3 | -36/+205 | |
| 2024-09-17 | Remove Option from Relay::location | Joakim Hulthe | 4 | -26/+15 | |
| 2024-09-16 | Run `obfuscation.spec.ts` in e2e tests | Markus Pettersson | 1 | -0/+8 | |
| 2024-09-10 | Expose Shadowsocks fd on Android | David Lönnhager | 2 | -38/+47 | |
| 2024-09-05 | Add 'assume yes' to package installs in tests | David Lönnhager | 2 | -13/+19 | |
| 2024-09-04 | Add `OPENVPN_CERTIFICATE` argument to `test-by-version` | Markus Pettersson | 2 | -0/+2 | |
| 2024-09-02 | Replace footgunny From implementations for RelayQuery | David Lönnhager | 2 | -121/+45 | |
| 2024-09-02 | Add integration tests for WG over Shadowsocks | David Lönnhager | 1 | -2/+93 | |
| 2024-09-02 | Fix `test-runner` bootstrap failing if `apt` lock is already held | Markus Pettersson | 2 | -15/+31 | |
| 2024-08-29 | Fix test_split_tunnel | David Lönnhager | 5 | -17/+72 | |
| Raw ICMP isn't allowed on all platforms for unprivileged users. Instead: * Use SOCK_DGRAM, where possible * Use 'ping' command, since SOCK_DGRAM isn't allowed on some older Linux distros. | |||||
| 2024-08-28 | Add package-dir to "Could not find app" error | Joakim Hulthe | 1 | -5/+7 | |
