| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 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-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 | |
| 2023-02-13 | Add GH actions job for AGP linting | Albin | 1 | -0/+11 | |
| 2023-02-08 | Deny unused_async lint in clippy in Github actions | Linus Färnstrand | 1 | -1/+1 | |
| 2023-02-02 | Enable mockapi tests in GH actions | Albin | 1 | -1/+1 | |
| 2023-02-01 | Update cargo audit CI job description to not mention env_logger | Linus Färnstrand | 1 | -2/+1 | |
| 2023-02-01 | Deny warnings in `cargo audit` CI job | Linus Färnstrand | 1 | -1/+5 | |
| 2023-01-31 | Disable flaky android tests | Albin | 1 | -1/+1 | |
| 2023-01-25 | Upload report on ci instrumentation test failures | Albin | 1 | -0/+9 | |
| The report includes: * Screenshots * Logcat * Instrumentation logs | |||||
| 2023-01-25 | Add mockapi test job in gh actions | Albin | 1 | -4/+20 | |
| 2023-01-25 | Enable api override in gh actions | Albin | 1 | -1/+1 | |
| 2023-01-25 | Improve naming of Android GH actions jobs | Albin | 1 | -2/+4 | |
| 2023-01-24 | Remove reference to dist-assets/api-ip-address.txt as it does not exist | Linus Färnstrand | 1 | -1/+0 | |
| 2023-01-24 | Convert rustfmt CI run to use stable rustfmt | Linus Färnstrand | 1 | -5/+3 | |
| 2023-01-23 | Switch to self-hosted runner for Android tests | Albin | 1 | -39/+3 | |
| This commit switches to a self-hosted test runner for instrumented Android tests. | |||||
| 2023-01-20 | Move dist-assets/relays.json to build/relays.json | Linus Färnstrand | 1 | -2/+2 | |
| 2023-01-20 | Upgrade checkout action to v3 | Linus Färnstrand | 1 | -1/+1 | |
| 2023-01-20 | Run cargo audit on a schedule every day | Linus Färnstrand | 1 | -0/+7 | |
| 2023-01-20 | Don't run cargo audit when *.rs files change | Linus Färnstrand | 1 | -1/+0 | |
| 2023-01-20 | Use a shorter and smarter include path list for the "Daemon+CLI" job | Linus Färnstrand | 1 | -27/+21 | |
| 2023-01-20 | Replace an include list with an exclude list for Android CI | Linus Färnstrand | 1 | -17/+14 | |
| The list was outdated, so not triggering on a bunch of file changes it should have been triggering on. This might on the other hand trigger a few times when it's not needed. But better than too seldom | |||||
