summaryrefslogtreecommitdiff
path: root/lib/gitlab/ci/build/artifacts
Commit message (Expand)AuthorAgeFilesLines
* Make all legacy security reports to use raw formatuse-raw-file-formatKamil Trzciński2018-10-163-46/+75
* Disable existing offenses for the CodeReuse copsYorick Peterse2018-09-111-0/+2
* Squashed commit of the following:Shinya Maeda2018-08-021-0/+46
* Access metadata directly from Object StorageKamil Trzciński2018-07-091-4/+15
* Enable RuboCop Style/RegexpLiteralTakuya Noguchi2018-02-011-1/+1
* Adds Rubocop rule for line break after guard clauseJacopo2017-11-162-0/+4
* Remove unneeded string interpolation from entry classGrzegorz Bizon2017-09-061-1/+1
* Extract a class that represents artifacts file pathGrzegorz Bizon2017-09-052-122/+173
* Enable Layout/TrailingWhitespace cop and auto-correct offensesRobert Speicher2017-08-151-1/+1
* Add artifact file page that uses the blob viewerdm-artifact-blob-viewerDouwe Maan2017-05-041-0/+6
* Enable and autocorrect the CustomErrorClass copSean McGivern2017-03-011-1/+1
* Stylistic tweaksDouwe Maan2017-02-231-2/+2
* Enable Rails/DelegateDouwe Maan2017-02-231-3/+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-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