summaryrefslogtreecommitdiffstats
path: root/models/issues
Commit message (Expand)AuthorAgeFilesLines
* Fix comment permissions (#28213) (#28217)Lunny Xiao2023-11-263-5/+9
* Fix bug of review request number (#27406)Lunny Xiao2023-10-031-1/+8
* Add logs for data broken of comment review (#27326) (#27344)Giteabot2023-09-291-27/+9
* Fix wrong review requested number (#26784) (#26880)Giteabot2023-09-031-6/+15
* Fix project filter bugs (#26490) (#26558)CaiCandong2023-08-192-10/+14
* Add transaction when creating pull request created dirty data (#26259) (#26437)Lunny Xiao2023-08-113-13/+12
* Fix bug with sqlite load read (#26305) (#26339)Giteabot2023-08-052-5/+5
* Fix bug when pushing to a pull request which enabled dismiss approval automat...Lunny Xiao2023-07-275-154/+189
* Fix empty project displayed in issue sidebar (#25802) (#25854)Giteabot2023-07-123-7/+51
* Replace `interface{}` with `any` (#25686) (#25687)silverwind2023-07-044-9/+9
* Improve loadprojects for issue list (#25468) (#25493)Giteabot2023-06-263-23/+24
* Make "dismiss" content shown correctly (#25461) (#25465)Giteabot2023-06-231-1/+1
* Show outdated comments in files changed tab (#24936) (#25428)sebastian-sauer2023-06-223-11/+13
* 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
* Add loading yaml label template files (#22976)Lauris BH2023-03-022-65/+52
* Order pull request conflict checking by recently updated, for each push (#23220)Brecht Van Lommel2023-03-011-0/+1
* Speed up HasUserStopwatch & GetActiveStopwatch (#23051)zeripath2023-02-272-14/+24
* Add "Reviewed by you" filter for pull requests (#22927)Brecht Van Lommel2023-02-241-0/+61
* Fix DBConsistency checks on MSSQL (#23132)zeripath2023-02-241-4/+4
* Fix intermittent panic in notify issue change content (#23019)zeripath2023-02-201-6/+8
* Improve issues.LoadProject (#22982)yp053272023-02-202-6/+2
* Refactor the setting to make unit test easier (#22405)Lunny Xiao2023-02-201-1/+1
* Scoped labels (#22585)Brecht Van Lommel2023-02-184-52/+145
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-183-4/+4
* fix incorrect role labels for migrated issues and comments (#22914)Zettat1232023-02-152-0/+10
* Fix more HTMLURL in templates (#22831)wxiaoguang2023-02-091-7/+7
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-063-14/+33
* Set PR for issue when load attributes for PRs (#22766)Jason Song2023-02-051-0/+1