summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/config/entry/job.rb
Commit message (Expand)AuthorAgeFilesLines
* Introducing new Syntax for Ci::Build inclusion rulesdrew2019-08-201-7/+24
* Require `stage:` to be set with `needs:`Kamil Trzciński2019-08-131-0/+3
* Add support for DAGKamil Trzciński2019-08-011-4/+16
* Introduce default: for gitlab-ci.ymlKamil Trzciński2019-06-181-10/+28
* Add multiple extends supportWolphin2019-06-051-1/+1
* Use defauly `only` policy defined as a constantGrzegorz Bizon2019-01-251-1/+1
* Make default config entry value configurableGrzegorz Bizon2019-01-151-1/+2
* Make fabrication of default config entry more readableGrzegorz Bizon2019-01-141-1/+1
* Refactor only/except configuration policiesGrzegorz Bizon2019-01-141-9/+2
* Add config_options|variables to BuildMetadatakamil-refactor-ci-builds-v5Kamil Trzciński2019-01-041-6/+1
* Re-define default only except policyKamil Trzciński2018-12-131-4/+11
* Define the default value for only/except policiesShinya Maeda2018-12-051-2/+2
* ci/config: generalize Config validation into Gitlab::Config:: moduleKamil Trzciński2018-11-291-3/+3
* Limit parallel to 100limit-parallel-to-100Kamil Trzciński2018-11-081-1/+2
* small fixes to doc and remove on whitespace noiseMarkus Doits2018-11-071-2/+0
* remove now unneeded validationMarkus Doits2018-11-071-1/+0
* refactor validations to a Entry::Retry classMarkus Doits2018-11-071-64/+4
* one more try to reduce cognitive overheadMarkus Doits2018-11-071-9/+15
* refactor for hopefully lower cognitive complexityMarkus Doits2018-11-071-35/+44
* update job config validator to validate new retry syntaxMarkus Doits2018-11-071-4/+51
* Merge branch '21480-parallel-job-keyword-mvc' into 'master'Grzegorz Bizon2018-11-071-5/+9
|\
| * Change minimum parallel value to 2Matija Čupić2018-10-271-1/+1
| * Add parallel keyword to CI configMatija Čupić2018-10-261-5/+9
* | Enable frozen string for lib/gitlab/cigfyoung2018-10-261-0/+2
|/
* Add limitation for start_in keywordShinya Maeda2018-10-041-1/+1
* Fix validation methods in Config::Entry::Job. Added spec for thatShinya Maeda2018-10-021-9/+4
* Add a new status to ci_builds.statusShinya Maeda2018-10-021-4/+8
* Rename delayed to scheduledShinya Maeda2018-10-021-1/+1
* Support new syntaxShinya Maeda2018-10-021-6/+6
* Squashed commit of the following:Shinya Maeda2018-10-021-2/+10
* Add support for `extends` key in CI/CD configurationGrzegorz Bizon2018-09-041-4/+7
* Rename CI/CD job triggering policy class to PolicyGrzegorz Bizon2017-08-241-2/+2
* Do not allow to auto-retry a job more than 2 timesGrzegorz Bizon2017-07-191-1/+1
* Add a new `retry` CI/CD configuration keywordGrzegorz Bizon2017-07-171-3/+7
* Ignore job by default if it is a manual actionGrzegorz Bizon2017-03-061-1/+10
* Refactor code related to pipeline blocking actionsGrzegorz Bizon2017-03-061-4/+0
* Make manual actions blockingKamil Trzcinski2017-03-061-0/+4
* Enable Style/MutableConstantDouwe Maan2017-02-231-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-4/+4
* Add ability to define a coverage regex in the .gitlab-ci.ymlLeandro Camargo2017-01-251-2/+6
* Fix entry lookup in CI config inheritance rulesGrzegorz Bizon2016-11-221-1/+1
* Make CI job script a required configuration entryGrzegorz Bizon2016-11-181-16/+16
* Change name of method for setting CI config entriesGrzegorz Bizon2016-11-141-13/+13
* Improve naming convention in ci configuration modulefix/improve-naming-convention-in-ci-configGrzegorz Bizon2016-11-141-0/+140