Commit c27332d3 authored by Bob Van Landuyt's avatar Bob Van Landuyt

Merge branch 'update-feature-categories-2021-09-23' into 'master'

Remove serverless feature category

See merge request gitlab-org/gitlab!71055
parents 67948ca8 ea8c9bb6
...@@ -4,7 +4,7 @@ class Admin::Serverless::DomainsController < Admin::ApplicationController ...@@ -4,7 +4,7 @@ class Admin::Serverless::DomainsController < Admin::ApplicationController
before_action :check_feature_flag before_action :check_feature_flag
before_action :domain, only: [:update, :verify, :destroy] before_action :domain, only: [:update, :verify, :destroy]
feature_category :serverless feature_category :not_owned
def index def index
@domain = PagesDomain.instance_serverless.first_or_initialize @domain = PagesDomain.instance_serverless.first_or_initialize
......
...@@ -5,7 +5,7 @@ module Projects ...@@ -5,7 +5,7 @@ module Projects
class FunctionsController < Projects::ApplicationController class FunctionsController < Projects::ApplicationController
before_action :authorize_read_cluster! before_action :authorize_read_cluster!
feature_category :serverless feature_category :not_owned
def index def index
respond_to do |format| respond_to do |format|
......
...@@ -33,6 +33,7 @@ ...@@ -33,6 +33,7 @@
- continuous_integration_scaling - continuous_integration_scaling
- database - database
- dataops - dataops
- delivery
- delivery_management - delivery_management
- dependency_firewall - dependency_firewall
- dependency_proxy - dependency_proxy
...@@ -53,16 +54,15 @@ ...@@ -53,16 +54,15 @@
- five_minute_production_app - five_minute_production_app
- foundations - foundations
- fuzz_testing - fuzz_testing
- gdk
- geo_replication - geo_replication
- git_lfs - git_lfs
- gitaly - gitaly
- gitlab_docs - gitlab_docs
- global_search - global_search
- helm_chart_registry - helm_chart_registry
- horse
- importers - importers
- incident_management - incident_management
- infrastructure
- infrastructure_as_code - infrastructure_as_code
- insider_threat - insider_threat
- integrations - integrations
...@@ -103,12 +103,12 @@ ...@@ -103,12 +103,12 @@
- roadmaps - roadmaps
- runbooks - runbooks
- runner - runner
- scalability
- secret_detection - secret_detection
- secrets_management - secrets_management
- security_benchmarking - security_benchmarking
- security_orchestration - security_orchestration
- self_monitoring - self_monitoring
- serverless
- service_desk - service_desk
- service_ping - service_ping
- sharding - sharding
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment