0
0
Fork 0
mirror of https://github.com/go-gitea/gitea synced 2024-09-07 18:05:49 +02:00
gitea/routers/api/v1/repo
Lunny Xiao 061388379a Move create issue comment to comments package (#8212)
* move create issue comment to comments package

* extract actions on update/delete comment from models to comment service

* fix lint

* fix lint
2019-09-24 13:39:50 -04:00
..
blob.go
branch.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
collaborators.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
commits.go API method to list all commits of a repository (#6408) 2019-08-26 16:09:10 +02:00
file.go
fork.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
git_hook.go
git_ref.go
hook.go
hook_test.go
issue.go move some milestone functions to a standalone package (#8213) 2019-09-18 08:17:12 +08:00
issue_comment.go Move create issue comment to comments package (#8212) 2019-09-24 13:39:50 -04:00
issue_label.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
issue_tracked_time.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
key.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
label.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
main_test.go
milestone.go
pull.go Refuse merge until all required status checks success (#7481) 2019-09-18 08:39:45 +03:00
release.go Move create release from models to a standalone package (#7539) 2019-09-15 23:28:25 +08:00
release_attachment.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
repo.go Add option to initialize repository with labels (#6061) 2019-09-08 11:28:40 +03:00
repo_test.go
star.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
status.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
subscriber.go Use gitea forked macaron (#7933) 2019-08-23 12:40:29 -04:00
tag.go Adds details about what tags can use the Git tags API (#7989) 2019-08-26 21:52:04 +02:00
topic.go Add API endpoint for accessing repo topics (#7963) 2019-09-03 23:46:24 +08:00
tree.go