summaryrefslogtreecommitdiff
path: root/app/models/ci/build.rb
Commit message (Expand)AuthorAgeFilesLines
* Annotate the modelsZeger-Jan van de Weg2016-05-061-7/+7
* Merge branch 'ci-commit-as-pipeline' into 'master' Kamil Trzciński2016-04-211-14/+8
|\
| * Merge remote-tracking branch 'origin/master' into ci-commit-as-pipelineci-commit-as-pipelineKamil Trzcinski2016-04-191-3/+15
| |\
| * | Update handling of skipped statusKamil Trzcinski2016-04-131-1/+1
| * | Remove the use of default scope for BuildsKamil Trzcinski2016-04-131-11/+0
| * | Use Ci::Commit as PipelineKamil Trzcinski2016-04-111-3/+8
* | | Fix Build#append_trace method usage when trace file doesn't exists yetTomasz Maczukin2016-04-201-1/+1
* | | Make sure that appending is done on a valid lengthTomasz Maczukin2016-04-201-4/+5
* | | Add range checkingTomasz Maczukin2016-04-201-0/+8
* | | Add incremental build trace update APITomasz Maczukin2016-04-201-1/+13
| |/ |/|
* | Remove code that removes duplicate CI variablesGrzegorz Bizon2016-04-181-2/+1
* | Rename method that returns global envs in CI confGrzegorz Bizon2016-04-181-1/+1
* | Read job variables directly from gitlab CI configGrzegorz Bizon2016-04-181-2/+6
* | Make it possible to override build variablesGrzegorz Bizon2016-04-181-1/+2
* | Add `variables` keyword to job in CI config YAMLGrzegorz Bizon2016-04-181-2/+10
|/
* Fix review commentsfix-commit-status-renderingKamil Trzcinski2016-03-141-2/+0
* Cleanup CiCommit and CiBuildKamil Trzcinski2016-03-141-30/+2
* Fix Merge When Succeeded for multiple stagesKamil Trzcinski2016-02-191-4/+9
* Merge branch 'commit-status-fix' into 'master' Kamil Trzciński2016-02-191-4/+0
|\
| * Fix missing ignored? for GenericCommitStatuscommit-status-fixKamil Trzcinski2016-02-191-4/+0
* | Move build erasable implementation from concern to modelGrzegorz Bizon2016-02-191-1/+28
* | Fix name of build erasable, remove superfluous method from itGrzegorz Bizon2016-02-191-1/+1
* | Remove boolean erase column from ci build and foreign keyGrzegorz Bizon2016-02-191-1/+0
* | Update relevant build fields when build is erasedGrzegorz Bizon2016-02-191-3/+3
* | Add build eraseable columns to ci builds tableGrzegorz Bizon2016-02-191-0/+3
* | Make CI build eraseable only if build is completedGrzegorz Bizon2016-02-191-0/+4
* | Move eraseable implementation to build concernGrzegorz Bizon2016-02-191-3/+2
* | Add methods to build eraseable componentGrzegorz Bizon2016-02-191-0/+3
|/
* 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/+8
* Improve readability of artifacts browser `Entry` related codeGrzegorz Bizon2016-01-141-2/+2
* Improvements, readability for artifacts browserGrzegorz Bizon2016-01-141-1/+1
* Render only valid paths in artifacts metadataGrzegorz Bizon2016-01-141-3/+1
* Simplify implementation of build artifacts browser (refactoring)Grzegorz Bizon2016-01-141-6/+4
* Extract artifacts metadata implementation to separate classGrzegorz Bizon2016-01-141-17/+3
* Improve path sanitization in `StringPath`Grzegorz Bizon2016-01-141-5/+5
* Parse artifacts metadata stored in JSON formatGrzegorz Bizon2016-01-141-5/+6
* Use metadata stored in artifacats metadata fileGrzegorz Bizon2016-01-141-2/+17
* Add artifacts metadata uploader filedGrzegorz Bizon2016-01-141-3/+5
* Make some conditions in `Ci::Build` more readableGrzegorz Bizon2016-01-141-4/+6
* Add method that checks if artifacts browser is supportedGrzegorz Bizon2016-01-141-0/+6
* Update specs for CI Build, add `artifacts?` methodGrzegorz Bizon2016-01-141-12/+14
* Rename method that returns url to CI build artifacts downloadGrzegorz Bizon2016-01-141-1/+1
* Mix `url_helpers` into `Ci::Build`Grzegorz Bizon2016-01-141-10/+6
* Add button to CI build artifacts browser into build summaryGrzegorz Bizon2016-01-141-0/+7
* Remove artifacts metadata column from databaseGrzegorz Bizon2016-01-141-2/+4
* Add view action to artifacts controllerGrzegorz Bizon2016-01-141-2/+0
* Move build artifacts implementation to separate controllerGrzegorz Bizon2016-01-141-1/+1
* Add `artifacts_metadata` field to `Ci::Build`Grzegorz Bizon2016-01-141-0/+2
* Fix Error 500 when visiting build page of project with nil runners_tokenStan Hu2016-01-101-1/+1