summaryrefslogtreecommitdiffstats
path: root/models/issues (follow)
Commit message (Expand)AuthorAgeFilesLines
* chore(performance): loadCommentsByType sets IssuesLunny Xiao6 days1-0/+3
* Fix issue comment number (#30556)Lunny Xiao13 days3-5/+46
* Merge pull request 'feat: Add summary card for repos and releases' (#6269) fr...Otto2025-01-011-14/+0
|\
| * UpdateJakobDev2024-12-181-14/+0
* | Support org labels when adding labels by label names (#32988)Zettat1232024-12-281-0/+11
|/
* Strict pagination check (#32548)Lunny Xiao2024-12-017-8/+8
* Add a "summary card" to issues & PRs for consumption by OpenGraph clients (#6...Mathieu Fenniak2024-11-291-0/+19
* Merge pull request '[gitea] week 2024-47 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-11-212-0/+5
|\
| * Trim title before insert/update to database to match the size requirements of...Lunny Xiao2024-11-172-0/+5
* | fix: use better code to group UID and stopwatchesGusted2024-11-163-19/+55
|/
* chore(refactor): split ReloadLabels out of LoadLabels in issue modelEarl Warren2024-11-072-16/+124
* fix: issue labels are not set after deleting one labelEarl Warren2024-11-071-0/+1
* fix: labels are missing in the pull request payload removing a labelEarl Warren2024-11-061-0/+1
* refactor: remove redundant err declarations (#32381)Oleksandr Redko2024-11-051-2/+1
* chore: fix some function names in comment (#32300)wangjingcun2024-10-272-2/+2
* feat: combine review requests commentsGusted2024-10-251-35/+43
* Allow filtering PRs by poster in the ListPullRequests API (#32209)65432024-10-131-0/+5
* Merge pull request '[gitea] week 2024-41 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-10-094-7/+7
|\
| * Fix the logic of finding the latest pull review commit ID (#32139)Zettat1232024-10-064-7/+7
* | [Feat]Add link to show all Issues/PullRequests (#4125)JakobDev2024-10-092-8/+16
|/
* Fix null requested_reviewer from API (#31773)Edip Emre Bodur2024-08-132-1/+52
* Add testifylint to lint checks (#4535)TheFox0x72024-07-3020-437/+466
* Merge pull request 'fix(UI): issue task list numbers, fix #4431' (#4452) from...Earl Warren2024-07-291-2/+2
|\
| * simplify regex for checkbox detectionRobert Wolff2024-07-281-2/+2
| * remove requirement on trailing character after check boxRobert Wolff2024-07-281-2/+2
| * fix counting of all / done issue tasks, fix #4431Robert Wolff2024-07-281-2/+2
* | fix: never set Poster or Assignee to nilEarl Warren2024-07-294-24/+141
|/
* [PORT] Added default sorting milestones by name (gitea#27084)Bartlomiej Komendarczuk2024-07-221-1/+3
* Optimization of labels handling in issue_search (#4228)Chl2024-06-284-16/+80
* Merge pull request '[gitea] week 2024-25 cherry pick (gitea/main -> forgejo)'...Earl Warren2024-06-182-49/+29
|\
| * Fix PullRequestList.GetIssueIDs's logic (#31352)yp053272024-06-161-6/+5
| * Enable `unparam` linter (#31277)silverwind2024-06-162-43/+24
* | Run make fmtJakobDev2024-06-161-1/+1
* | Fix bug in GetIssueStatsJakobDev2024-06-132-1/+35
|/
* Make gitea webhooks openproject compatible (gitea#28435)André Rosenhammer2024-06-051-0/+15
* 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-06-027-101/+180
* Prevent simultaneous editing of comments and issues (#31053)metiftikci2024-06-023-9/+28
* Rename project board -> column to make the UI less confusing (#30170)Lunny Xiao2024-06-023-29/+29
* Fix automerge will not work because of some events haven't been triggered (#3...Lunny Xiao2024-05-261-3/+3
* Fix various problems around projects board view (#30696)Lunny Xiao2024-05-121-45/+60
* Add codespell support and fix a good number of typos with its help (#3270)Yaroslav Halchenko2024-05-093-8/+8
* Fix no edit history after editing issue's title and content (#30814)yp053272024-05-051-59/+0
* Resolve lint for unused parameter and unnecessary type arguments (#30750)Chongyi Zheng2024-05-051-6/+6
* Enable more `revive` linter rules (#30608)silverwind2024-04-281-2/+0
* Partial revert of "Refactor more filterslice (gitea#30370)"oliverpool2024-04-161-5/+6
* Refactor more filterslice (gitea#30370)Lunny Xiao2024-04-161-6/+5
* Add container.FilterSlice function (gitea#30339)oliverpool2024-04-165-91/+46
* Do not update PRs based on events that happened before they existedEarl Warren2024-04-116-2/+157
* Use HasAttachmentSupport methodoliverpool2024-04-081-3/+1