0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2025-01-04 16:44:46 +01:00
gitea/routers/api/v1/repo
Lunny Xiao 74731c3a5a
Move some issue methods as functions (#19255)
* Move some issue methods as functions

* Fix bug
2022-03-29 16:57:33 +02:00
..
blob.go
branch.go Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
collaborators.go
commits.go
file.go
fork.go Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
git_hook.go
git_ref.go
hook.go
hook_test.go
issue.go Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
issue_comment.go
issue_label.go
issue_reaction.go
issue_stopwatch.go Use ctx instead of db.DefaultContext in some packages(routers/services/modules) (#19163) 2022-03-22 16:22:54 +01:00
issue_subscription.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
issue_tracked_time.go
key.go
label.go Move init repository related functions to modules (#19159) 2022-03-29 15:23:45 +08:00
language.go
main_test.go
migrate.go Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
milestone.go
mirror.go
notes.go
patch.go
pull.go Move some issue methods as functions (#19255) 2022-03-29 16:57:33 +02:00
pull_review.go Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
release.go
release_attachment.go
release_tags.go Renamed ctx.User to ctx.Doer. (#19161) 2022-03-22 15:03:22 +08:00
repo.go Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
repo_test.go
star.go
status.go
subscriber.go
tag.go
teams.go Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
topic.go
transfer.go Move organization related structs into sub package (#18518) 2022-03-29 14:29:02 +08:00
tree.go
wiki.go