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
4c22c833
Commit
4c22c833
authored
Jul 02, 2019
by
Tiger
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Show deploy boards for group cluster deployments
parent
7fc79b5f
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
7 deletions
+6
-7
ee/app/assets/javascripts/environments/stores/helpers.js
ee/app/assets/javascripts/environments/stores/helpers.js
+1
-7
ee/changelogs/unreleased/11420-show-group-cluster-deployment-boards.yml
...unreleased/11420-show-group-cluster-deployment-boards.yml
+5
-0
No files found.
ee/app/assets/javascripts/environments/stores/helpers.js
View file @
4c22c833
import
{
CLUSTER_TYPE
}
from
'
~/clusters/constants
'
;
/**
* Deploy boards are EE only.
*
...
...
@@ -9,11 +7,7 @@ import { CLUSTER_TYPE } from '~/clusters/constants';
// eslint-disable-next-line import/prefer-default-export
export
const
setDeployBoard
=
(
oldEnvironmentState
,
environment
)
=>
{
let
parsedEnvironment
=
environment
;
if
(
environment
.
size
===
1
&&
environment
.
rollout_status
&&
environment
.
cluster_type
!==
CLUSTER_TYPE
.
GROUP
)
{
if
(
environment
.
size
===
1
&&
environment
.
rollout_status
)
{
parsedEnvironment
=
Object
.
assign
({},
environment
,
{
hasDeployBoard
:
true
,
isDeployBoardVisible
:
...
...
ee/changelogs/unreleased/11420-show-group-cluster-deployment-boards.yml
0 → 100644
View file @
4c22c833
---
title
:
Show deploy boards for group cluster deployments
merge_request
:
14504
author
:
type
:
added
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