| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-08-14 | Remove unsupported Ubuntu distros from e2e tests | David Lönnhager | 1 | -2/+2 | |
| 2024-08-14 | Remove unsupported Fedora distros from e2e tests | David Lönnhager | 1 | -2/+2 | |
| 2024-08-09 | Enable permissions when calling sub workflow | Bug Magnet | 3 | -0/+12 | |
| 2024-08-09 | Restructure test scripts | Sebastian Holmin | 1 | -3/+3 | |
| Split functionality `ci-runtest.sh` into multiple scripts. `test-by-version.sh` can be used to test against any version of the app available on the build servers. `test-utils.sh` contains shared logic. Rename `PACKAGES_DIR` env `PACKAGE_DIR`, it's more consistent with the new CLI flag. | |||||
| 2024-08-08 | Change the way iOS end to end tests workflows are set up | Niklas Berglund | 6 | -71/+195 | |
| 2024-07-29 | Use latest `cargo-udeps` in GHA | Markus Pettersson | 1 | -3/+3 | |
| 2024-07-25 | Limit permissions on git-commit-message-style CI job | Linus Färnstrand | 1 | -0/+2 | |
| 2024-07-25 | Limit permissions on shellcheck CI job | Linus Färnstrand | 1 | -0/+2 | |
| 2024-07-25 | Limit permissions on check-changelog CI job | Linus Färnstrand | 1 | -0/+4 | |
| 2024-07-25 | Limit permissions on verify-locked-down-signatures CI job | Linus Färnstrand | 1 | -0/+3 | |
| 2024-07-25 | Limit permissions on yamllint CI job | Linus Färnstrand | 1 | -0/+3 | |
| 2024-07-25 | Limit permissions on yamllint CI job | Linus Färnstrand | 1 | -0/+3 | |
| 2024-07-23 | Add some descriptive job names | Markus Pettersson | 1 | -0/+5 | |
| 2024-07-23 | Fix false negative in github action | Markus Pettersson | 1 | -3/+12 | |
| Add a precondition to all os-specific test steps in the desktop end-to-end test github action which checks if there are any vms to test for the given os. . Without this check, the parsing of the vm names assumed that there would exist atleast 1, causing the parsing to fail if there were none. This would show up in the GitHub summary view as a failure, while the intention was for it to be a noop. Fix `yamllint` | |||||
| 2024-07-23 | Force changes to CODEOWNERS to be signed | Linus Färnstrand | 1 | -0/+1 | |
| 2024-07-23 | Exclude heavy compile CI jobs on changes to CODEOWNERS | Linus Färnstrand | 2 | -0/+2 | |
| 2024-07-18 | Run screenshot tests when ruby deps change | Emīls | 1 | -0/+4 | |
| Signed-off-by: Emīls <emils@mullvad.net> | |||||
| 2024-07-17 | Update wireguard-apple | Emīls | 4 | -4/+4 | |
| 2024-07-16 | Exclude ci/ directory from triggering heavy Rust CI jobs | Linus Färnstrand | 2 | -0/+3 | |
| 2024-07-09 | Update osv-scanner schedule to run every weekday morning | Linus Färnstrand | 1 | -1/+1 | |
| 2024-07-09 | Configure which CI jobs should be triggered by osv-scanner.toml changes | Linus Färnstrand | 4 | -0/+4 | |
| 2024-07-09 | Add osv-scanner CI job | Linus Färnstrand | 2 | -0/+39 | |
| Based off of googles example workflow | |||||
| 2024-07-03 | Fix test account arguments | Albin | 1 | -3/+3 | |
| 2024-06-27 | Re-enable screenshots for iPad | Niklas Berglund | 1 | -1/+0 | |
| 2024-06-26 | Check out necessary submodules in GitHub Actions workflows | David Lönnhager | 2 | -4/+10 | |
| 2024-06-25 | Update Github actions to use `wireguard-go` as a submodule | Markus Pettersson | 10 | -22/+74 | |
| 2024-06-25 | Add a safe FFI wrapper in `wireguard-go-rs` | Sebastian Holmin | 1 | -1/+1 | |
| - Add local wireguard go import - Activate DAITA and add `wgActivateDaita` and `wgReceiveEvent` FFI - Implement `start_daita` on Wireguard-go tunnel type - Mention DAITA in `wireguard-go-rs` description - Do not compile `wireguard-go-rs` on Windows - Handle DAITA closed on `nil` event - Handle daita action timeouts in libwg - Remove noisy log lines - Remove `maybenot_on_action` callback - Remove unused link to `../build/lib` for `talpid-wireguard` - Bump the `wireguard-go` submodule to a signed release tag in Mullvad's `wireguard-go` fork. - Update path to `libwg/go.sum` in verification script Also: - Use u64 instead of *mut void as log context - Make Tunnel::set_config take a &mut self - Use dyn Error instead of i32s for wg errors Co-authored-by: Joakim Hulthe <joakim@hulthe.net> | |||||
| 2024-06-25 | Run integration tests on Fedora 40 | Markus Pettersson | 1 | -3/+3 | |
| 2024-06-19 | Fix for failing iOS screenshot tests | Niklas Berglund | 2 | -14/+31 | |
| 2024-06-17 | Add action to ensure clean lockfile | Albin | 1 | -0/+31 | |
| 2024-06-17 | Add 'bias' to allowed commit message verbs | David Lönnhager | 1 | -1/+1 | |
| 2024-06-10 | Move iOS end to end tests to staging environment | Niklas Berglund | 2 | -2/+24 | |
| 2024-06-07 | Add the UITests xcconfig file when running screenshot tests | Bug Magnet | 1 | -0/+1 | |
| 2024-05-30 | Add the word obfuscate to the list of allowed verbs | Bug Magnet | 1 | -1/+1 | |
| 2024-05-29 | Migrate to gRPC | David Göransson | 1 | -0/+2 | |
| Co-authored-by: Jonatan Rhodin <jonatan.rhodin@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net> Co-authored-by: David Lönnhager <david.l@mullvad.net> | |||||
| 2024-05-27 | Add required protobuf dependencies | Bug Magnet | 2 | -0/+10 | |
| 2024-05-21 | Add protobuf when building and running tests | Bug Magnet | 1 | -0/+5 | |
| 2024-05-16 | Update GA workflows | David Lönnhager | 3 | -32/+17 | |
| 2024-05-07 | Run integration tests for Ubuntu 24.04 | David Lönnhager | 1 | -2/+2 | |
| 2024-05-06 | Fix e2e report dir | Albin | 1 | -1/+1 | |
| 2024-04-23 | Bump setup-protoc action to v3 | David Lönnhager | 6 | -9/+9 | |
| 2024-04-18 | Remove pointless submodule update | David Lönnhager | 1 | -4/+0 | |
| 2024-04-16 | Check out wg-nt in CI | David Lönnhager | 1 | -0/+4 | |
| 2024-04-12 | Revert "Use faster GH runners for slow jobs" | Albin | 1 | -3/+3 | |
| This reverts commit cae065cd6dfb3ee98682114c9f7ccb709e9f9772. Reverted due to unreasonable cost. | |||||
| 2024-04-10 | Add CI check for android and ios changelogs | Albin | 1 | -1/+6 | |
| 2024-04-09 | Fix nightly iOS end-to-end tests not ran | Niklas Berglund | 1 | -1/+1 | |
| 2024-04-08 | Add settings migration tests for iOS | Niklas Berglund | 1 | -1/+0 | |
| 2024-04-04 | Update old app commit hash | Niklas Berglund | 1 | -1/+1 | |
| 2024-04-04 | Add settings migration tests for iOS | Niklas Berglund | 2 | -37/+148 | |
| 2024-04-04 | Add "wrap" to list of allowed imperative verbs in git commit messages | Linus Färnstrand | 1 | -1/+1 | |
