Commit graph

10 commits

Author SHA1 Message Date
Virgil
09d01bee96 feat(forge): add repository list filters
All checks were successful
Security Scan / security (push) Successful in 15s
Test / test (push) Successful in 2m11s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 08:33:11 +00:00
Virgil
4a7743a8ac feat(pulls): add pull lookup by base and head
All checks were successful
Security Scan / security (push) Successful in 22s
Test / test (push) Successful in 1m44s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 02:37:16 +00:00
Virgil
f7c8d7b746 Add pull request changed files endpoint
All checks were successful
Security Scan / security (push) Successful in 12s
Test / test (push) Successful in 1m20s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 23:54:57 +00:00
Virgil
85d4ae6cc8 feat(pulls): add scheduled auto-merge cancellation
All checks were successful
Security Scan / security (push) Successful in 11s
Test / test (push) Successful in 1m3s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 23:03:31 +00:00
Virgil
de54fa8da2 feat: add pull review request endpoints
All checks were successful
Security Scan / security (push) Successful in 11s
Test / test (push) Successful in 1m9s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 22:59:42 +00:00
Virgil
67aad89cc4 feat: expose repository pull reviewers
All checks were successful
Security Scan / security (push) Successful in 10s
Test / test (push) Successful in 1m5s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 22:56:54 +00:00
Virgil
551a964fdb refactor(ax): enforce v0.8.0 polish rules
All checks were successful
Security Scan / security (push) Successful in 9s
Test / test (push) Successful in 1m36s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-29 23:39:24 +00:00
Snider
206749eb8a fix: Create uses collection path + road-test suite (Codex)
All checks were successful
Security Scan / security (push) Successful in 8s
Test / test (push) Successful in 47s
Security Scan / security (pull_request) Successful in 9s
Test / test (pull_request) Successful in 45s
Bug: Resource.Create was POSTing to item path (/issues/{index})
instead of collection path (/issues). Same class as the List fix.

Tests: path validation on all service methods, Update tests for
issues/repos, CreateComment test, ListComments test, PR merge
error case (conflict handling).

227 lines of test coverage added by Codex agent.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-22 14:19:28 +00:00
Snider
0a9564274d refactor(module): migrate module path to dappco.re/go/core/forge
All checks were successful
Security Scan / security (pull_request) Successful in 9s
Test / test (pull_request) Successful in 1m20s
Update Go module path from forge.lthn.ai/core/go-forge to
dappco.re/go/core/forge. Migrate all import paths and dependency
references (go-io → dappco.re/go/core/io, go-log → dappco.re/go/core/log).
Update documentation (CLAUDE.md, README.md, docs/) to reflect new paths.

Co-Authored-By: Virgil <virgil@lethean.io>
2026-03-22 01:51:29 +00:00
Snider
f8c6090227 feat: IssueService and PullService with actions
Co-Authored-By: Virgil <virgil@lethean.io>
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-21 17:14:01 +00:00