summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci/config_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Allow to include templatesKamil Trzciński2019-01-041-0/+17
* Remove gem install bundler from Docker-based Ruby environmentsTakuya Noguchi2019-01-011-1/+0
* Refactor `include` code and improve error reportingGrzegorz Bizon2018-10-181-1/+1
* Add IncludeError exception and use it in CI configGrzegorz Bizon2018-10-181-1/+1
* Move external CI config class into proper namespaceGrzegorz Bizon2018-10-161-3/+1
* Fix references to ee .gitlab-ci.yml spec fixturesMatija Čupić2018-09-081-1/+1
* Reconcile differences in lib/gitlab/ciMatija Čupić2018-09-081-61/+202
* Stub http request on specs intead of mocking HTTPartyMatija Čupić2018-09-071-7/+9
* Address MR suggestionsMatija Čupić2018-09-071-2/+1
* Improve external architectureMatija Čupić2018-09-071-10/+11
* Make Repository#blob_data_at publicMatija Čupić2018-09-071-0/+22
* Address MR commentsMatija Čupić2018-09-071-9/+8
* Change ExternalFile to retrieve local file from repository instead of GitLab ...Matija Čupić2018-09-071-2/+14
* Import external files in Gitlab CI configMatija Čupić2018-09-071-2/+2
* Load external files in configMatija Čupić2018-09-071-0/+57
* Improve extended CI/CD config error messagesGrzegorz Bizon2018-09-051-1/+1
* Add feature tests for CI/CD `extends` keywordGrzegorz Bizon2018-09-041-0/+16
* Add support for `extends` key in CI/CD configurationGrzegorz Bizon2018-09-041-2/+34
* CE-EE parity to spec/lib/gitlab/ci/config_spec.rbRobert Speicher2018-06-181-1/+1
* Return default config value when entry is undefinedGrzegorz Bizon2016-06-221-23/+23
* Add class that encapsulates error in new Ci configGrzegorz Bizon2016-06-151-0/+6
* Merge branch 'master' into refactor/ci-config-add-global-entryGrzegorz Bizon2016-06-081-1/+1
|\
| * Remove duplicated exception in Ci configGrzegorz Bizon2016-06-071-1/+2
* | Use CI config errors from new processor in legacy oneGrzegorz Bizon2016-06-061-8/+34
* | Add ci config global and before_script entriesGrzegorz Bizon2016-06-061-1/+2
|/
* Rename class that loads CI configuration to LoaderGrzegorz Bizon2016-06-061-1/+1
* Extract CI config YAML parser to a separate classGrzegorz Bizon2016-06-031-1/+13
* Add gitlab ci configuration class that holds hashGrzegorz Bizon2016-06-031-0/+34