summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorStan Hu <stanhu@gmail.com>2019-05-17 14:43:58 -0700
committerStan Hu <stanhu@gmail.com>2019-05-17 14:45:41 -0700
commit6c6e4ca495f56ec9df8e5e6ec744744404414f8c (patch)
tree146ebb6d880b8853d60dedecbe1773b8b16ce173 /changelogs
parent04794fb476a6071c1e1f782ae1c81801ff2410c3 (diff)
downloadgitlab-ce-6c6e4ca495f56ec9df8e5e6ec744744404414f8c.tar.gz
Fix remote mirrors not updating after tag pushsh-fix-tag-push-remote-mirror
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
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/unreleased/sh-fix-tag-push-remote-mirror.yml5
1 files changed, 5 insertions, 0 deletions
diff --git a/changelogs/unreleased/sh-fix-tag-push-remote-mirror.yml b/changelogs/unreleased/sh-fix-tag-push-remote-mirror.yml
new file mode 100644
index 00000000000..7f33ab28e3d
--- /dev/null
+++ b/changelogs/unreleased/sh-fix-tag-push-remote-mirror.yml
@@ -0,0 +1,5 @@
+---
+title: Fix remote mirrors not updating after tag push
+merge_request:
+author:
+type: fixed