Adrian A. Baumann adebaumann
  • Joined on 2025-09-30
adebaumann pushed to development at adebaumann/vgui-cicd 2025-10-23 23:09:53 +00:00
c1eb2d7871 Deploy 0.933
b29e894b22 Merge branch 'feature/diagram-post-caching' into testing
0f096d18aa Add MEDIA_ROOT, MEDIA_URL and DIAGRAM_CACHE_DIR to docker settings
9b484787a4 Add media file serving for cached diagrams
8dd3b4e9af Add MEDIA_ROOT, MEDIA_URL and DIAGRAM_CACHE_DIR settings
Compare 15 commits »
adebaumann pushed to testing at adebaumann/vgui-cicd 2025-10-23 23:07:48 +00:00
c1eb2d7871 Deploy 0.933
b29e894b22 Merge branch 'feature/diagram-post-caching' into testing
0f096d18aa Add MEDIA_ROOT, MEDIA_URL and DIAGRAM_CACHE_DIR to docker settings
9b484787a4 Add media file serving for cached diagrams
8dd3b4e9af Add MEDIA_ROOT, MEDIA_URL and DIAGRAM_CACHE_DIR settings
Compare 5 commits »
adebaumann commented on pull request adebaumann/vgui-cicd#2 2025-10-23 23:00:41 +00:00
Feature: POST-based diagram generation with local caching

Additional Configuration Added

I've added the necessary Django configuration to serve media files (including cached diagrams):

Files Updated:

  1. VorgabenUI/settings.py - Added: -…
adebaumann pushed to feature/diagram-post-caching at adebaumann/vgui-cicd 2025-10-23 23:00:16 +00:00
0f096d18aa Add MEDIA_ROOT, MEDIA_URL and DIAGRAM_CACHE_DIR to docker settings
adebaumann pushed to feature/diagram-post-caching at adebaumann/vgui-cicd 2025-10-23 22:59:55 +00:00
9b484787a4 Add media file serving for cached diagrams
adebaumann pushed to feature/diagram-post-caching at adebaumann/vgui-cicd 2025-10-23 22:59:42 +00:00
8dd3b4e9af Add MEDIA_ROOT, MEDIA_URL and DIAGRAM_CACHE_DIR settings
adebaumann created branch testing in adebaumann/vgui-cicd 2025-10-23 22:54:47 +00:00
adebaumann pushed to testing at adebaumann/vgui-cicd 2025-10-23 22:54:47 +00:00
0d0199ca62 Wrong branching point - corrected
5f58d660c0 Merge branch 'feature/diagram-post-caching' into testing
Compare 2 commits »
adebaumann reopened pull request adebaumann/vgui-cicd#2 2025-10-23 22:45:52 +00:00
Feature: POST-based diagram generation with local caching
adebaumann closed pull request adebaumann/vgui-cicd#2 2025-10-23 22:45:40 +00:00
Feature: POST-based diagram generation with local caching
adebaumann pushed to development at adebaumann/vgui-cicd 2025-10-23 22:38:09 +00:00
e84f25ca1d New DB
adebaumann pushed to development at adebaumann/vgui-cicd 2025-10-23 22:30:36 +00:00
dfb8eeef97 Deploy 931 (with diagram branch in container) - readiness probes off temporarily
adebaumann pushed to development at adebaumann/vgui-cicd 2025-10-23 22:27:17 +00:00
0225fb3396 Deploy 931 (with diagram branch in container) - 2nd attempt
adebaumann pushed to development at adebaumann/vgui-cicd 2025-10-23 22:22:01 +00:00
7377ddaea3 Deploy 931 (with diagram branch in container)
adebaumann created pull request adebaumann/vgui-cicd#2 2025-10-23 22:07:14 +00:00
Feature: POST-based diagram generation with local caching
adebaumann pushed to feature/diagram-post-caching at adebaumann/vgui-cicd 2025-10-23 22:06:32 +00:00
67c393ecf1 Add documentation for diagram POST caching feature
adebaumann pushed to feature/diagram-post-caching at adebaumann/vgui-cicd 2025-10-23 22:06:09 +00:00
dbb3ecd5bf Add diagram cache directory to gitignore
adebaumann pushed to feature/diagram-post-caching at adebaumann/vgui-cicd 2025-10-23 22:05:38 +00:00
966cd46228 Add management command to clear diagram cache
adebaumann pushed to feature/diagram-post-caching at adebaumann/vgui-cicd 2025-10-23 22:05:26 +00:00
1ee9b3c46f Add commands package
adebaumann pushed to feature/diagram-post-caching at adebaumann/vgui-cicd 2025-10-23 22:05:23 +00:00
8f57f5fc5b Add management module