| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-07-19 | Add error message on failed `rootlesskit` cmd | Sebastian Holmin | 1 | -1/+3 | |
| 2024-07-19 | Clarify valid arguments for `--curent-app` and `--previous-app` | Sebastian Holmin | 1 | -2/+11 | |
| 2024-07-19 | Make previous app version and gui e2e binaries optional | Sebastian Holmin | 7 | -48/+73 | |
| 2024-07-16 | Add E2E test of CVE-2019-14899 mitigation | Joakim Hulthe | 11 | -68/+469 | |
| 2024-07-16 | Account for CARGO_TARGET_DIR in e2e test-manager | Joakim Hulthe | 2 | -16/+29 | |
| 2024-07-16 | Fix dns e2e tests | Joakim Hulthe | 1 | -3/+15 | |
| 2024-07-16 | Upgrade the `bytes` dependency away from a yanked version with a bug | Linus Färnstrand | 1 | -2/+2 | |
| 2024-07-09 | Add osv-scanner.toml, ignoring some non-exploitable vulns | Linus Färnstrand | 1 | -0/+1 | |
| 2024-06-26 | Enable integration test for DAITA on macOS | David Lönnhager | 4 | -9/+3 | |
| 2024-06-25 | Add simple e2e test for connecting with DAITA | Sebastian Holmin | 2 | -2/+37 | |
| Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> | |||||
| 2024-06-25 | Add `daita` as a Cargo cfg variable | Markus Pettersson | 1 | -1/+1 | |
| Gate DAITA compilation on `"cargo::rustc-cfg=daita"` emitted in build files per platform. | |||||
| 2024-06-25 | Enable DAITA for linux in CLI and types | Sebastian Holmin | 3 | -0/+6 | |
| 2024-06-25 | Add a human-friendly error message if packages directory is missing | Markus Pettersson | 1 | -0/+4 | |
| 2024-06-25 | Correct documentation in `test/REAME.md` | Markus Pettersson | 1 | -3/+2 | |
| 2024-06-25 | Increase Windows test image size | David Lönnhager | 1 | -1/+1 | |
| 2024-06-24 | Run `cargo +nightly fmt` | Sebastian Holmin | 2 | -5/+7 | |
| 2024-06-19 | Bump curve25519-dalek | David Lönnhager | 1 | -9/+2 | |
| This update fixes RUSTSEC-2024-0344. | |||||
| 2024-06-10 | Retry DNS lookup for API in test manager | David Lönnhager | 5 | -58/+95 | |
| 2024-06-03 | Update `test/Cargo.lock` | Markus Pettersson | 1 | -1/+0 | |
| 2024-05-29 | Run UI tests for macOS split tunneling | David Lönnhager | 1 | -8/+29 | |
| 2024-05-23 | Update documentation on how to add new Windows VMs | Markus Pettersson | 1 | -0/+4 | |
| Mention that the `test-runner` and standalone e2e test executable should be excluded from being flagged by Windows Security. We have experienced some false positives lately, and we do indeed trust what we upload to the test runner VMs. | |||||
| 2024-05-16 | Increase boot timeout for testing guests | David Lönnhager | 1 | -1/+1 | |
| 2024-05-03 | Simplify cleanup of testing cache | David Lönnhager | 1 | -3/+2 | |
| 2024-04-30 | Enable integration tests for macOS split tunneling | David Lönnhager | 3 | -5/+21 | |
| 2024-04-30 | Downgrade zeroize in test workspace | David Lönnhager | 1 | -2/+2 | |
| 1.8.0 has been yanked | |||||
| 2024-04-29 | Rename build.sh to build-runner.sh | David Lönnhager | 3 | -11/+9 | |
| This commit also updates ci-runtests.sh | |||||
| 2024-04-29 | Build Windows runner in container | David Lönnhager | 4 | -25/+35 | |
| 2024-04-29 | Make test build setup more like app container | David Lönnhager | 2 | -24/+45 | |
| 2024-04-29 | Share cargo registry between app and test containers | David Lönnhager | 1 | -6/+13 | |
| 2024-04-25 | Update windows-sys | Joakim Hulthe | 2 | -585/+587 | |
| 2024-04-23 | Upgrade rustls to avoid RUSTSEC-2024-0336 | Linus Färnstrand | 1 | -14/+35 | |
| 2024-04-22 | Limit execution of `test_installation_idempotency` | Markus Pettersson | 1 | -22/+30 | |
| 2024-04-19 | Add gui test to test framework | Oskar Nyberg | 1 | -7/+67 | |
| 2024-04-19 | Add ensure_logged_in test helper function | Oskar Nyberg | 1 | -0/+15 | |
| 2024-04-17 | Remove dummy interfaces | David Lönnhager | 3 | -70/+3 | |
| 2024-04-17 | Prevent ARP lookups during LAN tests | David Lönnhager | 3 | -60/+48 | |
| 2024-04-17 | Run nightly formatter for tests | David Lönnhager | 1 | -2/+2 | |
| 2024-04-15 | Add Zlib to allowed licences | Oskar Nyberg | 1 | -1/+2 | |
| 2024-04-12 | Reset daemon environment when needed | Markus Pettersson | 6 | -35/+256 | |
| 2024-04-12 | Upgrade `pcap` to `1.3` | Markus Pettersson | 2 | -3/+4 | |
| This fixes type checking of `pcap` functions on Windows. Without it, type checking of the ``test-runner` crate from a Linux host to a Windows target would not work. | |||||
| 2024-04-12 | Do not panic in DNS tests | Markus Pettersson | 1 | -16/+23 | |
| Avoid panicking in more tests - prefer to propagate an error value instead. | |||||
| 2024-04-12 | Get rid of type casting for test function argument | Markus Pettersson | 4 | -31/+27 | |
| Replace the `Box<dyn Any>` type for the third test function argument 'mullvad client' - replace it with a dedicated enum type `MullvadClientArgument`. This change got rid of the type casting from `Box<dyn Any>` to `MullvadProxyClient` done in the `test_function` macro. | |||||
| 2024-04-12 | Fix SOCKS5 server should accept all traffic | Markus Pettersson | 1 | -4/+4 | |
| Specify that the `Authentication` should be 'Accept all traffic' by default for the SOCKS5-server we spawn on the test manager. Otherwise, the default is to 'Deny all traffic' by default. | |||||
| 2024-04-12 | Refactor custom access method integration tests | Markus Pettersson | 1 | -44/+50 | |
| Break out the Shadowsocks and SOCKS5 custom access method tests into seperate tests. The intent is to increase logging granularity. | |||||
| 2024-04-12 | Add ClearCustomLists RPC call | Joakim Hulthe | 1 | -6/+5 | |
| 2024-04-12 | Add ClearCustomApiAccessMethods rpc call | Joakim Hulthe | 1 | -0/+11 | |
| 2024-04-12 | Make sure we clear all settings between e2e tests | Joakim Hulthe | 1 | -13/+50 | |
| 2024-04-11 | Fix wireguard rotation test | Sebastian Holmin | 1 | -20/+39 | |
| The test was flaky because if a race condition which made the key rotation missable. | |||||
| 2024-04-10 | Add list-tests command to test-manager | Joakim Hulthe | 1 | -0/+14 | |
| 2024-04-10 | Sort desktop e2e result matrix by priority | Joakim Hulthe | 3 | -7/+12 | |
