summaryrefslogtreecommitdiffstats
path: root/services/pull/patch.go
Commit message (Collapse)AuthorAgeFilesLines
* Remove stray printf (#9631)zeripath2020-01-071-1/+0
|
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-131-0/+216
* Save patches to temporary files * Remove SavePatch and generate patches on the fly * Use ioutil.TempDir * fixup! Use ioutil.TempDir * fixup! fixup! Use ioutil.TempDir * RemoveAll LocalCopyPath() in initIntergrationTest * Default to status checking on PR creation * Remove unnecessary set to StatusChecking * Protect against unable to load repo * Handle conflicts * Restore original conflict setting * In TestPullRequests update status to StatusChecking before running TestPatch