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
before_action :require_license, only: :show
feature_category :license
feature_category :utilization
def show
historical_data = HistoricalData.in_license_term(license)
......
......@@ -212,7 +212,7 @@
:idempotent: true
:tags: []
- :name: cronjob:historical_data
:feature_category: :license
:feature_category: :utilization
:has_external_dependencies:
:urgency: :low
:resource_boundary: :unknown
......
......@@ -7,7 +7,7 @@ class HistoricalDataWorker # rubocop:disable Scalability/IdempotentWorker
include CronjobQueue
# rubocop:enable Scalability/CronWorkerContext
feature_category :license
feature_category :utilization
def perform
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