gitforge/services/convert
Gusted 6c85dffb78 fix: load repo language for converting to api struct (#12737)
Load the primary language of the repository when it's converted to a API struct. This is simpler than adding `LoadAttributes` to a lot of places.

Resolves forgejo/forgejo#12729

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/12737
Reviewed-by: Mathieu Fenniak <mfenniak@noreply.codeberg.org>
2026-05-28 17:00:40 +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 chore: update github.com/go-ap/activitypub to 902f6cf (#11301) 2026-04-02 23:57:13 +02:00
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 fix: expose API fields for ssh keys (#12517) (#12625) 2026-05-18 17:44:37 +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 chore: ensure consistent import aliasing for services and models (#10253) 2025-11-30 17:00:57 +01:00
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 chore: move all test blank imports in a single package (#10662) 2026-01-02 05:32:32 +01:00
mirror.go
notification.go feat: rework notification table (#9926) 2025-11-29 23:03:56 +01:00
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
pull_test.go
quota.go chore: ensure consistent import aliasing for services and models (#10253) 2025-11-30 17:00:57 +01:00
release.go feat: make upload URL compatible with GitHub API (#9285) 2025-09-15 15:53:35 +02:00
release_test.go feat: make upload URL compatible with GitHub API (#9285) 2025-09-15 15:53:35 +02:00
repository.go fix: load repo language for converting to api struct (#12737) 2026-05-28 17:00:40 +02:00
status.go
user.go
user_test.go
utils.go
utils_test.go
wiki.go