Commit a93b446b authored by Sean McGivern's avatar Sean McGivern

Merge branch 'qmnguyen0711/update-feature-categories-2022-03' into 'master'

Update feature categories March 2022

See merge request gitlab-org/gitlab!83672
parents d4da0f84 c61ef14b
......@@ -73,7 +73,6 @@
- internationalization
- jenkins_importer
- kubernetes_management
- license
- license_compliance
- logging
- memory
......@@ -94,6 +93,7 @@
- privacy_control_center
- product_analytics
- projects
- provision
- purchase
- quality_management
- redis
......@@ -120,7 +120,6 @@
- subgroups
- team_planning
- tracing
- usage_ping
- users
- utilization
- value_stream_management
......
......@@ -8,7 +8,7 @@ class Admin::LicensesController < Admin::ApplicationController
respond_to :html
feature_category :license
feature_category :provision
def new
@content_class = 'limit-container-width' unless fluid_layout
......
......@@ -4,7 +4,7 @@
class Admin::SubscriptionsController < Admin::ApplicationController
respond_to :html
feature_category :license
feature_category :provision
def show
@content_class = 'limit-container-width'
......
......@@ -11,7 +11,7 @@ module EE
before_action :elasticsearch_index_settings, only: [:advanced_search]
before_action :elasticsearch_warn_if_not_using_aliases, only: [:advanced_search]
feature_category :license, [:seat_link_payload]
feature_category :provision, [:seat_link_payload]
feature_category :source_code_management, [:templates]
feature_category :global_search, [:advanced_search]
......
......@@ -10,7 +10,7 @@ class ActiveUserCountThresholdWorker # rubocop:disable Scalability/IdempotentWor
include CronjobQueue
# rubocop:enable Scalability/CronWorkerContext
feature_category :license
feature_category :provision
def perform
License.with_valid_license do |license|
......
......@@ -14,7 +14,7 @@
:tags: []
- :name: cronjob:active_user_count_threshold
:worker_name: ActiveUserCountThresholdWorker
:feature_category: :license
:feature_category: :provision
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
......@@ -419,7 +419,7 @@
:tags: []
- :name: cronjob:sync_seat_link
:worker_name: SyncSeatLinkWorker
:feature_category: :license
:feature_category: :provision
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
......@@ -1229,7 +1229,7 @@
:tags: []
- :name: namespaces_sync_namespace_name
:worker_name: Namespaces::SyncNamespaceNameWorker
:feature_category: :license
:feature_category: :provision
:has_external_dependencies: true
:urgency: :low
:resource_boundary: :unknown
......@@ -1355,7 +1355,7 @@
:tags: []
- :name: sync_seat_link_request
:worker_name: SyncSeatLinkRequestWorker
:feature_category: :license
:feature_category: :provision
:has_external_dependencies: true
:urgency: :low
:resource_boundary: :unknown
......
......@@ -6,7 +6,7 @@ module Namespaces
data_consistency :always
feature_category :license
feature_category :provision
deduplicate :until_executing
idempotent!
......
......@@ -5,7 +5,7 @@ class SyncSeatLinkRequestWorker
data_consistency :always
feature_category :license
feature_category :provision
# Retry for up to approximately 6 days
sidekiq_options retry: 20
......
......@@ -9,7 +9,7 @@ class SyncSeatLinkWorker # rubocop:disable Scalability/IdempotentWorker
include CronjobQueue
# rubocop:enable Scalability/CronWorkerContext
feature_category :license
feature_category :provision
# Retry for up to approximately 17 hours
sidekiq_options retry: 12, dead: false
......
......@@ -4,7 +4,7 @@ module API
class License < ::API::Base
before { authenticated_as_admin! }
feature_category :license
feature_category :provision
resource :license do
desc 'Get information on the currently active license' do
......
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