gitforge/services/convert
limiting-factor 28f6c175b2 chore(refactor): add getter/setter to APIContext data members (#13143)
This is a followup pull request discussed originally at  https://codeberg.org/forgejo/forgejo/pulls/12512, to start work on aligning the `Context` interface to Go conventions of `X() & SetX()`, not `GetX() & SetX()`.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/13143
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
2026-06-27 02:53:45 +02:00
..
action.go feat: expose run_id in ...actions/runners/jobs endpoint (#12480) 2026-05-09 02:31:03 +02:00
activity.go
activitypub_person.go
activitypub_user_action.go fix(activitypub): only return public activities on request (#12382) 2026-05-09 05:02:57 +02:00
attachment.go
attachment_test.go
convert.go feat(api): return created time in /org/{org} endpoint (#12633) 2026-05-28 21:25:41 +02:00
convert_test.go fix: get tag must return the tag signature instead of commit signature (#12351) 2026-05-03 04:41:12 +02:00
git_commit.go
git_commit_test.go
issue.go
issue_comment.go perf: bulk load resolvers & reactions on pull request comments (#11988) 2026-04-05 14:37:09 +02:00
issue_test.go
main_test.go
mirror.go
notification.go
package.go
pull.go fix: return API URL in the url field for pull requests using the API (#12643) 2026-05-25 04:01:17 +02:00
pull_review.go feat(api,ui): add multiline comment on pullrequest (#12582) 2026-06-03 16:06:29 +02:00
pull_test.go
quota.go
release.go
release_test.go
repository.go chore(refactor): add getter/setter to APIContext data members (#13143) 2026-06-27 02:53:45 +02:00
status.go
user.go
user_test.go
utils.go
utils_test.go
wiki.go