Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-08-13Require `stage:` to be set with `needs:`Kamil Trzciński
2019-08-01Add support for DAGKamil Trzciński
2019-06-18Introduce default: for gitlab-ci.ymlKamil Trzciński
2019-06-05Add multiple extends supportWolphin
2019-01-25Use defauly `only` policy defined as a constantGrzegorz Bizon
2019-01-15Make default config entry value configurableGrzegorz Bizon
2019-01-14Make fabrication of default config entry more readableGrzegorz Bizon
2019-01-14Refactor only/except configuration policiesGrzegorz Bizon
2019-01-04Add config_options|variables to BuildMetadataKamil Trzciński
2018-12-13Re-define default only except policyKamil Trzciński
2018-12-04Define the default value for only/except policiesShinya Maeda
2018-11-29ci/config: generalize Config validation into Gitlab::Config:: moduleKamil Trzciński
2018-11-08Limit parallel to 100Kamil Trzciński
2018-11-07small fixes to doc and remove on whitespace noiseMarkus Doits
2018-11-07remove now unneeded validationMarkus Doits
2018-11-07refactor validations to a Entry::Retry classMarkus Doits
2018-11-07one more try to reduce cognitive overheadMarkus Doits
2018-11-07refactor for hopefully lower cognitive complexityMarkus Doits
2018-11-07update job config validator to validate new retry syntaxMarkus Doits
2018-11-07Merge branch '21480-parallel-job-keyword-mvc' into 'master'Grzegorz Bizon
2018-10-27Change minimum parallel value to 2Matija Čupić
2018-10-27Enable frozen string for lib/gitlab/cigfyoung
2018-10-26Add parallel keyword to CI configMatija Čupić
2018-10-04Add limitation for start_in keywordShinya Maeda
2018-10-02Fix validation methods in Config::Entry::Job. Added spec for thatShinya Maeda
2018-10-02Add a new status to ci_builds.statusShinya Maeda
2018-10-02Rename delayed to scheduledShinya Maeda
2018-10-02Support new syntaxShinya Maeda
2018-10-02Squashed commit of the following:Shinya Maeda
2018-09-04Add support for `extends` key in CI/CD configurationGrzegorz Bizon
2017-08-24Rename CI/CD job triggering policy class to PolicyGrzegorz Bizon
2017-07-19Do not allow to auto-retry a job more than 2 timesGrzegorz Bizon
2017-07-17Add a new `retry` CI/CD configuration keywordGrzegorz Bizon
2017-03-06Ignore job by default if it is a manual actionGrzegorz Bizon
2017-03-06Refactor code related to pipeline blocking actionsGrzegorz Bizon
2017-03-06Make manual actions blockingKamil Trzcinski
2017-02-23Enable Style/MutableConstantDouwe Maan
2017-01-25Change expected `coverage` structure for CI configuration YAML fileLeandro Camargo
2017-01-25Comply to requests made in the review and adjust to the Entry/Node changesLeandro Camargo
2017-01-25Add ability to define a coverage regex in the .gitlab-ci.ymlLeandro Camargo
2016-11-22Fix entry lookup in CI config inheritance rulesGrzegorz Bizon
2016-11-18Make CI job script a required configuration entryGrzegorz Bizon
2016-11-14Change name of method for setting CI config entriesGrzegorz Bizon
2016-11-14Improve naming convention in ci configuration moduleGrzegorz Bizon