| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-09-18 | Create custom action for Mullvad build env | David Lönnhager | 1 | -20/+4 | |
| 2025-09-11 | Set core.longpaths in all relevant workflows | David Lönnhager | 1 | -0/+5 | |
| 2025-05-14 | Fix flaky GitHub workflows | David Lönnhager | 1 | -0/+8 | |
| 2025-02-04 | Set toolchain and target directly with Rustup | Linus Färnstrand | 1 | -12/+0 | |
| 2024-11-26 | Update Actions | tinyboxvk | 1 | -2/+2 | |
| Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com> | |||||
| 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-04-23 | Bump setup-protoc action to v3 | David Lönnhager | 1 | -2/+2 | |
| 2024-02-26 | Run clippy with `--no-default-features` instead of default features | Sebastian Holmin | 1 | -2/+2 | |
| 2024-02-26 | Reorder flags in CI job to improve readability | Sebastian Holmin | 1 | -1/+1 | |
| 2024-02-20 | Run `clippy` with `all-features` in CI | Markus Pettersson | 1 | -0/+2 | |
| 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 | -2/+2 | |
| 2024-01-08 | Remove outdated custom warn flag | Sebastian Holmin | 1 | -2/+2 | |
| 2023-12-15 | Add `testframework-clippy.yml` | Markus Pettersson | 1 | -0/+73 | |
| Check for code quality improvements on all rust source code with `clippy` in the `test` workspace. | |||||
