Commit 1f95e5d3 authored by Valery Sizov's avatar Valery Sizov

Fix conflicts. Step 1

parent d6e7c693
...@@ -227,29 +227,6 @@ rake brakeman: *exec ...@@ -227,29 +227,6 @@ rake brakeman: *exec
rake flay: *exec rake flay: *exec
license_finder: *exec license_finder: *exec
rake downtime_check: *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: rake db:migrate:reset:
stage: test stage: test
......
...@@ -766,14 +766,9 @@ GEM ...@@ -766,14 +766,9 @@ GEM
get_process_mem (~> 0) get_process_mem (~> 0)
unicorn (>= 4, < 6) unicorn (>= 4, < 6)
uniform_notifier (1.10.0) uniform_notifier (1.10.0)
<<<<<<< HEAD
uuid (2.3.8)
macaddr (~> 1.0)
validates_hostname (1.0.5) validates_hostname (1.0.5)
activerecord (>= 3.0) activerecord (>= 3.0)
activesupport (>= 3.0) activesupport (>= 3.0)
=======
>>>>>>> 14046b9c734e5e6506d63276f39f3f9d770c3699
version_sorter (2.1.0) version_sorter (2.1.0)
virtus (1.0.5) virtus (1.0.5)
axiom-types (~> 0.1) axiom-types (~> 0.1)
...@@ -875,12 +870,8 @@ DEPENDENCIES ...@@ -875,12 +870,8 @@ DEPENDENCIES
gollum-rugged_adapter (~> 0.4.2) gollum-rugged_adapter (~> 0.4.2)
gon (~> 6.1.0) gon (~> 6.1.0)
grape (~> 0.15.0) grape (~> 0.15.0)
<<<<<<< HEAD
grape-entity (~> 0.4.2)
gssapi gssapi
=======
grape-entity (~> 0.6.0) grape-entity (~> 0.6.0)
>>>>>>> 14046b9c734e5e6506d63276f39f3f9d770c3699
haml_lint (~> 0.18.2) haml_lint (~> 0.18.2)
hamlit (~> 2.6.1) hamlit (~> 2.6.1)
health_check (~> 2.2.0) health_check (~> 2.2.0)
......
...@@ -258,14 +258,7 @@ ...@@ -258,14 +258,7 @@
&:hover { &:hover {
background: transparent; background: transparent;
<<<<<<< HEAD
}
i {
color: $sidebar-collapsed-icon-color;
=======
color: $gl-gray; color: $gl-gray;
>>>>>>> 14046b9c734e5e6506d63276f39f3f9d770c3699
} }
} }
} }
......
...@@ -11,11 +11,7 @@ ...@@ -11,11 +11,7 @@
# #
# It's strongly recommended that you check this file into your version control system. # 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: 20161128170531) do
=======
ActiveRecord::Schema.define(version: 20161128161412) do
>>>>>>> 14046b9c734e5e6506d63276f39f3f9d770c3699
# These are extensions that must be enabled in order to support this database # These are extensions that must be enabled in order to support this database
enable_extension "plpgsql" enable_extension "plpgsql"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment