summaryrefslogtreecommitdiff
path: root/app/views/projects/artifacts/_tree_directory.html.haml
Commit message (Collapse)AuthorAgeFilesLines
* Create and use project path helpers that only need a project, no namespaceDouwe Maan2017-07-051-1/+1
|
* Rename BuildsController to JobsControllerLin Jen-Shin2017-05-171-1/+1
| | | | | | | | | | | | Rename other URL generators admin_builds_path -> admin_jobs_path Fix tests and more renaming Fix more tests Also change build_id to job_id in the controller
* Add breadcrumb, build header and pipelines submenu to artifacts browserDouwe Maan2017-05-031-2/+2
|
* HAMLLint: Fix `SpaceInsideHashAttributes` offencesKushal Pandya2016-12-311-1/+1
|
* Remove `Compressed to` column from build artifacts browserci/artifacts-remove-compressed-sizeGrzegorz Bizon2016-01-201-1/+0
| | | | See #10982.
* Improve ux in builds artifacts browserGrzegorz Bizon2016-01-181-2/+4
|
* Show file size in artifacts browser using metadataGrzegorz Bizon2016-01-141-0/+1
|
* Add support for parent directories in `StringPath`Grzegorz Bizon2016-01-141-2/+2
| | | | | This support is not completed though, as parent directory that is first in collection returned by `directories!` is not iterable yet.
* Improve CI build artifacts browser viewGrzegorz Bizon2016-01-141-0/+1
|
* Add artifacts browserGrzegorz Bizon2016-01-141-0/+5
This implementation makes it possible to browse artifacts, it depends on artifacts metadata.