aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues
Commit message (Expand)AuthorAgeFilesLines
* Enable tenv and testifylint rules (#32852)TheFox0x77 days9-17/+17
* Update golangci-lint to v1.62.2, fix issues (#32845)silverwind8 days1-3/+3
* Fix bug of branch/tag selector in the issue sidebar (#32744)hiifong10 days1-2/+5
* Add label/author/assignee filters to the user/org home issue list (#32779)wxiaoguang12 days3-25/+27
* Use batch database operations instead of one by one to optimze api pulls (#32...Lunny Xiao12 days5-39/+147
* Issue time estimate, meaningful time tracking (#23113)Illya Marchenko2024-12-052-0/+31
* Fix markup render regression and fix some tests (#32640)wxiaoguang2024-11-261-1/+1
* Strict pagination check (#32548)Lunny Xiao2024-11-257-8/+8
* Refactor markup render system (#32612)wxiaoguang2024-11-241-7/+3
* Refactor markup render system (#32589)wxiaoguang2024-11-221-8/+6
* Trim title before insert/update to database to match the size requirements of...Lunny Xiao2024-11-142-0/+5
* Fix milestone deadline and date related problems (#32339)Lunny Xiao2024-11-051-2/+1
* refactor: remove redundant err declarations (#32381)Oleksandr Redko2024-10-301-2/+1
* chore: fix some function names in comment (#32300)wangjingcun2024-10-222-2/+2
* Allow filtering PRs by poster in the ListPullRequests API (#32209)65432024-10-071-0/+5
* Fix the logic of finding the latest pull review commit ID (#32139)Zettat1232024-10-014-7/+7
* Display head branch more comfortable on pull request view (#32000)Lunny Xiao2024-09-241-0/+4
* Resolve duplicate local string key related to PR comments (#32073)Kemal Zebari2024-09-181-1/+1
* Add option to filter board cards by labels and assignees (#31999)Lauris BH2024-09-122-8/+21
* Distinguish official vs non-official reviews, add tool tips, and upgr… (#31...william-allspice2024-09-061-0/+25
* Add issue comment when moving issues from one column to another of the projec...Lunny Xiao2024-08-092-28/+51
* Fix null requested_reviewer from API (#31773)Edip Emre Bodur2024-08-052-1/+52
* Add permission check when creating PR (#31033)yp053272024-07-291-0/+8
* Added default sorting milestones by name (#27084)Bartlomiej Komendarczuk2024-07-161-1/+3
* Refactor issue label selection (#31497)wxiaoguang2024-06-262-30/+26
* Optimization of labels handling in issue_search (#26460)Chl2024-06-253-9/+59
* Fix PullRequestList.GetIssueIDs's logic (#31352)yp053272024-06-131-6/+5
* Enable `unparam` linter (#31277)silverwind2024-06-112-43/+24
* Only update poster in issue/comment list if it has been loaded (#31216)Max Wipfli2024-06-022-2/+6
* Performance improvements for pull request list API (#30490)Lunny Xiao2024-05-317-101/+180
* Use repo as of renderctx's member rather than a repoPath on metas (#29222)Lunny Xiao2024-05-301-1/+2
* Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-05-273-5/+22
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-05-273-29/+29
* Make gitea webhooks openproject compatible (#28435)André Rosenhammer2024-05-261-0/+15
* Fix automerge will not work because of some events haven't been triggered (#3...Lunny Xiao2024-05-211-3/+3
* Fix various problems around projects board view (#30696)Lunny Xiao2024-05-081-45/+60
* Fix no edit history after editing issue's title and content (#30814)yp053272024-05-031-56/+0
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-04-291-6/+6
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-272-7/+7
* Enable more `revive` linter rules (#30608)silverwind2024-04-221-2/+0
* Allow everyone to read or write a wiki by a repo unit setting (#30495)wxiaoguang2024-04-171-2/+4
* Refactor more filterslice (#30370)Lunny Xiao2024-04-101-6/+5
* Add container.FilterSlice function (#30339)oliverpool2024-04-095-93/+46
* Prevent re-review and dismiss review actions on closed and merged PRs (#30065)Kemal Zebari2024-03-282-3/+65
* Add default board to new projects, remove uncategorized pseudo-board (#29874)Denys Konovalov2024-03-271-12/+7
* Load attachments for code comments (#30124)yp053272024-03-271-0/+4
* Fix misuse of `TxContext` (#30061)Jason Song2024-03-251-1/+1
* Use db.ListOptions directly instead of Paginator interface to make it easier ...Lunny Xiao2024-03-242-18/+10
* Refactor StringsToInt64s (#29967)wxiaoguang2024-03-212-8/+3
* Performance improvements for pull request list page (#29900)Lunny Xiao2024-03-214-19/+16