aboutsummaryrefslogtreecommitdiffstats
path: root/.github
Commit message (Collapse)AuthorAge
* ci: make sonar analysis conditionalLibravatar Kristóf Marussy2021-11-21
| | | | | | | | | | | | Check for the presence of the secret directly (instead of whether we're in a pull request) for a more robust CI. We check the secret according to https://github.community/t/how-can-i-test-if-secrets-are-available-in-an-action/17911 To determine the clone depth (deep for sonar analysis, shallow otherwise) we use the "fake ternary" method from https://github.community/t/do-expressions-support-ternary-operators-to-change-their-returned-value/18114
* build: upgrade to yarn 3Libravatar Kristóf Marussy2021-11-20
| | | | | | | Also upgrades various frontend dependencies. We can't upgrade to typescript 4.5 yet, because https://github.com/yarnpkg/berry/pull/3760 is not released yet.
* ci: do not run sonar on pull requestsLibravatar Kristóf Marussy2021-10-13
| | | | | sonar does not currently support running on pull requests from forks: https://jira.sonarsource.com/browse/MMF-1371
* ci: fix pull request actionsLibravatar Kristóf Marussy2021-10-13
|
* ci(web): add eslint and stylelint to sonarLibravatar Kristóf Marussy2021-10-05
|
* ci: bump to Java 17Libravatar Kristóf Marussy2021-10-02
|
* build: migration to Gradle 7Libravatar Kristóf Marussy2021-09-29
|
* ci: fix typo and simplify workflowLibravatar Kristóf Marussy2021-09-24
|
* ci: trying to fix build.ymlLibravatar Kristóf Marussy2021-09-24
|
* ci: add GH actions build and SonarScannerLibravatar Kristóf Marussy2021-09-24