summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci
Commit message (Expand)AuthorAgeFilesLines
* Enable Style/WhileUntilDo rubocop style copstyle/enable-while-until-do-rubocop-style-copGrzegorz Bizon2016-05-301-1/+1
* Add method that calculates total size for artifacts subfolderci/recursive-artifacts-entriesKamil Trzcinski2016-01-202-3/+12
* Minor improvements in build arfifacts browserci/view-build-artifactsGrzegorz Bizon2016-01-142-7/+14
* Use Hash to store paths and entries metadata in artifacts browserGrzegorz Bizon2016-01-142-18/+11
* Improve readability of artifacts `Metadata` related codeGrzegorz Bizon2016-01-142-34/+24
* Improve readability of artifacts browser `Entry` related codeGrzegorz Bizon2016-01-142-25/+27
* Simplify encoding related implementation in artifacts metadataGrzegorz Bizon2016-01-141-6/+5
* Make encoding of paths returned by metadata consistent (UTF-8)Grzegorz Bizon2016-01-141-3/+3
* Improvements, readability for artifacts browserGrzegorz Bizon2016-01-141-5/+7
* Support only valid UTF-8 paths in build artifacts browserGrzegorz Bizon2016-01-142-5/+13
* Improve invalid build artifacts metadata path matcherGrzegorz Bizon2016-01-141-5/+2
* Render only valid paths in artifacts metadataGrzegorz Bizon2016-01-142-7/+15
* Simplify implementation of build artifacts browser (refactoring)Grzegorz Bizon2016-01-142-35/+153
* Change format of artifacts metadata from text to binary 0.0.1Grzegorz Bizon2016-01-141-10/+58
* Show file size in artifacts browser using metadataGrzegorz Bizon2016-01-141-3/+2
* Render 404 when artifacts path is invalidGrzegorz Bizon2016-01-141-1/+1
* Extract artifacts metadata implementation to separate classGrzegorz Bizon2016-01-141-0/+57