• Joined on 2025-11-08
michael pushed to staging at michael/michaelschiemer 2025-11-26 06:16:29 +01:00
c93d3f07a2 fix(Console): add void as valid return type for command methods
michael pushed to staging at michael/michaelschiemer 2025-11-25 23:29:32 +01:00
386baff65f fix(staging): correct command names for scheduler and queue-worker
michael pushed to staging at michael/michaelschiemer 2025-11-25 22:45:32 +01:00
7f7029ae2a fix(staging): add APP_KEY_FILE environment variable to scheduler and queue-worker
michael pushed to staging at michael/michaelschiemer 2025-11-25 19:45:02 +01:00
22fd89b013 fix(ErrorBoundaries): use Environment class instead of direct $_ENV access
michael pushed to staging at michael/michaelschiemer 2025-11-25 17:46:43 +01:00
85e2360a90 fix(deploy): improve deployment robustness and reliability
michael pushed to staging at michael/michaelschiemer 2025-11-25 15:02:43 +01:00
7785e65d08 fix(security): prevent debug error pages on staging/production
michael pushed to staging at michael/michaelschiemer 2025-11-25 14:44:38 +01:00
520d082393 chore: add diagnostic logging for debug mode verification
michael pushed to staging at michael/michaelschiemer 2025-11-25 04:42:22 +01:00
f9063aa151 fix: wire debug flag into error kernel
michael pushed to staging at michael/michaelschiemer 2025-11-25 04:34:07 +01:00
4309ea7972 fix(staging): hardcode APP_DEBUG=false to prevent env override
michael pushed to staging at michael/michaelschiemer 2025-11-25 04:24:20 +01:00
26f87060d5 fix(deploy): add build parameter to ensure Docker images are rebuilt
dd7cfd97e6 feat: improve stack trace rendering
Compare 2 commits »
michael pushed to staging at michael/michaelschiemer 2025-11-25 04:09:50 +01:00
57eabe30a5 fix(security): change ErrorRendererFactory isDebugMode default to false
michael pushed to staging at michael/michaelschiemer 2025-11-25 03:53:06 +01:00
77505edabf refactor(csrf): replace error_log with debugLog for structured logging
michael pushed to staging at michael/michaelschiemer 2025-11-25 03:47:45 +01:00
68a59f460f fix(staging): set APP_DEBUG default to false for security
2d762eafdf fix(deploy): add warning messages for missing Docker secrets
760690549d fix(deploy): escape shell variables in docker-compose YAML
Compare 3 commits »
michael pushed to staging at michael/michaelschiemer 2025-11-24 22:45:17 +01:00
417c7d7a7d fix(staging): correct nginx upstream sed patterns for production-php
michael pushed to staging at michael/michaelschiemer 2025-11-24 22:10:41 +01:00
5e74ce73a6 fix(deploy): force remove containers before deployment
michael pushed to staging at michael/michaelschiemer 2025-11-24 22:08:03 +01:00
6c266861ec fix(deploy): add --force-recreate --remove-orphans to handle container conflicts
michael pushed to staging at michael/michaelschiemer 2025-11-24 22:05:18 +01:00
1f93377ded fix(ci): use IP address instead of hostname for SSH (DNS not available in runner)
michael pushed to staging at michael/michaelschiemer 2025-11-24 22:03:13 +01:00
5c36517046 fix(ci): hardcode SSH host/user, only key needs to be secret
michael pushed to staging at michael/michaelschiemer 2025-11-24 22:01:46 +01:00
4d0328bfe3 fix(ci): use correct secret name SSH_PRIVATE_KEY
michael pushed to staging at michael/michaelschiemer 2025-11-24 21:56:44 +01:00
4cadd7ce1c fix(ci): use php-ci runner for deploy job (has SSH installed)