summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci/config
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@12-6-stable-eeGitLab Bot2019-12-2011-48/+437
* Add latest changes from gitlab-org/gitlab@12-5-stable-eeGitLab Bot2019-11-1916-169/+844
* Add latest changes from gitlab-org/gitlab@12-4-stable-eeGitLab Bot2019-10-2214-19/+354
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-183-7/+7
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-161-0/+31
* Use 'gitlab_chronic_duration' gemAleksei Lipniagov2019-09-111-1/+1
* Fix 500 error in CI lint when included templates are an arraysh-fix-ci-lint-500-errorStan Hu2019-08-311-0/+6
* Introducing new Syntax for Ci::Build inclusion rulesdrew2019-08-204-5/+461
* Require `stage:` to be set with `needs:`Kamil Trzciński2019-08-131-4/+36
* Add support for DAGKamil Trzciński2019-08-012-26/+86
* Add frozen_string_literal to spec/lib (part 1)Thong Kuah2019-07-2624-0/+48
* Introduce default: for gitlab-ci.ymlKamil Trzciński2019-06-185-174/+402
* Add multiple extends supportWolphin2019-06-052-10/+38
* Merge dev.gitlab.org master into GitLab.com masterYorick Peterse2019-06-033-14/+24
|\
| * Protect Gitlab::HTTP against DNS rebinding attackDouwe Maan2019-05-303-14/+24
* | Fix port validations in .gitlab-webide.ymlce-fj-11886-fix-port-validationFrancisco Javier López2019-06-011-0/+10
|/
* catching and cleanly reporting SSL errors in Ci::Config::External::Processordrew cimino2019-04-151-0/+22
* Add environment url validationWolphin2019-04-091-0/+40
* Autocorrect with RSpec/ExampleWording copThong Kuah2019-04-056-55/+55
* Allow to use untrusted Regexp via feature flagKamil Trzciński2019-04-041-0/+67
* Add port section to CI Image objectFrancisco Javier López2019-04-035-8/+438
* Allow to recursively expand includesKamil Trzciński2019-03-017-34/+231
* tests(yaml_processor): complete test scenarios on 'include' keywordPaul B2019-02-191-3/+3
* Make default config entry value configurableGrzegorz Bizon2019-01-151-28/+5
* Fix specs related to emtpy `except` policy configGrzegorz Bizon2019-01-143-10/+5
* Add more specs for only/except policy config entryGrzegorz Bizon2019-01-141-2/+50
* Add specs for both parallel and regular job depsMatija Čupić2019-01-091-0/+20
* Merge branch 'include-project' into 'master'Grzegorz Bizon2019-01-076-5/+162
|\
| * Allow to include files from another projectsKamil Trzciński2019-01-076-5/+162
* | Merge branch 'kamil-refactor-ci-builds-v5' into 'master'Grzegorz Bizon2019-01-063-15/+0
|\ \ | |/ |/|
| * Add config_options|variables to BuildMetadatakamil-refactor-ci-builds-v5Kamil Trzciński2019-01-043-15/+0
* | Allow to include templatesKamil Trzciński2019-01-046-43/+270
|/
* Remove gem install bundler from Docker-based Ruby environmentsTakuya Noguchi2019-01-013-4/+0
* Re-define default only except policyKamil Trzciński2018-12-136-36/+176
* Define the default value for only/except policiesShinya Maeda2018-12-056-171/+41
* ci/config: generalize Config validation into Gitlab::Config:: moduleKamil Trzciński2018-11-2910-564/+0
* Eliminate duplicated wordsTakuya Noguchi2018-11-221-1/+1
* Fix typos in libGeorge Tsiolis2018-11-153-3/+3
* Limit parallel to 100limit-parallel-to-100Kamil Trzciński2018-11-081-0/+10
* Merge branch 'max_retries_when' into 'master'Grzegorz Bizon2018-11-072-40/+237
|\
| * fix merge conflictMarkus Doits2018-11-071-356/+0
| * change forgotten constant in spec to match codeMarkus Doits2018-11-071-1/+1
| * refactoring after latest feedbackMarkus Doits2018-11-071-58/+111
| * fix wrong retry error messagesMarkus Doits2018-11-071-2/+2
| * refactor validations to a Entry::Retry classMarkus Doits2018-11-072-1/+364
| * add a test that checks that retry when values in documentation are validMarkus Doits2018-11-071-1/+27
| * refactor for hopefully lower cognitive complexityMarkus Doits2018-11-071-1/+1
| * fix allowed keys validator to use correct attribute as error base?Markus Doits2018-11-071-1/+1
| * update job config validator to validate new retry syntaxMarkus Doits2018-11-071-19/+130
* | Return untouched hash if no job is parallelizedMatija Čupić2018-11-071-0/+8
|/