cc-dashboard/src
2026-03-26 15:23:03 +00:00
..
routers feat: auto-detect repo URL from git remote, fix project slug (full path not last segment) 2026-03-26 15:19:40 +00:00
services Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
static fix: try underscore variant when dash-slug path not found on disk 2026-03-26 15:23:03 +00:00
__init__.py Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
auth.py fix: eager load ApiKey.user with selectinload to avoid lazy load in async context 2026-03-26 14:46:14 +00:00
config.py Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
database.py Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
main.py Initial commit — CC Dashboard v1.0 2026-03-26 12:54:47 +00:00
models.py feat: project metadata fields (client, job#, repo) with inline editing + time calc audit 2026-03-26 15:08:14 +00:00
schemas.py feat: auto-detect repo URL from git remote, fix project slug (full path not last segment) 2026-03-26 15:19:40 +00:00