Mario Hüttel mhu
mhu merged pull request mhu/shimatta-kenkyusho#14 2024-11-17 21:55:44 +01:00
added CSV upload to enable fast creation of similar components
mhu commented on issue mhu/shimatta-kenkyusho#9 2024-11-17 20:30:13 +01:00
Add thumbnail generation for images

Removing milestone. This is not as important as getting the other stuff working first.

mhu opened issue mhu/shimatta-kenkyusho#15 2024-11-17 20:29:35 +01:00
Add agit hash / version info somewhere on the website.
mhu closed issue mhu/shimatta-kenkyusho#11 2024-11-17 20:24:08 +01:00
Add docker compose setup for use with a postresql container
mhu merged pull request mhu/shimatta-kenkyusho#12 2024-11-17 20:19:29 +01:00
Implement #11 mhu/11-add-docker-compose-setup: Add compose setup
mhu pushed to develop at mhu/shimatta-kenkyusho 2024-11-17 20:19:29 +01:00
1c08f433d4 Merge pull request 'Implement #11 mhu/11-add-docker-compose-setup: Add compose setup' (#12) from mhu/11-add-docker-compose-setup into develop
8a8f2cdea4 Fix typo in comment
66f4eea77d Update env file example to contain Volume mount point for DB folder
561b2aed27 Add the /healthcheck path which returns an HTTP200 OK response for checking the helath of the container after startup
a59fad4866 Add self hosted entrypoint file for easier debugging which will use the integrated django server to serve all files
Compare 10 commits »
mhu deleted branch mhu/11-add-docker-compose-setup from mhu/shimatta-kenkyusho 2024-11-17 20:19:29 +01:00
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