| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-09-18 | Create custom action for Mullvad build env | David Lönnhager | 1 | -35/+2 | |
| 2025-09-11 | Set core.longpaths in all relevant workflows | David Lönnhager | 1 | -0/+6 | |
| 2025-08-26 | Pin Zig version in CI | Sebastian Holmin | 1 | -0/+2 | |
| 2025-05-26 | Update setup-zig action | David Lönnhager | 1 | -1/+1 | |
| 2025-05-14 | Fix flaky GitHub workflows | David Lönnhager | 1 | -0/+4 | |
| 2025-02-07 | Update all CI to update wireguard-go submodule more explicitly | Linus Färnstrand | 1 | -2/+2 | |
| 2025-02-04 | Change run commands to single line | Kalle Lindström | 1 | -2/+1 | |
| 2025-02-04 | Set toolchain and target directly with Rustup | Linus Färnstrand | 1 | -6/+0 | |
| 2025-01-24 | Update clippy workflow | David Lönnhager | 1 | -1/+10 | |
| 2025-01-22 | Add --workspace to cargo invocations, to test all crates | Linus Färnstrand | 1 | -2/+2 | |
| 2024-11-26 | Update Actions | tinyboxvk | 1 | -3/+3 | |
| Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com> | |||||
| 2024-09-06 | Check out wireguard-go-rs recursively in workflow | Albin | 1 | -1/+1 | |
| 2024-08-22 | Add top level `permissions` to all Github Actions workflows | Linus Färnstrand | 1 | -0/+3 | |
| The default permission on the repository is already set to read only. So in practice this makes no difference. But this makes that more explicit, and less relying on the repository being correctly configured. This also makes security scanning tools such as OpenSSF scorecard happier about the overall security of our repository. | |||||
| 2024-06-25 | Update Github actions to use `wireguard-go` as a submodule | Markus Pettersson | 1 | -2/+15 | |
| 2024-04-23 | Bump setup-protoc action to v3 | David Lönnhager | 1 | -1/+1 | |
| 2024-02-26 | Run clippy with `--no-default-features` instead of default features | Sebastian Holmin | 1 | -2/+2 | |
| 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 | 1 | -2/+4 | |
| Run `clippy` with `all-features` in CI to get more coverage and catch more mistakes earlier. | |||||
| 2024-01-08 | Add `--all-targets` to CI pipeline | Sebastian Holmin | 1 | -1/+1 | |
| 2024-01-04 | Remove explicit allow of unused_async in CI | Linus Färnstrand | 1 | -2/+2 | |
| 2023-05-24 | Add github actions HOME FIX(tm) | Linus Färnstrand | 1 | -0/+5 | |
| 2023-05-24 | Run cargo clippy against Android | Linus Färnstrand | 1 | -3/+42 | |
| 2023-05-02 | Run Clippy in CI on macOS | Linus Färnstrand | 1 | -1/+1 | |
| 2023-04-26 | Run clippy CI on Windows | Linus Färnstrand | 1 | -1/+6 | |
| Co-authored-by: David Lönnhager <david.l@mullvad.net> | |||||
| 2023-02-08 | Deny unused_async lint in clippy in Github actions | Linus Färnstrand | 1 | -1/+1 | |
| 2023-01-13 | Run yamlfix on all of .github/workflows/ | Linus Färnstrand | 1 | -12/+11 | |
| 2022-11-02 | Remove unused GH path | Emīls Piņķis | 1 | -1/+0 | |
| Seems like when `ci/check-clippy.sh` was removed ,this watch path was not. | |||||
| 2022-09-27 | Download protoc in CI | Emīls Piņķis | 1 | -0/+5 | |
| 2022-06-30 | Fix newly introduced clippy warnings | Jonathan | 1 | -1/+3 | |
| Most significantly included making the TunnelArgs struct bigger by including most of the parameters that are used in the call-chain for Wireguard tunnels. This makes the struct less arbitrary and keeps down the amount of arguments to a manageable level. Fix `is_offline` lint complaint Nightly clippy (0.1.63) does not complain about this however stable (0.1.61) does and as such we'll change the name it. The mutability did not seem to be necessary but we agreed the name change is good anyway. | |||||
| 2022-06-30 | Add CI script for running Clippy | Jonathan | 1 | -0/+35 | |
| CI script will run clippy with `RUSTFLAGS="--deny warnings"` because this is how we do it in the other build CI scripts. However this might clash with configs that are done in the `.cargo/config` file. I expect this will not be a significant problem however and the CI script is not a critical resource and as such it seems like a waste to bikeshed this. | |||||
