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
574aed28
Commit
574aed28
authored
Feb 13, 2020
by
Emily Ring
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Cleanup mock_data file after rebase with master
parent
bb3c3843
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
22 additions
and
1 deletion
+22
-1
ee/spec/frontend/environments/mock_data.js
ee/spec/frontend/environments/mock_data.js
+22
-1
No files found.
ee/spec/frontend/environments/mock_data.js
View file @
574aed28
...
...
@@ -134,6 +134,28 @@ export const environmentsList = [
];
export
const
serverDataList
=
[
{
name
:
'
DEV
'
,
size
:
1
,
latest
:
{
name
:
'
DEV
'
,
environment_type
:
null
,
created_at
:
'
2017-01-31T10:53:46.894Z
'
,
updated_at
:
'
2017-01-31T10:53:46.894Z
'
,
...
sharedEnvironmentData
(
7
),
},
},
{
name
:
'
build
'
,
size
:
5
,
latest
:
{
name
:
'
build/update-README
'
,
environment_type
:
'
build
'
,
created_at
:
'
2017-02-01T19:42:18.400Z
'
,
updated_at
:
'
2017-02-01T19:42:18.400Z
'
,
...
sharedEnvironmentData
(
12
),
},
},
{
name
:
'
build
'
,
size
:
1
,
...
...
@@ -145,5 +167,4 @@ export const serverDataList = [
...
sharedEnvironmentData
(
15
),
},
},
...
environmentsList
,
];
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