aboutsummaryrefslogtreecommitdiffstats
path: root/services/pull/pull.go
Commit message (Expand)AuthorAgeFilesLines
* Add buttons to allow loading of incomplete diffs (#16829)zeripath2021-10-151-1/+1
* Support direct comparison (git diff a..b) as well merge comparison (a...b) (#...zeripath2021-09-271-1/+1
* Move login related structs and functions to models/login (#17093)Lunny Xiao2021-09-241-1/+1
* DBContext is just a Context (#17100)zeripath2021-09-231-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-1/+2
* Replace `list.List` with slices (#16311)KN4CK3R2021-08-091-18/+14
* Add agit flow support in gitea (#14295)a10121127962021-07-281-8/+54
* 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-131-1/+5
* Append to existing trailers in generated squash commit message (#15980)Jimmy Praet2021-06-251-9/+8
* 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
* 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
* 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
* [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-021-1/+6
* migrate from com.* to alternatives (#14103)65432020-12-251-3/+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-181-1/+1
* 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
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-131-1/+1
* Stop cloning unnecessarily on PR update (#12839)zeripath2020-09-141-60/+17
* Fix git open close bug (#12834)Lunny Xiao2020-09-141-3/+3
* Re-attempt to delete temporary upload if the file is locked by another proces...zeripath2020-08-111-2/+2
* Update CommitsAhead CommitsBehind on Pull BaseBranch Change too (#11912)65432020-06-161-1/+10
* Handle more pathological branch and tag names (#11843)zeripath2020-06-111-1/+1
* Ensure rejected push to refs/pull/index/head fails nicely (#11724)zeripath2020-06-081-0/+10
* Add push commits history comment on PR time-line (#11167)赵智超2020-05-201-0/+44
* Cache PullRequest Divergence (#10914)65432020-04-141-0/+25
* remove package code.gitea.io/gitea/modules/git import out of models (#11025)65432020-04-101-1/+201
* Only update merge_base in checker if not already merged (#10908)zeripath2020-04-011-1/+1
* Display pull request head branch even the branch deleted or repository delete...Lunny Xiao2020-03-021-5/+4
* Prevent panic on merge to PR (#10403)zeripath2020-02-211-0/+8
* Fix IsErrPullClosed (#10093)Lunny Xiao2020-02-011-2/+2
* PRs: Move to use a temporary repo for pushing new prs (#10009)zeripath2020-01-281-14/+30
* Fix pull view when head repository or head branch missed and close related pu...Lunny Xiao2020-01-251-0/+76
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-121-1/+1
* Mark PR reviews as stale at push and allow to dismiss stale approvals (#9532)David Svantesson2020-01-091-1/+95
* Properly enforce gitea environment for pushes (#9501)zeripath2019-12-271-0/+9
* Change target branch for pull request (#6488)Mario Lubenka2019-12-161-0/+88
* Graceful: Xorm, RepoIndexer, Cron and Others (#9282)zeripath2019-12-151-27/+36
* Move PushToBaseRepo from models to services/pull (#9352)Lunny Xiao2019-12-151-1/+49
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-131-6/+7