You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: use internal network hostnames and update docs for devpod (#388)
* fix: suppress act() warnings and unhandled rejections in tests
Configure testing-library for React 18+ and suppress harmless act()
warnings that occur due to async state updates completing after test cleanup.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* feat: upgrade postgresql from 16 to 18
Upgrade devcontainer database to PostgreSQL 18.1 (released Sept 2025).
Key benefits:
- 3x performance with new Async I/O subsystem
- UUIDv7 function for timestamp-ordered UUIDs
- Virtual generated columns
- Skip scan on multicolumn B-tree indexes
- OAuth 2.0 authentication support
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: add init to devcontainer to prevent zombie processes
Adds `init: true` to the devcontainer service which uses tini as PID 1.
This properly reaps zombie processes that accumulate from DevPod sessions.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* docs: add container naming convention for devpod
Adds instructions for configuring username-based container names
when multiple developers share the same remote server.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: update proxy template with postgres 18 and init
- Upgrade PostgreSQL from 16 to 18
- Add init: true to prevent zombie processes
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: use internal network hostnames for health checks
- Change pg_isready from localhost to db hostname
- Change redis-cli from localhost to redis hostname
- Update application-local.properties to use db/redis hostnames
- Update README.md troubleshooting commands
- Update proxy docker-compose comments for DevPod workflow
With the explicit internal network, services must use their
hostnames (db, redis) instead of localhost for communication.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* docs: update documentation for devpod workflow
- remove references to deleted setup-user.sh and generate-hosts.sh
- update README.md multi-user section to use DevPod commands
- update NEW-USER-ONBOARDING.md for DevPod-based workflow
- update install-traefik-service.sh next steps
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: comprehensive devcontainer review fixes
- update idle-shutdown.sh to find DevPod workspace compose files
- update README.md architecture diagram for internal network
- fix service connectivity table to use db/redis hostnames
- remove obsolete hostname troubleshooting section
- remove non-functional port forwarding for db/redis
- update volume check command for user-specific naming
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
* fix: additional comprehensive review fixes
- update README.md volumes section with correct naming convention
- add timeout (60s) to PostgreSQL/Redis health check loops
- fix DEV_USER fallback consistency in post-start.sh
- add nip.io route for Traefik dashboard
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
---------
Co-authored-by: Mohsin Hashmi <mhashmi@wiser.com>
Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments