Mario Hüttel mhu
mhu commented on pull request mhu/shimatta-kenkyusho#14 2024-11-17 20:17:12 +01:00
added CSV upload to enable fast creation of similar components

Can we add this help text as tooltip on the actual website? or maybe add a download link for the CSV file template so it can be filled out more easily.

mhu commented on pull request mhu/shimatta-kenkyusho#14 2024-11-17 20:17:12 +01:00
added CSV upload to enable fast creation of similar components

Okay. The error handling is indeed a little bit basic 😄 But I guess it's okay for now.

mhu commented on pull request mhu/shimatta-kenkyusho#14 2024-11-17 20:17:12 +01:00
added CSV upload to enable fast creation of similar components

Sneaky 😛

mhu pushed to mhu/11-add-docker-compose-setup at mhu/shimatta-kenkyusho 2024-11-17 20:08:58 +01:00
8a8f2cdea4 Fix typo in comment
mhu pushed to mhu/11-add-docker-compose-setup at mhu/shimatta-kenkyusho 2024-11-17 19:36:33 +01:00
66f4eea77d Update env file example to contain Volume mount point for DB folder
mhu pushed to mhu/11-add-docker-compose-setup at mhu/shimatta-kenkyusho 2024-11-17 19:10:33 +01:00
561b2aed27 Add the /healthcheck path which returns an HTTP200 OK response for checking the helath of the container after startup
mhu pushed to mhu/11-add-docker-compose-setup at mhu/shimatta-kenkyusho 2024-11-17 17:33:51 +01:00
a59fad4866 Add self hosted entrypoint file for easier debugging which will use the integrated django server to serve all files
mhu opened issue mhu/shimatta-kenkyusho#13 2024-11-17 17:21:39 +01:00
Get rid of settings_production file
mhu commented on pull request mhu/shimatta-kenkyusho#12 2024-11-17 16:59:16 +01:00
Implement #11 mhu/11-add-docker-compose-setup: Add compose setup

Currently it is only possible to set up the service using an interactive shell with manage.py... However, it should be possible to generate some different contexts with docker compose to run an…

mhu pushed to mhu/11-add-docker-compose-setup at mhu/shimatta-kenkyusho 2024-11-17 16:52:21 +01:00
144a65ee05 Fix typo in eample env file
mhu pushed to mhu/11-add-docker-compose-setup at mhu/shimatta-kenkyusho 2024-11-17 16:50:16 +01:00
fc5fa9f740 Fix startup issue with postgres on first start. Implement health check of postgres and delay django container until it's healthy.
mhu created pull request mhu/shimatta-kenkyusho#12 2024-11-17 16:46:13 +01:00
Implement #11 mhu/11-add-docker-compose-setup: Add compose setup
mhu pushed to mhu/11-add-docker-compose-setup at mhu/shimatta-kenkyusho 2024-11-17 16:38:16 +01:00
d2ce635f05 Add compose setup
mhu pushed to mhu/11-add-docker-compose-setup at mhu/shimatta-kenkyusho 2024-11-17 16:36:43 +01:00
64d0a1bfb3 Make gunicorn listen to all incoming IPs on Port 8000. This is necessary to use a spearate net with the postgres container.
b057fedb5f Add optional env variable DJANGO_FORCE_DEV_MODE to force production settings to dev mode for debugging
Compare 2 commits »
mhu created branch mhu/11-add-docker-compose-setup in mhu/shimatta-kenkyusho 2024-11-17 13:45:04 +01:00
mhu pushed to mhu/11-add-docker-compose-setup at mhu/shimatta-kenkyusho 2024-11-17 13:45:04 +01:00
mhu opened issue mhu/shimatta-kenkyusho#11 2024-11-17 01:31:05 +01:00
Add docker compose setup for use with a postresql container
mhu pushed to develop at mhu/shimatta-kenkyusho 2024-11-16 13:27:21 +01:00
6e01b1939d Merge pull request 'feature/sst_storage_verbose_name' (#10) from feature/sst_storage_verbose_name into develop
a77f46d697 added verbose name to storages to be printed on labels etc.
Compare 2 commits »
mhu deleted branch feature/sst_storage_verbose_name from mhu/shimatta-kenkyusho 2024-11-16 13:27:21 +01:00
mhu merged pull request mhu/shimatta-kenkyusho#10 2024-11-16 13:27:20 +01:00
feature/sst_storage_verbose_name