summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci
Commit message (Expand)AuthorAgeFilesLines
* Support licenses and performancesupport-license-management-and-performanceKamil Trzciński2018-10-221-0/+2
* Merge branch 'use-raw-file-format' into 'master'Grzegorz Bizon2018-10-222-1/+48
|\
| * Make all legacy security reports to use raw formatuse-raw-file-formatKamil Trzciński2018-10-162-1/+48
* | Rename "scheduled" label/badge of delayed jobs to "delayed"Shinya Maeda2018-10-194-6/+6
|/
* Improve spec for Gitlab::Ci::Status::Pipeline::FactoryShinya Maeda2018-10-101-19/+49
* Rails 5: fix mysql milliseconds problems in scheduled build specsJasper Maes2018-10-061-1/+1
* Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-053-2/+135
|\
| * Merge branch 'master' into 'feature/gb/pipeline-only-except-with-modified-paths'feature/gb/pipeline-only-except-with-modified-pathsKamil Trzciński2018-10-041-0/+1
| |\
| * | Add Gitaly integration tests for only: changes featureGrzegorz Bizon2018-10-022-46/+86
| * | Match a dot in paths configured for only: changesGrzegorz Bizon2018-10-021-1/+7
| * | Add only/except pipeline build policy for `changes`Grzegorz Bizon2018-10-021-0/+69
| * | Make it possible to specifiy only: changes keywordsGrzegorz Bizon2018-10-021-1/+19
* | | Add limitation for start_in keywordShinya Maeda2018-10-041-4/+11
* | | Add spec for Status::Pipeline::ScheduledShinya Maeda2018-10-031-0/+42
* | | Add spec for Gitlab::Ci::Status::Build::UnscheduleShinya Maeda2018-10-031-0/+94
* | | Merge branch 'master-ce' into scheduled-manual-jobsShinya Maeda2018-10-031-0/+1
|\ \ \ | | |/ | |/|
| * | CE Resolve "Refactor code quality similar to JUnit tests"Matija Čupić2018-10-021-0/+1
| |/
* | Fix specShinya Maeda2018-10-023-5/+10
* | Fix specShinya Maeda2018-10-021-3/+3
* | Add spec for Build::FactoryShinya Maeda2018-10-021-0/+49
* | Add spec for YamlProcessorShinya Maeda2018-10-021-1/+16
* | Add spec for scheduled statusShinya Maeda2018-10-021-0/+27
* | Fix Status::Pipeline::Blocked specShinya Maeda2018-10-021-1/+1
* | Fix Status::Build::Scheduled. Add spec for the class.Shinya Maeda2018-10-021-0/+58
* | Fix validation methods in Config::Entry::Job. Added spec for thatShinya Maeda2018-10-021-0/+65
* | Fix spec. Create scheduled status entry for pipelineShinya Maeda2018-10-021-25/+10
|/
* Extend reports to support security featuresOlivier Gonzalez2018-09-273-19/+47
* Resolve "Un-vendor CI templates"Dylan Griffith2018-09-265-23/+22
* Add missing frozen string literal commentsMatija Čupić2018-09-114-0/+8
* Fix references to ee .gitlab-ci.yml spec fixturesMatija Čupić2018-09-082-3/+3
* Reconcile differences in lib/gitlab/ciMatija Čupić2018-09-081-61/+202
* Reconcile differences in lib/gitlab/ci/externalMatija Čupić2018-09-082-12/+17
* Reconcile differences in lib/gitlab/ci/external/fileMatija Čupić2018-09-082-22/+89
* Stub http request on specs intead of mocking HTTPartyMatija Čupić2018-09-072-15/+18
* Address MR suggestionsMatija Čupić2018-09-075-26/+25
* Improve external architectureMatija Čupić2018-09-077-173/+265
* Make Repository#blob_data_at publicMatija Čupić2018-09-074-3/+25
* Address MR commentsMatija Čupić2018-09-074-30/+47
* Change ExternalFile to retrieve local file from repository instead of GitLab ...Matija Čupić2018-09-074-23/+59
* Import external files in Gitlab CI configMatija Čupić2018-09-071-2/+2
* Load external files in configMatija Čupić2018-09-076-124/+82
* Build barebones for ExternalFiles librariesMatija Čupić2018-09-075-3/+358
* Improve specs and error messages in extendable configGrzegorz Bizon2018-09-053-4/+31
* Add unit test for `extends` in .gitlab-ci.ymlGrzegorz Bizon2018-09-051-1/+13
* Improve extended CI/CD config error messagesGrzegorz Bizon2018-09-053-5/+7
* Simplify classes and exceptions of extendable configGrzegorz Bizon2018-09-052-7/+8
* Limit extendable CI/CD config entry nesting levelsGrzegorz Bizon2018-09-051-5/+29
* Add feature tests for CI/CD `extends` keywordGrzegorz Bizon2018-09-042-0/+76
* Add support for `extends` key in CI/CD configurationGrzegorz Bizon2018-09-041-2/+34
* Add test case describing circular dependency in `extends`Grzegorz Bizon2018-09-041-0/+11