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
e140833b
Commit
e140833b
authored
May 12, 2017
by
Rémy Coutable
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflicts
Signed-off-by:
Rémy Coutable
<
remy@rymai.me
>
parent
0845f00a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
0 additions
and
19 deletions
+0
-19
app/assets/stylesheets/pages/pipelines.scss
app/assets/stylesheets/pages/pipelines.scss
+0
-12
app/serializers/build_entity.rb
app/serializers/build_entity.rb
+0
-3
db/schema.rb
db/schema.rb
+0
-4
No files found.
app/assets/stylesheets/pages/pipelines.scss
View file @
e140833b
...
...
@@ -490,11 +490,7 @@
color
:
$gl-text-color-secondary
;
// Action Icons in big pipeline-graph nodes
<<<<<<<
HEAD
>
div
>
.ci-action-icon-container
.ci-action-icon-wrapper
{
=======
.ci-action-icon-container
.ci-action-icon-wrapper
{
>>>>>>>
origin
/
master
height
:
30px
;
width
:
30px
;
background
:
$white-light
;
...
...
@@ -519,11 +515,7 @@
}
}
<<<<<<<
HEAD
>
div
>
.ci-action-icon-container
{
=======
.ci-action-icon-container
{
>>>>>>>
origin
/
master
position
:
absolute
;
right
:
5px
;
top
:
5px
;
...
...
@@ -553,11 +545,7 @@
}
}
<<<<<<<
HEAD
>
div
>
.build-content
{
=======
.build-content
{
>>>>>>>
origin
/
master
display
:
inline-block
;
padding
:
8px
10px
9px
;
width
:
100%
;
...
...
app/serializers/build_entity.rb
View file @
e140833b
...
...
@@ -31,12 +31,9 @@ class BuildEntity < Grape::Entity
def
detailed_status
build
.
detailed_status
(
request
.
current_user
)
<<<<<<<
HEAD
end
def
path_to
(
route
,
build
)
send
(
"
#{
route
}
_path"
,
build
.
project
.
namespace
,
build
.
project
,
build
)
=======
>>>>>>>
origin
/
master
end
end
db/schema.rb
View file @
e140833b
...
...
@@ -11,11 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
<<<<<<<
HEAD
ActiveRecord
::
Schema
.
define
(
version:
20170508170547
)
do
=======
ActiveRecord
::
Schema
.
define
(
version:
20170505133904
)
do
>>>>>>>
origin
/
master
# These are extensions that must be enabled in order to support this database
enable_extension
"plpgsql"
...
...
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