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
4724e8ae
Commit
4724e8ae
authored
Apr 05, 2019
by
Matija Čupić
Committed by
Kamil Trzciński
Apr 05, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move operations dashboard from Ultimate to Premium
parent
5f2b8734
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
3 deletions
+10
-3
doc/user/operations_dashboard/index.md
doc/user/operations_dashboard/index.md
+2
-0
ee/app/models/license.rb
ee/app/models/license.rb
+1
-1
ee/changelogs/unreleased/mc-feature-move-ops-dashboard-premium.yml
...logs/unreleased/mc-feature-move-ops-dashboard-premium.yml
+5
-0
ee/spec/services/dashboard/operations/projects_service_spec.rb
...ec/services/dashboard/operations/projects_service_spec.rb
+2
-2
No files found.
doc/user/operations_dashboard/index.md
View file @
4724e8ae
...
...
@@ -2,6 +2,8 @@
> [Introduced](https://gitlab.com/gitlab-org/gitlab-ee/issues/5781)
in
[
GitLab Ultimate
](
https://about.gitlab.com/pricing/
)
11.5.
[
Moved
](
https://gitlab.com/gitlab-org/gitlab-ee/issues/9218
)
to
[
GitLab Premium
](
https://about.gitlab.com/pricing/
)
in 11.10.
The Operations Dashboard provides a summary of each project's operational health,
including pipeline and alert status.
...
...
ee/app/models/license.rb
View file @
4724e8ae
...
...
@@ -76,6 +76,7 @@ class License < ApplicationRecord
issues_analytics
merge_pipelines
design_management
operations_dashboard
]
EEP_FEATURES
.
freeze
...
...
@@ -92,7 +93,6 @@ class License < ApplicationRecord
pod_logs
pseudonymizer
prometheus_alerts
operations_dashboard
tracing
insights
web_ide_terminal
...
...
ee/changelogs/unreleased/mc-feature-move-ops-dashboard-premium.yml
0 → 100644
View file @
4724e8ae
---
title
:
Move operations dashboard from Ultimate to Premium
merge_request
:
10586
author
:
type
:
changed
ee/spec/services/dashboard/operations/projects_service_spec.rb
View file @
4724e8ae
...
...
@@ -75,7 +75,7 @@ describe Dashboard::Operations::ProjectsService do
License
::
ULTIMATE_PLAN
|
false
|
true
|
true
License
::
ULTIMATE_PLAN
|
true
|
false
|
false
License
::
ULTIMATE_PLAN
|
true
|
true
|
false
License
::
PREMIUM_PLAN
|
false
|
false
|
fals
e
License
::
PREMIUM_PLAN
|
false
|
false
|
tru
e
nil
|
false
|
false
|
false
end
...
...
@@ -97,7 +97,7 @@ describe Dashboard::Operations::ProjectsService do
where
(
:check_namespace_plan
,
:plan
,
:available
)
do
true
|
:gold
|
true
true
|
:silver
|
fals
e
true
|
:silver
|
tru
e
true
|
nil
|
false
false
|
:gold
|
true
false
|
:silver
|
true
...
...
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