summaryrefslogtreecommitdiff
path: root/lib/api/entities.rb
diff options
context:
space:
mode:
authorDietrich Stein <dstein@gitlab.com>2019-07-17 13:10:23 -0400
committerDietrich Stein <dstein@gitlab.com>2019-07-17 13:10:23 -0400
commitc6a2c8f673da4e4e32b15a5b563b25b474bcc263 (patch)
tree739819c3f9b61b35e0097835ce67fab6dc50e218 /lib/api/entities.rb
parent9bd4025b21f3ba65cde7755457111db799ef6744 (diff)
parent2860cfaaff0a435792081b72a5f97de85e0d4f70 (diff)
downloadgitlab-ce-ds-charts-whitespace.tar.gz
Merge branch 'master' into ds-charts-whitespaceds-charts-whitespace
Diffstat (limited to 'lib/api/entities.rb')
-rw-r--r--lib/api/entities.rb1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/api/entities.rb b/lib/api/entities.rb
index 0a9515f1dd2..494da770279 100644
--- a/lib/api/entities.rb
+++ b/lib/api/entities.rb
@@ -294,7 +294,6 @@ module API
expose :statistics, using: 'API::Entities::ProjectStatistics', if: -> (project, options) {
options[:statistics] && Ability.allowed?(options[:current_user], :read_statistics, project)
}
- expose :external_authorization_classification_label
expose :auto_devops_enabled?, as: :auto_devops_enabled
expose :auto_devops_deploy_strategy do |project, options|
project.auto_devops.nil? ? 'continuous' : project.auto_devops.deploy_strategy