aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix duplicate Reviewed-by trailers (#24796)Cory Todd2023-06-094-1/+46
* Add codeowners feature (#24910)Vladimir Buyanov2023-06-082-0/+243
* Use RepositoryList instead of []*Repository (#25074)Lunny Xiao2023-06-051-1/+1
* Followup to pinned Issues (#24945)JakobDev2023-05-301-2/+9
* Add the ability to pin Issues (#24406)JakobDev2023-05-252-0/+183
* New webhook trigger for receiving Pull Request review requests (#24481)谈笑风生间2023-05-244-8/+93
* Fix 500 error when select `No assignee` filter in issue list page (#24854)yp053272023-05-221-1/+1
* Rewrite logger system (#24726)wxiaoguang2023-05-211-26/+13
* Use `CommentList` instead of `[]*Comment` (#24828)Lunny Xiao2023-05-213-5/+5
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-197-926/+930
* Remove duplicated issues options and some more refactors (#24787)Lunny Xiao2023-05-185-1645/+1659
* Support no label/assignee filter and batch clearing labels/assignees (#24707)Lunny Xiao2023-05-171-14/+26
* Modify luminance calculation and extract related functions into single files ...Hester Gong2023-05-102-36/+0
* Review fixes and enhancements (#24526)silverwind2023-05-101-0/+14
* Refresh the refernce of the closed PR when reopening (#24231)sillyguodong2023-05-083-9/+8
* Merge setting.InitXXX into one function with options (#24389)Lunny Xiao2023-05-041-6/+0
* Improve milestone filter on issues page (#22423)Lunny Xiao2023-04-301-2/+6
* Load reviewer for comments when dismissing a review (#24281)Jason Song2023-04-231-2/+10
* Use more specific test methods (#24265)KN4CK3R2023-04-222-3/+3
* Fix issue attachment handling (#24202)wxiaoguang2023-04-203-81/+75
* Make more functions use ctx instead of db.DefaultContext (#24068)wxiaoguang2023-04-144-8/+8
* Localize milestone related time strings (#24051)Yarden Shoham2023-04-121-5/+0
* Add API to manage issue dependencies (#17935)qwerty2872023-03-282-10/+15
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-141-2/+2
* Fix cannot reopen after pushing commits to a closed PR (#23189)sillyguodong2023-03-032-7/+10