gitlab-org--gitlab-foss/spec/models/project_services
Kamil Trzciński b1120fc3e7 Merge branch 'expose-deployment-variables' into 'master'
Pass variables from deployment project services to CI runner

## What does this MR do?

This commit introduces the concept of deployment variables - variables
that are collected from deployment services and passed to CI runner
during a deployment build.
Deployment services specify the variables by overriding
"predefined_variables" method.

This commit also configures variables for KubernetesService

## Why was this MR needed?

We need these values for https://gitlab.com/gitlab-org/gitlab-ce/issues/23580

## 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)
- ~~[ ] API support added~~
- Tests
  - [x] Added for this feature/bug
  - [ ] 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?

Refers to https://gitlab.com/gitlab-org/gitlab-ce/issues/23580

See merge request !8107
2016-12-16 18:01:28 +00:00
..
chat_message Mattermost Notifications Service 2016-12-15 11:09:31 -02: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
chat_service_spec.rb Change SlackService to SlackNotificationsService 2016-12-15 15:32:49 -02: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 Pass variables from deployment project services to CI runner 2016-12-16 13:24:03 +01:00
mattermost_notification_service_spec.rb Change SlackService to SlackNotificationsService 2016-12-15 15:32:49 -02:00
mattermost_slash_commands_service_spec.rb Rename mattermost_command to mattermost_slash_commands 2016-11-18 17:27:14 +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 Change SlackService to SlackNotificationsService 2016-12-15 15:32:49 -02:00
teamcity_service_spec.rb Remove schema annotations completely 2016-09-16 14:37:48 +03:00