Archi
a83e3fa71a
CI: Include SHA512SUMS as part of the release
2021-08-02 00:45:58 +02:00
Archi
4b967ec7ba
CI: Tie osx release as well
2021-08-01 22:03:43 +02:00
Archi
4b2e5f3178
CI: Tie final release builds to OS they match
...
Windows: generic-netf + win-x64
OS X: should have osx-x64, but doesn't seem to preserve chmod +x in the zip file
Linux: everything else
2021-08-01 21:31:49 +02:00
Archi
6ace2107a7
CI: Utilize zip_exec utility for chmod +x
...
We can aid non-windows users by adding chmod +x flag to appropriate executables directly in the zip file
2021-08-01 19:27:16 +02:00
Archi
d50e848f84
CI: Fix the check for secrets
2021-08-01 19:14:56 +02:00
Archi
a40bb74d35
CI: Enable build also for debug configuration
...
With more and more conditionals depending on the configuration it starts making sense to build and test also debug build (it was broken for a short while)
2021-08-01 13:11:51 +02:00
Archi
4bdbbedfb1
CI hardening against errors
2021-08-01 13:00:14 +02:00
Archi
7971585a32
Enable private signing of CI builds
2021-08-01 12:56:08 +02:00
Archi
ef801eb15f
Update Bug-report.yml
2021-07-30 01:33:41 +02:00
Archi
c1af6f545c
Update Bug-report.yml
2021-07-30 01:33:03 +02:00
Archi
927ca76cca
Update CODE_OF_CONDUCT.md
2021-07-30 01:07:11 +02:00
Archi
ad660d13cb
Update CODE_OF_CONDUCT.md
2021-07-30 01:06:07 +02:00
Archi
18f701fce1
Use brand new wiki suggestion form
2021-07-30 00:56:32 +02:00
Archi
39d5f9c348
Use brand new enhancement idea form
2021-07-30 00:07:23 +02:00
Archi
1cca6caa0c
Use brand new bug report form
2021-07-29 22:52:29 +02:00
Sebastian Göls
862238f46b
Delete old ISSUE_TEMPLATEmd ( #2389 )
2021-07-28 21:14:32 +02:00
Łukasz Domeradzki
95b17d4e79
Update SECURITY.md
2021-07-23 20:30:58 +02:00
Łukasz Domeradzki
c97985c793
Update SECURITY.md
2021-07-23 20:30:49 +02:00
Renovate Bot
b6dd969fee
Update crowdin/github-action action to v1.3.0
2021-07-23 08:40:09 +00:00
Renovate Bot
0672e4393c
Update actions/setup-node action to v2.3.0
2021-07-20 14:51:21 +00:00
Renovate Bot
00601f6d52
Update crowdin/github-action action to v1.2.0
2021-07-16 07:23:17 +00:00
Renovate Bot
f160a25fb0
Update docker/setup-buildx-action action to v1.5.1
2021-07-12 12:49:15 +00:00
Archi
05e36b4cb9
CI: Misc
2021-07-10 00:53:34 +02:00
Renovate Bot
25fa116058
Update dessant/lock-threads action to v2.1.1
2021-07-09 20:07:46 +00:00
Renovate Bot
0c9fa2e9c1
Update crowdin/github-action action to v1.1.2
2021-07-09 06:49:18 +00:00
Renovate Bot
2077a0a2fc
Update crowdin/github-action action to v1.1.1
2021-07-08 12:50:06 +00:00
Archi
e6ecb1ac30
CI: Update token for translations.yml
2021-07-08 10:48:01 +02:00
Łukasz Domeradzki
bca1cbb32b
Update CONTRIBUTING.md
2021-07-07 16:02:28 +02:00
Archi
69f3d0fdcb
CI: Update token for translations.yml
2021-07-06 10:00:00 +02:00
Renovate Bot
c90f343386
Update docker/setup-buildx-action action to v1.5.0
2021-07-02 14:34:11 +00:00
Renovate Bot
b82e9454f5
Update docker/build-push-action action to v2.6.1
2021-07-01 15:49:02 +00:00
Archi
e7bc2e5e1c
CI: Use latest node LTS
2021-06-30 16:26:33 +02:00
Archi
2f7478b968
CI: Pin versions
...
While floating tags are nice to use and fancy, we already had situations where the fixed source code did not result in the same deterministic build as the one built e.g. a week ago due to non-pinned versions that resulted in a different set of dependencies than originally.
Since GitHub actions follow similar pattern, we want to do our best to ensure that if CI in given fixed version passed on a fixed source, then it should also result in the same deterministic output. Of course this is impossible to achieve in 100% (e.g. resources no longer being available over the network), but this is something we can do.
It wasn't like that before renovate since we didn't have a standarized bot that could handle bumping those versions for us.
2021-06-30 16:19:41 +02:00
Archi
b36fc74488
Fix regex inside json
2021-06-29 13:16:57 +02:00
Archi
9f02bebe4a
Group MSTest packages together
...
As per advice in https://github.com/microsoft/testfx/issues/895#issuecomment-870457008
2021-06-29 13:15:57 +02:00
Archi
b7d98d1739
Update renovate.json
2021-06-29 00:12:41 +02:00
Archi
a38dea80e9
Downgrade MSTest.TestAdapter to 2.2.4
...
https://github.com/microsoft/testfx/issues/895
2021-06-29 00:11:17 +02:00
Archi
dae10747a3
CI: Change cron for translations
2021-06-04 12:46:24 +02:00
Archi
e05ff83bee
Revert "CI: Add os to the matrix of docker-ci.yml"
...
This reverts commit 0152e4e918 .
2021-06-03 01:35:50 +02:00
Archi
0152e4e918
CI: Add os to the matrix of docker-ci.yml
...
Publish jobs won't have those as it's pointless for them to build and throw away the result, that's what CI is for
2021-06-03 01:30:40 +02:00
Archi
aab6b9cb5c
CI: Use parallel jobs in a matrix for docker-ci
2021-06-03 01:22:39 +02:00
Łukasz Domeradzki
791d48f94b
Remove link to GitHub issues from support
...
Not making it clickable decreases chance of invalid issues posted!
2021-05-31 15:22:15 +02:00
Archi
54445474e5
CI: Use GITHUB_TOKEN instead of GH_PACKAGES_PAT
...
It was not possible previously, but it should be now: https://docs.github.com/en/packages/working-with-a-github-packages-registry/migrating-to-the-container-registry-from-the-docker-registry#authenticating-to-the-container-registry
2021-05-24 10:25:47 +02:00
Łukasz Domeradzki
b2300a6458
Update CONTRIBUTING.md
2021-05-23 16:32:13 +02:00
Archi
68baaae614
Misc
2021-05-23 14:41:22 +02:00
Archi
20629e008a
Update config.yml
2021-05-23 14:39:24 +02:00
Archi
b0186341e4
Update issue templates
2021-05-23 14:38:39 +02:00
Archi
57265e902c
Update CONTRIBUTING.md
2021-05-23 13:59:34 +02:00
Archi
4e9324ff9f
Update CONTRIBUTING.md
2021-05-23 13:57:42 +02:00
Archi
027347aee0
Update issue templates
2021-05-22 22:27:24 +02:00