summaryrefslogtreecommitdiffstats
path: root/modules/pull/review.go
Commit message (Collapse)AuthorAgeFilesLines
* Extract actions on new pull request from models to pulls service and move ↵Lunny Xiao2019-09-271-57/+0
| | | | | | | | | | | | | | code.gitea.io/gitea/modules/pull to code.gitea.io/gitea/services/pull (#8218) * extract actions on new pull request from models to pulls service * improve code * move code.gitea.io/gitea/modules/pull to code.gitea.io/gitea/services/pull * fix fmt * Rename pulls.go to pull.go
* move CreateReview to moduels/pull (#7841)Lunny Xiao2019-08-141-0/+57