summaryrefslogtreecommitdiffstats
path: root/routers/web/repo/issue.go
Commit message (Expand)AuthorAgeFilesLines
* Fix codeowner detected diff base branch to mergebase (#29783) (#29807)Lunny Xiao2024-03-171-1/+1
* Add missing database transaction for new issue (#29490) (#29607)Lunny Xiao2024-03-051-13/+9
* Refactor issue template parsing and fix API endpoint (#29069) (#29140)wxiaoguang2024-02-141-11/+9
* Rework markup link rendering (#26745) (#28803)KN4CK3R2024-01-161-21/+30
* Fix issue dependencies (#27736) (#28776)Giteabot2024-01-121-27/+23
* Fix issue will be detected as pull request when checking `First-time contribu...Giteabot2023-11-291-1/+1
* Fix comment permissions (#28213) (#28216)Lunny Xiao2023-11-251-0/+30
* Hide archived labels when filtering by labels on the issue list (#27115) (#27...Giteabot2023-10-011-0/+5
* More `db.DefaultContext` refactor (#27265) (#27347)Giteabot2023-09-291-12/+12
* Another round of `db.DefaultContext` refactor (#27103) (#27262)Giteabot2023-09-251-7/+7
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-5/+5
* More refactoring of `db.DefaultContext` (#27083)JakobDev2023-09-151-3/+3
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-1/+1
* Fix issue templates when blank isses are disabled (#27061)JakobDev2023-09-141-10/+13
* Replace `util.SliceXxx` with `slices.Xxx` (#26958)CaiCandong2023-09-071-1/+2
* Redirect from `{repo}/issues/new` to `{repo}/issues/new/choose` when blank is...JakobDev2023-08-311-1/+9
* Make web context initialize correctly for different cases (#26726)wxiaoguang2023-08-251-3/+3
* Add `member`, `collaborator`, `contributor`, and `first-time contributor` rol...yp053272023-08-241-23/+46
* fix reopen logic for agit flow pull request (#26399)a10121127962023-08-191-41/+43
* Return empty when searching issues with no repos (#26545)Jason Song2023-08-171-0/+4
* Fix label filter between `all` and `no` (#26557)CaiCandong2023-08-171-1/+2
* Add transaction when creating pull request created dirty data (#26259)Lunny Xiao2023-08-101-1/+1
* Refactor and enhance issue indexer to support both searching, filtering and p...Jason Song2023-07-311-189/+241
* Fix unable to display individual-level project (#26198)caicandong2023-07-291-2/+8
* Improve display of Labels/Projects/Assignees sort options (#25886)yp053272023-07-261-1/+5
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-9/+3
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-7/+7
* Use frontend fetch for branch dropdown component (#25719)HesterG2023-07-211-10/+22
* Fix the route for pull-request's authors (#26016)wxiaoguang2023-07-201-1/+8
* Avoid opening/closing PRs which are already merged (#25883)yp053272023-07-151-0/+8
* For API attachments, use API URL (#25639)Lunny Xiao2023-07-101-5/+5
* Add open/closed field support for issue index (#25708)techknowlogick2023-07-071-3/+3
* Less naked returns (#25713)65432023-07-071-3/+6
* Check `ctx.Written()` for `GetActionIssue` (#25698)Jason Song2023-07-051-1/+4
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-18/+18
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-1/+7
* Improve loadprojects for issue list (#25468)Lunny Xiao2023-06-241-2/+2
* Refactor indexer (#25174)Jason Song2023-06-231-1/+1
* Store and use seconds for timeline time comments (#25392)65432023-06-231-1/+14
* Add actor and status dropdowns to run list (#25118)HesterG2023-06-211-3/+3
* Batch delete issue and improve tippy opts (#25253)wxiaoguang2023-06-191-3/+15
* Use fetch to send requests to create issues/comments (#25258)wxiaoguang2023-06-161-19/+12
* Fix `MilestoneIDs` when querying issues (#25125)Zettat1232023-06-081-6/+6
* Use the type RefName for all the needed places and fix pull mirror sync bugs ...Lunny Xiao2023-05-261-2/+2
* Add the ability to pin Issues (#24406)JakobDev2023-05-251-0/+21
* New webhook trigger for receiving Pull Request review requests (#24481)谈笑风生间2023-05-241-1/+1
* Rewrite logger system (#24726)wxiaoguang2023-05-211-3/+3
* Decouple the different contexts from each other (#24786)wxiaoguang2023-05-211-2/+2
* Some refactors for issues stats (#24793)Lunny Xiao2023-05-191-3/+3
* Remove duplicated issues options and some more refactors (#24787)Lunny Xiao2023-05-181-3/+3