1
1
mirror of https://github.com/go-gitea/gitea.git synced 2024-09-30 09:21:29 +02:00
gitea/routers/api/v1/repo
Lunny Xiao 016a5d0438 Move some actions to notification/action (#8779)
* Move some actions to notification/action

* Fix test

* fix test
2019-11-08 15:54:50 -05:00
..
blob.go
branch.go
collaborators.go
commits.go
file.go
fork.go Move some repositories' operations to a standalone service package (#8557) 2019-10-26 14:54:11 +08:00
git_hook.go
git_ref.go
hook_test.go
hook.go Rename HookQueue to hookQueue (#8778) 2019-11-02 10:35:12 +08:00
issue_comment.go Move webhook codes from service to webhook notification (#8712) 2019-10-30 12:02:46 +02:00
issue_label.go Move issue label operations to issue service package (#8553) 2019-10-19 12:48:29 +03:00
issue_subscription.go Add API for Issue set Subscription (#8729) 2019-11-02 23:27:49 +08:00
issue_tracked_time.go
issue.go Fix API deadline removal (#8759) 2019-11-03 22:46:32 +08:00
key.go
label.go
main_test.go
milestone.go
pull.go Fix API deadline removal (#8759) 2019-11-03 22:46:32 +08:00
release_attachment.go
release.go
repo_test.go
repo.go Move some actions to notification/action (#8779) 2019-11-08 15:54:50 -05:00
star.go
status.go
subscriber.go
tag.go
topic.go
tree.go