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-04Port changes from EEMatija Čupić
2019-08-01Add support for DAGKamil Trzciński
2019-07-31Default dependency job stage index to Infinity, and correctly report it as un...drew
2019-07-26Add frozen_string_literal to spec/lib (part 1)Thong Kuah
2019-06-18Introduce default: for gitlab-ci.ymlKamil Trzciński
2019-06-05Add multiple extends supportWolphin
2019-05-30Protect Gitlab::HTTP against DNS rebinding attackDouwe Maan
2019-04-15Un-quarantine specKamil Trzciński
2019-04-15Merge branch 'require-all-templates-to-include-default-stages' into 'master'Sean McGivern
2019-04-09Reduce number of rspec retriesSanad Liaquat
2019-04-05Revert "Merge branch 'require-all-templates-to-include-default-stages' into '...Sean McGivern
2019-04-05Merge branch 'require-all-templates-to-include-default-stages' into 'master'Sean McGivern
2019-04-05Require all templates to use default stagesKamil Trzciński
2019-04-05fix(gitlab-ci-config): allow strings in the 'include' keywordPaul 🐻
2019-04-03Add port section to CI Image objectFrancisco Javier López
2019-02-19tests(yaml_processor): complete test scenarios on 'include' keywordPaul B
2019-02-19tests: adding a failing unit testPaul B
2019-01-25Do not assigne unused attributes to CI/CD buildsGrzegorz Bizon
2019-01-24Enable the Layout/ExtraSpacing copRémy Coutable
2019-01-07Merge branch 'include-project' into 'master'Grzegorz Bizon
2019-01-07Allow to include files from another projectsKamil Trzciński
2019-01-04Add config_options|variables to BuildMetadataKamil Trzciński
2018-11-07fix failing specs due to latest changesMarkus Doits
2018-11-01Move parallelized node index to job optionsMatija Čupić
2018-11-01Parallelize jobs in Gitlab::Ci::YamlProcessorMatija Čupić
2018-10-27Change minimum parallel value to 2Matija Čupić
2018-10-27Add YamlProcessor specsMatija Čupić
2018-10-05Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda
2018-10-02Add spec for YamlProcessorShinya Maeda
2018-10-02Add Gitaly integration tests for only: changes featureGrzegorz Bizon
2018-09-26Resolve "Un-vendor CI templates"Dylan Griffith
2018-09-05Improve specs and error messages in extendable configGrzegorz Bizon
2018-09-05Improve extended CI/CD config error messagesGrzegorz Bizon
2018-09-04Add feature tests for CI/CD `extends` keywordGrzegorz Bizon
2018-06-28Drop the spec in YamlProcessor that reads current .gitlab-ci.yaml. If the .ya...Marin Jankovski
2018-06-18CE-EE parity to spec/lib/gitlab/ci/yaml_processor_spec.rbRobert Speicher
2018-03-27Fix invalid assertion in YAML processor specsGrzegorz Bizon
2018-03-23Integrate build seeds with variables expressions policyGrzegorz Bizon
2018-03-23Merge branch 'backstage/gb/populating-pipeline-refactoring' into feature/gb/v...Grzegorz Bizon
2018-03-22Improve YAML processor specs and remove unused codeGrzegorz Bizon
2018-03-22Fix static analysis and tests related to YAML processingGrzegorz Bizon
2018-03-22Decouple YAML processor from pipeline objectsGrzegorz Bizon
2018-03-22Move policy related specs our of YAML processor testsGrzegorz Bizon
2018-03-21Make it easier to test pipeline stage seedsGrzegorz Bizon
2018-03-21Introduce pipeline build seedsGrzegorz Bizon
2018-03-19Instantiate pipeline stages and builds before savingGrzegorz Bizon
2018-02-28Add YAML integration tests for pipeline expressionsGrzegorz Bizon
2018-02-28Use squiggly heredoc to improve YAML processor specsGrzegorz Bizon
2018-02-07Update style of yaml_processor_spec.rbKamil Trzciński
2018-02-07Handle all YAML parser exceptions in .gitlab-ci.yml (fixes #41209)Dylan Griffith