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:
authorTiago Botelho <tiagonbotelho@hotmail.com>2018-06-26 20:18:33 +0300
committerTiago Botelho <tiagonbotelho@hotmail.com>2018-07-25 11:39:39 +0300
commitf7abde937dda342ee78618f26ee8f86f46e9072d (patch)
tree8dac174b1eb4a96a6610e4ebf342a04ad5f49138 /app/models
parenteb7c08c7a644fa07b274b83624005ac53acf7faf (diff)
Move kubeclient and namespace variables to the private interface
Diffstat (limited to 'app/models')
-rw-r--r--app/models/internal_id.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/models/internal_id.rb b/app/models/internal_id.rb
index 6a3e27625e9..f50f28deffe 100644
--- a/app/models/internal_id.rb
+++ b/app/models/internal_id.rb
@@ -14,7 +14,7 @@ class InternalId < ActiveRecord::Base
belongs_to :project
belongs_to :namespace
- enum usage: { issues: 0, merge_requests: 1, deployments: 2, milestones: 3, epics: 4, ci_pipelines: 5, prometheus_alerts: 6 }
+ enum usage: { issues: 0, merge_requests: 1, deployments: 2, milestones: 3, epics: 4, ci_pipelines: 5 }
validates :usage, presence: true