You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/routers/api/v1/repo
KN4CK3R a35749893b
Move `convert` package to services (#22264)
Addition to #22256

The `convert` package relies heavily on different models which is
[disallowed by our definition of
modules](https://github.com/go-gitea/gitea/blob/main/CONTRIBUTING.md#design-guideline).
This helps to prevent possible import cycles.

Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
2 years ago
..
blob.go Implement FSFE REUSE for golang files (#21840) 2 years ago
branch.go Move `convert` package to services (#22264) 2 years ago
collaborators.go Move `convert` package to services (#22264) 2 years ago
commits.go Move `convert` package to services (#22264) 2 years ago
file.go Implement FSFE REUSE for golang files (#21840) 2 years ago
fork.go Move `convert` package to services (#22264) 2 years ago
git_hook.go Move `convert` package to services (#22264) 2 years ago
git_ref.go Implement FSFE REUSE for golang files (#21840) 2 years ago
hook.go Move `convert` package to services (#22264) 2 years ago
hook_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
issue.go Move `convert` package to services (#22264) 2 years ago
issue_attachment.go Move `convert` package to services (#22264) 2 years ago
issue_comment.go Move `convert` package to services (#22264) 2 years ago
issue_comment_attachment.go Move `convert` package to services (#22264) 2 years ago
issue_label.go Move `convert` package to services (#22264) 2 years ago
issue_reaction.go Move `convert` package to services (#22264) 2 years ago
issue_stopwatch.go Move `convert` package to services (#22264) 2 years ago
issue_subscription.go Move `convert` package to services (#22264) 2 years ago
issue_tracked_time.go Move `convert` package to services (#22264) 2 years ago
key.go Move `convert` package to services (#22264) 2 years ago
label.go Move `convert` package to services (#22264) 2 years ago
language.go Implement FSFE REUSE for golang files (#21840) 2 years ago
main_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
migrate.go Move `convert` package to services (#22264) 2 years ago
milestone.go Move `convert` package to services (#22264) 2 years ago
mirror.go Move `convert` package to services (#22264) 2 years ago
notes.go Move `convert` package to services (#22264) 2 years ago
patch.go Implement FSFE REUSE for golang files (#21840) 2 years ago
pull.go Move `convert` package to services (#22264) 2 years ago
pull_review.go Move `convert` package to services (#22264) 2 years ago
release.go Move `convert` package to services (#22264) 2 years ago
release_attachment.go Move `convert` package to services (#22264) 2 years ago
release_tags.go Move `convert` package to services (#22264) 2 years ago
repo.go Move `convert` package to services (#22264) 2 years ago
repo_test.go Implement FSFE REUSE for golang files (#21840) 2 years ago
star.go Move `convert` package to services (#22264) 2 years ago
status.go Move `convert` package to services (#22264) 2 years ago
subscriber.go Move `convert` package to services (#22264) 2 years ago
tag.go Move `convert` package to services (#22264) 2 years ago
teams.go Move `convert` package to services (#22264) 2 years ago
topic.go Move `convert` package to services (#22264) 2 years ago
transfer.go Move `convert` package to services (#22264) 2 years ago
tree.go Implement FSFE REUSE for golang files (#21840) 2 years ago
wiki.go Move `convert` package to services (#22264) 2 years ago