gitlab-org--gitlab-foss/spec
Rémy Coutable 550466dd34 Merge branch 'store-variables-and-when-in-builds-table' into 'master'
Store when and yaml variables in builds table

## What does this MR do?
Stores `when` and `yaml_variables` in `ci_builds` table.

## Why was this MR needed?
This is done in order to simplify the code responsible for creating a pipeline builds.

## What are the relevant issue numbers?
This made as a pre-step for https://gitlab.com/gitlab-org/gitlab-ce/merge_requests/5295.

## Does this MR meet the acceptance criteria?

- [x] [CHANGELOG](https://gitlab.com/gitlab-org/gitlab-ce/blob/master/CHANGELOG) entry 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
- [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 you do - rebase it please)
- [ ] [Squashed related commits together](https://git-scm.com/book/en/Git-Tools-Rewriting-History#Squashing-Commits)

See merge request !5296
2016-07-18 11:03:00 +00:00
..
config
controllers Cache todos pending/done dashboard query counts 2016-07-12 18:57:52 +02:00
factories Store when and yaml variables in builds table 2016-07-16 20:25:30 +02:00
features Merge branch 'pending-tab' into 'master' 2016-07-18 10:00:48 +00:00
finders Avoid `describe`-ing symbols in specs 2016-07-12 10:27:58 -05:00
fixtures don't expect " encoding anymore 2016-07-14 10:08:16 -07:00
helpers use %(...) and %[...] in favor of %<...> 2016-07-14 22:43:49 -07:00
initializers
javascripts Merge branch '17341-firefox-u2f' into 'master' 2016-07-15 20:07:51 +00:00
lib Merge branch 'store-variables-and-when-in-builds-table' into 'master' 2016-07-18 11:03:00 +00:00
mailers Represent DiffRefs as proper class instead of tuple array 2016-07-06 18:50:58 -04:00
models Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce into store-variables-and-when-in-builds-table 2016-07-18 10:40:22 +02:00
requests Merge branch 'api-isssues-due-date' into 'master' 2016-07-18 08:51:24 +00:00
routing Fix failing tests. 2016-07-11 16:11:33 -06:00
services Merge branch 'track-pipeline-user' into 'master' 2016-07-18 08:26:43 +00:00
support Merge branch '17341-firefox-u2f' into 'master' 2016-07-15 20:07:51 +00:00
tasks/gitlab
views
workers Refresh branch cache after `git gc` 2016-07-13 06:49:58 -07:00
factories_spec.rb
rails_helper.rb
spec_helper.rb We're not using them (and look at the typo) 2016-07-12 22:17:00 +08:00
teaspoon_env.rb