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
1f95e5d3
Commit
1f95e5d3
authored
Dec 02, 2016
by
Valery Sizov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix conflicts. Step 1
parent
d6e7c693
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
0 additions
and
43 deletions
+0
-43
.gitlab-ci.yml
.gitlab-ci.yml
+0
-23
Gemfile.lock
Gemfile.lock
+0
-9
app/assets/stylesheets/pages/issuable.scss
app/assets/stylesheets/pages/issuable.scss
+0
-7
db/schema.rb
db/schema.rb
+0
-4
No files found.
.gitlab-ci.yml
View file @
1f95e5d3
...
...
@@ -227,29 +227,6 @@ rake brakeman: *exec
rake flay
:
*exec
license_finder
:
*exec
rake downtime_check
:
*exec
<<<<<<< HEAD
=======
rake ee_compat_check
:
<<
:
*exec
only
:
-
branches@gitlab-org/gitlab-ce
except
:
-
master
-
tags
-
/^[\d-]+-stable(-ee)?$/
allow_failure
:
yes
cache
:
key
:
"
ruby231-ee_compat_check_repo"
paths
:
-
ee_compat_check/repo/
-
vendor/ruby
artifacts
:
name
:
"
${CI_BUILD_NAME}_${CI_BUILD_REF_NAME}_${CI_BUILD_REF}"
when
:
on_failure
expire_in
:
10d
paths
:
-
ee_compat_check/patches/*.patch
>
>>>>>>
14046b9c734e5e6506d63276f39f3f9d770c3699
rake db:migrate:reset:
stage
:
test
...
...
Gemfile.lock
View file @
1f95e5d3
...
...
@@ -766,14 +766,9 @@ GEM
get_process_mem (~> 0)
unicorn (>= 4, < 6)
uniform_notifier (1.10.0)
<<<<<<< HEAD
uuid (2.3.8)
macaddr (~> 1.0)
validates_hostname (1.0.5)
activerecord (>= 3.0)
activesupport (>= 3.0)
=======
>>>>>>> 14046b9c734e5e6506d63276f39f3f9d770c3699
version_sorter (2.1.0)
virtus (1.0.5)
axiom-types (~> 0.1)
...
...
@@ -875,12 +870,8 @@ DEPENDENCIES
gollum-rugged_adapter (~> 0.4.2)
gon (~> 6.1.0)
grape (~> 0.15.0)
<<<<<<< HEAD
grape-entity (~> 0.4.2)
gssapi
=======
grape-entity (~> 0.6.0)
>>>>>>> 14046b9c734e5e6506d63276f39f3f9d770c3699
haml_lint (~> 0.18.2)
hamlit (~> 2.6.1)
health_check (~> 2.2.0)
...
...
app/assets/stylesheets/pages/issuable.scss
View file @
1f95e5d3
...
...
@@ -258,14 +258,7 @@
&
:hover
{
background
:
transparent
;
<<<<<<<
HEAD
}
i
{
color
:
$sidebar-collapsed-icon-color
;
=======
color
:
$gl-gray
;
>>>>>>>
14046b9c734e5e6506d63276f39f3f9d770c3699
}
}
}
...
...
db/schema.rb
View file @
1f95e5d3
...
...
@@ -11,11 +11,7 @@
#
# It's strongly recommended that you check this file into your version control system.
<<<<<<<
HEAD
ActiveRecord
::
Schema
.
define
(
version:
20161128170531
)
do
=======
ActiveRecord
::
Schema
.
define
(
version:
20161128161412
)
do
>>>>>>>
14046
b9c734e5e6506d63276f39f3f9d770c3699
# 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