aboutsummaryrefslogtreecommitdiffstats
path: root/services/issue
Commit message (Expand)AuthorAgeFilesLines
* 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
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-035-5/+5
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-2713-26/+13
* Prepend refs/heads/ to issue template refs (#20461)zeripath2022-11-221-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-196-22/+23
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-123-3/+3
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-2/+2
* 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
* Add generic set type (#21408)KN4CK3R2022-10-121-3/+3
* Allow poster to choose reviewers (#21084)Jason Song2022-09-091-2/+5
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-253-14/+19
* Refactor AssertExistsAndLoadBean to use generics (#20797)Lunny Xiao2022-08-163-22/+22
* Check if project has the same repository id with issue when assign project to...Lunny Xiao2022-06-301-0/+11
* Add more linters to improve code readability (#19989)Wim2022-06-202-4/+4
* fix delete pull head ref for DeleteIssue (#20032)a10121127962022-06-191-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-1312-129/+264
* Move almost all functions' parameter db.Engine to context.Context (#19748)Lunny Xiao2022-05-204-12/+16
* Move access and repo permission to models/perm/access (#19350)Lunny Xiao2022-05-114-8/+12
* Use for a repo action one database transaction (#19576)65432022-05-031-3/+11
* more context for models (#19511)65432022-04-283-10/+23
* Use a struct as test options (#19393)Lunny Xiao2022-04-141-1/+3
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-083-3/+92
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-295-8/+8
* 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
* [API] Allow removing issues (#18879)Otto Richter (fnetX)2022-03-011-0/+29
* format with gofumpt (#18184)65432022-01-202-4/+4