Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGitLab Bot <gitlab-bot@gitlab.com>2022-11-16 15:09:30 +0300
committerGitLab Bot <gitlab-bot@gitlab.com>2022-11-16 15:09:30 +0300
commite3748b81ca29b24197276767e245158d8f84fda3 (patch)
tree02b2dbe099f8e09e9e85dc71cce1bd8e858be7ac /lib/gitlab/shell.rb
parent4e1af5260dc9187ca0637fcfcf56b450f6443192 (diff)
Add latest changes from gitlab-org/gitlab@master
Diffstat (limited to 'lib/gitlab/shell.rb')
-rw-r--r--lib/gitlab/shell.rb5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/gitlab/shell.rb b/lib/gitlab/shell.rb
index b167afe589a..bc59d4ce943 100644
--- a/lib/gitlab/shell.rb
+++ b/lib/gitlab/shell.rb
@@ -14,6 +14,11 @@ module Gitlab
class Shell
Error = Class.new(StandardError)
+ PERMITTED_ACTIONS = %w[
+ mv_repository remove_repository add_namespace rm_namespace mv_namespace
+ repository_exists?
+ ].freeze
+
class << self
# Retrieve GitLab Shell secret token
#