summaryrefslogtreecommitdiffstats
path: root/models/pull.go
Commit message (Expand)AuthorAgeFilesLines
* Move milestone to models/issues/ (#19278)Lunny Xiao2022-04-081-1/+1
* Move checks for pulls before merge into own function (#19271)65432022-03-311-16/+11
* When conflicts have been previously detected ensure that they can be resolved...zeripath2022-03-291-1/+4
* Move some issue methods as functions (#19255)Lunny Xiao2022-03-291-1/+1
* Propagate context and ensure git commands run in request context (#17868)zeripath2022-01-191-1/+2
* Move repository model into models/repo (#17933)Lunny Xiao2021-12-101-39/+23
* Use fmt.Sprintf correctly (#17886)delvh2021-12-021-1/+1
* Refactor various strings (#17784)mscherer2021-12-021-1/+2
* Move user related model into models/user (#17781)Lunny Xiao2021-11-241-5/+6
* Remove NewSession method from db.Engine interface (#17577)Lunny Xiao2021-11-211-4/+5
* Move attachment into models/repo/ (#17650)Lunny Xiao2021-11-191-11/+12
* Move unit into models/unit/ (#17576)Lunny Xiao2021-11-091-2/+3
* Fix stange behavior of DownloadPullDiffOrPatch in incorect index (#17223)pricly-yellow2021-10-051-0/+3
* DBContext is just a Context (#17100)zeripath2021-09-231-20/+20
* Fix commit status index problem (#17061)Lunny Xiao2021-09-231-1/+1
* Move db related basic functions to models/db (#17075)Lunny Xiao2021-09-191-30/+35
* Add option to update pull request by `rebase` (#16125)a10121127962021-08-311-0/+2
* Add agit flow support in gitea (#14295)a10121127962021-07-281-4/+35
* Improve notifications for WIP draft PR's (#14663)Jimmy Praet2021-06-231-1/+5
* Add a new table issue_index to store the max issue index so that issue could ...Lunny Xiao2021-06-141-22/+10
* Display conflict-free merge messages for pull requests (#15773)Steven2021-05-081-2/+11
* Always set the merge base used to merge the commit (#15352)zeripath2021-04-101-1/+2
* chore(models): rewrite code format. (#14754)Bo-Yi Wu2021-03-141-2/+1
* Make manual merge autodetection optional and add manual merge as merge method...a10121127962021-03-031-0/+8
* #14699 Make branch names in PR description clickable (#14716)Jimmy Praet2021-02-181-0/+25
* Add dismiss review feature (#12674)a10121127962021-02-111-1/+1
* [Enhancement] Allow admin to merge pr with protected file changes (#12078)赵智超2020-10-131-0/+2
* Cache PullRequest Divergence (#10914)65432020-04-141-0/+17
* ui: Add MergePull comment type instead of close for merge PR (#11058)赵智超2020-04-141-1/+1
* remove package code.gitea.io/gitea/modules/git import out of models (#11025)65432020-04-101-200/+0
* Add Approval Counts to pulls list (#10238)zeripath2020-03-061-0/+19
* Display pull request head branch even the branch deleted or repository delete...Lunny Xiao2020-03-021-54/+50
* Only check for conflicts/merging if the PR has not been merged in the interim...zeripath2020-02-101-18/+46
* Repo name added to automatically generated commit message when mergin… (#9997)Shashvat Kedia2020-01-281-1/+6
* Fix pull view when head repository or head branch missed and close related pu...Lunny Xiao2020-01-251-1/+5
* Migrate reviews when migrating repository from github (#9463)Lunny Xiao2020-01-231-0/+13
* Explicitly refer to PR in squash-merge commit message in case of external tra...David Svantesson2020-01-181-0/+7
* Add "Update Branch" button to Pull Requests (#9784)65432020-01-171-0/+5
* Add require signed commit for protected branch (#9708)zeripath2020-01-151-8/+10
* Add owner_name column for table repository for maintaince reason (#9717)Lunny Xiao2020-01-121-1/+1
* Allow repo admin to merge PR regardless of review status (#9611)David Svantesson2020-01-111-25/+0
* Move pull request api convert to convert package (#9664)Lunny Xiao2020-01-101-134/+0
* Move Errored PRs out of StatusChecking (#9675)zeripath2020-01-101-1/+2
* Fix #9552: Merge commits generated by pull request capture pull request detai...Shashvat Kedia2020-01-081-1/+5
* Branches not at ref commit ID should not be listed as Merged (#9614)zeripath2020-01-071-1/+1
* Provide Default messages for merges (#9393)zeripath2019-12-301-0/+201
* Change target branch for pull request (#6488)Mario Lubenka2019-12-161-0/+29
* Refactor comment (#9330)Lunny Xiao2019-12-151-1/+1
* Move PushToBaseRepo from models to services/pull (#9352)Lunny Xiao2019-12-151-44/+0
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-131-184/+3