| Age | Commit message (Collapse) | Author | Files | Lines | |
|---|---|---|---|---|---|
| 2025-10-28 | Rename 'shared' to 'repository' | Kalle Lindström | 1 | -1/+1 | |
| 2025-10-21 | Specify runner build label for build job | Albin | 1 | -1/+1 | |
| 2025-10-20 | Add assemble stagemole to android build and testing tasks | Jonatan Rhodin | 1 | -0/+1 | |
| This is required by e2e tests | |||||
| 2025-10-17 | Migrate android build to self-hosted runner | Albin | 1 | -237/+33 | |
| 2025-10-16 | Add many paths to the exclude list for Android build CI | Linus Färnstrand | 1 | -1/+14 | |
| Should save a lot of time in CI when changing unrelated files | |||||
| 2025-10-06 | Bump wait other jobs | David Göransson | 1 | -1/+1 | |
| 2025-08-28 | Use rust-android-gradle plugin as submodule | Kalle Lindström | 1 | -6/+14 | |
| 2025-08-04 | Update scheduled run to 80 iterations | David Göransson | 1 | -1/+1 | |
| 2025-07-11 | Fix debug keystore usage in fork jobs | Albin | 1 | -4/+6 | |
| Moving the dummy debug keystore to an enviornment variable to make t accessible for forks. The dummy debug keystore is not considered a secret and is only used for test and verification. | |||||
| 2025-07-10 | Add e2e test for Google play purchases | David Göransson | 1 | -0/+1 | |
| 2025-05-21 | Update CI jobs to use new property naming scheme | David Göransson | 1 | -2/+5 | |
| 2025-02-14 | Increase schedule e2e test repeat to 10 | Albin | 1 | -1/+1 | |
| 2025-02-14 | Fix schedule e2e test repeat | Albin | 1 | -16/+12 | |
| 2025-02-14 | Clean up outdated comments | Albin | 1 | -9/+0 | |
| 2025-02-10 | Enable using per-runner e2e test account | Albin | 1 | -3/+12 | |
| 2025-02-10 | Increase nightly mockapi test repeat to 100 | Albin | 1 | -1/+1 | |
| 2025-02-07 | Update all CI to update wireguard-go submodule more explicitly | Linus Färnstrand | 1 | -1/+1 | |
| 2025-02-06 | Fix e2e test workflow variables | Albin | 1 | -12/+20 | |
| 2025-01-30 | Move actions keystore to secret | Albin | 1 | -35/+10 | |
| The affected debug.keystore is only used in GitHub actions workflows for test and verification. | |||||
| 2025-01-28 | Fix missing default infra workflow variable | Albin | 1 | -7/+9 | |
| 2025-01-28 | Bundle a pre-generated relay list instead of generating one | Jonatan Rhodin | 1 | -53/+0 | |
| The android app will try to bundle the relays.json found under dist-assets/relays/ if it exists. Otherwise it will rely on the relay list downloaded by the api. For alpha, beta and stable release builds it is required to have a bundled relays.json file. | |||||
| 2025-01-27 | Run e2e tests towards stagemole by default | Albin | 1 | -7/+28 | |
| Co-authored-by: Niklas Berglund <niklas.berglund@gmail.com> | |||||
| 2025-01-10 | Fix gradle rust android plugin | David Göransson | 1 | -0/+2 | |
| 2025-01-08 | Add gradle rust plugin | Jonatan Rhodin | 1 | -40/+45 | |
| 2024-12-17 | Restore lint task | David Göransson | 1 | -1/+1 | |
| 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-11-26 | Update Actions | tinyboxvk | 1 | -8/+8 | |
| Signed-off-by: tinyboxvk <13696594+tinyboxvk@users.noreply.github.com> | |||||
| 2024-11-21 | Upload artefact even if previous step failed | Niklas Berglund | 1 | -1/+1 | |
| 2024-11-19 | Disable nightly firebase tests | Niklas Berglund | 1 | -2/+2 | |
| 2024-11-14 | Update github actions workflows | Oskar | 1 | -1/+1 | |
| 2024-11-12 | Use maybenotv2 on iOS, remove maybenotv1 | Emīls | 1 | -1/+1 | |
| 2024-10-30 | Add back maybenot_machines version 1 | Joakim Hulthe | 1 | -1/+1 | |
| 2024-10-23 | Disable e2e tests for PR updates | Niklas Berglund | 1 | -1/+3 | |
| 2024-10-15 | Add minimal leak tests for Android | Niklas Berglund | 1 | -2/+4 | |
| 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-20 | Clean up actions and workflows from cbindgen | Albin | 1 | -2/+0 | |
| 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 | |
| 2024-09-06 | Check out wireguard-go-rs recursively in workflow | Albin | 1 | -0/+5 | |
| 2024-08-28 | Change schedule of android-app.yml | Niklas Berglund | 1 | -2/+2 | |
| 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-08-22 | Set e2e and mockapi timeout based on repeats | Niklas Berglund | 1 | -1/+12 | |
| 2024-08-22 | Add repeat option for self hosted e2e tests | Niklas Berglund | 1 | -9/+18 | |
| 2024-08-19 | Fix relay list path | Albin | 1 | -1/+1 | |
| 2024-08-19 | Fix for failing mockapi and e2e tests | Niklas Berglund | 1 | -3/+5 | |
| 2024-08-15 | Refactor lockfile script and gradle tasks | Albin | 1 | -5/+5 | |
| 2024-07-23 | Exclude heavy compile CI jobs on changes to CODEOWNERS | Linus Färnstrand | 1 | -0/+1 | |
| 2024-07-09 | Configure which CI jobs should be triggered by osv-scanner.toml changes | Linus Färnstrand | 1 | -0/+1 | |
