summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-01-18Fix GrammarHEADmasterCyberDrudge
2018-11-15Remove benchmark templates and jobs from CIdrebs
2018-11-15Disable benchmarksdrebs
Benchmarks post results to elasticsearch, but the TLS certificates of https://benchmarks.leap.se and https://moose.leap.se are currently expired. Automated LetsEncrypt certificate renewal must be configured before benchmarks can be enabled again.
2018-07-03[pkg] bump debian changelogKali Kaneko
2018-07-03[docs] bump version in docsKali Kaneko
2018-07-03[pkg] fix author in debian changelogKali Kaneko
2018-07-03[pkg] fix upload error in pypiKali Kaneko
2018-06-30[pkg] bump version to 0.10.6Kali Kaneko
2018-06-18[tests] disable e2e tests for nowdrebs
e2e tests currently depend on client dev environment running a platform with blobs enabled. As the platform currently doesn't integrate with blobs, any deploy to cdev environment breaks blobs configuration and thus breaks e2e tests. I am disabling these tests for now so we don't depend on them to have packages built for soledad.
2018-06-14[package] remove jessie, and zesty, add bionic and sidMicah Anderson
2018-06-02Clarify storage secrets use case and backups in documentationdrebs
2018-06-02Allow passing empty server url for testing purposesdrebs
2018-06-02Mark tests that need couchdrebs
2018-01-21[doc] improve blobs streaming documentationdrebs
- move stream api doc to api section - refactor section structure of blobs sync doc page - improve wording a bit here and there
2018-01-21[doc] add stream format to docsVictor Shyba
- Relates: #9003
2018-01-04[bug] fix error catching in blobs resourcedrebs
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[feature] turn fs lock into a decoratordrebs
2017-12-29[bug] isolate operations in blobs file system backenddrebs
Closes: #9025
2017-12-28[test] decrease the number of blobs in fs backend benchmarksdrebs
2017-12-27[test] fix blobs fs backend benchmarks to account for multiple roundsdrebs
2017-12-27[test] use pull producer in blobs fs backend benchmarksdrebs
2017-12-26[doc] add documentation about the blobs range headerdrebs
2017-12-26[bug] add BlobNotFound exception to methods interfacedrebs
2017-12-26[feature] add ranges to blobs backenddrebs
2017-12-26[doc] improve documentation of ciphertext size estimation functiondrebs
2017-12-26[doc] add comment to clarify order of resultsdrebs
2017-12-24[refactor] use explicit stream direction argumentVictor Shyba
download was being inferred. It's now being set on each and will raise an error if node is provided. Also removed a duplication on params variable.
2017-12-24[bug] add code to obey protocol pause and stopVictor Shyba
Stream production wasn't pausing or stopping as asked by protocol.
2017-12-24[test] fix checked range for sizeVictor Shyba
Was too high due a left over from some bug hunting. 20 is enough to check both zero sized and under/equal/above tag size.
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