summaryrefslogtreecommitdiff
path: root/lib/ci/gitlab_ci_yaml_processor.rb
Commit message (Expand)AuthorAgeFilesLines
* use squre bracketShinya Maeda2017-06-081-1/+1
* Use source instead of trigger_requests in stage_seedsShinya Maeda2017-06-081-3/+1
* Remove source.nilShinya Maeda2017-06-081-3/+3
* Fix conditionShinya Maeda2017-06-081-3/+5
* Fix unmatches_pathShinya Maeda2017-06-081-6/+9
* Fix change in behaviorFilip Krakowski2017-06-081-8/+8
* Check if source is nilFilip Krakowski2017-06-081-1/+1
* Fix static-analysis offensesFilip Krakowski2017-06-081-1/+1
* Add all sources as special keywords for only and exceptFilip Krakowski2017-06-081-4/+11
* Use pipeline.source to determine what triggered a pipelineFilip Krakowski2017-06-081-16/+16
* Add 'schedules' keyword to 'only' and 'except'Filip Krakowski2017-06-081-14/+15
* Refine implementation of pipeline stage seedsGrzegorz Bizon2017-06-021-6/+9
* Return stage seeds object from YAML processorGrzegorz Bizon2017-05-311-6/+6
* Refine pipeline stages seeds classGrzegorz Bizon2017-05-311-1/+1
* Add stage seed class that represents attributesGrzegorz Bizon2017-05-301-2/+1
* Implement CI/CD config attributes for persisted stagesGrzegorz Bizon2017-05-301-2/+12
* Enable the Style/TrailingCommaInLiteral copRémy Coutable2017-05-101-1/+1
* Ignore job by default if it is a manual actionGrzegorz Bizon2017-03-061-1/+1
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
* 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