aboutsummaryrefslogtreecommitdiffstats
path: root/services/issue/assignee.go
Commit message (Expand)AuthorAgeFilesLines
* Notify reviewers added via CODEOWNERS (#29842)Jimmy Praet2024-03-191-3/+20
* Allow non-admin users to delete review requests (#29057)Zettat1232024-02-241-57/+88
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-4/+4
* Add transaction when creating pull request created dirty data (#26259)Lunny Xiao2023-08-101-7/+7
* Less naked returns (#25713)65432023-07-071-10/+9
* Rename NotifyPullReviewRequest to NotifyPullRequestReviewRequest (#24988)谈笑风生间2023-05-311-2/+2
* Make more functions use ctx instead of db.DefaultContext (#24068)wxiaoguang2023-04-141-13/+12
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-1/+1
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-5/+5
* Allow poster to choose reviewers (#21084)Jason Song2022-09-091-2/+5
* Add more linters to improve code readability (#19989)Wim2022-06-201-3/+3
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-28/+28
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-5/+6
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-5/+6
* more context for models (#19511)65432022-04-281-6/+8
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-291-1/+1
* Move organization related structs into sub package (#18518)Lunny Xiao2022-03-291-5/+10
* Allow users to self-request a PR review (#19030)Norwin2022-03-081-8/+0
* Simplify parameter types (#18006)Gusted2021-12-201-1/+1
* Move accessmode into models/perm (#17828)Lunny Xiao2021-11-281-3/+4
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-7/+8
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-3/+4
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Add review request api (#11355)a10121127962020-10-201-6/+158
* Add team support for review request (#12039)赵智超2020-10-121-1/+38
* Fix spelling mistake with Rewiew (#11262)zeripath2020-04-301-3/+3
* add request review from specific reviewers feature in pull request (#10756)赵智超2020-04-061-0/+20
* Move more issue assignee code from models to issue service (#8690)Lunny Xiao2019-10-281-0/+53