summaryrefslogtreecommitdiff
path: root/app/controllers/projects/artifacts_controller.rb
Commit message (Expand)AuthorAgeFilesLines
* Add artifact file page that uses the blob viewerdm-artifact-blob-viewerDouwe Maan2017-05-041-5/+23
* Add breadcrumb, build header and pipelines submenu to artifacts browserDouwe Maan2017-05-031-2/+6
* Extract ref_name and path in before_action, feedback:Lin Jen-Shin2016-08-261-5/+10
* Just use instance variable instead, feedback:Lin Jen-Shin2016-08-251-7/+2
* Path could also have slashes! Feedback:Lin Jen-Shin2016-08-241-3/+11
* Not sure why I missed this renamingLin Jen-Shin2016-08-181-1/+1
* Use path rather than URL because it should work for http 302:Lin Jen-Shin2016-08-181-2/+2
* Use switch case in a helper, feedback:Lin Jen-Shin2016-08-171-7/+3
* Rename to latest_succeeded, feedback:Lin Jen-Shin2016-08-161-1/+1
* Use URL helper, feedback:Lin Jen-Shin2016-08-161-3/+7
* Rename latest_success* to latest_successful:Lin Jen-Shin2016-07-191-1/+1
* Merge branch 'master' into artifacts-from-ref-and-build-nameLin Jen-Shin2016-07-181-3/+2
|\
| * Just give regular 404, feedback:Lin Jen-Shin2016-07-111-1/+1
| * Use Gitlab-Workhorse-Send-Data to send entry:Lin Jen-Shin2016-07-051-2/+1
* | Use find_by, feedback:Lin Jen-Shin2016-07-181-1/+1
* | Introduce Project#latest_success_builds_for:Lin Jen-Shin2016-07-151-2/+2
* | Update routes based on feedback from:Lin Jen-Shin2016-07-141-1/+1
* | Rename to ref_name so it's aligning with APILin Jen-Shin2016-07-131-2/+2
* | Could be faster when params[:path] is missingLin Jen-Shin2016-07-121-2/+2
* | Add all the tests and fix stuffs along the way:Lin Jen-Shin2016-07-121-1/+1
* | Remove redundant returnLin Jen-Shin2016-07-111-1/+1
* | Using plain if/else is much easier to understandLin Jen-Shin2016-07-111-4/+4
* | Give latest succeeded one, don't give pending/running onesLin Jen-Shin2016-07-111-1/+3
* | Introduce Projects::ArtifactsController#search:Lin Jen-Shin2016-07-111-2/+22
|/
* 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