summaryrefslogtreecommitdiff
path: root/spec/lib/gitlab/ci
Commit message (Expand)AuthorAgeFilesLines
...
* Improve extended CI/CD config specs and fix a bugGrzegorz Bizon2018-09-042-6/+7
* Add specs for extendable CI/CD hash entry classGrzegorz Bizon2018-09-042-1/+224
* Improve extendable CI/CD config hash collectionGrzegorz Bizon2018-09-041-19/+18
* Add test for simple ciricular dependency in `extends`Grzegorz Bizon2018-09-041-2/+20
* Detect circular dependenies in CI/CD `extends:` entryGrzegorz Bizon2018-09-041-1/+28
* Support recursive `extends:` in `.gitlab-ci.yml`Grzegorz Bizon2018-09-042-63/+122
* Add basic support for CI/CD config extensionGrzegorz Bizon2018-09-041-0/+63
* Fix bugs/edge cases of JUnitParserShinya Maeda2018-09-041-5/+59
* Removes <br> sent from backend on tooltips in jobsFilipa Lacerda2018-08-094-6/+6
* Add spec for parsers factoryShinya Maeda2018-08-031-0/+23
* Add factory for parsers. Add required specification in json schema matcher. I...Shinya Maeda2018-08-031-29/+13
* Squashed commit of the following:Shinya Maeda2018-08-027-0/+891
* Improve Ci::Status::Build specsKamil Trzciński2018-08-011-0/+27
* Squashed commit of the following:Shinya Maeda2018-07-273-2/+71
* Fix passing a hash with string keys when fabricating a variableGrzegorz Bizon2018-07-191-0/+8
* Resolve "Rename the `Master` role to `Maintainer`" BackendMark Chao2018-07-113-4/+4
* Access metadata directly from Object StorageKamil Trzciński2018-07-092-318/+21
* Drop the spec in YamlProcessor that reads current .gitlab-ci.yaml. If the .ya...Marin Jankovski2018-06-281-10/+0
* Enforce setting string as value of the CI/CD variableTomasz Maczukin2018-06-252-13/+63
* Correct CE-EE parity in two CI-related specsrs-spec-lib-gitlab-ci-parityRobert Speicher2018-06-182-2/+2
* CE-EE parity to spec/lib/gitlab/ci/config_spec.rbRobert Speicher2018-06-181-1/+1
* CE-EE parity to spec/lib/gitlab/ci/yaml_processor_spec.rbRobert Speicher2018-06-181-1/+1
* CE-EE parity for spec/lib/gitlab/ci/pipeline/chain/populate_spec.rbRobert Speicher2018-06-181-1/+1
* Add tests for each new codeShinya Maeda2018-06-061-1/+1
* Merge branch 'master' into 'backstage/gb/use-persisted-stages-to-improve-pipe...backstage/gb/use-persisted-stages-to-improve-pipelines-tableGrzegorz Bizon2018-06-051-12/+53
|\
| * Fix wording in spec. Add PIPELINE_IID in examples of debugged variables in do...per-project-pipeline-iidShinya Maeda2018-06-041-4/+4
| * Reveert build_relations and simply add a line for creating iidShinya Maeda2018-06-021-3/+3
| * Use shared examples for populate specShinya Maeda2018-06-011-18/+16
| * Remove unneccesary specShinya Maeda2018-06-011-1/+1
| * Add spec for variables expressions with pipeline iidShinya Maeda2018-06-011-13/+32
| * Fix populate_specShinya Maeda2018-06-011-3/+3
| * Add spec for variables expressionShinya Maeda2018-05-302-17/+39
| * Remvoe disable_ddl_transaction! and redandant RecordNotUnique exception rescueShinya Maeda2018-05-221-21/+6
| * Merge branch 'master' into per-project-pipeline-iidShinya Maeda2018-05-228-47/+270
| |\
| * | Fix static analysysShinya Maeda2018-05-111-3/+3
| * | Rescue RecordNotUnique when pipeline is created with non-unique iidShinya Maeda2018-05-111-10/+27
* | | Restore lazy loading of pipeline commits in preloaderGrzegorz Bizon2018-05-251-1/+18
* | | Do not paginate pipelines active relation twiceGrzegorz Bizon2018-05-231-0/+10
* | | Simplify pipelines preloader implementationGrzegorz Bizon2018-05-231-2/+2
* | | Refactor pipeline preloader to split reponsibilities betterGrzegorz Bizon2018-05-221-10/+12
| |/ |/|
* | Merge branch 'feature/gb/add-regexp-variables-expression' into 'master'Kamil Trzciński2018-05-187-47/+250
|\ \
| * | Simplify untrusted regexp factory methodGrzegorz Bizon2018-05-181-2/+2
| * | Update variables expressions statement specsGrzegorz Bizon2018-05-171-1/+1
| * | Add variables expression pattern validation supportGrzegorz Bizon2018-05-172-1/+16
| * | Add anti-corruption layer above expressions pattern matchingGrzegorz Bizon2018-05-171-0/+28
| * | Make variables expression pattern case-sensitivity explicitGrzegorz Bizon2018-05-152-0/+14
| * | Use parameterized RSpec to improve variables expressions specsGrzegorz Bizon2018-05-151-43/+44
| * | Add support for pattern matching in variables expressionsGrzegorz Bizon2018-05-153-4/+18
| * | Reorganize exceptions in pipeline expressions moduleGrzegorz Bizon2018-05-153-7/+7
| * | Add pattern matching variables expression lexemeGrzegorz Bizon2018-05-141-0/+57