summaryrefslogtreecommitdiffstats
path: root/models/review_test.go
Commit message (Expand)AuthorAgeFilesLines
* format with gofumpt (#18184)65432022-01-201-1/+0
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-5/+6
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-6/+7
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-171-0/+1
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-28/+27
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-121-8/+9
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-35/+36
* Ensure review dismissal only dismisses the correct review (#15477)zeripath2021-04-151-7/+53
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-1/+0
* Add dismiss review feature (#12674)a10121127962021-02-111-0/+10
* Add team support for review request (#12039)赵智超2020-10-121-0/+3
* Update Octicons to v10 (#12240)silverwind2020-07-171-2/+2
* API: Add pull review endpoints (#11224)65432020-05-021-4/+6
* add request review from specific reviewers feature in pull request (#10756)赵智超2020-04-061-1/+2
* Add gitea-vet (#10948)John Olheiser2020-04-051-0/+4
* Change review status icons on PR view style to Github style (#10737)赵智超2020-04-031-2/+2
* Branch protection: Possibility to not use whitelist but allow anyone with wri...David Svantesson2019-12-031-17/+22
* Refactor pull request review (#8954)Lunny Xiao2019-11-141-8/+0
* Show review summary in pull requests (#5132)kolaente2018-11-221-1/+31
* Pull request review/approval and comment on code (#3748)Lauris BH2018-08-061-0/+107