multica/server/internal
yushen a5aedf5dfe fix(test): gracefully skip DB tests when database is unreachable
pgxpool.New is lazy and doesn't connect immediately. Add pool.Ping()
after creation so CI environments without PostgreSQL skip cleanly
instead of failing with os.Exit(1).

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-25 17:44:36 +08:00
..
auth Add workspace management and isolated worktree environments 2026-03-23 18:12:11 +08:00
cli fix(cli): address code review findings 2026-03-24 15:49:32 +08:00
daemon feat: structured skills system with meta skill runtime injection 2026-03-25 15:17:59 +08:00
events feat: add event bus, WS workspace isolation, and global store migration 2026-03-25 10:08:27 +08:00
handler fix(test): gracefully skip DB tests when database is unreachable 2026-03-25 17:44:36 +08:00
middleware Add workspace management and isolated worktree environments 2026-03-23 18:12:11 +08:00
realtime fix(test): update tests for event bus + room-based Hub signatures 2026-03-25 16:49:45 +08:00
service merge: resolve conflicts with main (skills feature) 2026-03-25 16:43:21 +08:00
util feat(server): add task service layer and daemon REST protocol 2026-03-23 18:34:51 +08:00