Commit Graph

7992 Commits

Author SHA1 Message Date
0ee42bac29 build(Makefile): remove volumes on stop 2025-03-31 12:37:57 +02:00
928804fce1 build(frontend): fix Makefile 2025-03-31 12:37:15 +02:00
6c3e7a302d build(compose.yaml): fix postgres service files 2025-03-28 17:41:02 +01:00
e38e22a064 build(backend/Dockerfile): fix backend Dockerfile ENTRYPOINT 2025-03-28 17:30:45 +01:00
599d2c1c7a build(backend/Dockerfile): switch to custom-built haskell/stack Dockerfile to supply missing LLVM 2025-03-27 12:52:49 +01:00
d2105c8894 build(backend/Dockerfile): prevent chown of backend files by allow-different-user in stack config 2025-03-27 12:52:07 +01:00
5fd52768bc build(Makefile): add list-projects target 2025-03-27 11:35:01 +01:00
123e9eb057 build(Makefile): fix shell and ghci targets for entrypoint 2025-03-27 11:30:54 +01:00
5ab47c6c4f chore: update gitignore [skip ci] 2025-03-27 11:30:05 +01:00
fd6ba5b0c5 build(backend/Dockerfile): add ENTRYPOINT to support launching ghci with given SRC, etc. 2025-03-27 11:07:14 +01:00
f784f645a6 docs(Makefile): add missing help entries for shell and ghci 2025-03-27 11:06:15 +01:00
aa664a5822 build(Makefile): hard-kill containers before cleaning images 2025-03-25 17:45:54 +01:00
f5d701a871 build(Makefile): start: exec instead of run 2025-03-25 17:41:07 +01:00
9c1b074adf build(Makefile): launch bash in shell-$SERVICE; add ghci target 2025-03-25 17:27:21 +01:00
020486819f build(Makefile): add shell-$SERVICE target 2025-03-25 17:15:31 +01:00
cd8a7a8322 build(compose.yaml): fix backend binary path bind; add bin path to PATH 2025-03-25 16:52:32 +01:00
27c5f61299 build(compose.yaml): restrict help service permissions 2025-03-25 15:51:41 +01:00
69b5818427 build(Makefile): remove images too on clean-all 2025-03-25 15:46:39 +01:00
e5e7612e9b build(Makefile): Clean containers on clean-all 2025-03-25 15:44:00 +01:00
ebf71b7135 build(compose.yaml): fix help command 2025-03-25 15:34:14 +01:00
e7c7ec7a82 docs(Makefile): add help messages 2025-03-25 15:33:45 +01:00
d55efd77f7 build(Makefile): rework help and clean 2025-03-25 15:20:21 +01:00
72f5a9fb37 build: move backend-related files into backend dir; implement and connect services via docker-compose
TODOs left: reimplement clean and help, sync static,well-known and assets between services
2025-03-23 04:52:49 +01:00
f1ec60a5b6 build: start to rewrite containerized-Makefile logic for docker-compose; restructure frontend build 2025-03-23 01:44:38 +01:00
5c01ea36c1 chore(release): 27.4.59-0.0.20+145-build-system-rewrite 2025-03-19 02:19:27 +01:00
26b34eee15 build(docker/backend): disable tlmgr for now, to be fixed elsewhere 2025-03-19 02:19:17 +01:00
babee7afa2 build(Makefile): use static port and dir settings for memcached, minio and maildev 2025-03-18 14:02:46 +01:00
0cee6f01e8 build(Makefile): fortify PROD var 2025-03-18 14:02:09 +01:00
0ac972bf22 chore(release): 27.4.59-0.0.19+145-build-system-rewrite 2025-03-17 10:18:25 +01:00
f40818c1cc build(docker/backend): tlmgr init-usertree 2025-03-17 10:18:06 +01:00
d33a792045 build(Makefile): remove SET_IMAGE in favour of LOCAL_CONTAINERFILE; use non-local postgres with launch args 2025-03-17 10:15:16 +01:00
9ce3b5d146 chore(release): 27.4.59-0.0.18+145-build-system-rewrite 2025-03-17 09:41:54 +01:00
570cfc238b fix(static): fix addStaticContent by using memcached again to supply static files 2025-03-14 20:19:26 +01:00
b8f6581064 build(frontend): fix frontend manifest generation 2025-03-12 01:21:13 +01:00
e069d6be46 build(docker/backend): install texlive only for use with tlmgr; setup tlmgr 2025-03-10 17:38:30 +01:00
553e699b56 build(Makefile): add maildev target for local testing 2025-03-10 16:31:33 +01:00
695bd18763 build(Makefile): implement compile-release for local release container builds 2025-03-08 16:13:07 +01:00
6f90c04b1b build(Makefile): only call make in containers when appropriate; use SET_IMAGE for postgres 2025-03-06 16:16:26 +01:00
20faec8973 build(Makefile): add dependencies targets as explicit prerequisite for compiles and starts 2025-03-06 11:31:40 +01:00
8104ce96cc build(Makefile): move yesod-bin and hpack installs to dependencies-backend for more robustness 2025-03-05 18:09:48 +01:00
396b365a31 build(Makefile): make backend compiles/starts dependent on .stack target 2025-03-05 18:07:37 +01:00
ff3d33bbf4 build(docker/backend): switch from Dockerfile-based yesod-bin+hpack install to Makefile-based install 2025-03-05 18:05:37 +01:00
82ea44c63f build(docker/backend): use non-mounted directory as stack root; install yesod-bin and hpack in CI too 2025-03-05 17:07:52 +01:00
eb67136c0c build(Makefile): really clean everything on clean-all 2025-03-04 16:35:58 +01:00
5752b4b8da build(docker/backend): try backend build without chmod to avoid filemode diffs 2025-03-04 13:24:30 +01:00
3151be6f41 build(Makefile): add documentation 2025-02-21 12:49:35 +01:00
61fb8b7ea9 build(Makefile): add help text for clean-images 2025-02-20 17:34:50 +01:00
0ecb342e8f build(Makefile): add clean-images target 2025-02-20 17:33:31 +01:00
8198559a94 build(Makefile): fill uniworxdb before starting backend 2025-02-20 16:14:52 +01:00
fbd3c6d7c5 build(release): make release versions compliant with semver-specifications 2025-02-20 13:34:13 +01:00