summaryrefslogtreecommitdiff
path: root/spec/models/ci
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '38265-stuckcijobsworker-wrongly-detects-cancels-stuck-builds-wh...Kamil Trzciński2018-02-071-12/+96
|\
| * Improve runner attribute cachineMatija Čupić2018-02-051-10/+15
| * Merge branch 'master' into 38265-stuckcijobsworker-wrongly-detects-cancels-st...Matija Čupić2018-02-041-1/+1
| |\
| * | Expect instead of allow Redis get stub for online? specMatija Čupić2018-02-041-1/+1
| * | Refactor runner attribute caching implementationMatija Čupić2018-02-041-16/+16
| * | Use faster model updates in #update_runner_info specMatija Čupić2018-01-291-2/+2
| * | Make Ci::Runner#online? slightly more performantMatija Čupić2018-01-291-0/+2
| * | Generelized cached attribute usage in runnerMatija Čupić2018-01-291-6/+11
| * | Move info update implementation to Ci::Runner modelMatija Čupić2018-01-291-5/+47
| * | Check cache in Ci::Runner#online?Matija Čupić2018-01-291-12/+42
* | | Refactor :trace to :trace_live in specShinya Maeda2018-02-061-4/+4
* | | Finish all testsShinya Maeda2018-02-061-2/+2
* | | Add essential testsShinya Maeda2018-02-061-0/+3
| |/ |/|
* | Replace : with _ in cache key versioningMatija Čupić2018-01-261-1/+1
|/
* Add specs for CI builds and pipeline relationshipssh-optimize-ci-build-projectStan Hu2018-01-142-0/+14
* Remove soft removals related codeYorick Peterse2018-01-081-1/+0
* Merge branch 'master' into 41249-clearing-the-cacheMatija Čupić2018-01-042-2/+2
|\
| * Replace '.team << [user, role]' with 'add_role(user)' in specs36782-replace-team-user-role-with-add_role-user-in-specsblackst0ne2017-12-222-2/+2
* | 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
|/
* Fix job count in pipeline success mailChristiaan Van den Poel2017-12-181-0/+12
* Replace factory_girl_rails with factory_bot_railsrc/use-factory_bot_railsRémy Coutable2017-12-142-16/+16
* 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 pipelineShinya Maeda2017-12-061-1/+3
* 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
* Fix RubocopKamil Trzcinski2017-12-031-1/+1
* Store expire_at in ci_job_artifactsKamil Trzcinski2017-12-032-1/+57
* 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
* Fix specs failures, and use factory with `:ci_job_artifact, :archive`Kamil Trzcinski2017-12-031-1/+1
* Rename Artifact to JobArtifact, split metadata outZeger-Jan van de Weg2017-12-033-60/+31
* Create Ci::ArtifactsZeger-Jan van de Weg2017-12-032-14/+63
* WIPZeger-Jan van de Weg2017-12-031-0/+5
* Fix pipeline config source specs and test it explicitlyGrzegorz Bizon2017-11-301-41/+38
* Merge branch '38668-revert-copied-kubernetesservice-logic' into 'master'Grzegorz Bizon2017-11-301-3/+16
|\
| * Aling shared_exmaples to "same behavior between KubernetesService and Platfor...Shinya Maeda2017-11-281-3/+3
| * Duplicate spec for Platform::Kubernetes with kubernetes_projectShinya Maeda2017-11-281-3/+16
* | Use fuzzy search with minimum length of 3 characters where appropriatedm-search-patternDouwe Maan2017-11-271-1/+1
|/
* Use arrays in Pipeline#latest_builds_with_artifactsreduce-queries-for-artifacts-buttonYorick Peterse2017-11-211-0/+4
* Optimise getting the pipeline status of commitsci-pipeline-status-queryYorick Peterse2017-11-161-38/+84