Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
e7e757d0
Commit
e7e757d0
authored
Jan 22, 2021
by
Bob Van Landuyt
Committed by
James Lopez
Jan 22, 2021
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Rename provision feature category
parent
e35cc79a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
3 additions
and
3 deletions
+3
-3
ee/app/controllers/admin/licenses/usage_exports_controller.rb
...pp/controllers/admin/licenses/usage_exports_controller.rb
+1
-1
ee/app/workers/all_queues.yml
ee/app/workers/all_queues.yml
+1
-1
ee/app/workers/historical_data_worker.rb
ee/app/workers/historical_data_worker.rb
+1
-1
No files found.
ee/app/controllers/admin/licenses/usage_exports_controller.rb
View file @
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
)
...
...
ee/app/workers/all_queues.yml
View file @
e7e757d0
...
...
@@ -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
...
...
ee/app/workers/historical_data_worker.rb
View file @
e7e757d0
...
...
@@ -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?
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment