summaryrefslogtreecommitdiff
path: root/spec/services/git
Commit message (Expand)AuthorAgeFilesLines
* Fix pipelines not always being created after a pushsh-fix-pipelines-not-being-createdStan Hu2019-08-171-0/+16
* Merge branch 'dm-process-commit-worker-n+1' into 'master'Stan Hu2019-08-161-10/+60
|\
| * Look up upstream commits once before queuing ProcessCommitWorkersDouwe Maan2019-08-161-10/+60
* | Expire project caches once per push instead of once per refStan Hu2019-08-161-3/+7
* | Merge branch 'sh-optimize-commit-deltas-post-receive' into 'master'Nick Thomas2019-08-144-4/+87
|\ \
| * | Reduce Gitaly calls in PostReceivesh-optimize-commit-deltas-post-receiveStan Hu2019-08-124-4/+87
| |/
* | Only expire tag cache once per pushsh-only-flush-tags-once-per-pushStan Hu2019-08-131-2/+2
|/
* Look for new branches more carefullyNick Thomas2019-06-181-0/+34
* Modify the branch hooks spec to expect processing of commit messagesFabio Papa2019-06-131-2/+2
* Fix remote mirrors not updating after tag pushsh-fix-tag-push-remote-mirrorStan Hu2019-05-174-66/+102
* Add frozen_string_literal to spec/servicesfrozen_string_literal_spec_servicesThong Kuah2019-04-124-0/+8
* Extract a Git::{Base,Tag,Branch}HooksServiceNick Thomas2019-04-054-378/+542
* Only execute system hooks once when pushing tagsNick Thomas2019-04-031-0/+14
* Rename GitPushService -> Git::BranchPushServiceNick Thomas2019-03-251-0/+837
* Rename GitTagPushService -> Git::TagPushServiceNick Thomas2019-03-251-0/+196