logikonline
4fabef6a65
Build and Release / Build Binaries (amd64, windows, windows-latest) (push) Has been skipped
Build and Release / Build Binaries (arm64, darwin, macos) (push) Has been skipped
Build and Release / Build Binary (linux/arm64) (push) Has been skipped
Build and Release / Create Release (push) Has been skipped
Build and Release / Unit Tests (push) Successful in 3m59s
Build and Release / Integration Tests (PostgreSQL) (push) Successful in 8m32s
Build and Release / Lint (push) Successful in 9m40s
Build and Release / Build Binaries (amd64, linux, linux-latest) (push) Has been skipped
Build and Release / Build Binaries (amd64, darwin, macos) (push) Has been skipped
feat(api): add organization management API v2 and MCP tools
Adds comprehensive v2 API endpoints for organization management:
- GET /api/v2/user/orgs - list user's organizations
- GET /api/v2/orgs/{org}/overview - org overview with pinned repos, members, stats, profile, recent activity
- GET /api/v2/orgs/{org}/repos - list org repositories with grouping support
- GET /api/v2/orgs/{org}/profile/readme - get org profile README
- PATCH /api/v2/orgs/{org} - update org metadata (requires owner/admin)
- PUT /api/v2/orgs/{org}/profile/readme - update profile README
- POST /api/v2/orgs/{org}/pinned - pin repository
- DELETE /api/v2/orgs/{org}/pinned/{repo} - unpin repository
Adds 8 MCP tools for AI assistant access: list_orgs, get_org_overview, update_org, list_org_repos, get_org_profile_readme, update_org_profile_readme, pin_org_repo, unpin_org_repo.
Introduces OrgOverviewV2 and OrgRecentActivity structs. Adds org/profile service for README and pinning operations.
2026-04-19 17:32:06 -04:00
..
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-03-07 12:39:42 -05:00
2025-01-09 09:21:47 +08:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-22 18:59:06 -05:00
2025-04-09 16:34:38 +00:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2025-06-27 07:59:55 +02:00
2024-11-11 04:07:54 +08:00
2026-01-17 17:53:59 -05:00
2026-01-22 18:59:06 -05:00
2026-01-17 17:53:59 -05:00
2026-03-17 00:52:18 -04:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-22 18:59:06 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2025-06-18 01:48:09 +00:00
2025-06-27 23:12:25 +08:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-12 00:37:16 +00:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-31 13:37:07 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-03-30 02:07:41 -04:00
2026-01-17 17:53:59 -05:00
2026-02-13 02:18:20 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-22 18:59:06 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2025-02-21 00:05:40 +08:00
2026-03-04 01:03:31 -05:00
2026-01-17 17:53:59 -05:00
2026-03-06 17:04:32 -05:00
2022-12-30 23:31:00 +08:00
2026-03-16 01:12:04 -04:00
2026-01-17 17:53:59 -05:00
2026-01-22 18:59:06 -05:00
2026-04-19 17:32:06 -04:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2025-01-21 18:57:07 +00:00
2026-01-17 17:53:59 -05:00
2026-03-06 16:40:41 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2026-01-17 17:53:59 -05:00
2025-09-13 10:34:43 -04:00
2026-01-17 17:53:59 -05:00
2026-01-22 18:59:06 -05:00
2025-01-09 09:21:47 +08:00
2026-01-22 18:59:06 -05:00
2026-01-17 17:53:59 -05:00
2026-01-18 00:33:39 -05:00
2026-01-17 17:53:59 -05:00
2025-06-12 03:59:33 +00:00