aboutsummaryrefslogtreecommitdiffstats
path: root/services/issue/assignee.go
Commit message (Expand)AuthorAgeFilesLines
* 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