summaryrefslogtreecommitdiffhomepage
path: root/.github
AgeCommit message (Collapse)AuthorFilesLines
2024-01-09Bump nightly toolchain used for cargo udepsLinus Färnstrand1-1/+1
2024-01-09Make cargo deny use stable rustLinus Färnstrand1-0/+1
2024-01-08Run e2e tests nightly in GH actionsAlbin1-0/+38
Apart from running on a schedule, it's also possible to trigger the e2e tests using a manual dispatch.
2024-01-08Add `--all-targets` to CI pipelineSebastian Holmin2-3/+3
2024-01-08Remove outdated custom warn flagSebastian Holmin1-2/+2
2024-01-04Remove explicit allow of unused_async in CILinus Färnstrand1-2/+2
2024-01-04Update go version to 1.21.3 in the github workflowJonatan Rhodin2-2/+2
2023-12-20Add that people should point out last working app versionLinus Färnstrand3-0/+9
2023-12-20Update issue template to structured form flowLinus Färnstrand6-33/+413
Uses Githubs form syntax https://docs.github.com/en/communities/using-templates-to-encourage-useful-issues-and-pull-requests/syntax-for-issue-forms
2023-12-18Execute screenshot tests after merging to mainJon Petersson3-10/+76
2023-12-15Exclude `test` workspace from triggering `android-app` workflowMarkus Pettersson1-0/+1
2023-12-15Add `testframework.yml`Markus Pettersson1-0/+111
Build the `test-manager` for the host platforms (Linux & macOS) as well as the `test-runner` for all supported platforms (Linux, Windows & macOS).
2023-12-15Add `testframework-clippy.yml`Markus Pettersson1-0/+73
Check for code quality improvements on all rust source code with `clippy` in the `test` workspace.
2023-12-15Add `testframework-rustfmt.yml`Markus Pettersson1-0/+29
Check formatting of rust source code in the `test` workspace.
2023-12-14Add documentation to `desktop-e2e.yml`Markus Pettersson1-0/+10
2023-12-12Add spm dir to ios screenshots Github actionJon Petersson1-9/+1
2023-12-08Run screenshots action on GithubJon Petersson2-1/+75
2023-12-07Use macos-13 for linting and formattingEmīls1-2/+2
2023-12-01Check whether changelog entries are correct in CIDavid Lönnhager1-0/+18
2023-11-29Add Fedora 39 to testing frameworkMarkus Pettersson1-1/+1
2023-11-29Add Ubuntu 23.10 to testing frameworkMarkus Pettersson1-1/+1
2023-11-28Select targets to run tests on in GitHub ActionsDavid Lönnhager1-9/+72
2023-11-22Build macOS artifacts for E2E on self-hosted runnerDavid Lönnhager1-16/+10
2023-11-22Use git fetch directly to workaround issues with fetch-tags option in ↵David Lönnhager1-6/+3
'checkout' action
2023-11-22Fail action on mobsfscan warningsAlbin1-1/+1
2023-11-22Add mobsf config to suppress and document issuesAlbin1-1/+1
2023-11-22Add GH action for static analysis tool mobsfscanAlbin1-0/+27
The action will currently not fail on warnings. That can be configured after we've went through the warnings and fixed or suppressed them.
2023-11-14Fix firebase job conditionAlbin1-1/+1
2023-11-13Limit firebase test executionAlbin1-1/+5
Only run firebase tests nightly and when explicitly enabled while manually triggering a workflow.
2023-11-13Trigger build and tests nightlyAlbin1-1/+7
2023-11-13Run instrumented mockapi tests in firebase test labAlbin1-0/+22
2023-11-10Use bigger runners and yeetdEmīls1-4/+10
2023-11-06Trigger android audit action on suppression updatesAlbin1-1/+5
2023-11-02Tell users to contact support if their request is not app relatedMrChocolatine1-0/+4
2023-10-30Build artifacts for e2e on arbitrary refsDavid Lönnhager1-0/+152
2023-10-25Bump CI to Xcode 15.0.1 and stop specifying the exact version of iOS simulatorAndrej Mihajlov1-2/+2
2023-10-24Upload e2e-test report matrixMarkus Pettersson1-0/+41
Upload e2e-test report matrix as an `.html` file and submit it to github actions job summary: https://github.blog/2022-05-09-supercharging-github-actions-with-job-summaries/
2023-10-24Fetch tags during checkout in e2e testsDavid Lönnhager1-0/+6
2023-10-20Replace volta-cli/action with actions/setup-nodeOskar Nyberg2-25/+28
2023-10-20Add desktop end-to-end testsDavid Lönnhager1-0/+51
Co-authored-by: Jonathan <jonathan@mullvad.net> Co-authored-by: Markus Pettersson <markus.pettersson@mullvad.net>
2023-10-16Add infra dimension to vpn serviceAlbin1-1/+1
2023-10-13Fix skipped konsist tests due to cachesAlbin1-1/+1
2023-10-12Fix some unit tests not running after adding flavorsAlbin1-1/+4
2023-10-05Try using Xcode15 on github CIBug Magnet1-2/+2
2023-09-29Run arch check in actionsAlbin1-1/+10
2023-09-26Fix relay list path in GH actionsAlbin1-1/+1
2023-09-21Update build action to use the default build variantAlbin1-2/+2
2023-08-31Revert "Merge branch 'disable-instrumented-tests'"Albin1-1/+0
This reverts commit 489f34cccaf36b9cccde9d9aa26264c422c366a5, reversing changes made to 4f3c7d757a0f49d69dd3f064974dbde3c309ef3a.
2023-08-31Remove go dependencyDavid Lönnhager1-5/+0
2023-08-25Properly pass NSUnbufferedIO environment variable to xcodebuildAndrej Mihajlov1-7/+7