summaryrefslogtreecommitdiff
path: root/tests/blobs
AgeCommit message (Expand)Author
2018-01-03[style] fix typos and add comments from reviewVictor Shyba
2017-12-31[tests] add a test for incomplete downloaded blobVictor Shyba
2017-12-31[bug] handle incomplete preamble as a retriable errorVictor Shyba
2017-12-29[bug] isolate operations in blobs file system backenddrebs
2017-12-26[feature] add ranges to blobs backenddrebs
2017-12-22[test] add tests to blobs size listVictor Shyba
2017-12-20[refactor] move blobs fs backend and resource to their own submodulesdrebs
2017-12-19[test] use producer in all fs backend testsdrebs
2017-12-13[refactor] use producer/consumer on write/read_blob respectivellydrebs
2017-12-13[bug] handle path exceptions using twisted failuresdrebs
2017-12-13[refactor] make read_blob() return a deferreddrebs
2017-12-13[refactor] make get_tag() return a deferreddrebs
2017-12-13[refactor] make get_total_storage() return a deferreddrebs
2017-12-13[refactor] make list_blobs() return a deferreddrebs
2017-12-13[refactor] make count() return a deferreddrebs
2017-12-13[refactor] make get_blob_size() return a deferreddrebs
2017-12-13[refactor] make delete_blob() return a deferreddrebs
2017-12-13[refactor] make blobs backend delete_blob() agnostic of twisted.web requestsdrebs
2017-12-13[refactor] make blobs backend write_blob() agnostic of twisted.web requestsdrebs
2017-12-13[refactor] make blobs backend read_blob() agnostic of twisted.webdrebs
2017-12-13[refactor] make blobs backend list_blobs() agnostic of twisted.web requestsdrebs
2017-12-13[refactor] make blobs backend count() agnostic of twisted.web requestsdrebs
2017-12-12[bug] use namespace when uploading blobsdrebs
2017-12-01[feature] add implementation for get_blob_sizeVictor Shyba
2017-11-30[style] remove public get/set blob priority methodsdrebs
2017-11-30[feature] add priorities for blob transfersdrebs
2017-11-22[test] avoid collision when running fs backend tests in paralleldrebs
2017-11-13[style] fixes from code reviewVictor Shyba
2017-11-13[feature] support unsynced local_only blobsVictor Shyba
2017-11-10[bug] mark deletion as pending_delete if offlineVictor Shyba
2017-10-31[feature] add sync progress attributeVictor Shyba
2017-10-27[bug] there is no retry limit for usual transfersVictor Shyba
2017-10-27[refactor] add a table for sync_statusVictor Shyba
2017-10-27[refactor] split blobs into modulesVictor Shyba
2017-10-05[bug] fix retries for blobs downloaddrebs
2017-10-05[bug] ensure maximum concurrency on blobs transferdrebs
2017-10-05[feature] blob get/put handle unavailable statusesVictor Shyba
2017-10-05[feature] persist pending_download remote listingVictor Shyba
2017-10-05[feature] filter out unavailable blobs on listingVictor Shyba
2017-10-05[feature] concurrent blob download/uploadVictor Shyba
2017-09-29[bug] check all http response status codesdrebs
2017-09-17[refactor] move tests to root of repositorydrebs