Mario Hüttel mhu
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 pushed to mhu/11-add-docker-compose-setup at mhu/shimatta-kenkyusho 2024-11-17 13:45:04 +01:00
mhu created branch mhu/11-add-docker-compose-setup in 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 deleted branch feature/sst_storage_verbose_name from mhu/shimatta-kenkyusho 2024-11-16 13:27:21 +01:00
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 merged pull request mhu/shimatta-kenkyusho#10 2024-11-16 13:27:20 +01:00
feature/sst_storage_verbose_name
mhu approved mhu/shimatta-kenkyusho#10 2024-11-16 13:26:58 +01:00
feature/sst_storage_verbose_name
mhu commented on issue mhu/shimatta-kenkyusho#4 2024-11-16 02:04:31 +01:00
Port Django to 5.1 with the long term goal to switch to 5.2 which will be LTS supported

@sst Testing git mail sending again @mhu

mhu opened issue mhu/shimatta-kenkyusho#9 2024-11-16 00:45:43 +01:00
Add thumbnail generation for images
mhu opened issue mhu/shimatta-kenkyusho#8 2024-11-16 00:40:43 +01:00
Add forms for component Types / Parameters etc...
mhu opened issue mhu/shimatta-kenkyusho#7 2024-11-16 00:37:09 +01:00
Cherry pick Component Types with key parameters from port-to-django-425 branch
mhu opened issue mhu/shimatta-kenkyusho#6 2024-11-16 00:28:59 +01:00
Add multi-page form for adding Stocks
mhu opened issue mhu/shimatta-kenkyusho#5 2024-11-16 00:26:57 +01:00
Fix advanced component search pagination