858d2d3386
ci(gitlab-ci): Use gitlab container runner instead of podman in docker (so far only backend)
2024-08-24 18:27:37 +02:00
f3df449693
ci(gitlab-ci): Statement of default image for downstream pipelines.
2024-08-24 18:22:14 +02:00
675dd364df
ci(gitlab-ci): make container builds manually triggerable
2024-08-24 17:41:50 +02:00
c04428e33b
ci(gitlab-ci): fix pipeline
2024-08-24 17:32:39 +02:00
c177ff826e
ci(gitlab-ci): separate frontend and backend downstreams
...
separate dynamic ci-yaml into two dynamic yamls for frontend and backend
2024-08-24 17:30:14 +02:00
333e8f7a9a
ci(gitlab-ci): remove debris
...
remove deprecated/unused stuff in .gitlab-ci folder
2024-08-23 22:20:37 +02:00
0eb90845de
ci(gitlab-ci): fix yaml location
...
move dynamic gitlab-ci yaml to proper place
2024-08-23 22:11:07 +02:00
fdd05a0b20
ci(gitlab-ci): fix script permissions
...
make dynamci.pl executable
2024-08-23 22:08:42 +02:00
33ce61d662
ci(gitlab-ci): fix dynamic job dependencies
...
remove unnecessary before_script for dynamic:execute step
2024-08-23 22:06:01 +02:00
85d43f5b77
chore(gitlab-ci): add dependencies for dynamic jobs
2024-08-23 21:58:35 +02:00
d2a80f20b6
chore(gitlab-ci): introduce dynamic ci for image versioning; rename stages and jobs
2024-08-23 21:55:25 +02:00
109e845db6
chore(problem): towards admin problem filtering
2024-08-22 17:44:19 +02:00
53abdb7cc3
chore(health): augement #154 by adding option to disable interface warnings
...
Also:
- add usage explanation
- show intervals in a human readable form
2024-08-22 17:28:28 +02:00
6f5c74f1ca
chore(gitlab-ci): make image needs optional
2024-08-22 03:12:31 +02:00
303a6ca3f6
chore(gitlab-ci): add changes rules to containers jobs
2024-08-22 03:04:53 +02:00
407ba543a1
chore(health): fix #154 by adding interface warning threshold edit handler
2024-08-21 17:34:19 +02:00
f61c35cfe7
refactor(companies): mark table columns showing only prime company as such, fix #5
...
- also improve performance by changing dbtProj/selectList into a subselect
- fix #5 no longer sensible, as most are single values to be displayed right away
2024-08-21 11:52:29 +02:00
3f1e351d54
chore(gitlab-ci): apply creds to buildah-push
2024-08-21 03:29:46 +02:00
de94223285
chore(gitlab-ci): fix registry var
2024-08-21 03:24:11 +02:00
0bdc63040d
chore(gitlab-ci): restructure containers stage
2024-08-21 03:21:10 +02:00
200fc96208
chore(docker): remove obsolete ADD of project root
2024-08-21 03:20:47 +02:00
b0972bb154
fix(mail): display html emails no longer distorts page
...
html is filtered once through pandoc, as proposed in #2
2024-08-20 12:35:16 +02:00
3f2f57b3db
chore(docker/podman): work on podman config
2024-08-19 18:35:19 +02:00
2ec37a29da
chore(gitlab-ci): fix podman config
2024-08-19 18:18:58 +02:00
46c56652a3
chore(docker): add privileged to compose.yaml
2024-08-19 18:17:25 +02:00
581316fb42
chore(gitlab-ci): fix podman syntax
2024-08-19 18:13:21 +02:00
ad2f44a82c
chore(docker/podman): work on podman config
2024-08-19 18:05:55 +02:00
6e3d0aaa2e
chore(gitlab-ci): work on podman config
2024-08-19 18:03:58 +02:00
057a9947f6
chore(docker/podman): work on podman config
2024-08-19 18:01:14 +02:00
8bc3663ee2
fix(linter): minor bug in exam-correct.hs
2024-08-19 17:52:11 +02:00
d69369ff0a
chore(docker/podman): even more work on podman config
2024-08-19 04:57:35 +02:00
06ecf6a2e9
chore: update gitignore
2024-08-19 04:50:29 +02:00
febf8d8aa7
chore(docker/podman): even more work on podman config
2024-08-19 04:41:22 +02:00
7e006f4ed1
chore(docker/podman): more work on podman config
2024-08-19 04:39:45 +02:00
846b74dc02
chore(docker/podman): work on podman config
2024-08-19 04:35:44 +02:00
137b46ee9c
chore(docker/podman): tweak containers.conf
2024-08-19 04:20:53 +02:00
21ad810338
chore(gitlab-ci): podman-compose instead of podman compose
2024-08-19 03:33:24 +02:00
787656c0bf
chore(docker/podman): add podman-compose
2024-08-19 03:28:46 +02:00
3682361fd9
chore(docker): create debian-podman image; parametrize Makefile and gitlab-ci over docker/podman
2024-08-19 03:23:16 +02:00
aebbfce109
chore(gitlab-ci): install make correctly
2024-08-19 02:43:14 +02:00
d12899ffea
chore(gitlab-ci): apt-get update before_script
2024-08-19 02:41:08 +02:00
6ba2377d16
chore(gitlab-ci): install gnumake in base image
2024-08-19 02:39:05 +02:00
fad4627f42
chore(gitlab-ci): use debian:12.5
2024-08-19 02:35:41 +02:00
c12408c5d5
chore(gitlab-ci): use docker:dind
2024-08-19 02:29:51 +02:00
2d415a99fe
chore(gitlab-ci): fix syntax
2024-08-19 02:19:52 +02:00
6f392396b9
chore(gitlab-ci): add backend jobs
2024-08-19 02:18:10 +02:00
93cbea6bd9
chore(gitlab-ci): disable (comment-out) previous ci defs
2024-08-19 02:13:13 +02:00
2356ff4b53
chore(docker/frontend): change default entrypoint to watcher
2024-08-19 02:10:02 +02:00
0fb60d9951
chore(docker): add image refs to compose.yaml
2024-08-19 02:09:27 +02:00
ff58c3a2ba
chore(docker/backend): add missing locale dependencies
2024-08-19 01:52:18 +02:00