summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci
Commit message (Expand)AuthorAgeFilesLines
* Assign pipeline protected attribute in PopulateMatija Čupić2019-01-212-43/+25
* Move assignment to protected to separate stepMatija Čupić2019-01-182-11/+43
* Prevent checking protected_ref? for ambiguous refsMatija Čupić2019-01-161-0/+11
* 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-078-11/+170
|\
| * Allow to include files from another projectsKamil Trzciński2019-01-078-11/+170
* | Merge branch 'kamil-refactor-ci-builds-v5' into 'master'Grzegorz Bizon2019-01-066-42/+9
|\ \ | |/ |/|
| * Add config_options|variables to BuildMetadatakamil-refactor-ci-builds-v5Kamil Trzciński2019-01-046-42/+9
* | Merge branch 'include-templates' into 'master'Kamil Trzciński2019-01-047-43/+287
|\ \ | |/ |/|
| * Allow to include templatesKamil Trzciński2019-01-047-43/+287
* | Merge branch 'security-master-secret-ci-variables-exposed' into 'master'John Jarvis2019-01-025-2/+47
|\ \ | |/ |/|
| * Implement Command#ambiguous_ref?Matija Čupić2018-12-081-0/+20
| * Reintroduce Command#protected_ref?Matija Čupić2018-12-083-2/+26
| * Avoid using magic variable in specMatija Čupić2018-12-081-3/+3
| * Prevent creating pipelines with ambiguous refsMatija Čupić2018-12-083-22/+23
* | Remove gem install bundler from Docker-based Ruby environmentsTakuya Noguchi2019-01-014-5/+0
* | Re-define default only except policyKamil Trzciński2018-12-136-36/+176
* | Generalise test compare serviceGilbert Roulot2018-12-111-3/+5
|/
* Merge request pipelinesShinya Maeda2018-12-052-0/+59
* 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
* Merge branch 'lock-trace-writes' into 'master'Stan Hu2018-11-271-10/+15
|\
| * Lock writes to trace streamKamil Trzciński2018-11-271-10/+15
* | Merge branch 'fix-deadlock-chunked-io' into 'master'24280-last-commit-information-in-admin-project-view-is-not-accurateStan Hu2018-11-261-0/+63
|\ \
| * | Fix deadlock on ChunkedIOfix-deadlock-chunked-ioKamil Trzciński2018-11-261-0/+63
| |/
* | Allow to store null variablesfix-null-variablesKamil Trzciński2018-11-231-2/+2
|/
* Eliminate duplicated wordsTakuya Noguchi2018-11-223-3/+3
* Merge branch 'improve-variables-support' into 'master'Sean McGivern2018-11-191-2/+2
|\
| * Improve variables supportimprove-variables-supportKamil Trzciński2018-11-191-2/+2
* | Merge branch 'allow-to-use-glob-for-ci-changes-detection' into 'master'Grzegorz Bizon2018-11-161-0/+12
|\ \
| * | Add glob for CI changes detectionKirill Zaitsev2018-11-151-0/+12
| |/
* | Fix typos in libGeorge Tsiolis2018-11-154-6/+6
|/
* Limit parallel to 100limit-parallel-to-100Kamil Trzciński2018-11-081-0/+10
* Merge branch 'max_retries_when' into 'master'Grzegorz Bizon2018-11-073-42/+239
|\
| * fix merge conflictMarkus Doits2018-11-071-356/+0
| * change forgotten constant in spec to match codeMarkus Doits2018-11-071-1/+1
| * fix failing specs due to latest changesMarkus Doits2018-11-071-2/+2
| * 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-073-2/+116
|\
| * Add additional specs for Normalizer21480-parallel-job-keyword-mvcMatija Čupić2018-11-061-0/+14