aboutsummaryrefslogtreecommitdiffstats
path: root/models/pull.go
Commit message (Expand)AuthorAgeFilesLines
* 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
* Move some pull request functions from models to services (#9266)Lunny Xiao2019-12-061-126/+5
* Move repoWorkPool outside rename/transfer repository (#9086)Lunny Xiao2019-12-061-2/+2
* Branch protection: Possibility to not use whitelist but allow anyone with wri...David Svantesson2019-12-031-2/+6
* Graceful: Cancel Process on monitor pages & HammerTime (#9213)zeripath2019-11-301-17/+14
* Move merge actions to notification (#9024)Lunny Xiao2019-11-211-0/+3
* Add Close() method to gogitRepository (#8901)zeripath2019-11-131-0/+4
* Move pull list code to a seperate file (#8748)Lunny Xiao2019-10-301-211/+0
* Mail assignee when issue/pull request is assigned (#8546)David Svantesson2019-10-251-4/+3
* Fix bug on pull requests when transfer head repository (#8564)Lunny Xiao2019-10-181-14/+32
* Upgrade xorm to v0.8.0 (#8536)Lunny Xiao2019-10-171-1/+1
* Move AddTestPullRequestTask to pull service package from models (#8324)Lunny Xiao2019-10-151-87/+0
* Transaction-aware retry create issue to cope with duplicate keys (#8307)guillep2k2019-10-031-1/+19
* Show correct commit status in PR list (#8316)Elias Norberg2019-09-301-3/+6
* Extract actions on new pull request from models to pulls service and move cod...Lunny Xiao2019-09-271-27/+0
* Refuse merge until all required status checks success (#7481)Lunny Xiao2019-09-181-0/+14
* Use gitea forked macaron (#7933)Tamal Saha2019-08-231-1/+1
* Fix pull creation with empty changes (#7920)Mura Li2019-08-201-7/+10
* Display ui time with customize time location (#7792)Lunny Xiao2019-08-151-7/+7
* only return head: null if source branch was deleted (#6705)quantonganh2019-07-081-32/+58
* #6946 Run hooks on merge/edit and cope with protected branches (#6961)zeripath2019-07-011-1/+1
* Show Pull Request button or status of latest PR in branch list (#6990)Mario Lubenka2019-06-271-0/+14
* Monitor all git commands; move blame to git package and replace git as a vari...Lunny Xiao2019-06-261-4/+4
* Fix #732: Add LFS objects to base repository on merging (#7082)zeripath2019-06-221-285/+3
* fix duplicated file on pull request conflicted files (#7211)Lunny Xiao2019-06-151-1/+11
* Add golangci (#6418)kolaente2019-06-121-4/+21
* Fixes diff on merged pull requests (#7171)Mario Lubenka2019-06-111-1/+1
* Compare branches, commits and tags with each other (#6991)Mario Lubenka2019-06-071-2/+1
* Use modules/git for git commands (#6775)Mura Li2019-05-131-82/+42
* Remove local clones & make hooks run on merge/edit/upload (#6672)zeripath2019-05-111-31/+32
* Move sdk structs to modules/structs (#6905)Lunny Xiao2019-05-111-1/+1
* fix pulls broken when fork repository deleted (#6754)Lunny Xiao2019-04-261-0/+4
* Improve listing performance by using go-git (#6478)Filip Navara2019-04-191-2/+3