.core
chore: add .core/ build and release configs
2026-03-06 18:52:36 +00:00
.forgejo /workflows
ci: add Forgejo Actions test and security scan workflows
2026-02-23 03:28:02 +00:00
.github /workflows
ci: add Core ecosystem CI workflow with CodeRabbit auto-fix
2026-03-17 14:05:38 +00:00
cmd /forgegen
docs(forgegen): expand generated usage examples
2026-04-02 08:37:32 +00:00
docs
feat(forge): expose HTTP client metadata
2026-04-02 07:35:37 +00:00
testdata
feat: scaffold go-forge repo with swagger spec and plan
2026-02-21 15:14:29 +00:00
types
docs(forgegen): expand generated usage examples
2026-04-02 08:37:32 +00:00
.editorconfig
chore: add Go repo norms (badges, contributing, lint, taskfile, editorconfig)
2026-02-23 06:45:34 +00:00
.gitignore
chore: add .core/ and .idea/ to .gitignore
2026-03-15 10:17:49 +00:00
.golangci.yml
chore: add Go repo norms (badges, contributing, lint, taskfile, editorconfig)
2026-02-23 06:45:34 +00:00
actions.go
fix(forge): wrap helper parse errors
2026-04-02 08:50:37 +00:00
actions_test.go
fix(actions): align actions paths and add user variables
2026-04-02 02:23:01 +00:00
activitypub.go
feat(activitypub): add ActivityPub actor service
2026-04-02 02:04:26 +00:00
activitypub_test.go
feat(activitypub): add ActivityPub actor service
2026-04-02 02:04:26 +00:00
admin.go
fix(forge): wrap helper parse errors
2026-04-02 08:50:37 +00:00
admin_test.go
feat(forge): add missing admin and issue endpoints
2026-04-02 06:30:02 +00:00
ax_stringer_test.go
feat(forge): add repository list filters
2026-04-02 08:33:11 +00:00
branches.go
feat(forge): add missing repo and team helpers
2026-04-02 08:22:44 +00:00
branches_extra_test.go
feat(forge): add missing collection wrappers
2026-04-02 06:57:47 +00:00
branches_test.go
feat(forge): add missing repo and team helpers
2026-04-02 08:22:44 +00:00
CLAUDE.md
docs(forge): align service docs with milestones
2026-04-02 06:08:46 +00:00
client.go
fix(forge): make client accessors nil-safe
2026-04-02 09:00:15 +00:00
client_test.go
fix(forge): make client accessors nil-safe
2026-04-02 09:00:15 +00:00
commits.go
feat(forge): add repository list filters
2026-04-02 08:33:11 +00:00
commits_extra_test.go
feat(forge): add missing collection wrappers
2026-04-02 06:57:47 +00:00
commits_test.go
feat(forge): add repository list filters
2026-04-02 08:33:11 +00:00
config.go
refactor(forge): expose config path helper
2026-04-02 08:54:24 +00:00
config_test.go
refactor(forge): expose config path helper
2026-04-02 08:54:24 +00:00
contents.go
fix(forge): wrap helper parse errors
2026-04-02 08:50:37 +00:00
contents_test.go
feat(forge): add iterator variants for remaining collections
2026-04-02 07:42:26 +00:00
CONTRIBUTING.md
chore: add Go repo norms (badges, contributing, lint, taskfile, editorconfig)
2026-02-23 06:45:34 +00:00
doc.go
docs(package): fix stale usage example
2026-03-29 23:39:22 +00:00
forge.go
fix(forge): make client accessors nil-safe
2026-04-02 09:00:15 +00:00
forge_test.go
fix(forge): make client accessors nil-safe
2026-04-02 09:00:15 +00:00
go.mod
fix: migrate module paths from forge.lthn.ai to dappco.re
2026-04-07 14:57:24 +01:00
go.sum
fix: migrate module paths from forge.lthn.ai to dappco.re
2026-04-07 14:57:24 +01:00
helpers.go
feat(forge): add repository list filters
2026-04-02 08:33:11 +00:00
issues.go
feat(forge): add repository list filters
2026-04-02 08:33:11 +00:00
issues_extra_test.go
feat(forge): add missing collection wrappers
2026-04-02 06:57:47 +00:00
issues_test.go
feat(forge): add repository list filters
2026-04-02 08:33:11 +00:00
labels.go
feat(forge): add missing Forgejo endpoints
2026-04-02 06:20:27 +00:00
labels_test.go
refactor(ax): enforce v0.8.0 polish rules
2026-03-29 23:39:24 +00:00
milestones.go
feat(forge): add safe stringers for option types
2026-04-02 08:07:18 +00:00
milestones_test.go
feat: add milestone list filters
2026-04-02 00:30:36 +00:00
misc.go
feat(forge): add missing admin and issue endpoints
2026-04-02 06:30:02 +00:00
misc_test.go
fix(forge): track rate limits for raw requests
2026-04-02 06:51:49 +00:00
notifications.go
fix(forge): wrap helper parse errors
2026-04-02 08:50:37 +00:00
notifications_test.go
feat(notifications): add bulk mark endpoint
2026-04-02 03:03:01 +00:00
orgs.go
feat(forge): add safe stringers for option types
2026-04-02 08:07:18 +00:00
orgs_extra_test.go
feat(forge): add missing collection wrappers
2026-04-02 06:57:47 +00:00
orgs_test.go
feat(forge): add missing Forgejo endpoints
2026-04-02 06:20:27 +00:00
packages.go
feat(forge): add missing Forgejo endpoints
2026-04-02 06:20:27 +00:00
packages_test.go
refactor(ax): enforce v0.8.0 polish rules
2026-03-29 23:39:24 +00:00
pagination.go
feat(forge): add safe stringers for core value types
2026-04-02 08:01:02 +00:00
pagination_test.go
refactor(ax): enforce v0.8.0 polish rules
2026-03-29 23:39:24 +00:00
params.go
feat(forge): add safe stringers for core value types
2026-04-02 08:01:02 +00:00
params_test.go
refactor(ax): enforce v0.8.0 polish rules
2026-03-29 23:39:24 +00:00
pulls.go
fix(forge): wrap helper parse errors
2026-04-02 08:50:37 +00:00
pulls_extra_test.go
feat(forge): add missing collection wrappers
2026-04-02 06:57:47 +00:00
pulls_test.go
feat(forge): add repository list filters
2026-04-02 08:33:11 +00:00
README.md
refactor(module): migrate module path to dappco.re/go/core/forge
2026-03-22 01:51:29 +00:00
releases.go
feat(forge): add repository list filters
2026-04-02 08:33:11 +00:00
releases_extra_test.go
feat(forge): add missing collection wrappers
2026-04-02 06:57:47 +00:00
releases_test.go
feat(forge): add repository list filters
2026-04-02 08:33:11 +00:00
repos.go
fix(forge): wrap helper parse errors
2026-04-02 08:50:37 +00:00
repos_test.go
feat(forge): add missing repo and team helpers
2026-04-02 08:22:44 +00:00
resource.go
fix(forge): make stringers nil-safe
2026-04-02 07:54:28 +00:00
resource_string_test.go
feat(forge): add safe resource stringers
2026-04-02 07:52:00 +00:00
resource_test.go
refactor(ax): enforce v0.8.0 polish rules
2026-03-29 23:39:24 +00:00
service_string.go
refactor(forge): align config lookup and service docs with AX
2026-04-02 08:40:50 +00:00
stringer_nil_test.go
feat(forge): add APIError stringers
2026-04-02 08:04:08 +00:00
teams.go
feat(forge): add missing repo and team helpers
2026-04-02 08:22:44 +00:00
teams_test.go
feat(forge): add missing repo and team helpers
2026-04-02 08:22:44 +00:00
users.go
fix(forge): wrap helper parse errors
2026-04-02 08:50:37 +00:00
users_extra_test.go
feat(forge): add missing collection wrappers
2026-04-02 06:57:47 +00:00
users_test.go
fix(forge): correct generated schema aliases
2026-04-02 08:18:28 +00:00
webhooks.go
feat(forge): add iterator variants for remaining collections
2026-04-02 07:42:26 +00:00
webhooks_extra_test.go
feat(forge): add missing collection wrappers
2026-04-02 06:57:47 +00:00
webhooks_test.go
feat(forge): add iterator variants for remaining collections
2026-04-02 07:42:26 +00:00
wiki.go
Add wiki page revision retrieval
2026-04-01 23:52:33 +00:00
wiki_test.go
Add wiki page revision retrieval
2026-04-01 23:52:33 +00:00