gitlab-org--gitlab-foss/spec/models/project_services
Kamil Trzciński 7607226026 Merge branch '22864-kubernetes-deploy-with-terminal' into 'master'
Add online terminal support for Kubernetes

## What does this MR do?

Gives terminal access to kubernetes-deployed environments  via the deployment service

## Are there points in the code the reviewer needs to double check?

## Why was this MR needed?

Part of idea to production

## Screenshots (if relevant)

### `/root/reviewing/environments`

![Screen_Shot_2016-12-15_at_19.10.40](/uploads/bd2c54c07b6c85dec3328a20cd185b64/Screen_Shot_2016-12-15_at_19.10.40.png)

### `/root/reviewing/environments/10013`

![Screen_Shot_2016-12-19_at_12.52.39](/uploads/db4e4e06cda88437e8727433d65898b9/Screen_Shot_2016-12-19_at_12.52.39.png)

### `/root/reviewing/enviroments/10013/terminal`

![Screen_Shot_2016-12-15_at_02.35.52](/uploads/1bb77b7e2de2c657ae3bda62dc4f0970/Screen_Shot_2016-12-15_at_02.35.52.png)

## 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)
- Tests
  - [X] Added for this feature/bug
  - [x] All builds are passing
- [X] Conform by the [merge request performance guides](http://docs.gitlab.com/ce/development/merge_request_performance_guidelines.html)
- [X] Conform by the [style guides](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CONTRIBUTING.md#style-guides)
- [x] Branch has no merge conflicts with `master` (if it does - rebase it please)
- [x] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

## What are the relevant issue numbers?

* Closes #22864 #22958
* Alternative to, and somewhat based on,  !6770 
* Depends on https://gitlab.com/gitlab-org/gitlab-workhorse/merge_requests/83

See merge request !7690
2016-12-20 10:34:29 +00:00
..
chat_message Fix previously reverted spec failures 2016-12-19 13:34:03 +01:00
asana_service_spec.rb Remove schema annotations completely 2016-09-16 14:37:48 +03:00
assembla_service_spec.rb Remove schema annotations completely 2016-09-16 14:37:48 +03:00
bamboo_service_spec.rb Remove schema annotations completely 2016-09-16 14:37:48 +03:00
bugzilla_service_spec.rb Remove schema annotations completely 2016-09-16 14:37:48 +03:00
buildkite_service_spec.rb Remove schema annotations completely 2016-09-16 14:37:48 +03:00
builds_email_service_spec.rb Simplify the name for data builder, feedback: 2016-08-12 16:09:29 +08:00
campfire_service_spec.rb Remove schema annotations completely 2016-09-16 14:37:48 +03:00
chat_notification_service_spec.rb Fix rubocop 2016-12-16 12:29:29 +01:00
custom_issue_tracker_service_spec.rb added more specs 2016-09-26 09:49:05 +02:00
drone_ci_service_spec.rb Remove schema annotations completely 2016-09-16 14:37:48 +03:00
emails_on_push_service_spec.rb Ensure URL in all Service subclasses are valid 2016-04-25 15:28:24 -04:00
external_wiki_service_spec.rb Remove schema annotations completely 2016-09-16 14:37:48 +03:00
flowdock_service_spec.rb Remove schema annotations completely 2016-09-16 14:37:48 +03:00
gemnasium_service_spec.rb Remove schema annotations completely 2016-09-16 14:37:48 +03:00
gitlab_issue_tracker_service_spec.rb Use Gitlab.config.gitlab.host over 'localhost' 2016-11-18 20:17:10 +08:00
hipchat_service_spec.rb Return truncation for notification descriptions, fix minor bugs with rendering 2016-10-20 15:44:34 +03:00
irker_service_spec.rb Remove schema annotations completely 2016-09-16 14:37:48 +03:00
jira_service_spec.rb Refactor JiraService by moving code out of JiraService#execute method 2016-12-01 09:45:06 +01:00
kubernetes_service_spec.rb Add terminals to the Kubernetes deployment service 2016-12-19 19:53:04 +00:00
mattermost_notification_service_spec.rb Use Slack::Notifier::LinkFormatter to convert markdown links to slack compat 2016-12-16 17:51:09 +01:00
mattermost_slash_commands_service_spec.rb Improve after feedback 2016-12-19 15:40:06 +01:00
pipeline_email_service_spec.rb Only include EmailHelpers in mailer specs and specs using them 2016-12-01 12:17:33 +08:00
pivotaltracker_service_spec.rb Remove schema annotations completely 2016-09-16 14:37:48 +03:00
pushover_service_spec.rb Remove schema annotations completely 2016-09-16 14:37:48 +03:00
redmine_service_spec.rb Prevent wrong markdown on issue ids when project has Jira service activated 2016-10-19 13:46:04 -02:00
slack_notification_service_spec.rb Use Slack::Notifier::LinkFormatter to convert markdown links to slack compat 2016-12-16 17:51:09 +01:00
slack_slash_commands_service.rb Improve after feedback 2016-12-19 15:40:06 +01:00
teamcity_service_spec.rb Remove schema annotations completely 2016-09-16 14:37:48 +03:00