summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/config/external
Commit message (Expand)AuthorAgeFilesLines
* Add latest changes from gitlab-org/gitlab@13-6-stable-eev13.6.0-rc42GitLab Bot2020-11-191-0/+10
* Add latest changes from gitlab-org/gitlab@13-3-stable-eeGitLab Bot2020-08-201-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-161-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-03-065-5/+102
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2020-01-291-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-271-1/+1
* Add latest changes from gitlab-org/gitlab@masterGitLab Bot2019-09-246-31/+95
* Avoid calling freeze on already frozen strings in lib/gitlabdineshpanda2019-09-041-1/+1
* Fix 500 error in CI lint when included templates are an arraysh-fix-ci-lint-500-errorStan Hu2019-08-311-1/+7
* catching and cleanly reporting SSL errors in Ci::Config::External::Processordrew cimino2019-04-151-1/+2
* Merge branch 'require-all-templates-to-include-default-stages' into 'master'Sean McGivern2019-04-151-1/+3
* Revert "Merge branch 'require-all-templates-to-include-default-stages' into '...Sean McGivern2019-04-051-3/+1
* Require all templates to use default stagesKamil Trzciński2019-04-051-1/+3
* Allow to recursively expand includesKamil Trzciński2019-03-015-11/+75
* Allow to include files from another projectsKamil Trzciński2019-01-074-6/+80
* Allow to include templatesKamil Trzciński2019-01-046-20/+120
* ci/config: generalize Config validation into Gitlab::Config:: moduleKamil Trzciński2018-11-291-2/+2
* Improve error message when `include` is blockedGrzegorz Bizon2018-10-221-5/+3
* Improve remote CI/CD config file extension validationGrzegorz Bizon2018-10-191-2/+2
* Extend error message in case of HTTP errors in `include`Grzegorz Bizon2018-10-193-20/+28
* Refactor `include` code and improve error reportingGrzegorz Bizon2018-10-184-37/+94
* Extract method that fetchesremote CI/CD included configGrzegorz Bizon2018-10-182-11/+10
* Add IncludeError exception and use it in CI configGrzegorz Bizon2018-10-181-1/+2
* Move external CI config class into proper namespaceGrzegorz Bizon2018-10-165-99/+108
* Move external CI config files into Ci class contextGrzegorz Bizon2018-10-165-0/+177