Commit Graph

95 Commits

Author SHA1 Message Date
Meier Lukas
5cb726f793 ci(docker): always push image (#1812) 2024-12-30 17:38:27 +01:00
Meier Lukas
0336803550 fix(auth): oidc redirect does not respect https protocol (#1763) 2024-12-24 14:15:34 +01:00
Meier Lukas
8c1156240c fix: about version is one behind because of missing package-json update in deploy (#1725) 2024-12-19 16:11:12 +01:00
Meier Lukas
bb7f751481 fix: update of dev branch has no credentials (#1724) 2024-12-19 16:10:55 +01:00
Meier Lukas
1baa9fc74c fix: docker statup permission issue (#1709) 2024-12-18 14:10:43 +01:00
Meier Lukas
649506b56a fix: boolean checks do not work correctly in deploy workflow 2024-12-17 21:10:21 +01:00
Meier Lukas
463607c805 Merge branch 'dev' of https://github.com/homarr-labs/homarr into dev 2024-12-17 21:05:57 +01:00
Meier Lukas
50697eb21f fix: add missing branch-name to discord deploy notification 2024-12-17 21:05:53 +01:00
Meier Lukas
70e0a11819 ci: add beta image tag for all beta releases (#1693) 2024-12-17 21:00:21 +01:00
Meier Lukas
daf7ea56c5 fix: add persists credentials false to checkout of release pipeline (#1691) 2024-12-17 20:11:48 +01:00
Meier Lukas
0f029b384d fix: change permission for github action to contents write (#1689) 2024-12-17 20:04:20 +01:00
Meier Lukas
93abe8f6a2 fix: change docker concurrency group to allow multiple deployments to different branches (#1687) 2024-12-17 19:55:01 +01:00
Meier Lukas
2b5ed83de3 ci: adjust release pipeline for semver releases (#1679) 2024-12-17 19:41:51 +01:00
Meier Lukas
f330c7e4f1 fix: auto-merge crowdin pr not working (#1664) 2024-12-15 13:11:49 +01:00
Meier Lukas
5bdc669e07 fix: auto-merge for crowdin download pull request not working (#1661) 2024-12-15 13:02:44 +01:00
Meier Lukas
b6733c678c ci: add auto-merge after crowdin download and automatic approval (#1632) 2024-12-10 20:36:00 +01:00
Meier Lukas
a5b366a92e chore: add skip_untranslated_strings option for crowdin download 2024-12-05 06:18:54 +01:00
Meier Lukas
f38f3438c9 chore: add workflow_dispatch to crowdin_upload for initial translation upload 2024-12-04 21:50:48 +01:00
Meier Lukas
096f03432c feat: integrate crowdin #1402 (#1599) 2024-12-04 21:43:02 +01:00
homarr-renovate[bot]
27b8692a27 chore(deps): update actions/checkout action to v4 (#1431)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-11-07 20:55:44 +01:00
Meier Lukas
9535154128 ci: add e2e workflow (#1422)
* ci: add e2e workflow

* fix: skip showing error

* fix: when e2e skipped, e2e still executed

* fix: job env not accessible in if

* fix: env not accessible at all in job if statement

* fix: wrong env used for step ifs

* ci: add reusable e2e-execution workflow

* fix: e2e trigger fails not supported reusable workflow within steps

* fix: composite e2e-execution action not found

* fix: reference to composite action not working without checkout

* fix: composite action has to be named action.yml

* fix: id for docker should not have spaces

* fix: shell property missing

* fix: typo one dash to much

* ci: add e2e tests

* chore: change node-version to 22

* chore: move e2e tests to code-quality workflow as duration of e2e step is about 4 minutes

* fix: deepsource issues
2024-11-05 21:11:14 +01:00
Meier Lukas
319fb47744 fix: change node-version for composite setup action to 22, remove unnecessary installation of node from docker deployment (#1429) 2024-11-05 21:06:40 +01:00
Michon van Dooren
d029f48f79 fix: various issues with docker image workflow (#1172) 2024-09-25 19:34:52 +02:00
homarr-renovate[bot]
df7ba1edaf chore(deps): update pascalgn/automerge-action action to v0.16.4 (#1164)
Co-authored-by: homarr-renovate[bot] <158783068+homarr-renovate[bot]@users.noreply.github.com>
2024-09-22 20:11:59 +00:00
Manuel
16a5b43695 fix: node cache cleanup error (#1124) 2024-09-14 11:08:09 +02:00
Manuel
c8dfbc8e2d fix: workflow inputs and docker push (#1123) 2024-09-14 10:01:22 +02:00
Manuel
0c657276a5 feat: support arm64 (#1022)
* feat: support arm64

* feat: support arm64
2024-09-02 17:26:04 +02:00
Meier Lukas
67195c6051 fix: wrong id for renovate auto approval (#957) 2024-08-09 19:23:14 +02:00
Meier Lukas
ab7d3f8e4c fix: renovate approval workflow not running (#948) 2024-08-09 15:25:07 +02:00
Meier Lukas
c833f2cbf2 fix: github actor name for automatic approval wrong (#943) 2024-08-08 22:27:01 +02:00
Meier Lukas
017c378582 fix: renovate approval run for all pull requests on every pull request change (#942)
* fix: renovate approval run for all pull requests on every pull request change

* fix: run approval only for renovate branches

* fix: restrict actor to renovate bot
2024-08-08 22:02:36 +02:00
Manuel
9013d5dbf0 feat: remove manual flag to pushing image 2024-08-02 21:41:26 +02:00
Manuel
b0e10f0c62 config: test new tag name 2024-07-27 20:04:03 +02:00
Manuel
ff847f0910 feat: use different tag name 2024-07-27 19:33:22 +02:00
Manuel
fa2c448bac fix: specify step image version 2024-07-27 19:19:48 +02:00
Manuel
4836801004 fix: login before pushing image 2024-07-27 19:17:26 +02:00
Manuel
eab5c10fa6 fix: docker push flag 2024-07-27 19:08:18 +02:00
Manuel
1128110be3 fix: docker push flag 2024-07-27 19:02:29 +02:00
Manuel
bce085c028 config: add push image input 2024-07-27 18:58:26 +02:00
Meier Lukas
90ef982066 fix: deployment pipeline for docker not working (#860)
* fix: skip env validation in dockerfile not working

* fix: skip env validation in dockerfile not working

* fix: remove linux/arm/v7 for now as node commands are run forever

* fix: remove cache because it is to big?

* refactor: remove redis log transport during build

* fix: add more checks for conditional redis connection

* fix: docker build not working locally

* refactor: move base image to debian

* chore: add arm v7 platform support

* fix: remove armv7 support as not supported by turbo

* chore: profile amd64 build

* chore: enable webpack logging

* chore: disable linux/arm64 for now

* chore: remove profiling from build in dockerfile

* chore: revert to node alpine image
2024-07-25 19:52:31 +02:00
Manuel
e438bac0f5 feat: make notifications optional 2024-07-13 17:23:08 +02:00
Manuel
5c68ac9e2e fix: try using other variable 2024-07-13 17:22:09 +02:00
Manuel
d7a30cd0dd fix: disable env validation in ci 2024-07-13 15:30:29 +02:00
Manuel
c84fb63b25 fix: disable env validation in ci 2024-07-13 15:09:29 +02:00
Manuel
f0d6676917 fix: docker platforms 2024-07-13 15:02:31 +02:00
Manuel
f23831be5e fix: add missing tags 2024-07-13 14:54:53 +02:00
Manuel
0c7f479952 fix: use correct branch for tag compare 2024-07-13 14:46:27 +02:00
Manuel
a8748fa439 fix: base branch for semver 2024-07-13 14:43:20 +02:00
Manuel
82caec402a feat: use gh app for merging 2024-07-13 14:32:43 +02:00
Manuel
3df6dcfbe7 feat: approve before automerge 2024-07-13 14:19:21 +02:00