summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/build/artifacts/metadata.rb
Commit message (Expand)AuthorAgeFilesLines
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
* 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-201-3/+5
* Minor improvements in build arfifacts browserci/view-build-artifactsGrzegorz Bizon2016-01-141-5/+12
* Use Hash to store paths and entries metadata in artifacts browserGrzegorz Bizon2016-01-141-6/+5
* Improve readability of artifacts `Metadata` related codeGrzegorz Bizon2016-01-141-21/+11
* Improve readability of artifacts browser `Entry` related codeGrzegorz Bizon2016-01-141-2/+3
* 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-141-3/+5
* Improve invalid build artifacts metadata path matcherGrzegorz Bizon2016-01-141-5/+2
* Render only valid paths in artifacts metadataGrzegorz Bizon2016-01-141-3/+7
* Simplify implementation of build artifacts browser (refactoring)Grzegorz Bizon2016-01-141-35/+39
* 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