aboutsummaryrefslogtreecommitdiffstats
path: root/services/issue
Commit message (Expand)AuthorAgeFilesLines
* Issue time estimate, meaningful time tracking (#23113)Illya Marchenko2024-12-051-0/+7
* Fix get reviewers' bug (#32415)Lunny Xiao2024-11-221-4/+4
* Add reviewers selection to new pull request (#32403)Calvin K2024-11-091-8/+20
* Move AddCollabrator and CreateRepositoryByExample to service layer (#32419)Lunny Xiao2024-11-071-0/+1
* refactor: remove redundant err declarations (#32381)Oleksandr Redko2024-10-301-2/+0
* Fix 500 error when `state` params is set when editing issue/PR by API (#31880)yp053272024-09-021-0/+3
* Performance improvements for pull request list API (#30490)Lunny Xiao2024-05-311-1/+2
* Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-05-272-4/+4
* Fix various problems around projects board view (#30696)Lunny Xiao2024-05-081-1/+1
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-273-13/+13
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-5/+4
* Fix code owners will not be mentioned when a pull request comes from a forked...Lunny Xiao2024-04-151-4/+4
* Fix Add/Remove WIP on pull request title failure (#29999)Lunny Xiao2024-03-252-21/+20
* Notify reviewers added via CODEOWNERS (#29842)Jimmy Praet2024-03-193-22/+70
* Fix codeowner detected diff base branch to mergebase (#29783)Lunny Xiao2024-03-152-1/+123
* Add missing database transaction for new issue (#29490)Lunny Xiao2024-03-041-7/+16
* Add user blocking (#29028)KN4CK3R2024-03-046-15/+281
* Allow non-admin users to delete review requests (#29057)Zettat1232024-02-241-57/+88
* Refactor issue template parsing and fix API endpoint (#29069)wxiaoguang2024-02-121-14/+16
* Remove deadcode under models/issues (#28536)Nanguan Lin2023-12-191-1/+5
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-114-10/+11
* Avoid run change title process when the title is same (#27467)yp053272023-10-061-0/+4
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* simplify issue deletion query (#27312)Earl Warren2023-10-021-36/+18
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-293-4/+4
* Fix Bug in Issue Config when only contact links are set (#26521)JakobDev2023-09-281-1/+1
* make writing main test easier (#27270)Lunny Xiao2023-09-281-4/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-162-17/+20
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-3/+4
* Replace 'userxx' with 'orgxx' in all test files when the user type is org (#...Nanguan Lin2023-09-141-2/+2
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-057-27/+27
* Add transaction when creating pull request created dirty data (#26259)Lunny Xiao2023-08-102-20/+20
* Bypass MariaDB performance bug of the "IN" sub-query, fix incorrect IssueInde...wxiaoguang2023-08-071-1/+1
* Delete `issue_service.CreateComment` (#26298)caicandong2023-08-041-22/+2
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-224-31/+25
* Less naked returns (#25713)65432023-07-073-18/+17
* Add codeowners feature (#24910)Vladimir Buyanov2023-06-081-0/+6
* Rename NotifyPullReviewRequest to NotifyPullRequestReviewRequest (#24988)谈笑风生间2023-05-311-2/+2
* 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
* Improve Gitea's web context, decouple "issue template" code into service pack...wxiaoguang2023-05-091-0/+189
* Use more specific test methods (#24265)KN4CK3R2023-04-222-6/+6
* Fix issue attachment handling (#24202)wxiaoguang2023-04-201-2/+1
* Make more functions use ctx instead of db.DefaultContext (#24068)wxiaoguang2023-04-145-49/+49
* Webhooks: for issue close/reopen action, add commit ID that caused it (#22583)Brecht Van Lommel2023-01-242-5/+5
* Fix issue not auto-closing when it includes a reference to a branch (#22514)Brecht Van Lommel2023-01-181-1/+3
* Always reuse transaction (#22362)Jason Song2023-01-081-1/+1
* Rename almost all Ctx functions (#22071)Lunny Xiao2022-12-103-2/+138
* Fix issue/PR numbers (#22037)Jason Song2022-12-061-1/+8