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
2017-02-23Enable Style/DotPositionDouwe Maan
2017-02-13Merge branch 'zj-drop-ruby-21-tests' into 'master' Rémy Coutable
2017-02-07Update Rubocop to ruby 2.3Z.J. van de Weg
2017-02-05Remove coverage entry from global CI/CD optionsGrzegorz Bizon
2017-01-25Make some other refinements to validation logicLeandro Camargo
2017-01-25Make more code improvements around the '/' stripping logicLeandro Camargo
2017-01-25Force coverage value to always be surrounded by '/'Leandro Camargo
2017-01-25Comply to more requirements and requests made in the code reviewLeandro Camargo
2017-01-25Simplify coverage setting and comply to some requests in code reviewLeandro Camargo
2017-01-25Fix wrong description for Coverage entry (in ruby comments)Leandro Camargo
2017-01-25Add specs to cover the implemented feature and fix a small bugLeandro Camargo
2017-01-25Add `coverage` to the Global config entry as wellLeandro Camargo
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
2017-01-05Do not check for valid url for .gitlab-ci.ymlZ.J. van de Weg
2016-11-22Fix entry lookup in CI config inheritance rulesGrzegorz Bizon
2016-11-18Remove CI config helper with same name as an entryGrzegorz Bizon
2016-11-18Make CI job script a required configuration entryGrzegorz Bizon
2016-11-14Fix indentation in CI variables entry classGrzegorz Bizon
2016-11-14Change name of method for setting CI config entriesGrzegorz Bizon
2016-11-14Improve naming convention in ci configuration moduleGrzegorz Bizon
2016-10-17Add specs to test on_stop and action on environmentsKamil Trzcinski
2016-10-17Improve after code reviewKamil Trzcinski
2016-10-17Add `action` and `on_stop` to `environment` in .gitlab-ci.ymlKamil Trzcinski
2016-10-06Initial support for closing environmentsKamil Trzcinski
2016-09-19Fix scope of the CI config key nodes in jobs entryGrzegorz Bizon
2016-09-19Restore validation of CI job environment nameGrzegorz Bizon
2016-09-19Fix CI job environment configuration attributesGrzegorz Bizon
2016-09-19Fix CI job environment configuration entry classGrzegorz Bizon
2016-09-19Cleanup changesKamil Trzcinski
2016-09-19Update support for dynamic environmentsKamil Trzcinski
2016-09-19Add validation of URL and validation of nameKamil Trzcinski
2016-09-19Add new CI configuration entry for the environmentGrzegorz Bizon
2016-09-19Add support for dynamic environmentsKamil Trzcinski
2016-09-03Merge branch 'master' into refactor/ci-config-add-logical-validationGrzegorz Bizon
2016-08-29Add method that returns commands for ci job entryGrzegorz Bizon
2016-08-29Make it possible to inherit global ci config nodesGrzegorz Bizon
2016-08-29Rename CI config hidden job entry to hidden entryGrzegorz Bizon
2016-08-29Do not enforce using a hash with hidden ci keyGrzegorz Bizon
2016-08-25Add [] method for accessing ci entry dependenciesGrzegorz Bizon
2016-08-25Remove temporary stub method from ci config nodesGrzegorz Bizon
2016-08-25Expose compose method in the ci config entry nodesGrzegorz Bizon
2016-08-25Rename unspecified and undefined CI config nodesGrzegorz Bizon
2016-08-25Inject dependencies into each CI config entry nodeGrzegorz Bizon
2016-08-09Memoize CI config node validator to prevent leaksGrzegorz Bizon
2016-07-29Merge branch 'rubocop/enable-access-modifiers-cops' into 'master' Robert Speicher
2016-07-29Improve code, remove unused validator, improve namesGrzegorz Bizon
2016-07-20Move job dependencies entry to the new CI configGrzegorz Bizon
2016-07-20Add minor readability, style improvements in CI configGrzegorz Bizon