Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-11-15 | Disable benchmarks | drebs | |
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 changelog | Kali Kaneko | |
2018-07-03 | [docs] bump version in docs | Kali Kaneko | |
2018-07-03 | [pkg] fix author in debian changelog | Kali Kaneko | |
2018-07-03 | [pkg] fix upload error in pypi | Kali Kaneko | |
2018-06-30 | [pkg] bump version to 0.10.6 | Kali Kaneko | |
2018-06-18 | [tests] disable e2e tests for now | drebs | |
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 sid | Micah Anderson | |
2018-06-02 | Clarify storage secrets use case and backups in documentation | drebs | |
2018-06-02 | Allow passing empty server url for testing purposes | drebs | |
2018-06-02 | Mark tests that need couch | drebs | |
2018-01-21 | [doc] improve blobs streaming documentation | drebs | |
- 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 docs | Victor Shyba | |
- Relates: #9003 | |||
2018-01-04 | [bug] fix error catching in blobs resource | drebs | |
2018-01-03 | [style] fix typos and add comments from review | Victor Shyba | |
2017-12-31 | [tests] add a test for incomplete downloaded blob | Victor Shyba | |
2017-12-31 | [bug] handle incomplete preamble as a retriable error | Victor Shyba | |
2017-12-29 | [feature] turn fs lock into a decorator | drebs | |
2017-12-29 | [bug] isolate operations in blobs file system backend | drebs | |
Closes: #9025 | |||
2017-12-28 | [test] decrease the number of blobs in fs backend benchmarks | drebs | |
2017-12-27 | [test] fix blobs fs backend benchmarks to account for multiple rounds | drebs | |
2017-12-27 | [test] use pull producer in blobs fs backend benchmarks | drebs | |
2017-12-26 | [doc] add documentation about the blobs range header | drebs | |
2017-12-26 | [bug] add BlobNotFound exception to methods interface | drebs | |
2017-12-26 | [feature] add ranges to blobs backend | drebs | |
2017-12-26 | [doc] improve documentation of ciphertext size estimation function | drebs | |
2017-12-26 | [doc] add comment to clarify order of results | drebs | |
2017-12-24 | [refactor] use explicit stream direction argument | Victor 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 stop | Victor Shyba | |
Stream production wasn't pausing or stopping as asked by protocol. | |||
2017-12-24 | [test] fix checked range for size | Victor 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 module | Victor Shyba | |
2017-12-22 | [feature] consume received stream in a thread | Victor Shyba | |
As it's blocking and Twisted already stored everything on a file. -- Related: #8809 | |||
2017-12-22 | [feature] add a producer protocol for upstream | Victor Shyba | |
-- Resolves: #8809 | |||
2017-12-22 | [feature] add a resource for streaming | Victor Shyba | |
-- Related: #8809 | |||
2017-12-22 | [feature] client implementation for upstream | Victor Shyba | |
-- Resolves #8773 | |||
2017-12-22 | [test] test upstream from namespace | Victor Shyba | |
2017-12-22 | [feature] get_unarmored_ciphertext_size on client | Victor Shyba | |
2017-12-22 | [test] ciphertext size function tests | Victor Shyba | |
2017-12-22 | [feature] get_size_list for listing blobs sizes | Victor Shyba | |
2017-12-22 | [test] add tests to blobs size list | Victor Shyba | |
2017-12-21 | [pkg] override newer-standards-version lintian error | drebs | |
2017-12-20 | [pkg] bump debian standards version to 4.1.2 | drebs | |
2017-12-20 | [pkg] avoid complaining about dependency on python2 | drebs | |
2017-12-20 | [doc] fix docstring wording | drebs | |
2017-12-20 | [refactor] move blobs state to its own submodule | drebs | |
2017-12-20 | [refactor] move blobs fs backend and resource to their own submodules | drebs | |
2017-12-20 | [refactor] move blobs errors to its own submodule | drebs | |
2017-12-20 | [refactor] move server blobs to its own submodule | drebs | |
2017-12-19 | [test] account for first timers in outlier calculation | drebs | |
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 doc | drebs | |