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
19b15470
Commit
19b15470
authored
Dec 13, 2017
by
Sean McGivern
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Record EEU usage pings correctly
parent
9458ae04
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
0 deletions
+7
-0
changelogs/unreleased-ee/add-eeu-to-usage-ping.yml
changelogs/unreleased-ee/add-eeu-to-usage-ping.yml
+5
-0
lib/gitlab/usage_data.rb
lib/gitlab/usage_data.rb
+2
-0
No files found.
changelogs/unreleased-ee/add-eeu-to-usage-ping.yml
0 → 100644
View file @
19b15470
---
title
:
Record EE Ultimate usage pings correctly
merge_request
:
author
:
type
:
fixed
lib/gitlab/usage_data.rb
View file @
19b15470
...
...
@@ -140,6 +140,8 @@ module Gitlab
def
license_edition
(
plan
)
case
plan
when
'ultimate'
'EEU'
when
'premium'
'EEP'
when
'starter'
...
...
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