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
0
Merge Requests
0
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
Boxiang Sun
gitlab-ce
Commits
2df01cca
Commit
2df01cca
authored
Jun 08, 2017
by
Jose Ivan Vargas
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Changed utilites imports from ~ to relative paths
parent
352a9ed5
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
app/assets/javascripts/vue_merge_request_widget/components/mr_widget_memory_usage.js
...merge_request_widget/components/mr_widget_memory_usage.js
+2
-2
changelogs/unreleased/mr-widget-memory-usage-tech-debt-fix.yml
...elogs/unreleased/mr-widget-memory-usage-tech-debt-fix.yml
+4
-0
No files found.
app/assets/javascripts/vue_merge_request_widget/components/mr_widget_memory_usage.js
View file @
2df01cca
import
statusCodes
from
'
~
/lib/utils/http_status
'
;
import
{
bytesToMiB
}
from
'
~
/lib/utils/number_utils
'
;
import
statusCodes
from
'
../..
/lib/utils/http_status
'
;
import
{
bytesToMiB
}
from
'
../..
/lib/utils/number_utils
'
;
import
MemoryGraph
from
'
../../vue_shared/components/memory_graph
'
;
import
MRWidgetService
from
'
../services/mr_widget_service
'
;
...
...
changelogs/unreleased/mr-widget-memory-usage-tech-debt-fix.yml
0 → 100644
View file @
2df01cca
---
title
:
Changed utilities imports from ~ to relative paths
merge_request
:
author
:
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