summaryrefslogtreecommitdiff
path: root/app/services/git/base_hooks_service.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix pipelines not always being created after a pushsh-fix-pipelines-not-being-createdStan Hu2019-08-171-7/+12
* Expire project caches once per push instead of once per refStan Hu2019-08-161-7/+5
* Reduce Gitaly calls in PostReceivesh-optimize-commit-deltas-post-receiveStan Hu2019-08-121-12/+33
* Fix remote mirrors not updating after tag pushsh-fix-tag-push-remote-mirrorStan Hu2019-05-171-0/+9
* Use all keyword args for DataBuilder::Push.build()Jonathon Reinhart2019-04-251-7/+7
* Process at most 4 pipelines during pushlimit-amount-of-created-pipelinesKamil TrzciƄski2019-04-101-0/+2
* Use Gitlab::PushOptions for `ci.skip` push optionLuke Duncalfe2019-04-091-1/+1
* Extract a Git::{Base,Tag,Branch}HooksServiceNick Thomas2019-04-051-0/+94