summaryrefslogtreecommitdiff
path: root/lib/gitlab/http_io.rb
Commit message (Collapse)AuthorAgeFilesLines
* Fix deadlock on ChunkedIOfix-deadlock-chunked-ioKamil Trzciński2018-11-261-4/+4
|
* Fix typos in libGeorge Tsiolis2018-11-151-6/+6
|
* Enable frozen string for lib/gitlab/*.rbgfyoung2018-10-221-6/+9
|
* Access metadata directly from Object StorageKamil Trzciński2018-07-091-0/+193
Previously we would pull the file, now, we just stream-it as needed from Object Storage