An error occurred while fetching the assigned milestone of the selected merge_request.
6 2 stable
Compare changes
- Nigel Kukard authored
Signed-off-by:
Nigel Kukard <nkukard@lbsd.net>
+ 14
− 12
@@ -10,7 +12,7 @@ module Gitlab
@@ -10,7 +12,7 @@ module Gitlab
@@ -21,7 +23,7 @@ module Gitlab
@@ -21,7 +23,7 @@ module Gitlab
system "#{gitlab_shell_user_home}/gitlab-shell/bin/gitlab-projects", "import-project", "#{name}.git", url
@@ -33,7 +35,7 @@ module Gitlab
@@ -33,7 +35,7 @@ module Gitlab
system "#{gitlab_shell_user_home}/gitlab-shell/bin/gitlab-projects", "mv-project", "#{path}.git", "#{new_path}.git"
@@ -45,7 +47,7 @@ module Gitlab
@@ -45,7 +47,7 @@ module Gitlab
system "#{gitlab_shell_user_home}/gitlab-shell/bin/gitlab-projects", "update-head", "#{path}.git", branch
@@ -57,7 +59,7 @@ module Gitlab
@@ -57,7 +59,7 @@ module Gitlab
system "#{gitlab_shell_user_home}/gitlab-shell/bin/gitlab-projects", "fork-project", "#{path}.git", fork_namespace
@@ -68,7 +70,7 @@ module Gitlab
@@ -68,7 +70,7 @@ module Gitlab
@@ -81,7 +83,7 @@ module Gitlab
@@ -81,7 +83,7 @@ module Gitlab
system "#{gitlab_shell_user_home}/gitlab-shell/bin/gitlab-projects", "create-branch", "#{path}.git", branch_name, ref
@@ -93,7 +95,7 @@ module Gitlab
@@ -93,7 +95,7 @@ module Gitlab
system "#{gitlab_shell_user_home}/gitlab-shell/bin/gitlab-projects", "rm-branch", "#{path}.git", branch_name
@@ -106,7 +108,7 @@ module Gitlab
@@ -106,7 +108,7 @@ module Gitlab
system "#{gitlab_shell_user_home}/gitlab-shell/bin/gitlab-projects", "create-tag", "#{path}.git", tag_name, ref
@@ -118,7 +120,7 @@ module Gitlab
@@ -118,7 +120,7 @@ module Gitlab
system "#{gitlab_shell_user_home}/gitlab-shell/bin/gitlab-projects", "rm-tag", "#{path}.git", tag_name
@@ -127,7 +129,7 @@ module Gitlab
@@ -127,7 +129,7 @@ module Gitlab
@@ -136,7 +138,7 @@ module Gitlab
@@ -136,7 +138,7 @@ module Gitlab