summaryrefslogtreecommitdiff
path: root/app/models/ci/build.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Annotate modelsStan Hu2016-01-061-0/+1
* Fix project destroy callbackfix/project-destroy-callbacksGrzegorz Bizon2016-01-051-4/+2
* Add hotfix that allows to access build artifacts created before 8.3fix/missing-ci-build-tracesGrzegorz Bizon2015-12-291-3/+34
* Hotfix for builds trace data integrityGrzegorz Bizon2015-12-281-1/+22
* Merge branch 'issue_3452'Douwe Maan2015-12-211-0/+10
|\
| * Add link to MR from Build detail page. #3452Rubén Dávila2015-12-161-0/+10
* | Fix build coverage regex.Jared Szechy2015-12-201-1/+2
* | Fix build coverage regex matching to allow captures.Jared Szechy2015-12-171-1/+1
|/
* Fix after column renameKamil Trzcinski2015-12-111-2/+2
* Remove ci_ prefix from all ci related thingsKamil Trzcinski2015-12-111-1/+1
* Add runners tokenKamil Trzcinski2015-12-111-1/+1
* Migrate CI::Project to ProjectKamil Trzcinski2015-12-111-29/+22
* Migrate CI::Services and CI::WebHooks to Services and WebHooksKamil Trzcinski2015-12-101-7/+13
* Fix 500 when using CIci-fix-500Kamil Trzcinski2015-11-231-0/+2
* Annotate modelsDmitriy Zaporozhets2015-11-131-3/+11
* Implement Build ArtifactsKamil Trzcinski2015-11-101-0/+17
* CI details cleanupKamil Trzcinski2015-11-051-1/+9
* Implement when syntax in .gitlab-ci.ymlKamil Trzcinski2015-10-151-4/+1
* Merge branch 'show_pending_warning' into 'master' Kamil Trzciński2015-10-141-0/+12
|\
| * Show warning if build doesn't have runners with specified tags or runners did...Kamil Trzcinski2015-10-141-0/+12
* | Use tag? instead of tag to indicate that this is booleanpredefined_build_variablesKamil Trzcinski2015-10-141-1/+1
* | Added CI_BUILD_TAG, _STAGE, _NAME and _TRIGGERED to CI buildsKamil Trzcinski2015-10-141-1/+10
|/
* Fix retry and cancel for buildfix-retry-and-cancelKamil Trzcinski2015-10-141-2/+2
* Fix retry and cancel URLscommit_statusKamil Trzcinski2015-10-131-2/+4
* Small bug fixesKamil Trzcinski2015-10-121-4/+12
* Implement Commit Status APIKamil Trzcinski2015-10-121-72/+15
* Fix ci build routing and few testsci-build-pageDmitriy Zaporozhets2015-10-061-1/+1
* Latest builds always include builds with unique name and unique refKamil Trzcinski2015-10-061-1/+1
* Fix build pipeliningKamil Trzcinski2015-10-051-2/+3
* Fix next bunch of testsKamil Trzcinski2015-10-051-0/+4