summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2017-12-24[refactor] move preamble constant to its moduleVictor Shyba
2017-12-22[feature] consume received stream in a threadVictor Shyba
As it's blocking and Twisted already stored everything on a file. -- Related: #8809
2017-12-22[feature] add a producer protocol for upstreamVictor Shyba
-- Resolves: #8809
2017-12-22[feature] add a resource for streamingVictor Shyba
-- Related: #8809
2017-12-22[feature] client implementation for upstreamVictor Shyba
-- Resolves #8773
2017-12-22[test] test upstream from namespaceVictor Shyba
2017-12-22[feature] get_unarmored_ciphertext_size on clientVictor Shyba
2017-12-22[test] ciphertext size function testsVictor Shyba
2017-12-22[feature] get_size_list for listing blobs sizesVictor Shyba
2017-12-22[test] add tests to blobs size listVictor Shyba
2017-12-21[pkg] override newer-standards-version lintian errordrebs
2017-12-20[pkg] bump debian standards version to 4.1.2drebs
2017-12-20[pkg] avoid complaining about dependency on python2drebs
2017-12-20[doc] fix docstring wordingdrebs
2017-12-20[refactor] move blobs state to its own submoduledrebs
2017-12-20[refactor] move blobs fs backend and resource to their own submodulesdrebs
2017-12-20[refactor] move blobs errors to its own submoduledrebs
2017-12-20[refactor] move server blobs to its own submoduledrebs
2017-12-19[test] account for first timers in outlier calculationdrebs
When it's the first time a test is run, there'll not be previous results to compare against. The script that calculates outliers was not prepared for this situation. This commit just fixes that.
2017-12-19[doc] small improvements in server docdrebs
2017-12-19[test] use producer in all fs backend testsdrebs
2017-12-19[benchmarks] multiply by 10 the number of blobs in fs backend benchmarksdrebs
2017-12-18[doc] add write_blob exceptions to interface docstringdrebs
2017-12-18[feature] cache user quota on blobs filesystem backenddrebs
Closes: 9016
2017-12-13[refactor] use producer/consumer on write/read_blob respectivellydrebs
2017-12-13[test] fix incoming test with the new async blobs backenddrebs
2017-12-13[bug] handle path exceptions using twisted failuresdrebs
2017-12-13[bug] fix exception catching with new blobs backend interfacedrebs
2017-12-13[doc] improve documentation on IBlobsBackenddrebs
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[feature] add an exception for blobs not founddrebs
2017-12-13[refactor] remove unneeded classdrebs
2017-12-13[doc] add api doc for blobs backenddrebs
2017-12-12[bug] use namespace when uploading blobsdrebs