summaryrefslogtreecommitdiff
path: root/spec/models/ci/build_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Add specs for CI builds and pipeline relationshipssh-optimize-ci-build-projectStan Hu2018-01-141-0/+7
* Fix faulty Ci::Build#cache specMatija Čupić2018-01-041-1/+1
* Rename Project#cache_index to jobs_cache_indexMatija Čupić2018-01-041-4/+4
* Use Project.cache_index in Build#cacheMatija Čupić2017-12-221-0/+36
* Dependencies Validator fails when depended job is `manual`41110-dependencies-validator-fails-when-depended-job-is-manualShinya Maeda2017-12-141-4/+3
* Backport a spec fix done in EE (5dbecb8e) to CERémy Coutable2017-12-111-18/+8
* Test for both ci_disable_validates_dependencies true/falseShinya Maeda2017-12-081-44/+64
* Change feature flag to ci_disable_validates_dependencies to enable it as defaultShinya Maeda2017-12-071-1/+1
* Fix testsShinya Maeda2017-12-061-17/+27
* Fix /build_spec.rbShinya Maeda2017-12-061-1/+6
* Fix lintShinya Maeda2017-12-061-2/+6
* Add case when artifacts have not existed on dependenciesShinya Maeda2017-12-061-1/+20
* Use Class.new(StandardError) instead of custom extended error class. Bring ba...Shinya Maeda2017-12-061-1/+1
* Fail jobs if its dependency is missingShinya Maeda2017-12-061-0/+30
* Perform SQL matching of Build&Runner tags to greatly speed-up job pickingKamil Trzcinski2017-12-051-0/+73
* Store expire_at in ci_job_artifactsKamil Trzcinski2017-12-031-1/+13
* Remove hook set by carrierwave tooZeger-Jan van de Weg2017-12-031-6/+6
* Add coverage on legacy artifacts for Ci::BuildZeger-Jan van de Weg2017-12-031-70/+171
* Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg2017-12-031-1/+1
* Create Ci::ArtifactsZeger-Jan van de Weg2017-12-031-11/+6
* Add doc. Fix spec. Add erase_build in protected_ref ruleShinya Maeda2017-11-071-2/+2
* Fix spec. Revert update check.Shinya Maeda2017-11-061-0/+17
* Harcode project visibility37473-expose-project-visibility-as-ci-variableMatija Čupić2017-11-051-1/+1
* Expose project visibility as CI variableMatija Čupić2017-11-041-0/+1
* Don't create build failed todo when build is retried38236-remove-build-failed-todo-if-it-has-been-auto-retriedSean McGivern2017-10-161-4/+27
* Extract `Ci::Build#parse_trace_sections!` into a service37970-ci-sections-trackingAlessio Caiazza2017-10-061-17/+6
* Add CI build trace sections extractorAlessio Caiazza2017-10-051-0/+23
* Fix job coverage specsbackstage/gb/optimize-some-specs-with-rspec-setGrzegorz Bizon2017-09-131-1/+1
* Fix build specs after using `set` instead of `let`Grzegorz Bizon2017-09-131-13/+22
* Optimize CI/CD build model specsGrzegorz Bizon2017-09-131-8/+5
* Add tests to cover all introduced changesKamil Trzcinski2017-09-061-0/+24
* Move trigger_variables to presenterShinya Maeda2017-09-041-38/+0
* trigger_variables should consider trigger_request existstance alwaysShinya Maeda2017-09-041-0/+38
* Remove ci_trigger_request_with_variablesShinya Maeda2017-09-041-4/+24
* Fix specShinya Maeda2017-09-041-1/+1
* Revert autheticate! in Trigger APIShinya Maeda2017-09-041-1/+1
* Fix specShinya Maeda2017-09-031-1/+1
* Fix typoShinya Maeda2017-09-031-1/+1
* Add validation for protected attributesShinya Maeda2017-09-031-1/+5
* Improve spec. Add validation for accel_level on runner.Shinya Maeda2017-09-031-5/+17
* Refactor access_level to not_protected and ref_protectedShinya Maeda2017-09-031-2/+2
* Add the rest of specsShinya Maeda2017-09-031-0/+10
* Merge branch '26692-predefined-variable-gitlab-user-name' into 'master'Grzegorz Bizon2017-08-311-2/+6
|\
| * Add a Build Variable to represent the triggering GitLab user's login usernameMark Fletcher2017-08-301-0/+1
| * Add a Build Variable to represent the triggering GitLab user's nameMark Fletcher2017-08-301-2/+5
* | Do not fire synrchonous hooks when creating a jobGrzegorz Bizon2017-08-221-0/+10
|/
* Fix CI_PROJECT_PATH_SLUG slugifyvanadium232017-08-151-1/+1
* initShinya Maeda2017-07-281-0/+6
* Remove superfluous type defs in specsKeifer Furzland2017-07-271-6/+6
* Change auto-retry count to a correct value in docsGrzegorz Bizon2017-07-201-2/+2