summaryrefslogtreecommitdiff
path: root/app/controllers/projects/artifacts_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Test controllers if they allow to keep artifactsKamil Trzcinski2016-06-131-0/+1
* Validate existence of artifacts in ArtifactsController, render 404 if not foundKamil Trzcinski2016-06-131-6/+5
* Move keep to ArtifactsControllerKamil Trzcinski2016-06-131-0/+5
* Remove 'unscoped' from project builds selectionTomasz Maczukin2016-06-041-1/+1
* Make the CI permission model simplerKamil Trzcinski2016-02-021-11/+1
* Fix nonexistent method in artifacts controllerGrzegorz Bizon2016-01-151-1/+1
* Improve readability of artifacts browser `Entry` related codeGrzegorz Bizon2016-01-141-5/+5
* Improvements, readability for artifacts browserGrzegorz Bizon2016-01-141-7/+7
* Check if file exists in metadata in download actionGrzegorz Bizon2016-01-141-3/+8
* Render only valid paths in artifacts metadataGrzegorz Bizon2016-01-141-1/+4
* Simplify implementation of build artifacts browser (refactoring)Grzegorz Bizon2016-01-141-1/+7
* Add method that checks if path exists in `StringPath`Grzegorz Bizon2016-01-141-1/+1
* Render 404 when artifacts path is invalidGrzegorz Bizon2016-01-141-0/+1
* Extract artifacts metadata implementation to separate classGrzegorz Bizon2016-01-141-4/+1
* Parse artifacts metadata stored in JSON formatGrzegorz Bizon2016-01-141-2/+2
* Use metadata stored in artifacats metadata fileGrzegorz Bizon2016-01-141-2/+2
* Add artifacts metadata uploader filedGrzegorz Bizon2016-01-141-1/+1
* Update specs for CI Build, add `artifacts?` methodGrzegorz Bizon2016-01-141-0/+2
* Remove artifacts metadata column from databaseGrzegorz Bizon2016-01-141-4/+1
* Add artifacts browserGrzegorz Bizon2016-01-141-4/+2
* Use `Gitlab::StringPath` in CI build artifacts controllerGrzegorz Bizon2016-01-141-1/+8
* Move artifacts controller level upGrzegorz Bizon2016-01-141-0/+40