Virgil
09d01bee96
feat(forge): add repository list filters
...
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
ad2bab3835
feat(forge): add missing admin and issue endpoints
...
Security Scan / security (push) Successful in 14s
Test / test (push) Has been cancelled
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 06:30:02 +00:00
Virgil
9ba98f9de3
feat(issues): add reaction list endpoints
...
Security Scan / security (push) Successful in 10s
Test / test (push) Has been cancelled
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 02:52:43 +00:00
Virgil
a555c24a9f
feat(issues): add tracked time deletion
...
Security Scan / security (push) Waiting to run
Test / test (push) Waiting to run
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 01:35:55 +00:00
Virgil
cb54bfeea2
feat(issues): add pinned issue listing
...
Security Scan / security (push) Successful in 12s
Test / test (push) Successful in 1m21s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 00:09:49 +00:00
Virgil
584f372622
feat(issues): add attachment uploads
...
Security Scan / security (push) Successful in 12s
Test / test (push) Has been cancelled
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 00:01:29 +00:00
Virgil
484ecd1e1f
feat(issues): add attachment helpers
...
Security Scan / security (push) Successful in 11s
Test / test (push) Successful in 1m17s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 23:58:11 +00:00
Virgil
15265e4599
feat: add issue time iterator
...
Security Scan / security (push) Successful in 12s
Test / test (push) Has been cancelled
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 23:50:04 +00:00
Virgil
ed4a2c7b0c
feat(issues): add dependency relation helpers
...
Security Scan / security (push) Successful in 12s
Test / test (push) Successful in 1m15s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 23:35:51 +00:00
Virgil
23d879f235
feat(issues): add global issue search
...
Security Scan / security (push) Successful in 13s
Test / test (push) Successful in 1m15s
Add typed wrappers for Forgejo's global issue search endpoint, including paged, all-pages, and iterator variants.
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 23:31:21 +00:00
Virgil
26ea87556b
Add issue time tracking helpers
...
Security Scan / security (push) Successful in 10s
Test / test (push) Successful in 1m7s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 22:43:54 +00:00
Virgil
36181a7335
Add issue timeline listing
...
Security Scan / security (push) Successful in 11s
Test / test (push) Successful in 1m4s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 22:40:32 +00:00
Virgil
5257002ec1
feat(issue): add issue subscription endpoints
...
Security Scan / security (push) Successful in 10s
Test / test (push) Successful in 50s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 09:29:29 +00:00
Virgil
b9e8b22d41
Add issue pin repositioning
...
Security Scan / security (push) Successful in 11s
Test / test (push) Successful in 50s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 06:42:16 +00:00
Virgil
060de1796c
Add issue stopwatch delete API
...
Security Scan / security (push) Successful in 9s
Test / test (push) Successful in 48s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 06:25:32 +00:00
Virgil
551a964fdb
refactor(ax): enforce v0.8.0 polish rules
...
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)
...
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
...
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