null
077a07b233
bot
2026-05-26 15:41:24 -05:00
null
1c1bade3ca
full upgrade pass for the Git Project settings page.
2026-05-24 22:12:14 -05:00
null
c8f8fdb2ec
PydanticUserError: field name clashing with a type annotation
...
Cause was forgejo_commit_activity.py (line 5): the model had date: date, which Pydantic 2 choked on during container startup.
2026-05-24 20:29:55 -05:00
null
7919c29bbd
New table: forgejo_commit_activity
2026-05-24 20:24:43 -05:00
null
b16e9bb3c8
feat(users): add Forgejo profile synchronization and related fields
2026-05-22 20:29:13 -05:00
null
a58bbe9f99
feat(boards): add auto_close_issue_on_task_done flag and implement issue closure on task completion
2026-05-22 04:06:57 -05:00
null
5f8078399c
fix(scripts): issues
2026-05-22 01:44:39 -05:00
null
74756feb95
feat(scripts): tasking agents
2026-05-22 00:12:15 -05:00
null
5cc0d75636
feat(scripts): pull more backened
2026-05-21 22:53:02 -05:00
null
e56f252da6
feat(scripts): issues info
2026-05-21 22:47:24 -05:00
null
a6c24673bc
fix(scripts): ai
2026-05-21 03:29:35 -05:00
null
02eb03d408
feat(usage): fix local window estimation + provider-native windows + pricing updates ( #37 #38 #40 )
...
Phase 3 (#38 ): Fix reset_in_ms=0 bug
- Add _oldest_active_ts() to find oldest session timestamp in 5h window
- _build_window() now anchors fallback to oldest_event_ts + 5h instead of now - 5h
- Add _parse_rate_limit_reset_value() and _extract_rate_limit_reset_at() for proper rate-limit reset parsing
- Source/confidence labeling now based on reset provenance
Phase 2 (#37 ): Provider-native usage windows
- ParsedClaudeUsageWindow dataclass with section-aware parsing
- Frontend ProviderNativeUsageWindow interface and provider-native usage section
- sessions.list call now has 8s timeout to avoid gateway blocking
Phase 5 (#40 ): Pricing fixes
- Opus cache_write corrected .75 → .75
- Added GPT-4.1/mini/nano, GPT-4.5 pricing
- Pricing override loader supports both shapes (rates_usd_per_million wrapper and direct dict)
2026-05-21 01:32:59 -05:00
null
03bc31a558
fix(db): make main_session_key nullable on gateways
...
The column was NOT NULL but the ORM create path doesn't populate it
until ensure_main_agent() runs after INSERT. Make it nullable so the
initial create succeeds.
2026-05-20 23:22:54 -05:00
null
4c5264d2ed
feat(admin): gateway restart, config edit, logs, provider credentials (batch 6, #35 )
2026-05-20 22:03:57 -05:00
null
87802db0f4
feat: new git imports (desc, open, is_archived)
2026-05-19 21:49:45 -05:00
null
017ab4951a
feat: git label import
2026-05-19 21:34:11 -05:00
null
4878724bed
feat: webhook
2026-05-19 04:24:24 -05:00
null
ab73770d16
feat: webhooks
2026-05-19 04:16:32 -05:00
null
d56ccb31da
feat(forgejo): batch 3 — board-repo links, agent issue APIs, close service, sync/validate UI, issues page (batch 3.0.0)
2026-05-19 03:32:54 -05:00
null
4c540b1c9a
feat(forgejo): add validation, cached issues, sync service, and human issue APIs (Issues 5-8); add connection and repository admin UI (Issues 3-4); fix migration graph and client bugs
...
Backend Issues 5-8:
- POST /forgejo/connections/{id}/validate and /repositories/{id}/validate
- ForgejoIssue model with unique constraint (repo_id, issue_number)
- IssueSyncService with pagination and upsert
- GET /forgejo/issues with filtering, search, pagination
- GET /forgejo/issues/{id} with org-scoped access
- Fixed ForgejoAPIClient /api/v1 path prefix
- Fixed get_forgejo_client async context (was async def, now regular def)
- Fixed Forgejo API response parsing (list, not dict with items)
- Fixed None-safe handling for labels/assignees
Frontend Issues 3-4:
- Connections list, new, edit pages with token masking
- Repositories list, new, edit pages with connection selector
- ForgejoConnectionForm, ForgejoConnectionsTable components
- ForgejoRepositoryForm, ForgejoRepositoriesTable components
- api-forgejo.ts client library
Migration cleanup:
- Consolidated forgejo_issues table into f5a2b3c4d5e6 migration
- Removed orphan branch migrations for already-existing tables
- Fixed migration graph to single head (f5a2b3c4d5e6)
- Stamped DB to correct revision
2026-05-19 03:10:32 -05:00
null
83241a304f
feat(forgejo): add DB models, CRUD APIs, client service, and Git Projects nav (Issues 1-4, FI2)
...
Backend:
- ForgejoConnection + ForgejoRepository SQLModel models with migration
- Admin CRUD API for connections (GET/POST/PATCH/DELETE)
- Admin CRUD API for repositories (GET/POST/PATCH/DELETE)
- Token redaction, URL normalization, duplicate prevention
- ForgejoAPIClient service (httpx async, list_issues, close_issue, get_repository)
- Removed stale feast import that crashed startup
Frontend:
- Git Projects sidebar nav item (FolderGit icon)
- /git-projects shell page with empty/loading/error states
Verified: all endpoints live, CRUD tested, migration applied.
2026-05-19 02:46:27 -05:00
null
8c0a196f69
feat: initialize Pipeline from Mission Control base (v0.0.4)
2026-05-19 01:17:58 -05:00