-
- Downloads
There was a problem fetching the pipeline summary.
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  external_url != nil  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
No related branches found
No related tags found
Pipeline #
Showing
- CHANGELOG 1 addition, 0 deletionsCHANGELOG
- app/assets/stylesheets/pages/merge_requests.scss 4 additions, 1 deletionapp/assets/stylesheets/pages/merge_requests.scss
- app/models/deployment.rb 6 additions, 0 deletionsapp/models/deployment.rb
- app/models/environment.rb 6 additions, 0 deletionsapp/models/environment.rb
- app/models/merge_request.rb 8 additions, 0 deletionsapp/models/merge_request.rb
- app/views/projects/merge_requests/widget/_heading.html.haml 13 additions, 0 deletionsapp/views/projects/merge_requests/widget/_heading.html.haml
- db/schema.rb 1 addition, 1 deletiondb/schema.rb
- spec/models/deployment_spec.rb 24 additions, 0 deletionsspec/models/deployment_spec.rb
- spec/models/environment_spec.rb 33 additions, 0 deletionsspec/models/environment_spec.rb
- spec/models/merge_request_spec.rb 15 additions, 0 deletionsspec/models/merge_request_spec.rb
- spec/views/projects/merge_requests/_heading.html.haml_spec.rb 26 additions, 0 deletions.../views/projects/merge_requests/_heading.html.haml_spec.rb
Please register or sign in to comment