summaryrefslogtreecommitdiffstats
path: root/services/issue/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-201-2/+2
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-111-1/+2
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-291-3/+3
* [API] Allow removing issues (#18879)Otto Richter (fnetX)2022-03-011-0/+29
* format with gofumpt (#18184)65432022-01-201-2/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-7/+8
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* 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
* 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-141-0/+16
* Move actions to notification (#8785)Lunny Xiao2019-11-031-15/+0
* Move issue notifications (#8713)Lunny Xiao2019-10-291-24/+8
* Move more issue assignee code from models to issue service (#8690)Lunny Xiao2019-10-281-42/+3
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-2/+104
* 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