Commit graph

34 commits

Author SHA1 Message Date
renovate[bot]
c42c7fae06
chore(deps): update actions/checkout action to v4 (#295)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-09-16 13:07:44 +02:00
38cf2ff549
chore(deps): bump all (#294) 2023-09-16 13:02:19 +02:00
4da01e1d83 ci: fix duplicate jobs on prs 2023-05-07 13:54:58 +02:00
f047b8180a ci: also run release in alpha branch for testing prereleases 2023-04-03 22:12:53 +02:00
3f4cf93792 ci: remove now unused semantic-release plugin 2023-04-03 22:12:53 +02:00
b82860dfba fix: missing docker auth
As i have moved the docker push from a semantic-release plugin to a shell
script, the way that the credentials are passed does not work anymore.
2023-04-02 16:05:35 +02:00
fc50d38535 feat: add arm64 image #265 2023-04-02 13:46:00 +02:00
88e736ea41 ci: also run tests for PRs from forks
Fixes CI not running in #262
2023-03-19 16:00:20 +01:00
a4557ad705 ci: upgrade to node 18 2023-02-02 21:37:06 +01:00
71c8cb9f17 ci: fix argument name 2022-07-24 13:19:08 +02:00
4013e84338 ci: call CI workflow before releasing 2022-07-24 13:19:06 +02:00
renovate[bot]
b8b6592a18 chore(deps): update azure/setup-helm action to v3 2022-06-29 19:46:03 +02:00
20d013c697 chore(repo): rename default branch to main 2022-06-25 15:30:08 +02:00
0d80cc3611 ci: verify that frontend still builds
An update to the react typings were automerged because the passed the CI.
In reality they broke the frontend build. Addings this job will make
sure that the frontend always builds after updated dependencies.
2022-06-25 14:54:59 +02:00
renovate[bot]
3528a6d205 chore(deps): update actions/checkout action to v3 2022-06-23 18:25:36 +02:00
renovate[bot]
9fc2dacba9 chore(deps): update actions/upload-artifact action to v3 2022-06-23 18:06:25 +02:00
renovate[bot]
80229a3c4c chore(deps): update codecov/codecov-action action to v3 2022-06-23 17:54:58 +02:00
renovate[bot]
9dd4e5a704 chore(deps): update actions/setup-node action to v3 2022-06-23 08:57:49 +02:00
renovate[bot]
51a5da2081 chore(deps): update actions/cache action to v3 2022-06-22 20:06:55 +02:00
9b7a01ab1c fix(ci): respect peer deps again
The problem causing dependency has been removed and we can once again
validate the peer dependencies in CI and during docker build.
2022-06-18 17:48:16 +02:00
5409b98da1 fix(ci): ignore failing peer resolution
Some 3rd party nest packages depend on Nest 7 while we use 8. In practice
this still works, but the usual dependency resolution fails and requires
an explicit override.

This should also unblock auto-merging for renovate, as that currently fails
in CI on the `npm ci` step.
2022-06-11 19:21:00 +02:00
7f6af16d55 fix(ci): provide PAT as GH_TOKEN 2021-11-21 18:35:39 +01:00
c033af7013 fix(ci): also provide GITHUB_TOKEN 2021-11-21 18:19:49 +01:00
29fc3488cf fix(ci): use PAT for pushing changelog 2021-11-21 18:17:49 +01:00
Renovate Bot
501a3bf275 chore(deps): update actions/checkout action to v2 2021-07-29 08:37:26 +02:00
d2a18d1b1c ci: fix broken peer dependency in semantic-release
See https://github.com/apricote/Listory/runs/3173328917
2021-07-27 17:53:50 +02:00
b4a15e8b14 ci: remove unnecessary code cov archiving
Code coverage is now uploaded and saved to codecov
2021-07-27 17:53:20 +02:00
423887b314 ci: setup codecov 2021-07-27 17:29:26 +02:00
5096b0910d ci: add ci workflow to run tests and linting 2021-06-22 21:06:35 +02:00
7546c38bef ci: update release workflow versions 2021-06-22 21:06:35 +02:00
f0100e87e2 fix(ci): Helm chart still not properly released 2020-05-12 02:06:40 +02:00
ff0c1553f0 fix(ci): Helm chart was not automatically released 2020-05-12 01:29:23 +02:00
1bdd6181ba feat(cd): add Helm Chart with automated releases 2020-05-08 23:45:58 +02:00
8e796d7e78 feat(cd): configure automated semantic releases 2020-05-07 02:34:49 +02:00