aboutsummaryrefslogtreecommitdiffstats
path: root/models/issues/pull.go
Commit message (Expand)AuthorAgeFilesLines
* Trim title before insert/update to database to match the size requirements of...Lunny Xiao2024-11-141-0/+1
* chore: fix some function names in comment (#32300)wangjingcun2024-10-221-1/+1
* Fix the logic of finding the latest pull review commit ID (#32139)Zettat1232024-10-011-1/+1
* Display head branch more comfortable on pull request view (#32000)Lunny Xiao2024-09-241-0/+4
* Fix null requested_reviewer from API (#31773)Edip Emre Bodur2024-08-051-1/+23
* Add permission check when creating PR (#31033)yp053272024-07-291-0/+8
* Performance improvements for pull request list API (#30490)Lunny Xiao2024-05-311-6/+7
* Make gitea webhooks openproject compatible (#28435)André Rosenhammer2024-05-261-0/+15
* Update misspell to 0.5.1 and add `misspellings.csv` (#30573)silverwind2024-04-271-1/+1
* Fix codeowner detected diff base branch to mergebase (#29783)Lunny Xiao2024-03-151-72/+0
* Move get/set default branch from git package to gitrepo package to hide repop...Lunny Xiao2024-03-081-6/+1
* Add API to get PR by base/head (#29242)qwerty2872024-02-261-0/+29
* Add API to get merged PR of a commit (#29243)qwerty2872024-02-241-0/+20
* Simplify how git repositories are opened (#28937)Lunny Xiao2024-01-271-1/+2
* Add support for sha256 repositories (#23894)Adam Majer2024-01-191-2/+2
* Add branch protection setting for ignoring stale approvals (#28498)Jimmy Praet2024-01-151-1/+1
* Remove deadcode under models/issues (#28536)Nanguan Lin2023-12-191-30/+0
* Remove GetByBean method because sometimes it's danger when query condition pa...Lunny Xiao2023-12-071-5/+2
* Replace -1 with GhostUserID (#27703)Nanguan Lin2023-10-201-1/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-21/+21
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-1/+1
* Another round of `db.DefaultContext` refactor (#27103)JakobDev2023-09-251-1/+1
* Move some functions to service layer (#26969)Lunny Xiao2023-09-081-0/+20
* Add transaction when creating pull request created dirty data (#26259)Lunny Xiao2023-08-101-5/+4
* Fix bug when pushing to a pull request which enabled dismiss approval automat...Lunny Xiao2023-07-201-8/+6
* Fix profile render when the README.md size is larger than 1024 bytes (#25131)yp053272023-06-131-1/+1
* Fix duplicate Reviewed-by trailers (#24796)Cory Todd2023-06-091-1/+1
* Add codeowners feature (#24910)Vladimir Buyanov2023-06-081-0/+221
* New webhook trigger for receiving Pull Request review requests (#24481)谈笑风生间2023-05-241-3/+27
* Rewrite logger system (#24726)wxiaoguang2023-05-211-26/+13
* Refresh the refernce of the closed PR when reopening (#24231)sillyguodong2023-05-081-0/+4
* add user rename endpoint to admin api (#22789)techknowlogick2023-03-141-2/+2
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-1/+1
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-061-6/+6
* Improve trace logging for pulls and processes (#22633)zeripath2023-02-031-4/+63
* Implement actions (#21937)Jason Song2023-01-311-0/+5
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-20/+2
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-11/+6
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-42/+24
* Allow detect whether it's in a database transaction for a context.Context (#2...Lunny Xiao2022-11-121-2/+2
* Replace all instances of fmt.Errorf(%v) with fmt.Errorf(%w) (#21551)delvh2022-10-241-9/+9
* Make every not exist error unwrappable to a fs.ErrNotExist (#20891)zeripath2022-10-181-0/+8
* Refactor GetNextResourceIndex to make it work properly with transaction (#21469)wxiaoguang2022-10-161-7/+7
* Fix checks in PR for empty commits #19603 (#20290)Ing. Jaroslav Šafka2022-07-131-0/+6
* Add more linters to improve code readability (#19989)Wim2022-06-201-1/+1
* Move issues related files into models/issues (#19931)Lunny Xiao2022-06-131-0/+838