Age | Commit message (Expand) | Author |
2017-12-13 | [bug] handle path exceptions using twisted failures | drebs |
2017-12-13 | [refactor] make read_blob() return a deferred | drebs |
2017-12-13 | [refactor] make get_tag() return a deferred | drebs |
2017-12-13 | [refactor] make get_total_storage() return a deferred | drebs |
2017-12-13 | [refactor] make list_blobs() return a deferred | drebs |
2017-12-13 | [refactor] make count() return a deferred | drebs |
2017-12-13 | [refactor] make get_blob_size() return a deferred | drebs |
2017-12-13 | [refactor] make delete_blob() return a deferred | drebs |
2017-12-13 | [refactor] make blobs backend delete_blob() agnostic of twisted.web requests | drebs |
2017-12-13 | [refactor] make blobs backend write_blob() agnostic of twisted.web requests | drebs |
2017-12-13 | [refactor] make blobs backend read_blob() agnostic of twisted.web | drebs |
2017-12-13 | [refactor] make blobs backend list_blobs() agnostic of twisted.web requests | drebs |
2017-12-13 | [refactor] make blobs backend count() agnostic of twisted.web requests | drebs |
2017-12-12 | [bug] use namespace when uploading blobs | drebs |
2017-12-01 | [feature] add implementation for get_blob_size | Victor Shyba |
2017-11-30 | [style] remove public get/set blob priority methods | drebs |
2017-11-30 | [feature] add priorities for blob transfers | drebs |
2017-11-22 | [test] avoid collision when running fs backend tests in parallel | drebs |
2017-11-13 | [style] fixes from code review | Victor Shyba |
2017-11-13 | [feature] support unsynced local_only blobs | Victor Shyba |
2017-11-10 | [bug] mark deletion as pending_delete if offline | Victor Shyba |
2017-10-31 | [feature] add sync progress attribute | Victor Shyba |
2017-10-27 | [bug] there is no retry limit for usual transfers | Victor Shyba |
2017-10-27 | [refactor] add a table for sync_status | Victor Shyba |
2017-10-27 | [refactor] split blobs into modules | Victor Shyba |
2017-10-05 | [bug] fix retries for blobs download | drebs |
2017-10-05 | [bug] ensure maximum concurrency on blobs transfer | drebs |
2017-10-05 | [feature] blob get/put handle unavailable statuses | Victor Shyba |
2017-10-05 | [feature] persist pending_download remote listing | Victor Shyba |
2017-10-05 | [feature] filter out unavailable blobs on listing | Victor Shyba |
2017-10-05 | [feature] concurrent blob download/upload | Victor Shyba |
2017-09-29 | [bug] check all http response status codes | drebs |
2017-09-17 | [refactor] move tests to root of repository | drebs |