Age | Commit message (Expand) | Author |
2017-05-12 | [refactor] make blobs resource backend configurable | Victor Shyba |
2017-05-12 | [tests] fix flaky blobs manager tests due id reuse | Victor Shyba |
2017-05-09 | [refactor] move interfaces out | Kali Kaneko |
2017-05-08 | [refactor] _database -> _db | Victor Shyba |
2017-05-04 | [refactor] improve readability on _document | Victor Shyba |
2017-05-04 | [tests] improve readability | Victor Shyba |
2017-05-02 | [feature] add and integrate DELETE to blobs server | Victor Shyba |
2017-05-01 | [feature] delete method on blob sqlcipher backend | Victor Shyba |
2017-05-01 | [refactor] unify path validation | Victor Shyba |
2017-05-01 | [refactor] merge refactor from drebs | Victor Shyba |
2017-05-01 | [refactor] create client _database module | drebs |
2017-05-01 | [feat] add attachments api | drebs |
2017-05-01 | [feature] blobs path validation | Victor Shyba |
2017-05-01 | [test] missing inlineCallback | Victor Shyba |
2017-05-01 | [test] add tests for sqlcipher client backend | Victor Shyba |
2017-05-01 | [test] rename file to match test case name | Victor Shyba |
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 | [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-19 | [test] avoid running sqlcipher synchonous tests when benchmarking | 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 | [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 send pending uploads | Victor Shyba |
2017-04-10 | [refactor] use fixed rev and remove doc_id (blobs) | Victor Shyba |
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] improve docstrings and comments from review | Victor Shyba |
2017-04-04 | [style] naming improvements | 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 | [test] fix treq -> _client change | Victor Shyba |
2017-04-04 | [test] test blobs local db with file handlers | Victor Shyba |
2017-04-04 | [test] test get inexistent on local sqlcipher for blobs client | Victor Shyba |
2017-04-04 | [test] upload/download integration test | Victor Shyba |
2017-04-04 | [test] use mock instead of directly patching | Victor Shyba |
2017-04-04 | [test] patch pinned client in blobs test | drebs |
2017-04-04 | [refactor] pass configured blobs resource to server auth class | drebs |
2017-04-04 | [test] check path partitioning | Victor Shyba |