Commit Graph

20 Commits

Author SHA1 Message Date
q792602257 719968ee26 feat(workspace): migration 0003 + errs codes for workspace/worktree/git 2026-05-01 19:26:18 +08:00
q792602257 ce88c4b4a7 chore(sqlc): regenerate cross-package models for project schema 2026-05-01 09:40:02 +08:00
q792602257 c5ed9e8622 test(errs): cover new project conflict codes in HTTPStatus table 2026-05-01 09:35:18 +08:00
q792602257 f261504c51 feat(project): migration 0002 + errs codes for project/requirement/issue 2026-05-01 09:31:03 +08:00
q792602257 7377c2135f fix(notify): waitgroup-based dispatcher shutdown, withoutcancel persist 2026-04-29 11:55:18 +08:00
q792602257 0f9c7fa657 fix(server): propagate shutdown error, http timeouts, ctx-aware migrate 2026-04-29 11:52:27 +08:00
q792602257 0b323b91ee feat(notify): http handler for inbox list / unread count / mark read 2026-04-28 22:37:19 +08:00
q792602257 13032c1192 feat(notify): dispatcher with sync persist and async channel fanout 2026-04-28 22:33:14 +08:00
q792602257 83c63c5f93 feat(notify): dummy notifier writing structured log lines 2026-04-28 22:28:47 +08:00
q792602257 d9a8c04195 feat(notify): postgres repository for notifications inbox 2026-04-28 22:25:23 +08:00
q792602257 f25078dc8c feat(notify): sqlc queries for notifications crud 2026-04-28 22:18:41 +08:00
q792602257 32e313d5f7 feat(notify): channel/severity types and Notifier interface 2026-04-28 18:07:19 +08:00
q792602257 b26a7e9a6f feat(crypto): AES-256-GCM encryptor for secret fields 2026-04-28 14:53:28 +08:00
q792602257 b95bd13377 feat(errs): AppError type with HTTP status mapping 2026-04-28 14:49:43 +08:00
q792602257 222335e604 fix(db): add MaxConnLifetimeJitter to prevent synchronized conn expiration storms 2026-04-28 14:45:02 +08:00
q792602257 903d872e3f feat(db): add pgxpool with health check and integration test 2026-04-28 14:32:37 +08:00
q792602257 d491a7047a feat(sqlc): scaffold sqlc config and placeholder queries 2026-04-28 14:23:53 +08:00
q792602257 d7127351a7 feat(db): add golang-migrate runner 2026-04-28 14:07:19 +08:00
q792602257 34b8cd09e6 fix(logger): expose AddSource option; FromEnv enables caller in non-dev (spec §8.2) 2026-04-28 14:02:10 +08:00
q792602257 b4933a6fd1 feat(logger): slog-based logger with JSON and text handlers 2026-04-28 13:53:02 +08:00