Commit graph

2 commits

Author SHA1 Message Date
Nick Thomas
0b74b86367
Fix repository cleanup with object storage on
When the BFG object map file is in object storage (i.e., uploads in
general are placed into object storage), we get an instance of the
Gitlab::HttpIO class. This doesn't behave as expected when you try to
read past EOF, so we need to explicitly check for this condition to
avoid ending up in a tight loop around io.read
2018-12-15 13:50:59 +00:00
Nick Thomas
9395d198f9
Use BFG object maps to clean projects 2018-12-06 18:58:00 +00:00