cb58c20ca1
chore(occurrences): add datatype LessonTime for dealing timetable intervals
2025-02-28 16:32:52 +01:00
e757209b80
refactor(memcached): remove ARC cache entirely
...
NOTE: this was a crude surgery, removing everything ARC related; some dead code artifacts may have remained.
Especially check PrewarmCacheConf
Reason for removall: adding `memcachedInvalidateClass` was difficult to implement with ARC active; ARC was known to be problematic; removal was easier (see #2 2024-09-23)
2025-02-28 16:32:25 +01:00
74c330bd24
chore(memcached): add key classes for easy invalidation
2025-02-28 16:29:45 +01:00
cac0a47d01
refactor(daily): factor our tutorial selection function
2025-02-28 16:25:43 +01:00
5c70b1099c
fix(firm): filtering by active supervisor working
2025-02-28 16:25:43 +01:00
26ea39dc67
fix(lpr): print log sorting works now
2025-02-28 16:25:43 +01:00
2385d989a8
fix(build)
2025-02-28 16:25:43 +01:00
0105aa8c3f
refactor(model): move JSONB instance to proper module
2025-02-28 16:25:43 +01:00
3bae365b37
chore(lpr): improve lpr log display
2025-02-28 16:25:43 +01:00
1d01897757
chore(daily): make company a property of TutorialParticipant, towards #90
2025-02-28 16:25:43 +01:00
ce62b99d2b
chore(daily): add more columns #90
2025-02-28 16:25:43 +01:00
4dbe005709
chore(daily): add page actions #90
2025-02-28 16:25:43 +01:00
11ef856b2b
refactor(jsonb): change DB using JSONB, to improve stub #90
2025-02-28 16:25:43 +01:00
5a03d1cabe
chore(daily): improve stub #90 change DB to JSONB (WIP)
2025-02-28 16:25:43 +01:00
0264c87510
chore(daily): create stub in preparation for #90
2025-02-28 16:25:43 +01:00
e9a4c838a8
refactor(map): clarify some unnecessarily obfuscated code
...
also, using Map.fromList is more efficient if the list happens to be ordered
2025-02-28 16:25:43 +01:00
733324a732
chore(config): add config/develop-settings.yml only active if DEVELOPMENT
...
Ensure that certain settings are NOT seen in production, but automatically active in development without using environment variables.
2025-02-28 16:25:43 +01:00
757d383d33
chore(gitlab-ci): install and decode font ttfs
2025-02-28 15:56:15 +01:00
ee02a50bdd
chore(node-deps): add ttf2woff as dev dep
2025-02-28 15:55:40 +01:00
c859974495
chore(gitignore): do not publish font files (for now)
2025-02-28 15:51:59 +01:00
ce35c8efc9
Merge branch '145-build-system-rewrite'
2025-02-28 15:37:36 +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
a8420aaf56
build(release): remove v-prefix from release versions
2025-02-20 12:46:24 +01:00
1bd0225522
chore(release): v27.4.59-test-g0.0.17
2025-02-18 13:28:30 +01:00
71a2a8e76a
build(docker/fradrive): fix entrypoint script
2025-02-18 13:28:26 +01:00
bd48469b3c
chore(release): v27.4.59-test-f0.0.17
2025-02-17 11:26:31 +01:00
28b94351da
build(docker/fradrive): simplify entrypoint
2025-02-17 11:26:12 +01:00
59985d11c2
chore(release): v27.4.59-test-g0.0.16
2025-02-16 23:44:39 +01:00
d7e8adc24d
build(docker/fradrive): add libpq-dev runtime dependency
2025-02-16 23:44:36 +01:00
3168f5c49e
chore(release): v27.4.59-test-f0.0.16
2025-02-16 15:30:58 +01:00
758f4db9d8
build(docker/fradrive): set DEBIAN_FRONTEND and TZ to avoid user interaction when installing tzdata
2025-02-16 15:30:53 +01:00
c033243038
chore(release): v27.4.59-test-f0.0.15
2025-02-15 18:34:46 +01:00
3dfab76761
build(docker/fradrive): update latex runtime dependency list
2025-02-15 18:34:41 +01:00
497d0355d9
build(docker/fradrive): fix libsodium source package name
2025-02-15 18:31:40 +01:00
4d2ac71f73
chore(release): v27.4.59-test-e0.0.15
2025-02-14 21:32:54 +01:00
2b76d673f8
ci(azure-pipelines): add build-args to release build for network access
2025-02-14 21:32:49 +01:00
81fdec5068
build(docker/fradrive): install release runtime dependencies
2025-02-14 21:25:39 +01:00
2eb423b4a1
chore(release): v27.4.59-test-f0.0.14
2025-02-14 16:56:19 +01:00
f23da55693
build(docker/fradrive): remove path-quoting for settings files
2025-02-14 16:55:40 +01:00
7b2d2bedb7
build(docker/fradrive): chmod /usr/bin contents
2025-02-14 16:11:15 +01:00
167872c332
build(Makefile): git push commits when releasing again
2025-02-14 16:10:01 +01:00
25c880c8ba
chore(release): v27.4.59-test-e0.0.14
2025-02-13 15:08:39 +01:00
5d1dc8c3c0
build(docker/fradrive): COPY entrypoint script into release container
2025-02-13 15:08:23 +01:00
640f3bbba5
ci(azure-pipelines): tweak image artifact name/location
2025-02-13 11:10:51 +01:00
760ab5f069
chore(release): v27.4.59-test-e0.0.13
2025-02-12 16:20:14 +01:00
7c1a7e1e9e
ci(azure-pipelines): fix release repository
2025-02-12 16:19:48 +01:00