| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2023-08-25 | Print swiftlint version | Andrej Mihajlov | 1 | -0/+1 | |
| 2023-08-25 | Make sure that we run linting/formatting under ios/ and not from the root | Andrej Mihajlov | 1 | -0/+2 | |
| 2023-08-21 | Temporarily disable instrumental tests | Jonatan Rhodin | 1 | -0/+1 | |
| 2023-08-18 | Run xcodebuild manually, pass output to xcbeautify | Andrej Mihajlov | 1 | -8/+14 | |
| - Disable: MullvadVPNScreenshots -- this is the target used by fastlane snapshot. This won't work on CI and needs further discussion - Add PacketTunnelCoreTests to test plan | |||||
| 2023-08-11 | Attempt running swiftlint directly from the github macOS image | Bug Magnet | 1 | -8/+4 | |
| 2023-08-11 | Add a swiftlint configuration and a github action for running swiftlint | Bug Magnet | 1 | -0/+15 | |
| Use the same swiftlint version as on brew | |||||
| 2023-08-04 | Bump rust nightly toolchain in `rust-unused-dependencies` workflow | Markus Pettersson | 1 | -1/+2 | |
| 2023-08-03 | Use container in ktfmt action | Albin | 1 | -0/+33 | |
| 2023-08-03 | Use container in audit action | Albin | 1 | -3/+38 | |
| 2023-08-03 | Bump cache action job id to jdk17 | Albin | 1 | -5/+5 | |
| 2023-08-01 | Un-ignore RUSTSEC-2020-0071 and ban time 0.1 from dependency tree | Linus Färnstrand | 1 | -3/+0 | |
| 2023-08-01 | Un-ignore RUSTSEC-2021-0145 since atty is no longer in the dep tree | Linus Färnstrand | 1 | -5/+1 | |
| 2023-07-27 | Update actions with new resource path | Albin | 2 | -3/+3 | |
| 2023-07-21 | Move tests into test plans | Jon Petersson | 1 | -0/+1 | |
| 2023-06-29 | Revert the temporary test on the cargo audit CI | Linus Färnstrand | 1 | -3/+3 | |
| Should make it run smoothly again, and back to the original time | |||||
| 2023-06-29 | Testing new schedule | Linus Färnstrand | 1 | -7/+3 | |
| 2023-06-29 | Use dedicated github action for cargo audit | Linus Färnstrand | 1 | -22/+12 | |
| Integrates better with Github actions, and yields better output on errors | |||||
| 2023-06-29 | Add CI job for vendoring Rust dependencies | Linus Färnstrand | 1 | -0/+28 | |
| This is used mostly to detect invalidly set up dependencies. Cargo vendor will exit with an error if there are duplicate versions/sources of one dependency | |||||
| 2023-06-28 | Edit verify signature CI to catch changes in files in folders | Linus Färnstrand | 1 | -3/+2 | |
| 2023-06-28 | Add html comment opening bracket back | Linus Färnstrand | 1 | -0/+1 | |
| 2023-06-28 | Update PR template to recommend adding testing instructions | Emīls | 1 | -3/+6 | |
| 2023-06-09 | Fix CI verification script | Jonathan | 1 | -0/+1 | |
| The verification script running on github would complain that the first commit of a PR changed all of the locked down files if this commit was unsigned. The reason was that in our github enviornment we don't fetch the entire git history but instead only the needed commits (so called shallow repository). The entire history is therefore folded into the first commit in the shallow repo. Since this history contains modifications of locked down files and since this commit is not signed the script will think this commit modified files its not allowed to. This fix deepens the shallow repo by 1 after fetching. It also clarifies a print in verification script to be more descriptive. | |||||
| 2023-06-01 | Add daily scheduled gradle audit check | Albin | 1 | -0/+7 | |
| 2023-06-01 | Set audit task action name | Albin | 1 | -1/+2 | |
| 2023-06-01 | Limit PR audit trigger path to gradle lockfile | Albin | 1 | -1/+1 | |
| 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-22 | Add shadowsocks-proxy crate | Emīls | 1 | -0/+2 | |
| 2023-05-19 | Use C drive for build artifacts in CI | Emīls | 1 | -0/+5 | |
| 2023-05-09 | Fix broken github CI script caused by CVE fix | Jonathan | 1 | -8/+4 | |
| The github CI code broke due to a code injection vulnerability being fixed in a quick-and-dirty way. The dirty solution is here cleaned up and works better than previously. | |||||
| 2023-05-03 | Upgrade CI to macOS 13 and Xcode 14.3 | Andrej Mihajlov | 1 | -39/+14 | |
| 2023-05-02 | Run Clippy in CI on macOS | Linus Färnstrand | 1 | -1/+1 | |
| 2023-04-27 | Temporary fix to avoid the reported vuln: GHSA-x5vj-ch4c-g3jr | Linus Färnstrand | 1 | -3/+4 | |
| 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-04-24 | Fix XML action workflow path | Albin | 1 | -1/+1 | |
| 2023-04-24 | Rename tidy helper script | Albin | 1 | -1/+1 | |
| 2023-04-24 | Restructure tidy formatting script | Albin | 1 | -2/+1 | |
| The script can now be executed rather than having to be sourced. | |||||
| 2023-03-27 | Add workflow for checking proto file formatting | David Lönnhager | 1 | -0/+17 | |
| 2023-03-25 | Add multi-arch support in android build action | Albin | 1 | -14/+104 | |
| This adds support for building the native libraries in parallel for the supported architectures. | |||||
| 2023-03-22 | Fix kotlin formatting trigger path | Albin | 2 | -3/+4 | |
| 2023-03-22 | Rename tidy workflow and job | Albin | 1 | -2/+2 | |
| 2023-03-22 | Change action from `ktlint` to `ktfmt` | Albin | 2 | -21/+14 | |
| 2023-03-16 | Migrate tidy action to use container | Albin | 1 | -3/+26 | |
| 2023-03-15 | Adjust gh action strip tool path for new NDK version | Albin | 1 | -1/+1 | |
| 2023-03-15 | Fix repo ownership in android build action | Albin | 1 | -0/+1 | |
| 2023-03-07 | Bump Go version in workflow to 1.19.5 | Emīls | 1 | -1/+1 | |
| 2023-03-03 | Ignore git warnings about safe directories (github actions limitation) | Linus Färnstrand | 2 | -2/+6 | |
| 2023-03-03 | Make container changes trigger rust-unused-dependencies.yml workflow | Linus Färnstrand | 1 | -0/+1 | |
| 2023-02-27 | Add i686-pc-windows-msvc to CI workflow | David Lönnhager | 1 | -0/+1 | |
| 2023-02-23 | Rename all mentions of the "master" branch to "main" | Linus Färnstrand | 2 | -5/+5 | |
