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