summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '37970-timestamped-ci' into 'master'Kamil TrzciƄski2017-10-031-1/+12
|\
| * Hide CI section markers from job traceAlessio Caiazza2017-10-031-1/+12
* | Add some minor improvements to pipeline creation chainbackstage/gb/refactor-pipeline-create-serviceGrzegorz Bizon2017-09-272-5/+2
* | Add specs for builder chain step that skipps pipelinesGrzegorz Bizon2017-09-261-1/+1
* | Fix coding style offenses in pipeline chain classesGrzegorz Bizon2017-09-262-4/+2
* | Move pipeline builder validation chain to a moduleGrzegorz Bizon2017-09-266-115/+121
* | Split pipeline chain builder validation classGrzegorz Bizon2017-09-266-102/+143
* | Add class that handles pipeline creation sequenceGrzegorz Bizon2017-09-261-0/+37
* | Extract pipeline persistence to a separate chain classGrzegorz Bizon2017-09-261-0/+29
* | Fix code style offenses in pipeline create servicesGrzegorz Bizon2017-09-261-1/+1
* | Use tag/branch methods to check if pipeline ref existsGrzegorz Bizon2017-09-251-8/+2
* | Extract pipeline chain builder classes from serviceGrzegorz Bizon2017-09-253-0/+167
* | Move related pipeline class to new pipeline moduleGrzegorz Bizon2017-09-252-141/+143
|/
* Raise exception when initializing unknown policyGrzegorz Bizon2017-09-181-5/+1
* Do not initialize YAML processor with project full pathGrzegorz Bizon2017-09-181-3/+2
* Do not pass project path from YAML processorGrzegorz Bizon2017-09-184-11/+11
* Simplify pipeline source policy pattern matchingGrzegorz Bizon2017-09-181-9/+2
* Add specs for CI/CD job policy refs specificationGrzegorz Bizon2017-09-181-1/+1
* Fix Rubocop offenses in YAML processor classesGrzegorz Bizon2017-09-181-1/+0
* Remove YAML processor refactoring stubs and fix specsGrzegorz Bizon2017-09-182-32/+26
* Extract job refs policy specs into separate classGrzegorz Bizon2017-09-182-66/+59
* Use CI/CD job policy specification in YAML processorGrzegorz Bizon2017-09-183-9/+26
* Implement CI/CD kubernetes policy specificationGrzegorz Bizon2017-09-182-0/+47
* adds changelogMaxim Rydkin2017-09-121-4/+4
* move `lib/ci/mask_secret.rb` into `lib/gitlab/ci/mask_secret.rb`Maxim Rydkin2017-09-121-0/+12
* move `lib/ci/gitlab_ci_yaml_processor.rb` into `lib/gitlab/ci/yaml_processor.rb`Maxim Rydkin2017-09-121-0/+253
* move `lib/ci/model.rb` into `lib/gitlab/ci/model.rb`Maxim Rydkin2017-09-121-0/+13
* move `lib/ci/charts.rb` into `lib/gitlab/ci/charts.rb`Maxim Rydkin2017-09-121-0/+118
* move `lib/ci/ansi2html.rb` into `lib/gitlab/ci/ansi2html.rb`Maxim Rydkin2017-09-122-2/+335
* Merge commit 'd1b60cbc67dc14b21820ef3f823a8e1ea851697d' into feature/gb/downl...Grzegorz Bizon2017-09-062-0/+30
|\
| * Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-09-041-1/+8
| |\
| * | Change CI/CD kubernetes policy keyword to `active`Grzegorz Bizon2017-09-011-1/+1
| * | Change kubernetes job policy allowed valuesGrzegorz Bizon2017-08-312-1/+9
| * | Merge branch 'master' into feature/gb/kubernetes-only-pipeline-jobsGrzegorz Bizon2017-08-311-2/+6
| |\ \
| * | | Check if kubernetes required before creating a jobGrzegorz Bizon2017-08-261-6/+5
| * | | Use new complex only/except policy internal schemeGrzegorz Bizon2017-08-261-0/+4
* | | | Remove unneeded string interpolation from entry classGrzegorz Bizon2017-09-061-1/+1
* | | | Extract a class that represents artifacts file pathGrzegorz Bizon2017-09-052-122/+173
| |_|/ |/| |
* | | Add the rest of specsShinya Maeda2017-09-031-5/+7
* | | Add spec. Fix runner setting page. It worked.Shinya Maeda2017-09-031-1/+1
* | | Update application code by the db schema changeShinya Maeda2017-09-031-1/+6
| |/ |/|
* | Remove unused expressions policy from ci/cd configfeature/gb/add-complex-jobs-only-except-config-policyGrzegorz Bizon2017-08-301-19/+0
* | Simplify code for appending strategies in CI/CD configGrzegorz Bizon2017-08-301-2/+2
* | Raise exception when simplifiable ci entry incompleteGrzegorz Bizon2017-08-301-0/+4
|/
* Add specs for attributable aspect of ci config entryGrzegorz Bizon2017-08-251-1/+3
* Improve reporting of a CI/CD entry config locationGrzegorz Bizon2017-08-254-12/+10
* Simplify ci config entry validator implementationGrzegorz Bizon2017-08-251-7/+2
* Use only/except policy that returns an arrayGrzegorz Bizon2017-08-251-4/+0
* Fix CI/CD trigger policy default valueGrzegorz Bizon2017-08-251-0/+3
* Implement complex only/except policy CI/CD configGrzegorz Bizon2017-08-252-4/+28