summaryrefslogtreecommitdiff
path: root/spec/models/build_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* Rename commit to pipeline in TriggerRequestKamil Trzcinski2016-06-091-1/+1
* 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
* Tag model specsDouwe Maan2015-12-091-1/+1
* Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+15
* Merge branch 'show_pending_warning' into 'master' Kamil Trzciński2015-10-141-0/+101
|\
| * Show warning if build doesn't have runners with specified tags or runners did...Kamil Trzcinski2015-10-141-0/+101
* | Added CI_BUILD_TAG, _STAGE, _NAME and _TRIGGERED to CI buildsKamil Trzcinski2015-10-141-4/+30
|/
* Implement Commit Status APIKamil Trzcinski2015-10-121-0/+276