antanst
|
fd5fc20460
|
Bug fix when setting docker perms
|
2025-07-21 23:16:50 +03:00 |
|
Chris Veleris
|
98f3627a32
|
Fix db chmod issue on init
|
2025-07-16 22:46:51 +03:00 |
|
Antonis Anastasiadis
|
a62d46a96d
|
Fix parallel test race condition (#168)
* Fix potential test race condition
* Fix setting Docker perms when user exists
---------
Co-authored-by: antanst <>
|
2025-07-16 14:57:14 +03:00 |
|
Antonis Anastasiadis
|
c24bff1882
|
Parallelize test running (#166)
* Allow specifying DB file explicitely.
* Export config getter/setter instead of object
Allows dynamically changing configuration
* Remove maxWorker Jest limit, parallelize tests
* Remove unnecessary slow step in Dockerfile.
* Correct error response during login
* Fix setting DB permissions in docker entrypoint
---------
Co-authored-by: antanst <>
|
2025-07-16 13:27:57 +03:00 |
|
Antonis Anastasiadis
|
dad0bd45ff
|
Facilitate custom UID/GID at runtime in Docker. (#161)
* Cleanup /scripts dir
* Facilitate custom UID/GID at Docker runtime.
Changes file permissions at runtime depending on UID/GID.
* Disable non-functional frontend tests for now.
---------
Co-authored-by: antanst <>
|
2025-07-15 21:25:06 +03:00 |
|