aboutsummaryrefslogtreecommitdiffstats
path: root/routers/web/repo/pull.go
Commit message (Expand)AuthorAgeFilesLines
* Final round of `db.DefaultContext` refactor (#27587)JakobDev2023-10-141-1/+1
* Penultimate round of `db.DefaultContext` refactor (#27414)JakobDev2023-10-111-3/+3
* Even more `db.DefaultContext` refactor (#27352)JakobDev2023-10-031-2/+2
* More `db.DefaultContext` refactor (#27265)JakobDev2023-09-291-2/+2
* Add support for forking single branch (#25821)Dmitry Sharshakov2023-09-291-3/+19
* Next round of `db.DefaultContext` refactor (#27089)JakobDev2023-09-161-4/+4
* Reduce usage of `db.DefaultContext` (#27073)JakobDev2023-09-141-4/+4
* Move notification interface to services layer (#26915)Lunny Xiao2023-09-051-2/+2
* Make web context initialize correctly for different cases (#26726)wxiaoguang2023-08-251-1/+1
* Fix tooltip of commit select button (#26472)silverwind2023-08-141-1/+0
* Fix nil pointer dereference error when open link with invalid pull index (#2...CaiCandong2023-08-071-27/+28
* Add locale for deleted head branch (#26296)yp053272023-08-031-2/+2
* Fix pull request check list is limited (#26179)caicandong2023-07-311-3/+3
* Add commits dropdown in PR files view and allow commit by commit review (#25528)sebastian-sauer2023-07-281-5/+111
* Move web JSON functions to web context and simplify code (#26132)wxiaoguang2023-07-261-3/+1
* Add context parameter to some database functions (#26055)Lunny Xiao2023-07-221-1/+1
* Use frontend fetch for branch dropdown component (#25719)HesterG2023-07-211-0/+10
* Fix "Flash" message usage (#25895)wxiaoguang2023-07-151-5/+2
* Add error info if no user can fork the repo (#25820)yp053272023-07-141-0/+6
* Show edit title button on commits tab of PR, too (#25791)sebastian-sauer2023-07-101-0/+3
* Check `ctx.Written()` for `GetActionIssue` (#25698)Jason Song2023-07-051-1/+1
* Replace `interface{}` with `any` (#25686)silverwind2023-07-041-14/+14
* Support displaying diff stats in PR tab bar (#25387)hiifong2023-07-031-4/+50
* Sync branches into databases (#22743)Lunny Xiao2023-06-291-1/+1
* Show outdated comments in files changed tab (#24936)sebastian-sauer2023-06-211-1/+1
* Add actor and status dropdowns to run list (#25118)HesterG2023-06-211-1/+1
* Make backend code respond correct JSON when creating PR (#25353)wxiaoguang2023-06-191-41/+16
* Add IsErrRepoFilesAlreadyExist check when fork repo (#24678)yp053272023-05-221-0/+11
* Support for status check pattern (#24633)Zettat1232023-05-171-1/+3
* Refactor authors dropdown (send get request from frontend to avoid long wait ...Hester Gong2023-04-071-2/+5
* Fix submit button won't refresh in New Repository Fork page (#22994)yp053272023-04-031-0/+1
* Introduce GitHub markdown editor, keep EasyMDE as fallback (#23876)wxiaoguang2023-04-031-2/+0
* Fix cannot reopen after pushing commits to a closed PR (#23189)sillyguodong2023-03-031-1/+1
* Use context parameter in services/repository (#23186)Jason Song2023-02-281-1/+1
* Add force_merge to merge request and fix checking mergable (#23010)Jason Song2023-02-211-4/+12
* Rename `repo.GetOwner` to `repo.LoadOwner` (#22967)yp053272023-02-181-4/+4
* Use link in UI which returned a relative url but not html_url which contains ...Lunny Xiao2023-02-061-2/+2
* Improve trace logging for pulls and processes (#22633)zeripath2023-02-031-28/+23
* Fix wrong hint when deleting a branch successfully from pull request UI (#22673)Lunny Xiao2023-01-311-1/+1
* Supports wildcard protected branch (#20825)Lunny Xiao2023-01-161-10/+12
* Use context parameter in models/git (#22367)Jason Song2023-01-091-1/+1
* Support template for merge message description (#22248)Jason Song2022-12-291-1/+1
* Add option to prohibit fork if user reached maximum limit of repositories (#2...Xinyu Zhou2022-12-271-0/+13
* refactor some functions to support ctx as first parameter (#21878)Lunny Xiao2022-12-031-5/+5
* Implement FSFE REUSE for golang files (#21840)flynnnnnnnnnn2022-11-271-2/+1
* Add `context.Context` to more methods (#21546)KN4CK3R2022-11-191-15/+15
* feat: notify doers of a merge when automerging (#21553)kolaente2022-11-031-1/+1
* Refactor git command arguments and make all arguments to be safe to be used (...wxiaoguang2022-10-231-1/+1
* Support Issue forms and PR forms (#20987)Jason Song2022-09-021-1/+21
* Move some files into models' sub packages (#20262)Lunny Xiao2022-08-251-1/+2