summaryrefslogtreecommitdiff
path: root/src/leap/soledad/server/interfaces.py
AgeCommit message (Expand)Author
2017-12-29[bug] isolate operations in blobs file system backenddrebs
2017-12-26[bug] add BlobNotFound exception to methods interfacedrebs
2017-12-26[feature] add ranges to blobs backenddrebs
2017-12-20[doc] fix docstring wordingdrebs
2017-12-18[doc] add write_blob exceptions to interface docstringdrebs
2017-12-13[refactor] use producer/consumer on write/read_blob respectivellydrebs
2017-12-13[refactor] make read_blob() return a deferreddrebs
2017-12-13[refactor] make set_flags() return a deferreddrebs
2017-12-13[refactor] make get_flags() 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 set_flags() 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 get_flags() agnostic of twisted.web requestsdrebs
2017-12-13[refactor] make blobs backend count() agnostic of twisted.web requestsdrebs
2017-12-13[refactor] make blobs backend get_tag() agnostic of twisted.web requestsdrebs
2017-12-13[refactor] remove unneeded classdrebs
2017-12-13[doc] add api doc for blobs backenddrebs
2017-08-11[refactor] add IIncomingBoxBackendVictor Shyba
2017-07-21[feature] add possibility to count on blob managerVictor Shyba
2017-07-18[style] fixes from reviewVictor Shyba
2017-07-02[feature] namespace capability to BlobsBackendVictor Shyba
2017-06-24[pkg] unify client and server into a single python packagedrebs