| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2024-12-13 | Change CI lint task to only run on app module | Albin | 1 | -1/+1 | |
| Limit linting to the app module in CI since it has the `checkDependencies` option set. | |||||
| 2024-12-12 | Remove machines file except on Windows | David Lönnhager | 1 | -3/+0 | |
| 2024-12-02 | Add daemon CI job for Windows ARM64 | David Lönnhager | 1 | -6/+25 | |
| 2024-12-02 | Use latest stable Rust version in daemon workflow (unpin) | David Lönnhager | 1 | -1/+1 | |
| 2024-11-28 | Pin `rustc` to `1.81` in Windows build GHA | Markus Pettersson | 1 | -1/+1 | |
| 2024-11-27 | Remove settings migration test from CI | mojganii | 2 | -126/+4 | |
| 2024-11-26 | Update Actions | tinyboxvk | 30 | -68/+68 | |
| Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com> | |||||
| 2024-11-26 | Build mullvad-api in iOS CI workflow | David Lönnhager | 1 | -5/+7 | |
| 2024-11-21 | Use iPhone 16 as a build destination | Bug Magnet | 1 | -4/+4 | |
| 2024-11-21 | Add a github workflow to build on Xcode 16 | Bug Magnet | 1 | -0/+105 | |
| 2024-11-21 | Upload artefact even if previous step failed | Niklas Berglund | 1 | -1/+1 | |
| 2024-11-21 | Add `nsventforwarder` to root Cargo workspace | Markus Pettersson | 1 | -1/+0 | |
| 2024-11-19 | Disable nightly firebase tests | Niklas Berglund | 1 | -2/+2 | |
| 2024-11-14 | Fix verify-locked-down-signaturs job | Oskar | 1 | -1/+1 | |
| 2024-11-14 | Update github actions workflows | Oskar | 7 | -28/+29 | |
| 2024-11-14 | Remove the cargo audit CI job, since the same is covered by cargo deny | Linus Färnstrand | 1 | -38/+0 | |
| 2024-11-12 | Use maybenotv2 on iOS, remove maybenotv1 | Emīls | 1 | -1/+1 | |
| 2024-11-05 | Remove old E2E test VMs, and bump minimum supported Debian version | David Lönnhager | 1 | -6/+12 | |
| 2024-11-04 | Exclude maybenot bundle check in lockfile script | Albin | 1 | -5/+0 | |
| 2024-10-30 | Add back maybenot_machines version 1 | Joakim Hulthe | 2 | -2/+2 | |
| 2024-10-30 | Add commit_hash to end to end test | mojganii | 1 | -0/+14 | |
| 2024-10-24 | Upgrade osv-scanner to 1.9.0 | Linus Färnstrand | 2 | -2/+2 | |
| Contains, among other things, stricter validation of osv-scanner.toml config files. Ignores invalid config files, making their ignores not ignored | |||||
| 2024-10-23 | Disable e2e tests for PR updates | Niklas Berglund | 1 | -1/+3 | |
| 2024-10-23 | Store unit test report | Niklas Berglund | 1 | -0/+12 | |
| 2024-10-22 | Add new verbs to the list of allowed verbs for commit messages | Oskar | 1 | -1/+1 | |
| 2024-10-22 | Add `--prune-tags` to e2e runner `git fetch` | Sebastian Holmin | 1 | -3/+3 | |
| 2024-10-21 | Update Rust before running end-to-end tests | David Lönnhager | 1 | -0/+5 | |
| 2024-10-18 | Force a sync of the whole system before reading config | Emīls | 1 | -0/+3 | |
| 2024-10-18 | Update docs and scripts for go1.21 | Emīls | 4 | -4/+4 | |
| 2024-10-18 | Upgrade cargo audit CI action ta latest version | Linus Färnstrand | 1 | -2/+2 | |
| Pin to commit since that's best practice | |||||
| 2024-10-15 | Add minimal leak tests for Android | Niklas Berglund | 1 | -2/+4 | |
| 2024-10-15 | Pass secrets to reused workflow | Emīls | 3 | -0/+3 | |
| 2024-10-15 | Bump nightly rustc used in cargo udeps | Linus Färnstrand | 1 | -1/+1 | |
| Required to make it Rust >=1.81 | |||||
| 2024-10-15 | Stop ignoring RUSTSEC-2023-0079 (Kyber timing attack) | Linus Färnstrand | 1 | -4/+0 | |
| The dependency with this CVE is no longer in our dependency tree | |||||
| 2024-10-14 | Disable chrome sandbox when running e2e tests on Linux in GitHub actions | Oskar | 1 | -1/+9 | |
| 2024-10-11 | Fix image to ubuntu 22.04 | David Göransson | 1 | -1/+1 | |
| 2024-10-07 | Fix yaml typo in settings migration test | Emīls | 1 | -1/+1 | |
| 2024-10-01 | Change syntax | Niklas Berglund | 1 | -1/+1 | |
| 2024-10-01 | Run mockapi tests 10 times nightly | Niklas Berglund | 1 | -1/+1 | |
| 2024-09-26 | Add Fedora 41 to E2E workflow | David Lönnhager | 1 | -3/+3 | |
| 2024-09-25 | Add Ubuntu 24.10 VM to end-to-end tests | Markus Pettersson | 1 | -2/+2 | |
| 2024-09-25 | Run android-validate-gradle-wrapper on every matching push | Linus Färnstrand | 1 | -2/+2 | |
| This prevents the following possible ways of commiting a malicious gradle-wrapper.jar to the repository: * Commiting to another path than the one previously specified * Pushing to `main` without going through a PR | |||||
| 2024-09-20 | Clean up actions and workflows from cbindgen | Albin | 2 | -8/+0 | |
| 2024-09-20 | Revert silencing `RUSTSEC-2024-0370` in `cargo audit` | Markus Pettersson | 1 | -6/+2 | |
| 2024-09-17 | Disable the *scheduled* OSV scanner run on pushes | Linus Färnstrand | 1 | -2/+0 | |
| This job should only run on a daily schedule. There is a separate workflow for running on PRs. The reason for disabling it is that it currently runs on every merge, but even if it fails, the PR owner is not notified. | |||||
| 2024-09-17 | Fix ensure clean lockfile task | David Göransson | 1 | -0/+5 | |
| 2024-09-16 | Install `cbindgen` in `rust-unused-dependencies` workflow | Markus Pettersson | 1 | -0/+6 | |
| 2024-09-09 | Ignore RUSTSEC-2024-0370 in audit workflow | David Lönnhager | 1 | -2/+6 | |
| 2024-09-06 | Install cbindgen in build script and workflow | Albin | 1 | -0/+2 | |
| Temporary fix to address maybenot.h (checked in) sometimes needing to be re-generated due to how `make` looks at last-modifications while git neither stores nor consistently sets modification metadata on file checkout. NOTE: The version should match the one used in the checked in maybenot.h file. | |||||
| 2024-09-06 | Add daita grpc and ui | Albin | 1 | -0/+3 | |
