gitlab-org--gitlab-foss/app
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
..
assets Merge branch '20492-access-token-scopes' into 'master' 2016-12-16 17:38:41 +00:00
controllers Merge branch '20492-access-token-scopes' into 'master' 2016-12-16 17:38:41 +00:00
finders Merge branch 'jej-24637-move-issue-visible_to_user-to-finder' into 'security' 2016-12-15 11:41:04 -03:00
helpers Merge branch 'dz-nested-groups-title-ui' into 'master' 2016-12-16 09:41:23 +00:00
mailers Add new template to handle both commit & mr notes 2016-11-25 15:23:49 +00:00
models Merge branch 'expose-deployment-variables' into 'master' 2016-12-16 18:01:28 +00:00
policies Backport hooks on group policies for the EE-specific implementation 2016-12-13 11:51:09 -02:00
serializers Merge branch 'fix/ca-no-date' into 'master' 2016-11-30 10:01:56 +00:00
services Merge branch '20492-access-token-scopes' into 'master' 2016-12-16 17:38:41 +00:00
uploaders Add Gitlab::Middleware::Multipart 2016-12-15 12:26:36 +01:00
validators Add nested groups support to the routing 2016-11-23 14:08:36 +02:00
views Merge branch '20492-access-token-scopes' into 'master' 2016-12-16 17:38:41 +00:00
workers Merge branch 'fix/rename-mwbs-to-merge-when-pipeline-succeeds' into 'master' 2016-12-05 11:07:57 +00:00