aboutsummaryrefslogtreecommitdiffstats
path: root/services/issue
Commit message (Expand)AuthorAgeFilesLines
* A better go code formatter, and now `make fmt` can run in Windows (#17684)wxiaoguang2021-11-172-0/+2
* Decouple unit test, remove intermediate `unittestbridge` package (#17662)wxiaoguang2021-11-161-9/+8
* Decouple unit test code from business code (#17623)wxiaoguang2021-11-123-6/+7
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-3/+4
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-194-14/+17
* Fix various documentation, user-facing, and source comment typos (#16367)luzpaz2021-07-081-1/+1
* Fixed assert statements. (#16089)KN4CK3R2021-06-071-1/+1
* label and milestone webhooks on issue/pull creation (#14363)Jimmy Praet2021-01-171-0/+6
* Send notifications for mentions in pulls, issues, (code-)comments (#14218)Jimmy Praet2021-01-021-1/+6
* Add review request api (#11355)a10121127962020-10-201-6/+158
* Add team support for review request (#12039)赵智超2020-10-121-1/+38
* Change/remove a branch of an open issue (#9080)Vedran2020-09-081-0/+14
* Fix ref links in issue overviews for tags (#8742)Sijmen Schoon2020-05-142-0/+46
* 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
* Add Organization Wide Labels (#10814)mrsdizzie2020-04-011-1/+4
* Trigger webhooks on issue label-change via API too (#10421)65432020-02-231-0/+15
* Refactor comment (#9330)Lunny Xiao2019-12-151-2/+2
* Move actions to notification (#8785)Lunny Xiao2019-11-031-15/+0
* Move issue milestone assign to issue service and move webhook to notification...Lunny Xiao2019-11-021-0/+21
* Move labels webhooks to notification (#8749)Lunny Xiao2019-11-021-52/+3
* Move webhook to a standalone package under modules (#8747)Lunny Xiao2019-11-011-3/+4
* Move issue change content from models to service (#8711)Lunny Xiao2019-10-301-0/+23
* Move issue notifications (#8713)Lunny Xiao2019-10-291-24/+8
* Move issue change status from models to service (#8691)Lunny Xiao2019-10-281-0/+21
* Move more issue assignee code from models to issue service (#8690)Lunny Xiao2019-10-283-42/+93
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-2/+104
* Move issue label operations to issue service package (#8553)Lunny Xiao2019-10-193-0/+165
* Move clearlabels from models to issue service (#8326)Lunny Xiao2019-10-151-0/+21
* Move change issue title from models to issue service package (#8456)Lunny Xiao2019-10-111-0/+51
* Extract actions on new issue from models to services (#8217)Lunny Xiao2019-09-301-0/+47