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
e22874be
Commit
e22874be
authored
Oct 19, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Resolves conflict for app/assets/javascripts/jobs/components/job_app.vue
parent
394b3bcf
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
17 deletions
+0
-17
app/assets/javascripts/jobs/components/job_app.vue
app/assets/javascripts/jobs/components/job_app.vue
+0
-17
No files found.
app/assets/javascripts/jobs/components/job_app.vue
View file @
e22874be
...
@@ -5,12 +5,9 @@ import { isScrolledToBottom } from '~/lib/utils/scroll_utils';
...
@@ -5,12 +5,9 @@ import { isScrolledToBottom } from '~/lib/utils/scroll_utils';
import
bp
from
'
~/breakpoints
'
;
import
bp
from
'
~/breakpoints
'
;
import
CiHeader
from
'
~/vue_shared/components/header_ci_component.vue
'
;
import
CiHeader
from
'
~/vue_shared/components/header_ci_component.vue
'
;
import
Callout
from
'
~/vue_shared/components/callout.vue
'
;
import
Callout
from
'
~/vue_shared/components/callout.vue
'
;
<<<<<<<
HEAD
// ee-only start
// ee-only start
import
SharedRunner
from
'
ee/jobs/components/shared_runner_limit_block.vue
'
;
import
SharedRunner
from
'
ee/jobs/components/shared_runner_limit_block.vue
'
;
// ee-only end
// ee-only end
=======
>>>>>>>
upstream
/
master
import
createStore
from
'
../store
'
;
import
createStore
from
'
../store
'
;
import
EmptyState
from
'
./empty_state.vue
'
;
import
EmptyState
from
'
./empty_state.vue
'
;
import
EnvironmentsBlock
from
'
./environments_block.vue
'
;
import
EnvironmentsBlock
from
'
./environments_block.vue
'
;
...
@@ -32,10 +29,7 @@ export default {
...
@@ -32,10 +29,7 @@ export default {
Log
,
Log
,
LogTopBar
,
LogTopBar
,
StuckBlock
,
StuckBlock
,
<<<<<<<
HEAD
SharedRunner
,
SharedRunner
,
=======
>>>>>>>
upstream
/
master
Sidebar
,
Sidebar
,
},
},
props
:
{
props
:
{
...
@@ -88,10 +82,7 @@ export default {
...
@@ -88,10 +82,7 @@ export default {
'
shouldRenderTriggeredLabel
'
,
'
shouldRenderTriggeredLabel
'
,
'
hasEnvironment
'
,
'
hasEnvironment
'
,
'
isJobStuck
'
,
'
isJobStuck
'
,
<<<<<<<
HEAD
'
shouldRenderSharedRunnerLimitWarning
'
,
'
shouldRenderSharedRunnerLimitWarning
'
,
=======
>>>>>>>
upstream
/
master
'
hasTrace
'
,
'
hasTrace
'
,
'
emptyStateIllustration
'
,
'
emptyStateIllustration
'
,
'
isScrollingDown
'
,
'
isScrollingDown
'
,
...
@@ -126,19 +117,11 @@ export default {
...
@@ -126,19 +117,11 @@ export default {
window
.
addEventListener
(
'
resize
'
,
this
.
onResize
);
window
.
addEventListener
(
'
resize
'
,
this
.
onResize
);
window
.
addEventListener
(
'
scroll
'
,
this
.
updateScroll
);
window
.
addEventListener
(
'
scroll
'
,
this
.
updateScroll
);
},
},
<<<<<<<
HEAD
mounted
()
{
mounted
()
{
this
.
updateSidebar
();
this
.
updateSidebar
();
},
},
=======
mounted
()
{
this
.
updateSidebar
();
},
>>>>>>>
upstream
/
master
destroyed
()
{
destroyed
()
{
window
.
removeEventListener
(
'
resize
'
,
this
.
onResize
);
window
.
removeEventListener
(
'
resize
'
,
this
.
onResize
);
window
.
removeEventListener
(
'
scroll
'
,
this
.
updateScroll
);
window
.
removeEventListener
(
'
scroll
'
,
this
.
updateScroll
);
...
...
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