summaryrefslogtreecommitdiffstats
path: root/models/issues
Commit message (Expand)AuthorAgeFilesLines
* Rework markup link rendering (#26745) (#28803)KN4CK3R2024-01-161-3/+5
* Upgrade xorm to new version which supported update join for all supported dat...Giteabot2023-12-311-8/+3
* Revert "improve possible performance bottleneck (#28547)" (#28593) (#28608)Giteabot2023-12-251-3/+8
* improve possible performance bottleneck (#28547) (#28578)Giteabot2023-12-211-8/+3
* Fix inperformant query on retrifing review from database. (#28552) (#28562)Giteabot2023-12-201-8/+10
* Fix comment permissions (#28213) (#28216)Lunny Xiao2023-11-253-5/+9
* enable system users for comment.LoadPoster (#28014) (#28032)Giteabot2023-11-141-1/+1
* Fix 500 when deleting a dismissed review (#27903) (#27910)Giteabot2023-11-052-0/+40
* Don't let API add 2 exclusive labels from same scope (#27433) (#27460)Giteabot2023-10-062-0/+39
* Don't use subselect in `DeleteIssuesByRepoID` (#27332) (#27408)Giteabot2023-10-031-64/+79
* More `db.DefaultContext` refactor (#27265) (#27347)Giteabot2023-09-298-114/+114
* Add logs for data broken of comment review (#27326) (#27345)Giteabot2023-09-291-27/+9
* Add Index to `comment.dependent_issue_id` (#27325) (#27340)Giteabot2023-09-291-1/+1
* Fix the approval count of PR when there is no protection branch rule (#27272)...Giteabot2023-09-291-8/+17
* Another round of `db.DefaultContext` refactor (#27103) (#27262)Giteabot2023-09-258-39/+43
* Fix review request number and add more tests (#27104) (#27168)Giteabot2023-09-212-2/+9
* Add index to `issue_user.issue_id` (#27154) (#27158)Giteabot2023-09-211-1/+1
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-1610-112/+105
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-153-11/+11
* Remove the useless function `GetUserIssueStats` and move relevant tests to `i...Nanguan Lin2023-09-142-314/+0
* Replace 'userxx' with 'orgxx' in all test files when the user type is org (#...Nanguan Lin2023-09-148-24/+24
* Move some functions to service layer (#26969)Lunny Xiao2023-09-089-308/+566
* move repository deletion to service layer (#26948)Lunny Xiao2023-09-081-0/+2
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-2/+3
* Fix wrong review requested number (#26784)Nanguan Lin2023-09-031-6/+15
* Add `member`, `collaborator`, `contributor`, and `first-time contributor` rol...yp053272023-08-242-27/+33
* Fix archived unix time when archiving the label (#26681)puni98692023-08-231-3/+4
* [Refactor] getIssueStatsChunk to move inner function into own one (#26671)65432023-08-221-48/+49
* Fix project filter bugs (#26490)CaiCandong2023-08-152-10/+14
* Allow to archive labels (#26478)puni98692023-08-142-6/+25
* Rename `Sync2` -> `Sync` (#26479)delvh2023-08-131-1/+1
* Always show usernames in reaction tooltips (#26444)Panagiotis "Ivory" Vasilopoulos2023-08-102-2/+2
* Add transaction when creating pull request created dirty data (#26259)Lunny Xiao2023-08-103-15/+14
* Use more `IssueList` instead of `[]*Issue` (#26369)Lunny Xiao2023-08-073-6/+6
* Fix bug with sqlite load read (#26305)Lunny Xiao2023-08-052-5/+5
* Delete `issue_service.CreateComment` (#26298)caicandong2023-08-041-1/+9
* Use yellow if an approved review is stale (#26312)sebastian-sauer2023-08-041-0/+3
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-316-78/+114
* Add commits dropdown in PR files view and allow commit by commit review (#25528)sebastian-sauer2023-07-282-2/+2
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-229-55/+35
* Fix bug when pushing to a pull request which enabled dismiss approval automat...Lunny Xiao2023-07-205-175/+189
* Fix empty project displayed in issue sidebar (#25802)yp053272023-07-123-7/+51
* Update tool dependencies, lock govulncheck and actionlint (#25655)silverwind2023-07-097-55/+50
* Replace `interface{}` with `any` (#25686)silverwind2023-07-044-9/+9
* Improve loadprojects for issue list (#25468)Lunny Xiao2023-06-243-23/+24
* Store and use seconds for timeline time comments (#25392)65432023-06-232-13/+20
* Make "dismiss" content shown correctly (#25461)wxiaoguang2023-06-231-1/+1
* Show outdated comments in files changed tab (#24936)sebastian-sauer2023-06-213-11/+13
* Refactor: TotalTimest return seconds (#25370)65432023-06-192-10/+10
* Fix profile render when the README.md size is larger than 1024 bytes (#25131)yp053272023-06-131-1/+1