Age | Commit message (Expand) | Author |
2017-10-12 | [bug] limit number of concurrent requests to local db | drebs |
2017-10-12 | [feature] make concurrent blob writes configurable | drebs |
2017-10-11 | [bug] limit concurrent blob writes in server | drebs |
2017-10-11 | [ci] avoid leaking secrets | drebs |
2017-10-11 | [doc] install deps from wheels when building docs | drebs |
2017-10-11 | [doc] add script to build docs | drebs |
2017-10-10 | [test] add docstring for blobs tests | drebs |
2017-10-10 | [test] fix blobs download benchmark test | drebs |
2017-10-10 | [feature] log OS errors when writing blobs | drebs |
2017-10-10 | [bug] handle put errors in the incoming blobs api | drebs |
2017-10-09 | [ci] spit commands to stdout on ci shell scripts | drebs |
2017-10-09 | [pkg] add timestamps to packaging jobs | drebs |
2017-10-09 | [test] only run benchmark stage on scheduled pipelines | drebs |
2017-10-09 | [doc] remove variable name from storage secret JSON example | drebs |
2017-10-09 | [test] rename blobs sqlite benchmarks file | drebs |
2017-10-09 | [test] add blobs upload/download benchmark | drebs |
2017-10-09 | [test] run benchmarks only on schedules pipeline runs | drebs |
2017-10-09 | [doc] add pipeline badge to readme | drebs |
2017-10-06 | [pkg] change maintainer info | Kali Kaneko |
2017-10-06 | [pkg] add dependency to soledad-common | Kali Kaneko |
2017-10-06 | [doc] improve client usage example | drebs |
2017-10-06 | [doc] move compatibility notes from readme to documentation pages | drebs |
2017-10-06 | [test] fix script that runs benchmarks | drebs |
2017-10-05 | [bug] fix retries for blobs download | drebs |
2017-10-05 | [bug] retry blob download for all retriable errors | drebs |
2017-10-05 | [tests] run benchmarks conditionally | drebs |
2017-10-05 | [test] use template for ci benchmark jobs | drebs |
2017-10-05 | [tests] move benchmarks back to their own stage in ci | drebs |
2017-10-05 | [bug] improve error message on blob download error | drebs |
2017-10-05 | [bug] log the exception on blob download error | drebs |
2017-10-05 | [bug] don't use hardcoded number of retries when downloading blobs | drebs |
2017-10-05 | [style] use python3 compatible try/except syntax | drebs |
2017-10-05 | [bug] ensure maximum concurrency on blobs transfer | drebs |
2017-10-05 | [style] param is not keyword argument | drebs |
2017-10-05 | [style] name keyword arguments in function calls | drebs |
2017-10-05 | [style] rename exception to match standards | drebs |
2017-10-05 | [bug] refuse to start if blobs is misconfigured | Victor Shyba |
2017-10-05 | [style] fix typos on filenames and comments | Victor Shyba |
2017-10-05 | [bug] set as PROCESSING during processing flow | Victor Shyba |
2017-10-05 | [feature] notify, retry and fail from invalid tag | Victor Shyba |
2017-10-05 | [feature] retry during upload + proper wait | Victor Shyba |
2017-10-05 | [feature] retry during download | Victor Shyba |
2017-10-05 | [feature] send/fetch missing using local statuses | Victor Shyba |
2017-10-05 | [feature] blob get/put handle unavailable statuses | Victor Shyba |
2017-10-05 | [refactor] change default dict params | Victor Shyba |
2017-10-05 | [feature] improve preamble comparisons | 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-10-03 | [doc] improve overall client/server info | drebs |