summaryrefslogtreecommitdiffhomepage
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2021-12-21Update to node 16.9.1Oskar Nyberg1-1/+1
2021-12-20Add Android dependency auditAlbin1-0/+15
Adds the OWASP Dependency-Check tool to the project to detect potentially vulnerable dependencies. Gradle is configured to skip the lintClassPath configuration, which relies on many dependencies that has been flagged to have CVEs, as it's related to the lint tooling rather than the project's compilation class path. The alternative would be to suppress specific CVEs, however that could potentially result in suppressed CVEs in project compilation class path.
2021-12-16Split Android project and app moduleAlbin2-3/+3
The purpose of this is to: * Comply better with the default Android project structure (see https://developer.android.com/studio/build). * Avoid conflicts between project and app dependencies and plugins.
2021-11-16Make trojan source check script more universally usableLinus Färnstrand1-1/+1
Make the script take the path to the dir to check as argument instead of being self aware.
2021-11-09Add GitHub Actions workflow for Unicode scriptDavid Lönnhager1-0/+17
2021-11-03CI: Switch to macOS 11 and iOS 13Andrej Mihajlov1-4/+4
2021-10-27Temporarily ignore RUSTSEC-2020-0159 RUSTSEC-2020-0071 (time + chrono)Linus Färnstrand1-1/+3
2021-10-25Add format specifiers check to translations actionOskar Nyberg1-0/+4
2021-10-01Update node version in Github Actions actionOskar Nyberg1-1/+1
2021-09-28Run `cargo audit` more oftenDavid Lönnhager1-0/+1
2021-09-27CI: add -quiet to suppress overly verbose xcodebuild outputAndrej Mihajlov1-1/+3
2021-09-20Actions: cache spmAndrej Mihajlov1-1/+18
2021-06-24Bump node version in translations YAMLDavid Lönnhager1-1/+1
2021-06-24Bump node to version 14 in GitHub actionsDavid Lönnhager1-1/+1
2021-06-21Actions: build active arch onlyAndrej Mihajlov1-1/+1
2021-06-21Actions: setup go-lang 1.16Andrej Mihajlov1-0/+5
2021-05-27Make architecture names standardJanito Vaqueiro Ferreira Filho1-1/+1
`build-apk.sh` and `wireguard/libwg/build-android.sh` were using different names for the same architecture (x86/i686, arm/armv7, arm64/aarch64). Making it consistent helps to reuse the same `$ARCHITECTURES` environment variable for both scripts.
2021-05-19Add GitHub Actions worflow for testing the toolJanito Vaqueiro Ferreira Filho1-0/+24
2021-04-20Add CI job for auditing Cargo.lock filesDavid Lönnhager1-0/+23
2021-04-12Add CI job for Android instrument testsAleksandr Granin1-23/+89
2021-03-27Ignore translations workflow changes in daemon jobJanito Vaqueiro Ferreira Filho1-0/+1
2021-03-27Ignore desktop GUI workflow changes in daemon jobJanito Vaqueiro Ferreira Filho1-0/+1
2021-03-27Ignore iOS workflow changes in daemon workflow jobJanito Vaqueiro Ferreira Filho1-0/+1
2021-03-27Add GitHub Actions workflow for translationsJanito Vaqueiro Ferreira Filho1-0/+50
Checks if: - the repository has the latest translation messages extracted into the template file; - the Android resources contain the latest translation messages obtained from the desktop GUI translation messages; - the Android messages that aren't available in the desktop GUI are present in the messages template file.
2021-03-23Drop Travis jobsDavid Lönnhager1-1/+0
2021-03-22Add github workflow for iOS testsAndrej Mihajlov1-0/+30
2021-03-22Define `NDK_TOOLCHAIN_DIR` for CI buildsJanito Vaqueiro Ferreira Filho1-0/+1
2021-03-19Run ktlint and xml-tidy only for main codeAleksandr Granin1-1/+1
2021-03-19Add unit test into CIAleksandr Granin1-0/+1
2021-03-15Add Windows to GitHub actions frontend-build jobOskar Nyberg1-1/+4
2021-03-15Add GitHub actions frontend jobOskar Nyberg1-0/+49
2021-03-12Add daemon build job for WindowsJanito Vaqueiro Ferreira Filho1-0/+28
2021-03-12Add daemon build job for macOSJanito Vaqueiro Ferreira Filho1-1/+20
2021-03-12Add daemon build job for LinuxJanito Vaqueiro Ferreira Filho1-0/+63
2021-03-12Add workflow for checking Rust formattingJanito Vaqueiro Ferreira Filho1-0/+28
2021-03-10Update Android Docker imageDavid Lönnhager1-1/+1
2021-02-15Add GitHub Actions workflow for linting XML filesJanito Vaqueiro Ferreira Filho1-0/+21
2021-02-15Create GitHub Actions workflow for Kotlin linterJanito Vaqueiro Ferreira Filho1-0/+25
2021-02-15Create initial GitHub Actions workflow for AndroidJanito Vaqueiro Ferreira Filho1-0/+77
2020-04-07Fix some style in the issue template that did not turn out very goodLinus Färnstrand1-2/+6
2020-04-07Replace old issue template with newer oneLinus Färnstrand1-11/+19
2018-08-03Add issue template and improve PR templateLinus Färnstrand2-2/+22
2018-02-09Add initial Github PR templateLinus Färnstrand1-0/+3