Commit cac54d9e authored by James Lopez's avatar James Lopez

Merge branch 'bvl-rename-provision-feature-category' into 'master'

Rename provision feature category

See merge request gitlab-org/gitlab!51699
parents a9761283 e7e757d0
...@@ -7,7 +7,7 @@ module Admin ...@@ -7,7 +7,7 @@ module Admin
before_action :require_license, only: :show before_action :require_license, only: :show
feature_category :license feature_category :utilization
def show def show
historical_data = HistoricalData.in_license_term(license) historical_data = HistoricalData.in_license_term(license)
......
...@@ -212,7 +212,7 @@ ...@@ -212,7 +212,7 @@
:idempotent: true :idempotent: true
:tags: [] :tags: []
- :name: cronjob:historical_data - :name: cronjob:historical_data
:feature_category: :license :feature_category: :utilization
:has_external_dependencies: :has_external_dependencies:
:urgency: :low :urgency: :low
:resource_boundary: :unknown :resource_boundary: :unknown
......
...@@ -7,7 +7,7 @@ class HistoricalDataWorker # rubocop:disable Scalability/IdempotentWorker ...@@ -7,7 +7,7 @@ class HistoricalDataWorker # rubocop:disable Scalability/IdempotentWorker
include CronjobQueue include CronjobQueue
# rubocop:enable Scalability/CronWorkerContext # rubocop:enable Scalability/CronWorkerContext
feature_category :license feature_category :utilization
def perform def perform
return if License.current.nil? || License.current.trial? return if License.current.nil? || License.current.trial?
......
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