Age | Commit message (Expand) | Author |
2017-05-01 | [test] rename and add comments for clarity | Victor Shyba |
2017-05-01 | [bug] fail locally if blob exists | Victor Shyba |
2017-04-27 | [test] monitor cpu/mem for all benchmarks | drebs |
2017-04-27 | [test] add memory measurement | drebs |
2017-04-27 | [test] measure cpu percentage during benchmark | drebs |
2017-04-26 | [bug] proper logging of _blobs resource errors | Victor Shyba |
2017-04-26 | [feature] sanitize resource arguments | Victor Shyba |
2017-04-26 | [feature] use Twisted getProcessOutput on backend | Victor Shyba |
2017-04-25 | [test] ensure rev system works in shared db | drebs |
2017-04-24 | [bug] fix improper re-raising of exception | Kali Kaneko |
2017-04-19 | [test] tune parameters for asynchronous sqlcipher access | drebs |
2017-04-19 | [test] remove docker scripts from this repo | drebs |
2017-04-19 | [test] use soledad image from 0xacab registry in ci | drebs |
2017-04-19 | [test] avoid running sqlcipher synchonous tests when benchmarking | drebs |
2017-04-19 | [test] use latest pysqlcipher-benchmark for benchmarks | drebs |
2017-04-19 | [tests] dont mock local db on local tests | Victor Shyba |
2017-04-19 | [tests] set pool to None during tests | Victor Shyba |
2017-04-19 | [test] change assert for self.assertX | Victor Shyba |
2017-04-19 | [bug] return empty local_list instead of None | Victor Shyba |
2017-04-19 | [bug] local.put closes fd, return from local.get instead | Victor Shyba |
2017-04-19 | [bug] adapt blob size to fake size from #8758 | Victor Shyba |
2017-04-19 | [feature] fetch new blobs from server | Victor Shyba |
2017-04-19 | [test] change assert for self.assertX | Victor Shyba |
2017-04-19 | [feature] add send_missing to cli | Victor Shyba |
2017-04-19 | [feature] add send_missing to send pending uploads | Victor Shyba |
2017-04-15 | [test] enforce bundled pysqlcipher in benchmark tests | drebs |
2017-04-10 | [pkg] do not pass weird information to install_requires | Kali Kaneko |
2017-04-10 | [refactor] use fixed rev and remove doc_id (blobs) | Victor Shyba |
2017-04-05 | Use $DOCKER_BUILD_OPTIONS for building | varac |
2017-04-05 | Use soledad master branch, install curl and git | varac |
2017-04-04 | [feat] add the host hostname to benchmark machine info | drebs |
2017-04-04 | [test] change assert for self.assertX | Victor Shyba |
2017-04-04 | [docs] add docstrings to _get_rounded_size | Victor Shyba |
2017-04-04 | [bug] enable '/blobs/{uuid}' for GET on url_mapper | Victor Shyba |
2017-04-04 | [style] fix wrong identation | Victor Shyba |
2017-04-04 | [bug] use soledad_assert instead of assert | Victor Shyba |
2017-04-04 | [docs] improve docstrings and comments from review | Victor Shyba |
2017-04-04 | [style] naming improvements | Victor Shyba |
2017-04-04 | [feature] add list to _blobs cli | Victor Shyba |
2017-04-04 | [refactor] list is remote_list, avoiding confusion | Victor Shyba |
2017-04-04 | [feature] add listing to local blob db | Victor Shyba |
2017-04-04 | [feature] add blobs listing | Victor Shyba |
2017-04-04 | [refactor] adds a PreamblePipe for preamble download | Victor Shyba |
2017-04-04 | [refactor] extracts tail logic into TruncatedTailPipe | Victor Shyba |
2017-04-04 | [feature] use 409 status code for existing blob id | Victor Shyba |
2017-04-04 | [refactor] simplify HTTPClient | Victor Shyba |
2017-04-04 | [test] fix treq -> _client change | Victor Shyba |
2017-04-04 | [bug] cache pip instead of tox | Victor Shyba |
2017-04-04 | [refactor] change size into a required parameter where it is necessary | Victor Shyba |
2017-04-04 | [bug] copy returns a closed handle | Victor Shyba |