summaryrefslogtreecommitdiffstats
path: root/modules/pull
Commit message (Collapse)AuthorAgeFilesLines
* #6946 Run hooks on merge/edit and cope with protected branches (#6961)zeripath2019-07-011-1/+11
| | | | | | | | | | | | | | | | | | * Fix #6946 by checking PullRequest ID on pushing * Ensure we have the owner name, the pr attributes and the the issue * Fix TestSearchRepo by waiting till indexing is done * Update integrations/repo_search_test.go * changes as per @mrsdizzie * missing comma * Spelling mistake * Fix full pushing environment
* Fix #732: Add LFS objects to base repository on merging (#7082)zeripath2019-06-222-0/+565
On merge we walk the merge history and ensure that all lfs objects pointed to in the history are added to the base repository. This switches from relying on having git-lfs installed on the server, (and in fact .gitattributes being correctly installed.)