summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci
Commit message (Expand)AuthorAgeFilesLines
* Stack rescue blocks for Gitlab::Ci::Config#initializeMatija Čupić2018-09-111-10/+8
* Add missing frozen string literal commentsMatija Čupić2018-09-115-0/+10
* Reconcile differences in lib/gitlab/ciMatija Čupić2018-09-082-11/+17
* Reconcile differences in lib/gitlab/ci/externalMatija Čupić2018-09-082-8/+6
* Reconcile differences in lib/gitlab/ci/external/fileMatija Čupić2018-09-083-21/+45
* Stub http request on specs intead of mocking HTTPartyMatija Čupić2018-09-071-5/+8
* Address MR suggestionsMatija Čupić2018-09-075-33/+34
* Improve external architectureMatija Čupić2018-09-079-125/+155
* Make Repository#blob_data_at publicMatija Čupić2018-09-071-3/+1
* Address MR commentsMatija Čupić2018-09-074-18/+20
* Change ExternalFile to retrieve local file from repository instead of GitLab ...Matija Čupić2018-09-075-20/+29
* Import external files in Gitlab CI configMatija Čupić2018-09-072-5/+10
* Load external files in configMatija Čupić2018-09-077-72/+7
* Build barebones for ExternalFiles librariesMatija Čupić2018-09-076-1/+174
* Introduce class methods so CE constants can be easily overridden on EEMayra Cabrera2018-09-071-1/+7
* Improve specs and error messages in extendable configGrzegorz Bizon2018-09-051-2/+2
* Add missing frozen_string_literal to some classesGrzegorz Bizon2018-09-052-0/+4
* Improve extended CI/CD config error messagesGrzegorz Bizon2018-09-051-6/+6
* Simplify classes and exceptions of extendable configGrzegorz Bizon2018-09-054-39/+38
* Limit extendable CI/CD config entry nesting levelsGrzegorz Bizon2018-09-052-4/+18
* Add support for `extends` key in CI/CD configurationGrzegorz Bizon2018-09-043-7/+20
* Improve extended CI/CD config specs and fix a bugGrzegorz Bizon2018-09-042-5/+6
* Use deep_dup to duplicate hash in CI/CD extendable configGrzegorz Bizon2018-09-041-1/+1
* Add specs for extendable CI/CD hash entry classGrzegorz Bizon2018-09-041-18/+24
* Improve extendable CI/CD config hash collectionGrzegorz Bizon2018-09-042-16/+27
* Detect circular dependenies in CI/CD `extends:` entryGrzegorz Bizon2018-09-042-5/+14
* Do not modify extensible CI/CD entries by referenceGrzegorz Bizon2018-09-042-18/+13
* Support recursive `extends:` in `.gitlab-ci.yml`Grzegorz Bizon2018-09-043-31/+85
* Add basic support for CI/CD config extensionGrzegorz Bizon2018-09-041-0/+31
* Fix bugs/edge cases of JUnitParserShinya Maeda2018-09-041-24/+21
* Removes <br> sent from backend on tooltips in jobsFilipa Lacerda2018-08-091-1/+1
* Add factory for parsers. Add required specification in json schema matcher. I...Shinya Maeda2018-08-032-10/+15
* Fix existing key logic in test suiteShinya Maeda2018-08-031-2/+2
* Added unique identifier to calculate_reactive_cache. Decoupled comparison log...Shinya Maeda2018-08-031-1/+3
* Squashed commit of the following:Shinya Maeda2018-08-027-0/+337
* Improve error messageKamil Trzciński2018-08-011-1/+1
* Improve Ci::Status::Build specsKamil Trzciński2018-08-011-8/+12
* Add `runner_unsupported` CI failureKamil Trzciński2018-08-011-1/+2
* Squashed commit of the following:Shinya Maeda2018-07-275-13/+61
* Fix passing a hash with string keys when fabricating a variableGrzegorz Bizon2018-07-191-1/+1
* Merge branch 'improve-metadata-access-performance' into 'master'Grzegorz Bizon2018-07-102-201/+15
|\
| * Access metadata directly from Object StorageKamil Trzciński2018-07-092-201/+15
* | Resolve Naming/UncommunicativeMethodLin Jen-Shin2018-07-092-65/+65
* | Updates from `rubocop -a`Lin Jen-Shin2018-07-091-1/+1
|/
* Merge branch 'remove-trace-efficiently' into 'master'Kamil Trzciński2018-07-061-8/+11
|\
| * Revice the changelogShinya Maeda2018-07-061-1/+0
| * Invalidate memoization after its erasedShinya Maeda2018-07-041-0/+2
| * Simplify the commentsShinya Maeda2018-07-041-5/+2
| * Remove traces efficientlyShinya Maeda2018-07-041-8/+13
* | Use AlreadyArchivedError if it's the caseShinya Maeda2018-07-061-3/+3