Space space
space pushed to main at space/my-portfolio 2026-07-18 01:16:51 +02:00
589656e09b Update Dockerfile to simplify server startup command
space pushed to main at space/my-portfolio 2026-07-18 01:13:05 +02:00
7074f8d1d6 Update Dockerfile to use npx for Prisma migration command
space pushed to main at space/my-portfolio 2026-07-18 01:08:11 +02:00
7e38f89e37 Update Dockerfile to run database migrations before starting the server
space deleted branch feat/blog-authors from space/my-portfolio 2026-07-18 01:02:48 +02:00
space pushed to main at space/my-portfolio 2026-07-18 01:02:48 +02:00
3a4dc01b90 Merge pull request 'Add blog authors support' (#2) from feat/blog-authors into main
6df4983f74 Add blog authors support
Compare 2 commits »
space merged pull request space/my-portfolio#2 2026-07-18 01:02:46 +02:00
Add blog authors support
space deleted branch feat/blog-cms from space/my-portfolio 2026-07-18 00:49:12 +02:00
space pushed to main at space/my-portfolio 2026-07-18 00:28:26 +02:00
7ae6aba990 Merge pull request 'Add blog CMS with view tracking' (#1) from feat/blog-cms into main
ffb57a9f34 Polish blog landing copy
76b1c79104 Refine blog copy and remove seeded posts
912e5edb81 Add blog CMS with tracked public posts
Compare 4 commits »
space merged pull request space/my-portfolio#1 2026-07-18 00:28:25 +02:00
Add blog CMS with view tracking
space commented on pull request space/my-portfolio#1 2026-07-18 00:16:42 +02:00
Add blog CMS with view tracking

"top blog posts by views" still sounds stupid.

space commented on pull request space/my-portfolio#1 2026-07-18 00:15:10 +02:00
Add blog CMS with view tracking

"Articles are managed through the same admin system as the rest of the site, with markdown authoring and publishing controls." is still unprofessional and too much info for a normal reader...

space commented on pull request space/my-portfolio#1 2026-07-18 00:11:47 +02:00
Add blog CMS with view tracking

Posts live in the same database-backed admin system as the rest of the site, with markdown authoring and public view tracking. That is not production ready

Build notes, infra thoughts, and…

space pushed to main at space/my-portfolio 2026-07-16 23:45:32 +02:00
ef63164d58 fix: add DATABASE_URL environment variable in Dockerfile
space pushed to main at space/my-portfolio 2026-07-16 23:32:33 +02:00
5fea1541f8 fix: add DATABASE_URL environment variable to build job
space pushed to main at space/my-portfolio 2026-07-16 23:03:45 +02:00
dfbe14d284 Little rework
space deleted branch rebuild/go-from-scratch from space/gitea-codex 2026-07-13 10:42:34 +02:00
space pushed to main at space/claudex-setup-script 2026-07-13 10:35:35 +02:00
31ae4c494e Update README.md
space pushed to dev at shsf/shsf 2026-07-13 09:13:02 +02:00
c0e06a09a6 Merge pull request 'fix: restore HTTP request body in execution middleware' (#5) from fix/execution-middleware-body-regression into dev
d321161892 fix(backend): accept arraybuffer body chunks in middleware
38d58bb678 fix(backend): restore request body in execution middleware
Compare 3 commits »
space deleted branch fix/execution-middleware-body-regression from shsf/shsf 2026-07-13 09:13:02 +02:00
space merged pull request shsf/shsf#5 2026-07-13 09:13:00 +02:00
fix: restore HTTP request body in execution middleware