Commit f7e38648 authored by GitLab Bot's avatar GitLab Bot

Merge remote-tracking branch 'upstream/master' into ce-to-ee-2018-11-14

# Conflicts:
#	.gitlab-ci.yml
#	db/schema.rb
#	doc/development/README.md

[ci skip]
parents 9fe715c5 24e55997
...@@ -80,6 +80,7 @@ stages: ...@@ -80,6 +80,7 @@ stages:
- mysql:5.7 - mysql:5.7
- redis:alpine - redis:alpine
<<<<<<< HEAD
# BEGIN EE-only service helpers # BEGIN EE-only service helpers
.use-pg-9-6: &use-pg-9-6 .use-pg-9-6: &use-pg-9-6
...@@ -106,6 +107,8 @@ stages: ...@@ -106,6 +107,8 @@ stages:
# END EE-only service helpers # END EE-only service helpers
=======
>>>>>>> upstream/master
.rails4: &rails4 .rails4: &rails4
allow_failure: false allow_failure: false
except: except:
...@@ -219,6 +222,7 @@ stages: ...@@ -219,6 +222,7 @@ stages:
.rspec-metadata-mysql-rails4: &rspec-metadata-mysql-rails4 .rspec-metadata-mysql-rails4: &rspec-metadata-mysql-rails4
<<: *rspec-metadata-mysql <<: *rspec-metadata-mysql
<<: *rails4 <<: *rails4
<<<<<<< HEAD
.rspec-metadata-ee: &rspec-metadata-ee .rspec-metadata-ee: &rspec-metadata-ee
<<: *rspec-metadata <<: *rspec-metadata
...@@ -277,6 +281,8 @@ stages: ...@@ -277,6 +281,8 @@ stages:
.rspec-geo-pg-10-2-rails4: &rspec-metadata-pg-geo-10-2-rails4 .rspec-geo-pg-10-2-rails4: &rspec-metadata-pg-geo-10-2-rails4
<<: *rspec-metadata-pg-geo-10-2 <<: *rspec-metadata-pg-geo-10-2
<<: *rails4 <<: *rails4
=======
>>>>>>> upstream/master
.only-canonical-masters: &only-canonical-masters .only-canonical-masters: &only-canonical-masters
only: only:
......
This diff is collapsed.
...@@ -53,7 +53,10 @@ description: 'Learn how to contribute to GitLab.' ...@@ -53,7 +53,10 @@ description: 'Learn how to contribute to GitLab.'
- [Prometheus metrics](prometheus_metrics.md) - [Prometheus metrics](prometheus_metrics.md)
- [Guidelines for reusing abstractions](reusing_abstractions.md) - [Guidelines for reusing abstractions](reusing_abstractions.md)
- [DeclarativePolicy framework](policies.md) - [DeclarativePolicy framework](policies.md)
<<<<<<< HEAD
- [Geo development](geo.md) - [Geo development](geo.md)
=======
>>>>>>> upstream/master
- [Switching to Rails 5](switching_to_rails5.md) - [Switching to Rails 5](switching_to_rails5.md)
## Performance guides ## Performance guides
......
...@@ -231,7 +231,7 @@ Their abstraction level is comparable to how a user would interact with the UI. ...@@ -231,7 +231,7 @@ Their abstraction level is comparable to how a user would interact with the UI.
<details> <details>
<summary>Vuex stores</summary> <summary>Vuex stores</summary>
When testing the frontend code of a page as a whole, the interaction between Vue components and Vuex stores is covered as well. When testing the frontend code of a page as a whole, the interaction between Vue components and Vuex stores is covered as well.
<details> </details>
## Feature tests ## Feature tests
......
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