aboutsummaryrefslogtreecommitdiffstats
path: root/services/pull
Commit message (Expand)AuthorAgeFilesLines
* [API] generalize list header (#16551)65432021-08-121-1/+1
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-18/+14
* Add agit flow support in gitea (#14295)a10121127962021-07-284-13/+84
* Add an abstract json layout to make it's easier to change json library (#16528)Lunny Xiao2021-07-241-2/+1
* Add checkbox to delete pull branch after successful merge (#16049)Jimmy Praet2021-07-133-3/+14
* Append to existing trailers in generated squash commit message (#15980)Jimmy Praet2021-06-252-9/+31
* Fix 500 Error with branch and tag sharing the same name #15592 (#16040)Viktor Yakovchuk2021-06-231-1/+13
* Reintroduce squash merge default comment as a config setting (#16134)parnic2021-06-191-4/+32
* Add attachments for PR reviews (#16075)KN4CK3R2021-06-141-3/+3
* Remove unnecessary goroutine (#16080)Lunny Xiao2021-06-091-14/+12
* Multiple Queue improvements: LevelDB Wait on empty, shutdown empty shadow lev...zeripath2021-05-151-3/+2
* Only log Error on getLastCommitStatus error to let pull list still be visible...65432021-05-041-1/+2
* Performance improvement for list pull requests (#15447)Lunny Xiao2021-04-151-10/+50
* Always set the merge base used to merge the commit (#15352)zeripath2021-04-101-1/+1
* Code Formats, Nits & Unused Func/Var deletions (#15286)65432021-04-091-1/+1
* Add LFS Migration and Mirror (#14726)KN4CK3R2021-04-081-4/+13
* IsUserAllowedToUpdate ignore igonre if user is nil (#14885)65432021-03-041-0/+3
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-033-3/+70
* Migrate to use jsoniter instead of encoding/json (#14841)zeripath2021-03-011-1/+2
* When Deleting Repository only explicitly close PRs whose base is not this rep...zeripath2021-03-011-1/+6
* Fix a couple of CommentAsPatch issues. (#14804)zeripath2021-02-271-5/+19
* Add dismiss review feature (#12674)a10121127962021-02-111-0/+51
* [API] Add pagination to ListBranches (#14524)65432021-02-031-1/+1
* label and milestone webhooks on issue/pull creation (#14363)Jimmy Praet2021-01-171-0/+6
* Some code improvements (#14266)Lunny Xiao2021-01-061-0/+4
* Send notifications for mentions in pulls, issues, (code-)comments (#14218)Jimmy Praet2021-01-022-3/+31
* migrate from com.* to alternatives (#14103)65432020-12-253-11/+4
* Standardize Co-Authored-By / Reviewed-By strings (#14097)Cirno the Strongest2020-12-211-1/+1
* Use the text of pull-request as the squash commit's message (#13071)Mura Li2020-12-211-21/+9
* Show dropdown with all statuses for commit (#13977)Cirno the Strongest2020-12-201-3/+3
* Show status check for merged PRs (#13975)Cirno the Strongest2020-12-181-12/+9
* [Refactor] CombinedStatus and CommitStatus related functions & structs (#14026)65432020-12-182-2/+2
* Fix correct diff view for PR review comments in PR view page (#14002)Jimmy Praet2020-12-161-7/+7
* Fix Pull Merge when tag with same name as base branch exist (#13882)a10121127962020-12-081-1/+1
* Add block on official review requests branch protection (#13705)a10121127962020-11-281-0/+5
* Increment skip to avoid infini-loop (#13703)John Olheiser2020-11-271-1/+1
* Use chronological commit order in default squash message (#13661) (#13696)Jimmy Praet2020-11-251-2/+3
* Comments on review should have the same sha (#13448)zeripath2020-11-091-24/+59
* Revert "Replies to outdated code comments should also be outdated (#13217)" (...Lunny Xiao2020-11-061-59/+24
* Replies to outdated code comments should also be outdated (#13217)zeripath2020-11-041-24/+59
* go-version constraints ignore pre-releases (#13234)zeripath2020-10-211-3/+3
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-134-14/+172
* Add team support for review request (#12039)赵智超2020-10-121-3/+2
* Fix error create comment on outdated file (#13041)65432020-10-051-1/+4
* Add configurable Trust Models (#11712)zeripath2020-09-201-5/+14
* Stop cloning unnecessarily on PR update (#12839)zeripath2020-09-141-60/+17
* Fix git open close bug (#12834)Lunny Xiao2020-09-141-3/+3
* [Vendor] Switch go-version lib (#12719)65432020-09-051-7/+5
* Prevent NPE on commenting on lines with invalidated comments (with migration)...zeripath2020-08-211-1/+1
* Default empty merger list to those with write permissions (#12535)zeripath2020-08-201-1/+1