summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci/config
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* Merge branch '21480-parallel-job-keyword-mvc' into 'master'Grzegorz Bizon2018-11-072-2/+89
|\
| * Add additional specs for Normalizer21480-parallel-job-keyword-mvcMatija Čupić2018-11-061-0/+14
| * Use instance based approach for NormalizerMatija Čupić2018-11-061-1/+1
| * Refactor Normalizer specsMatija Čupić2018-11-061-10/+2
| * Refactor Gitlab::Ci::Config::NormalizerMatija Čupić2018-11-051-1/+11
| * Use instance based approach for NormalizerMatija Čupić2018-11-051-1/+1
| * Make Rubocop and Danger happyMatija Čupić2018-11-021-0/+2
| * Move parallelized node index to job optionsMatija Čupić2018-11-011-4/+8
| * Add Normalizer specsMatija Čupić2018-11-011-0/+36
| * Change minimum parallel value to 2Matija Čupić2018-10-271-3/+3
| * Add parallel keyword to CI configMatija Čupić2018-10-261-2/+31
* | Fix invalid artifact path for codequalityfix-codequalityKamil Trzciński2018-11-051-1/+1
* | Fix typos in comments and specsGeorge Tsiolis2018-11-011-1/+1
|/
* Merge branch 'support-license-management-and-performance' into 'master'Grzegorz Bizon2018-10-231-0/+2
|\
| * Support licenses and performancesupport-license-management-and-performanceKamil Trzciński2018-10-221-0/+2
* | Improve specs for abstract remote `include` filefeature/gb/improve-include-config-errors-reportingGrzegorz Bizon2018-10-221-4/+4
* | Improve error message when `include` is blockedGrzegorz Bizon2018-10-221-0/+9
* | Improve remote CI/CD config file extension validationGrzegorz Bizon2018-10-191-0/+52
* | Extend error message in case of HTTP errors in `include`Grzegorz Bizon2018-10-191-3/+37
* | Refactor `include` code and improve error reportingGrzegorz Bizon2018-10-183-5/+8
* | Extract method that fetchesremote CI/CD included configGrzegorz Bizon2018-10-181-2/+2
* | Move external CI config class into proper namespaceGrzegorz Bizon2018-10-164-9/+16
* | Move external CI config files into Ci class contextGrzegorz Bizon2018-10-164-0/+470
|/
* Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-051-1/+19
|\
| * Merge branch 'master' into 'feature/gb/pipeline-only-except-with-modified-paths'feature/gb/pipeline-only-except-with-modified-pathsKamil Trzciński2018-10-041-0/+1
| |\
| * | Make it possible to specifiy only: changes keywordsGrzegorz Bizon2018-10-021-1/+19
* | | Add limitation for start_in keywordShinya Maeda2018-10-041-4/+11
* | | Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-031-0/+1
|\ \ \ | | |/ | |/|
| * | CE Resolve "Refactor code quality similar to JUnit tests"Matija Čupić2018-10-021-0/+1
| |/
* | Fix validation methods in Config::Entry::Job. Added spec for thatShinya Maeda2018-10-021-0/+65
|/
* Extend reports to support security featuresOlivier Gonzalez2018-09-271-16/+44
* Improve specs and error messages in extendable configGrzegorz Bizon2018-09-052-3/+30
* Add unit test for `extends` in .gitlab-ci.ymlGrzegorz Bizon2018-09-051-1/+13
* Improve extended CI/CD config error messagesGrzegorz Bizon2018-09-051-3/+5
* Simplify classes and exceptions of extendable configGrzegorz Bizon2018-09-052-7/+8
* Limit extendable CI/CD config entry nesting levelsGrzegorz Bizon2018-09-051-5/+29
* Add test case describing circular dependency in `extends`Grzegorz Bizon2018-09-041-0/+11
* Improve extended CI/CD config specs and fix a bugGrzegorz Bizon2018-09-042-6/+7