summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-12[test] remove now unneeded semaphored from benchmarks8978drebs
2017-10-12[bug] limit number of concurrent requests to local dbdrebs
2017-10-12[feature] make concurrent blob writes configurabledrebs
2017-10-11[bug] limit concurrent blob writes in serverdrebs
2017-10-11[ci] avoid leaking secretsdrebs
2017-10-11[doc] install deps from wheels when building docsdrebs
2017-10-11[doc] add script to build docsdrebs
2017-10-10[test] add docstring for blobs testsdrebs
2017-10-10[test] fix blobs download benchmark testdrebs
2017-10-10[feature] log OS errors when writing blobsdrebs
2017-10-10[bug] handle put errors in the incoming blobs apidrebs
2017-10-09[ci] spit commands to stdout on ci shell scriptsdrebs
2017-10-09[pkg] add timestamps to packaging jobsdrebs
2017-10-09[test] only run benchmark stage on scheduled pipelinesdrebs
2017-10-09[doc] remove variable name from storage secret JSON exampledrebs
2017-10-09[test] rename blobs sqlite benchmarks filedrebs
2017-10-09[test] add blobs upload/download benchmarkdrebs
2017-10-09[test] run benchmarks only on schedules pipeline runsdrebs
2017-10-09[doc] add pipeline badge to readmedrebs
2017-10-06[pkg] change maintainer infoKali Kaneko
2017-10-06[pkg] add dependency to soledad-commonKali Kaneko
2017-10-06[doc] improve client usage exampledrebs
2017-10-06[doc] move compatibility notes from readme to documentation pagesdrebs
2017-10-06[test] fix script that runs benchmarksdrebs
2017-10-05[bug] fix retries for blobs downloaddrebs
2017-10-05[bug] retry blob download for all retriable errorsdrebs
2017-10-05[tests] run benchmarks conditionallydrebs
2017-10-05[test] use template for ci benchmark jobsdrebs
2017-10-05[tests] move benchmarks back to their own stage in cidrebs
2017-10-05[bug] improve error message on blob download errordrebs
2017-10-05[bug] log the exception on blob download errordrebs
2017-10-05[bug] don't use hardcoded number of retries when downloading blobsdrebs
2017-10-05[style] use python3 compatible try/except syntaxdrebs
2017-10-05[bug] ensure maximum concurrency on blobs transferdrebs
2017-10-05[style] param is not keyword argumentdrebs
2017-10-05[style] name keyword arguments in function callsdrebs
2017-10-05[style] rename exception to match standardsdrebs
2017-10-05[bug] refuse to start if blobs is misconfiguredVictor Shyba
2017-10-05[style] fix typos on filenames and commentsVictor Shyba
2017-10-05[bug] set as PROCESSING during processing flowVictor Shyba
2017-10-05[feature] notify, retry and fail from invalid tagVictor Shyba
2017-10-05[feature] retry during upload + proper waitVictor Shyba
2017-10-05[feature] retry during downloadVictor Shyba
2017-10-05[feature] send/fetch missing using local statusesVictor Shyba
2017-10-05[feature] blob get/put handle unavailable statusesVictor Shyba
2017-10-05[refactor] change default dict paramsVictor Shyba
2017-10-05[feature] improve preamble comparisonsVictor Shyba
2017-10-05[feature] persist pending_download remote listingVictor Shyba
2017-10-05[feature] filter out unavailable blobs on listingVictor Shyba
2017-10-05[feature] concurrent blob download/uploadVictor Shyba