summaryrefslogtreecommitdiff
path: root/spec/models/build_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable Style/EmptyLines cop, remove redundant onesrubocop/enable-cops-for-empty-linesGrzegorz Bizon2016-07-011-1/+0
* Improve method that tells if build is retryableGrzegorz Bizon2016-06-301-0/+18
* Fix builds API response not including commit dataGrzegorz Bizon2016-06-211-1/+12
* Merge remote-tracking branch 'upstream/master' into feature/runner-lock-on-pr...Lin Jen-Shin2016-06-171-1/+69
|\
| * Fix Ci::Build#artifacts_expire_in= when assigning invalid durationartifacts-expire-dateKamil Trzcinski2016-06-141-1/+1
| * Fix specsKamil Trzcinski2016-06-141-2/+4
| * Improve testsKamil Trzcinski2016-06-131-1/+1
| * Improve design based on reviewKamil Trzcinski2016-06-131-0/+3
| * Test controllers if they allow to keep artifactsKamil Trzcinski2016-06-131-1/+64
* | Merge branch 'master' into feature/runner-lock-on-projectLin Jen-Shin2016-06-141-1/+1
|\ \ | |/
| * Rename commit to pipeline in TriggerRequestKamil Trzcinski2016-06-091-1/+1
* | Remove Build#can_be_served? and rename Runner#can_serve? to can_pick?Lin Jen-Shin2016-06-091-117/+1
* | Use block for before/after as we preferredLin Jen-Shin2016-06-091-22/+67
* | Implement the logic for locking runnerLin Jen-Shin2016-06-091-2/+53
|/
* Fix tests failuresKamil Trzcinski2016-06-071-1/+1
* Rename all `[ci_]commit` to `[ci_]pipeline` in specs and featuresKamil Trzcinski2016-06-031-27/+27
* Fix more places where we should rename ci_commit to pipelineKamil Trzcinski2016-06-031-1/+1
* Rename Ci::Build commit to pipelineKamil Trzcinski2016-06-031-9/+9
* Remove redundant factory namespace in build specsrefactoring/improve-build-specsGrzegorz Bizon2016-05-311-22/+20
* Enable RSpec/NotToNot cop and auto-correct offensesrs-rubocop-nottonotRobert Speicher2016-05-241-4/+4
* Add method that check if build has tagsGrzegorz Bizon2016-05-191-0/+12
* Disallow runner to pick untagged build if configuredGrzegorz Bizon2016-05-191-11/+27
* Remove code that removes duplicate CI variablesGrzegorz Bizon2016-04-181-13/+0
* Improve build specs for job environment variablesGrzegorz Bizon2016-04-181-2/+5
* Read job variables directly from gitlab CI configGrzegorz Bizon2016-04-181-13/+9
* Make it possible to override build variablesGrzegorz Bizon2016-04-181-5/+19
* Add `variables` keyword to job in CI config YAMLGrzegorz Bizon2016-04-181-0/+16
* Fix review commentsfix-commit-status-renderingKamil Trzcinski2016-03-141-18/+18
* Cleanup CiCommit and CiBuildKamil Trzcinski2016-03-141-30/+2
* Fix ci_build trace traitKamil Trzcinski2016-02-191-2/+2
* Move build erasable implementation from concern to modelGrzegorz Bizon2016-02-191-0/+98
* Use DELETE verb for erasing a build contentGrzegorz Bizon2016-02-191-1/+0
* Use build artifacts trait in build specsGrzegorz Bizon2016-02-191-22/+8
* Fix old usages of `ci_runner` factoryTomasz Maczukin2016-02-191-3/+3
* Fix specsDouwe Maan2016-01-281-1/+1
* Add method that calculates total size for artifacts subfolderci/recursive-artifacts-entriesKamil Trzcinski2016-01-201-4/+4
* Let the CI runner know about builds that this build depends onci/build_dependenciesKamil Trzcinski2016-01-141-0/+24
* Update build model specsGrzegorz Bizon2016-01-141-5/+4
* Update build specs for artifacts browser supportGrzegorz Bizon2016-01-141-12/+11
* Add method that checks if artifacts browser is supportedGrzegorz Bizon2016-01-141-0/+23
* Update specs for CI Build, add `artifacts?` methodGrzegorz Bizon2016-01-141-26/+34
* Rename method that returns url to CI build artifacts downloadGrzegorz Bizon2016-01-141-2/+2
* Merge branch 'issue_3452'Douwe Maan2015-12-211-0/+64
|\
| * Fix broken spec. #3452Rubén Dávila2015-12-161-1/+1
| * Add link to MR from Build detail page. #3452Rubén Dávila2015-12-161-0/+64
* | Fix build coverage regex.Jared Szechy2015-12-201-0/+6
|/
* Fix specsKamil Trzcinski2015-12-111-1/+1
* Fix after column renameKamil Trzcinski2015-12-111-1/+1
* Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-111-4/+4
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-57/+32