| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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 | 3 | -37/+207 | |
| 2024-04-04 | Add "wrap" to list of allowed imperative verbs in git commit messages | Linus Färnstrand | 1 | -1/+1 | |
| 2024-04-02 | Require changes to Cargo.toml to be signed | Linus Färnstrand | 1 | -0/+3 | |
| Also add a (forgotten?) test/Cargo.lock | |||||
| 2024-03-28 | Add comments about what the git commit message checking workflows do | Linus Färnstrand | 1 | -0/+3 | |
| 2024-03-27 | Add tidy as commit message verb | Andrew Bulhak | 1 | -0/+2 | |
| 2024-03-27 | Bump opinionated-commit-message github action to version with more verbs | Linus Färnstrand | 1 | -3/+1 | |
| Pins the action to a commit hash rather than tag. For supply chain security | |||||
| 2024-03-26 | Require signatures to update test/deny.toml | Linus Färnstrand | 1 | -0/+1 | |
| It's less important than the root deny.toml. But it still in certain ways affect supply chain security and licensing | |||||
| 2024-03-25 | Run iOS CI workflow when changing the root Cargo toml file | Bug Magnet | 1 | -0/+1 | |
| 2024-03-25 | Force the rust version to the current stable release | Bug Magnet | 5 | -5/+20 | |
| 2024-03-25 | Upgrade `plist` | Markus Pettersson | 1 | -3/+1 | |
| 2024-03-21 | Reorder actions to not hide important failure | Linus Färnstrand | 1 | -10/+10 | |
| The mristin/opinionated-commit-message action can sometimes fail on things we don't consider blocking/hard errors. Such as a correct imperative verb that does not happen to be in the action's wordlist. In these cases the job is aborted and the whitespace checking step is never executed, leading to a larger risk of accidentally merging invalid whitespaces | |||||
| 2024-03-21 | Change max git commit message subject line length to 72 | Linus Färnstrand | 1 | -2/+2 | |
| 2024-03-21 | Ensure signed commits for gradle wrapper updates | Albin | 1 | -0/+3 | |
| 2024-03-19 | Add "restart" and "coalesce" as accepted github commit message verbs | Linus Färnstrand | 1 | -0/+2 | |
| 2024-03-19 | Fix Actions job name typo | Linus Färnstrand | 1 | -1/+1 | |
| 2024-03-14 | Check for unicode whitespace characters | Linus Färnstrand | 1 | -0/+12 | |
| 2024-03-14 | Add Github actions CI job for checking commit messages | Linus Färnstrand | 1 | -0/+18 | |
| 2024-03-13 | Run `cargo deny` in `test` workspace | Markus Pettersson | 1 | -0/+25 | |
| Security advisories`RUSTSEC-2023-0081` makes `cargo deny` fail when running it from the test workspace. No fixes have been released for any of our dependencies which triggers these security advisories, so we have litle choise other than ignoring them for now and keeping an eye out for updates upstream. | |||||
| 2024-03-11 | Update UITests configuration attribute names | Niklas Berglund | 1 | -8/+6 | |
| 2024-03-11 | Add -disableAutomaticPackageResolution to xcodebuild command | Jon Petersson | 4 | -0/+6 | |
| 2024-03-11 | Add name to shellcheck workflow | Sebastian Holmin | 1 | -0/+2 | |
| 2024-03-08 | Update end-to-end target selection description | Sebastian Holmin | 1 | -1/+4 | |
| 2024-03-08 | Add deny.toml to list of important files that must be signed | Linus Färnstrand | 1 | -0/+1 | |
| Since it controls what external sources cargo is allowed to pull in | |||||
| 2024-03-07 | Fix end to end test build script | Bug Magnet | 1 | -1/+2 | |
| 2024-03-05 | Run shellcheck as a github workflow | Joakim Hulthe | 1 | -0/+17 | |
| 2024-03-01 | Updated iOS end to end tests workflow condition | Niklas Berglund | 1 | -0/+3 | |
| 2024-03-01 | Add workflow input for repeating mockapi tests | Albin | 1 | -5/+17 | |
| NOTE: This PR keeps mockapi tests disabled due to their current flakiness. The work to address that and enable the GH tests will be part of a different PR. | |||||
| 2024-03-01 | Update to use debug configuration's secrets | Niklas Berglund | 1 | -2/+2 | |
| 2024-03-01 | Change test and lint matrix strategy | Albin | 1 | -0/+1 | |
| The purpose of this is to allow all ongoing lint and test jobs to continue even though one has failed. This will make sure that developers get feedback for all jobs in the matrix. | |||||
| 2024-03-01 | Use faster GH runners for slow jobs | Albin | 1 | -3/+3 | |
| 2024-02-29 | Run more GH jobs in parallell to improve speed | Albin | 1 | -93/+216 | |
| This is achieved by no longer re-using build results between steps and instead running some of the common gradle tasks in a redundant parallall way. Also makes use of a third-party action called wait-for-jobs to pause at a step in the middle of a job and awaiting artifacts from other jobs. | |||||
| 2024-02-29 | Bump checkout action | Albin | 1 | -7/+7 | |
| 2024-02-27 | Ignore RUSTSEC-2023-0081 | Markus Pettersson | 1 | -1/+2 | |
| 2024-02-27 | GitHub actions workflow for iOS end to end tests | Niklas Berglund | 1 | -0/+80 | |
| 2024-02-26 | Run clippy with `--no-default-features` instead of default features | Sebastian Holmin | 2 | -4/+4 | |
| 2024-02-26 | Reorder flags in CI job to improve readability | Sebastian Holmin | 1 | -1/+1 | |
| 2024-02-20 | Replace `--benches --tests` with ´--all-targets` in CI job | Sebastian Holmin | 1 | -4/+4 | |
| 2024-02-20 | Run `clippy` with `all-features` in CI | Markus Pettersson | 2 | -2/+6 | |
| Run `clippy` with `all-features` in CI to get more coverage and catch more mistakes earlier. | |||||
| 2024-02-15 | Ignore `RUSTSEC-2023-0079` in test framework | Markus Pettersson | 1 | -1/+2 | |
| 2024-02-15 | Build MullvadVPNUITests post merge to guarantee it is not accidentally broken | Bug Magnet | 1 | -1/+9 | |
