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