An error occurred while fetching the assigned milestone of the selected merge_request.
6 2 stable
Compare changes
- Dmitriy Zaporozhets authored
This reverts commit 03141bfc.
+ 12
− 14
@@ -12,7 +10,7 @@ module Gitlab
@@ -12,7 +10,7 @@ module Gitlab
system "#{gitlab_shell_user_home}/gitlab-shell/bin/gitlab-projects", "add-project", Shellwords.shellwords("#{name}.git")
@@ -23,7 +21,7 @@ module Gitlab
@@ -23,7 +21,7 @@ module Gitlab
system "#{gitlab_shell_user_home}/gitlab-shell/bin/gitlab-projects", "import-project", Shellwords.shellwords("#{name}.git"), Shellwords.shellwords(url)
@@ -35,7 +33,7 @@ module Gitlab
@@ -35,7 +33,7 @@ module Gitlab
system "#{gitlab_shell_user_home}/gitlab-shell/bin/gitlab-projects", "mv-project", Shellwords.shellwords("#{path}.git"), Shellwords.shellwords("#{new_path}.git")
@@ -47,7 +45,7 @@ module Gitlab
@@ -47,7 +45,7 @@ module Gitlab
system "#{gitlab_shell_user_home}/gitlab-shell/bin/gitlab-projects", "update-head", Shellwords.shellwords("#{path}.git"), Shellwords.shellwords(branch)
@@ -59,7 +57,7 @@ module Gitlab
@@ -59,7 +57,7 @@ module Gitlab
system "#{gitlab_shell_user_home}/gitlab-shell/bin/gitlab-projects", "fork-project", Shellwords.shellwords("#{path}.git"), Shellwords.shellwords(fork_namespace)
@@ -70,7 +68,7 @@ module Gitlab
@@ -70,7 +68,7 @@ module Gitlab
system "#{gitlab_shell_user_home}/gitlab-shell/bin/gitlab-projects", "rm-project", Shellwords.shellwords("#{name}.git")
@@ -83,7 +81,7 @@ module Gitlab
@@ -83,7 +81,7 @@ module Gitlab
system "#{gitlab_shell_user_home}/gitlab-shell/bin/gitlab-projects", "create-branch", Shellwords.shellwords("#{path}.git"), Shellwords.shellwords(branch_name), Shellwords.shellwords(ref)
@@ -95,7 +93,7 @@ module Gitlab
@@ -95,7 +93,7 @@ module Gitlab
system "#{gitlab_shell_user_home}/gitlab-shell/bin/gitlab-projects", "rm-branch", Shellwords.shellwords("#{path}.git"), Shellwords.shellwords(branch_name)
@@ -108,7 +106,7 @@ module Gitlab
@@ -108,7 +106,7 @@ module Gitlab
system "#{gitlab_shell_user_home}/gitlab-shell/bin/gitlab-projects", "create-tag", Shellwords.shellwords("#{path}.git"), Shellwords.shellwords(tag_name), Shellwords.shellwords(ref)
@@ -120,7 +118,7 @@ module Gitlab
@@ -120,7 +118,7 @@ module Gitlab
system "#{gitlab_shell_user_home}/gitlab-shell/bin/gitlab-projects", "rm-tag", Shellwords.shellwords("#{path}.git"), Shellwords.shellwords(tag_name)
@@ -129,7 +127,7 @@ module Gitlab
@@ -129,7 +127,7 @@ module Gitlab
system "#{gitlab_shell_user_home}/gitlab-shell/bin/gitlab-keys", "add-key", Shellwords.shellwords(key_id), Shellwords.shellwords(key_content)
@@ -138,7 +136,7 @@ module Gitlab
@@ -138,7 +136,7 @@ module Gitlab
system "#{gitlab_shell_user_home}/gitlab-shell/bin/gitlab-keys", "rm-key", Shellwords.shellwords(key_id), Shellwords.shellwords(key_content)