Commit graph

7 commits

Author SHA1 Message Date
Virgil
194a9d38c8 feat(forge): add iterator variants for remaining collections
Some checks failed
Security Scan / security (push) Successful in 16s
Test / test (push) Has been cancelled
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-02 07:42:26 +00:00
Virgil
79bb4277b3 feat(webhooks): add git hook helpers
Some checks are pending
Security Scan / security (push) Waiting to run
Test / test (push) Successful in 51s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 22:27:49 +00:00
Virgil
8ecc090a0f Add user webhook API support
All checks were successful
Security Scan / security (push) Successful in 10s
Test / test (push) Successful in 1m6s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 22:25:41 +00:00
Virgil
2ad117dcc0 feat: add org webhook CRUD
All checks were successful
Security Scan / security (push) Successful in 10s
Test / test (push) Successful in 54s
Co-Authored-By: Virgil <virgil@lethean.io>
2026-04-01 07:09:12 +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
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
de76399608 feat: LabelService, WebhookService, ContentService
Add three new services covering labels, webhooks, and file content
operations. LabelService handles repo and org labels without Resource
embedding due to heterogeneous paths. WebhookService embeds Resource
for standard CRUD on repo hooks plus action methods for test delivery
and org hooks. ContentService provides file CRUD and raw file retrieval.
Adds GetRaw method to Client for non-JSON responses.

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