gitlab-org--gitlab-foss/app/services/git
Kamil Trzciński 2b9492a292 Process at most 4 pipelines during push
This adds a limitation that we will try to create pipeline
for at most 4 first changes (branches and tags).

This does not affect processing of Pipelines for Merge Requests,
as each updated MR will have associated pipeline created.
2019-04-10 11:51:19 +02:00
..
base_hooks_service.rb Process at most 4 pipelines during push 2019-04-10 11:51:19 +02:00
branch_hooks_service.rb Extract a Git::{Base,Tag,Branch}HooksService 2019-04-05 18:26:53 +01:00
branch_push_service.rb Extract a Git::{Base,Tag,Branch}HooksService 2019-04-05 18:26:53 +01:00
tag_hooks_service.rb Extract a Git::{Base,Tag,Branch}HooksService 2019-04-05 18:26:53 +01:00
tag_push_service.rb Extract a Git::{Base,Tag,Branch}HooksService 2019-04-05 18:26:53 +01:00