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
08ea5e0b
Commit
08ea5e0b
authored
Dec 03, 2021
by
charlie ablett
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Move query into EE to satisfy linter
parent
b2b6cb55
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
1 addition
and
1 deletion
+1
-1
ee/app/assets/javascripts/related_items_tree/queries/epic_children.query.graphql
...ts/related_items_tree/queries/epic_children.query.graphql
+0
-0
ee/app/assets/javascripts/related_items_tree/store/actions.js
...pp/assets/javascripts/related_items_tree/store/actions.js
+1
-1
No files found.
app/graphql/queries/epic
/epic_children.query.graphql
→
ee/app/assets/javascripts/related_items_tree/queries
/epic_children.query.graphql
View file @
08ea5e0b
File moved
ee/app/assets/javascripts/related_items_tree/store/actions.js
View file @
08ea5e0b
import
Api
from
'
ee/api
'
;
import
epicChildren
from
'
shared_queries/epic
/epic_children.query.graphql
'
;
import
epicChildren
from
'
../queries
/epic_children.query.graphql
'
;
import
createFlash
from
'
~/flash
'
;
import
axios
from
'
~/lib/utils/axios_utils
'
;
import
{
convertObjectPropsToCamelCase
}
from
'
~/lib/utils/common_utils
'
;
...
...
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