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
c11d8c81
Commit
c11d8c81
authored
Nov 13, 2019
by
Florie Guibert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
View closed issues in epic
parent
17d502d4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
51 deletions
+0
-51
ee/spec/javascripts/related_items_tree/mock_data.js
ee/spec/javascripts/related_items_tree/mock_data.js
+0
-51
No files found.
ee/spec/javascripts/related_items_tree/mock_data.js
View file @
c11d8c81
...
@@ -233,57 +233,6 @@ export const mockQueryResponse2 = {
...
@@ -233,57 +233,6 @@ export const mockQueryResponse2 = {
},
},
};
};
export
const
mockQueryResponse2
=
{
data
:
{
group
:
{
id
:
1
,
path
:
'
gitlab-org
'
,
fullPath
:
'
gitlab-org
'
,
epic
:
{
id
:
1
,
iid
:
1
,
title
:
'
Foo bar
'
,
webPath
:
'
/groups/gitlab-org/-/epics/1
'
,
userPermissions
:
{
adminEpic
:
true
,
createEpic
:
true
,
},
children
:
{
edges
:
[
{
node
:
mockEpic1
,
},
{
node
:
mockEpic2
,
},
],
pageInfo
:
{
endCursor
:
'
abc
'
,
hasNextPage
:
true
,
},
},
issues
:
{
edges
:
[
{
node
:
mockIssue3
,
},
{
node
:
mockIssue1
,
},
{
node
:
mockIssue2
,
},
],
pageInfo
:
{
endCursor
:
'
def
'
,
hasNextPage
:
true
,
},
},
},
},
},
};
export
const
mockReorderMutationResponse
=
{
export
const
mockReorderMutationResponse
=
{
epicTreeReorder
:
{
epicTreeReorder
:
{
clientMutationId
:
null
,
clientMutationId
:
null
,
...
...
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