gitlab-org--gitlab-foss/app/services/git
Stan Hu 6c6e4ca495 Fix remote mirrors not updating after tag push
Remote mirrors were only being updated after pushes to branches, not
tags. This change consolidates the functionality into
Git::BaseHooksService so that both tags and branches will now update
remote mirrors.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/51240
2019-05-17 14:45:41 -07:00
..
base_hooks_service.rb Fix remote mirrors not updating after tag push 2019-05-17 14:45:41 -07:00
branch_hooks_service.rb Extract a Git::{Base,Tag,Branch}HooksService 2019-04-05 18:26:53 +01:00
branch_push_service.rb Fix remote mirrors not updating after tag push 2019-05-17 14:45:41 -07: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