gitlab-org--gitlab-foss/spec
Douwe Maan 06e3bb9f23 Merge branch 'zj-deployment-status-on-mr' into 'master'
Show deployment status on a MR view

## What are the relevant issue numbers?

Resolves #19571, one in the list of #19992

## Screenshots (if relevant)

external_url = nil
![Screen_Shot_2016-08-02_at_13.57.03](/uploads/20ea1587eea556c7a1acd0ff726a5bfb/Screen_Shot_2016-08-02_at_13.57.03.png)

external_url != nil
![Screen_Shot_2016-08-02_at_13.59.59](/uploads/0094b9ddece3f4bf76c83988840c096d/Screen_Shot_2016-08-02_at_13.59.59.png)

Note, the timings are weird between merging and deploying, that is because I did it in the wrong order.

## Does this MR meet the acceptance criteria?

- [X] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry added
- Tests
  - [x] Added for this feature/bug
  - [x] All builds are passing

See merge request !5622
2016-08-15 15:29:26 +00:00
..
config Small refactor and a few documentation fixes 2016-08-04 19:02:39 +02:00
controllers Fix bug where destroying a namespace would not always destroy projects 2016-08-11 15:36:35 -07:00
factories Pre-create all builds for Pipeline when a trigger is received 2016-08-11 15:22:35 +02:00
features Remove sleeping and replace escaped text. 2016-08-13 00:57:40 -05:00
finders Add a spec for ProjectsFinder project_ids_relation option 2016-08-15 12:49:31 +02:00
fixtures Merge branch '13333-consider-updating-http-parser-rb-to-0-6-0' into 'master' 2016-08-11 11:23:53 +00:00
helpers Show member roles to all users on members page 2016-08-11 11:08:07 -05:00
initializers Give priority to environment variables 2016-08-03 15:48:48 +01:00
javascripts Merge branch 'date-time-to-day-tests' into 'master' 2016-08-05 19:38:05 +00:00
lib Change the order of the access rules to check simpler first, and add specs 2016-08-12 18:27:42 -04:00
mailers adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
models Merge branch 'zj-deployment-status-on-mr' into 'master' 2016-08-15 15:29:26 +00:00
requests Merge branch '20842-todos-queries-cache' into 'master' 2016-08-15 12:18:27 +00:00
routing Rename markdown_preview routes to preview_markdown 2016-08-11 15:54:18 +02:00
services Merge branch '20842-todos-queries-cache' into 'master' 2016-08-15 12:18:27 +00:00
support New AccessRequests API endpoints for Group & Project 2016-08-10 19:07:05 +02:00
tasks/gitlab Use File::exist? instead of File::exists? 2016-08-11 13:54:45 +03:00
uploaders
views Method names changed to #includes_commit? 2016-08-12 10:43:04 +02:00
workers Fix bug where destroying a namespace would not always destroy projects 2016-08-11 15:36:35 -07:00
factories_spec.rb adds second batch of tests changed to active tense 2016-08-09 15:11:39 +01:00
rails_helper.rb
simplecov_env.rb
spec_helper.rb Add a method in Project to return a cached value of total count of projects 2016-08-09 16:08:03 -07:00
teaspoon_env.rb Add test coverage analysis for CoffeeScript (!5052) 2016-08-07 21:52:37 +02:00