gitlab-org--gitlab-foss/spec/services/ci
Kamil Trzciński 9ad0d879fb Merge branch 'feature/environment-teardown-when-branch-deleted' into 'master'
Stop environment when branch is deleted

## What does this MR do?

This MR adds a environment teardown service, that is called when user deletes a branch. This most often happens when merge requests is merged.

## Does this MR meet the acceptance criteria?

- [x] [Changelog entry](https://docs.gitlab.com/ce/development/changelog.html) added
- [x] [Documentation created/updated](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/doc/development/doc_styleguide.md)
- [x] API support added
- Tests
  - [x] Added for this feature/bug
  - [x] All builds are passing

## What are the relevant issue numbers?

Closes #23218

See merge request !7355
2016-11-17 10:54:57 +00:00
..
create_pipeline_service_spec.rb
create_trigger_request_service_spec.rb
image_for_build_service_spec.rb
process_pipeline_service_spec.rb Add a test for on_failure jobs in the middle 2016-10-01 14:38:39 +08:00
register_build_service_spec.rb Fix optimistic locking 2016-10-26 11:37:23 +02:00
stop_environments_service_spec.rb Make it possible to fabricate environment on branch 2016-11-14 14:10:54 +01:00