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
before_action :check_feature_flag
before_action :domain, only: [:update, :verify, :destroy]
feature_category :serverless
feature_category :not_owned
def index
@domain = PagesDomain.instance_serverless.first_or_initialize
......
......@@ -5,7 +5,7 @@ module Projects
class FunctionsController < Projects::ApplicationController
before_action :authorize_read_cluster!
feature_category :serverless
feature_category :not_owned
def index
respond_to do |format|
......
......@@ -33,6 +33,7 @@
- continuous_integration_scaling
- database
- dataops
- delivery
- delivery_management
- dependency_firewall
- dependency_proxy
......@@ -53,16 +54,15 @@
- five_minute_production_app
- foundations
- fuzz_testing
- gdk
- geo_replication
- git_lfs
- gitaly
- gitlab_docs
- global_search
- helm_chart_registry
- horse
- importers
- incident_management
- infrastructure
- infrastructure_as_code
- insider_threat
- integrations
......@@ -103,12 +103,12 @@
- roadmaps
- runbooks
- runner
- scalability
- secret_detection
- secrets_management
- security_benchmarking
- security_orchestration
- self_monitoring
- serverless
- service_desk
- service_ping
- 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