Commit Graph

116 Commits

Author SHA1 Message Date
Zhi
8ac51494c4 feat: dashboard stats API (by status/type/priority) 2026-02-22 04:21:26 +00:00
Zhi
d4666260a7 feat: issue search API (keyword in title/description) 2026-02-22 04:21:01 +00:00
Zhi
9ad1e940e4 feat: issue status transition endpoint with webhook 2026-02-22 04:20:35 +00:00
Zhi
d9b0345aa6 feat: add CLI tool (login/issues/projects/users/health/version) 2026-02-22 02:44:47 +00:00
Zhi
1a76de7c50 feat: webhook event firing on issue creation (background task) 2026-02-22 02:43:34 +00:00
Zhi
a0d81ec9f5 feat: webhook CRUD API + schemas 2026-02-22 02:41:54 +00:00
Zhi
149f2d868f feat: add webhook + webhook_log models 2026-02-22 02:40:57 +00:00
2982164bd9 Merge pull request 'feat: Auth + CRUD completion + Resolution ticket' (#1) from feat/auth-and-cleanup into main
Reviewed-on: #1
2026-02-22 01:51:21 +00:00
Zhi
e01dec5240 feat: add project update/delete, user update endpoints 2026-02-21 12:13:00 +00:00
Zhi
f823a2475d feat: add /version endpoint + resolution ticket tested 2026-02-21 12:12:28 +00:00
Zhi
93fd9ca552 feat: add project members API (add/list/remove) 2026-02-21 12:11:49 +00:00
Zhi
81e1a2fc58 feat: add JWT auth (login/me), fix bcrypt version, add .gitignore 2026-02-21 12:11:06 +00:00
root
fd980c0344 refactor: move all files to root (no nested backend/) 2026-02-21 08:25:37 +00:00
root
a557ab6f4a feat: initial HarborForge project structure
- Docker Compose with MySQL + FastAPI backend
- Issue model with RESOLUTION type (for agent deadlock resolution)
- Project, User, Comment models
- Basic CRUD API endpoints
- .env.example for configuration
2026-02-21 08:02:32 +00:00
root
054eed50e9 Initial commit: project plan 2026-02-21 07:31:00 +00:00
zhi
80a0058d91 Initial commit 2026-02-21 07:28:02 +00:00