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
Lunny Xiao 110fc57cbc
Move some code into models/git (#19879)
* Move access and repo permission to models/perm/access

* fix test

* Move some git related files into sub package models/git

* Fix build

* fix git test

* move lfs to sub package

* move more git related functions to models/git

* Move functions sequence

* Some improvements per @KN4CK3R and @delvh
3 years ago
..
blob.go
branch.go Move some code into models/git (#19879) 3 years ago
collaborators.go Move some repository related code into sub package (#19711) 3 years ago
commits.go
file.go Move some code into models/git (#19879) 3 years ago
fork.go
git_hook.go
git_ref.go
hook.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
hook_test.go
issue.go Move some repository related code into sub package (#19711) 3 years ago
issue_comment.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
issue_label.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
issue_reaction.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
issue_stopwatch.go
issue_subscription.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
issue_tracked_time.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
key.go
label.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
language.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
main_test.go
migrate.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
milestone.go
mirror.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
notes.go
patch.go
pull.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
pull_review.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
release.go improvement some release related code (#19867) 3 years ago
release_attachment.go improvement some release related code (#19867) 3 years ago
release_tags.go
repo.go Move some repository related code into sub package (#19711) 3 years ago
repo_test.go
star.go
status.go Move some code into models/git (#19879) 3 years ago
subscriber.go
tag.go
teams.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
topic.go
transfer.go Move almost all functions' parameter db.Engine to context.Context (#19748) 3 years ago
tree.go
wiki.go