summaryrefslogtreecommitdiffstats
path: root/services/issue/issue.go (follow)
Commit message (Expand)AuthorAgeFilesLines
* [Port] gitea#29999: Fix Add/Remove WIP on pull request title failureLunny Xiao2024-03-291-14/+17
* [Port] gitea#29842: Notify reviewers added via CODEOWNERSJimmy Praet2024-03-281-5/+15
* [MODERATION] User blockingGusted2024-02-051-0/+5
* [FEAT] allow setting the update date on issues and commentsEarl Warren2024-02-051-0/+39
* Avoid run change title process when the title is same (#27467)yp053272023-10-061-0/+4
* simplify issue deletion query (#27312)Earl Warren2023-10-021-36/+18
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-2/+2
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-7/+7
* Add transaction when creating pull request created dirty data (#26259)Lunny Xiao2023-08-101-13/+13
* Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueInde...wxiaoguang2023-08-071-1/+1
* Less naked returns (#25713)65432023-07-071-5/+5
* Add codeowners feature (#24910)Vladimir Buyanov2023-06-081-0/+6
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-1/+1
* Add the ability to pin Issues (#24406)JakobDev2023-05-251-0/+7
* Make more functions use ctx instead of db.DefaultContext (#24068)wxiaoguang2023-04-141-28/+29
* Fix issue/PR numbers (#22037)Jason Song2022-12-061-1/+8
* 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
* Prepend refs/heads/ to issue template refs (#20461)zeripath2022-11-221-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-9/+9
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-1/+1
* Update milestone counters when issue is deleted (#21459)Ashley Nelson2022-10-221-0/+5
* Add system setting table with cache and also add cache supports for user sett...Lunny Xiao2022-10-171-2/+2
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-3/+3
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* fix delete pull head ref for DeleteIssue (#20032)a10121127962022-06-191-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-15/+93
* 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-151-0/+16
* Move actions to notification (#8785)Lunny Xiao2019-11-031-15/+0
* Move issue notifications (#8713)Lunny Xiao2019-10-281-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