aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues
Commit message (Expand)AuthorAgeFilesLines
* Small refactor to reduce unnecessary database queries and remove duplicated f...Lunny Xiao2025-03-042-0/+12
* Use pullrequestlist instead of []*pullrequest (#33765)Lunny Xiao2025-03-022-8/+8
* allow filtering /repos/{owner}/{repo}/pulls by target base branch queryparam ...Royce Remer2025-02-271-0/+5
* Use test context in tests and new loop system in benchmarks (#33648)TheFox0x72025-02-201-2/+1
* Move issue pin to an standalone table for querying performance (#33452)Lunny Xiao2025-02-173-185/+309
* Fix project issues list and counting (#33594)Lunny Xiao2025-02-172-29/+35
* Move commits signature and verify functions to service layers (#33605)Lunny Xiao2025-02-161-40/+0
* Improve commits list performance to reduce unnecessary database queries (#33528)Lunny Xiao2025-02-141-1/+4
* Performance optimization for pull request files loading comments attachments ...Lunny Xiao2025-02-141-2/+4
* Rework suggestion backend (#33538)Lunny Xiao2025-02-101-0/+40
* Fix unnecessary comment when moving issue on the same project column (#33496)Lunny Xiao2025-02-051-4/+6
* chore: fix some trivial problems and TODOs (#33473)wxiaoguang2025-02-021-1/+1
* Hide/disable unusable UI elements when a repository is archived (#33459)wxiaoguang2025-01-311-5/+7
* Refactor user package (#33423)wxiaoguang2025-01-291-1/+7
* Make tracked time representation display as hours (#33315)Vladimir Sysoev2025-01-191-6/+1
* Fix unpin hint on the pinned pull requests (#33207)Lunny Xiao2025-01-121-2/+2
* Some small refactors (#33144)Lunny Xiao2025-01-103-41/+22
* Automerge supports deleting branch automatically after merging (#32343)Lunny Xiao2025-01-101-0/+17
* Add missed transaction on setmerged (#33079)Lunny Xiao2025-01-083-89/+81
* Filter reviews of one pull request in memory instead of database to reduce sl...Lunny Xiao2025-01-073-31/+51
* Fix issue comment number (#30556)Lunny Xiao2024-12-303-5/+46
* Merge updatecommentattachment functions (#33044)Lunny Xiao2024-12-303-49/+41
* Move SetMerged to service layer (#33045)Lunny Xiao2024-12-302-62/+3
* Refactor tests (#33021)wxiaoguang2024-12-292-4/+4
* Support org labels when adding labels by label names (#32988)Zettat1232024-12-261-0/+11
* Refactor "string truncate" (#32984)wxiaoguang2024-12-262-3/+3
* Use `CloseIssue` and `ReopenIssue` instead of `ChangeStatus` (#32467)Lunny Xiao2024-12-253-5/+54
* Enable tenv and testifylint rules (#32852)TheFox0x72024-12-159-17/+17
* Update golangci-lint to v1.62.2, fix issues (#32845)silverwind2024-12-151-3/+3
* Fix bug of branch/tag selector in the issue sidebar (#32744)hiifong2024-12-131-2/+5
* Add label/author/assignee filters to the user/org home issue list (#32779)wxiaoguang2024-12-113-25/+27
* Use batch database operations instead of one by one to optimze api pulls (#32...Lunny Xiao2024-12-115-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