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
d2721fcc
Commit
d2721fcc
authored
Oct 18, 2018
by
Filipa Lacerda
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixes conflicts for app/assets/javascripts/jobs/components/job_app.vue
parent
244b9c86
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
14 deletions
+0
-14
app/assets/javascripts/jobs/components/job_app.vue
app/assets/javascripts/jobs/components/job_app.vue
+0
-14
No files found.
app/assets/javascripts/jobs/components/job_app.vue
View file @
d2721fcc
...
@@ -5,12 +5,9 @@
...
@@ -5,12 +5,9 @@
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 @@
...
@@ -32,10 +29,7 @@
Log
,
Log
,
LogTopBar
,
LogTopBar
,
StuckBlock
,
StuckBlock
,
<<<<<<<
HEAD
SharedRunner
,
SharedRunner
,
=======
>>>>>>>
upstream
/
master
Sidebar
,
Sidebar
,
},
},
props
:
{
props
:
{
...
@@ -213,7 +207,6 @@
...
@@ -213,7 +207,6 @@
:runners-path=
"runnerSettingsUrl"
:runners-path=
"runnerSettingsUrl"
/>
/>
<<<<<<<
HEAD
<shared-runner
<shared-runner
v-if=
"shouldRenderSharedRunnerLimitWarning"
v-if=
"shouldRenderSharedRunnerLimitWarning"
class=
"js-shared-runner-limit"
class=
"js-shared-runner-limit"
...
@@ -222,8 +215,6 @@
...
@@ -222,8 +215,6 @@
:runners-path=
"runnerHelpUrl"
:runners-path=
"runnerHelpUrl"
/>
/>
=======
>>>>>>> upstream/master
<environments-block
<environments-block
v-if=
"hasEnvironment"
v-if=
"hasEnvironment"
class=
"js-job-environment"
class=
"js-job-environment"
...
@@ -239,13 +230,8 @@
...
@@ -239,13 +230,8 @@
/>
/>
<!--job log -->
<!--job log -->
<<<<<<<
HEAD
<div
<div
v-if=
"hasTrace"
v-if=
"hasTrace"
=======
<div
v-if=
"hasTrace"
>
>>>>>> upstream/master
class=
"build-trace-container prepend-top-default"
>
class=
"build-trace-container prepend-top-default"
>
<log-top-bar
<log-top-bar
:class=
"
{
:class=
"
{
...
...
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