From a1be236c874909efafb4288a5234d28d5b5e2361 Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Wed, 3 Jun 2015 15:01:13 +0200 Subject: [PATCH 1/2] Trigger hooks-create on gitlab backup restore. --- lib/tasks/gitlab/shell.rake | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/tasks/gitlab/shell.rake b/lib/tasks/gitlab/shell.rake index e835d6cb9b7..afdaba11cb0 100644 --- a/lib/tasks/gitlab/shell.rake +++ b/lib/tasks/gitlab/shell.rake @@ -59,6 +59,9 @@ namespace :gitlab do # Launch installation process system(*%W(bin/install)) + + # (Re)create hooks + system(*%W(bin/create-hooks)) end # Required for debian packaging with PKGR: Setup .ssh/environment with From 7af2fbbaf633a8073bd7c9f9993780659e3db263 Mon Sep 17 00:00:00 2001 From: Marin Jankovski Date: Wed, 3 Jun 2015 17:08:37 +0200 Subject: [PATCH 2/2] Add a changelog item. --- CHANGELOG | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/CHANGELOG b/CHANGELOG index 1a8012226a7..fc828847016 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -38,10 +38,11 @@ v 7.12.0 (unreleased) - User should be able to leave group. If not - show him proper message - User has ability to leave project - Add SAML support as an omniauth provider - - Allow to configure a URL to show after sign out + - Allow to configure a URL to show after sign out - Add an option to automatically sign-in with an Omniauth provider - Better performance for web editor (switched from satellites to rugged) - GitLab CI service sends .gitlab-ci.yaml in each push call + - Trigger create-hooks on backup restore task v 7.11.4 - Fix missing bullets when creating lists