summaryrefslogtreecommitdiff
path: root/lib/ci/gitlab_ci_yaml_processor.rb
Commit message (Expand)AuthorAgeFilesLines
* Simplify coverage setting and comply to some requests in code reviewLeandro Camargo2017-01-251-1/+1
* Change expected `coverage` structure for CI configuration YAML fileLeandro Camargo2017-01-251-1/+1
* Comply to requests made in the review and adjust to the Entry/Node changesLeandro Camargo2017-01-251-1/+1
* Add ability to define a coverage regex in the .gitlab-ci.ymlLeandro Camargo2017-01-251-0/+1
* Keep the value type for YAML variablesLin Jen-Shin2016-12-191-1/+1
* Convert CI YAML variables keys into stringsLin Jen-Shin2016-12-151-1/+1
* Improve naming convention in ci configuration modulefix/improve-naming-convention-in-ci-configGrzegorz Bizon2016-11-141-1/+1
* Add logical validation to gitlab-ci.ymlKamil Trzcinski2016-10-181-0/+30
* Expose jobs to viewKatarzyna Kobierska2016-09-301-3/+1
* Add missing values to linterKatarzyna Kobierska2016-09-301-0/+2
* Fix CI job environment configuration attributesGrzegorz Bizon2016-09-191-1/+1
* Add new CI configuration entry for the environmentGrzegorz Bizon2016-09-191-1/+2
* Merge branch 'refactor/ci-config-add-logical-validation' into 'master' Rémy Coutable2016-09-071-10/+5
|\
| * Add method that returns commands for ci job entryGrzegorz Bizon2016-08-291-6/+1
| * Do not override job nodes in legacy ci config codeGrzegorz Bizon2016-08-291-5/+5
* | Code refactorKatarzyna Kobierska2016-09-071-0/+1
* | Improve codeKatarzyna Kobierska2016-09-071-9/+6
* | Code refactoringKatarzyna Kobierska2016-09-071-6/+10
* | Change class method nameKatarzyna Kobierska2016-09-071-2/+2
* | Add class method to encapsulate exceptionKatarzyna Kobierska2016-09-071-0/+9
|/
* Pre-create all builds for Pipeline when a trigger is receivedKamil Trzcinski2016-08-111-1/+1
* Move job dependencies entry to the new CI configGrzegorz Bizon2016-07-201-14/+10
* Add minor readability, style improvements in CI configGrzegorz Bizon2016-07-201-3/+2
* Merge branch 'master' into refactor/ci-config-move-job-entriesGrzegorz Bizon2016-07-201-34/+63
|\
| * Improve code designKamil Trzcinski2016-07-191-1/+1
| * Fix broken builds_for_refKamil Trzcinski2016-07-191-1/+1
| * Use value of `yaml_variables` and `when` from config_processor if undefinedKamil Trzcinski2016-07-191-32/+33
| * Add implementation of manual actionsKamil Trzcinski2016-07-181-2/+2
| * Store when and yaml variables in builds tableKamil Trzcinski2016-07-161-15/+38
* | Move job environment validation to new CI configGrzegorz Bizon2016-07-191-11/+0
* | Move tags and allow_failure CI entries to new configGrzegorz Bizon2016-07-181-8/+0
* | Validate allowed keys only in new CI configGrzegorz Bizon2016-07-181-19/+0
* | Improve valid keys validation for CI config nodesGrzegorz Bizon2016-07-181-9/+0
* | Move job artifacts configuration new CI config codeGrzegorz Bizon2016-07-181-20/+0
* | Move job variables config entry to new CI configGrzegorz Bizon2016-07-181-16/+0
* | Move job image and services nodes to new CI configGrzegorz Bizon2016-07-181-8/+0
* | Add metadata to new CI config and expose job nameGrzegorz Bizon2016-07-151-2/+2
* | Remove job cache configfrom legacy yaml processorGrzegorz Bizon2016-07-141-21/+0
* | Revert logical validation in CI job stage entryGrzegorz Bizon2016-07-141-0/+7
* | Revert references to global node in CI job entryGrzegorz Bizon2016-07-141-6/+2
* | Improve CI job entry validations in new configGrzegorz Bizon2016-07-141-7/+0
* | Expose CI job commands and use in legacy processorGrzegorz Bizon2016-07-131-7/+6
* | Remove CI job script validation from legacy configGrzegorz Bizon2016-07-101-15/+0
* | Add comment for deprecated CI config `types` entryGrzegorz Bizon2016-07-091-3/+1
* | Remove CI job stage code from legacy config processorGrzegorz Bizon2016-07-091-19/+9
* | Simplify legacy CI config processor a littleGrzegorz Bizon2016-07-061-9/+4
* | Move CI job config validations to new classesGrzegorz Bizon2016-07-061-2/+0
* | Move decision about relevant jobs to new CI configGrzegorz Bizon2016-07-061-2/+0
* | Remove code creating job hash from legacy CI configGrzegorz Bizon2016-07-051-2/+3
|/
* Move global CI cache configuration to new CI classesGrzegorz Bizon2016-06-291-28/+2