summaryrefslogtreecommitdiff
path: root/testing/tests/server/test_blobs_server.py
AgeCommit message (Expand)Author
2017-08-11[bug] enforce namespace to default on serverVictor Shyba
2017-08-11[feature] add path partitioning to namespacesVictor Shyba
2017-08-03[bug] make download namespace-awareVictor Shyba
2017-07-21[refactor] error handling and missing headersVictor Shyba
2017-07-21[refactor] fixes from reviewVictor Shyba
2017-07-21[feature] LIST blobs - filter by flagsVictor Shyba
2017-07-21[feature] make DELETE support namespaces on clientVictor Shyba
2017-07-21[feature] add possibility to count on blob managerVictor Shyba
2017-07-21[feature] add get/set flagsVictor Shyba
2017-07-18[feature] add namespace support for BlobsManagerVictor Shyba
2017-07-18[feature] remote list sorting by dateVictor Shyba
2017-05-12[refactor] make blobs resource backend configurableVictor Shyba
2017-05-08[refactor] _database -> _dbVictor Shyba
2017-05-02[feature] add and integrate DELETE to blobs serverVictor Shyba
2017-05-01[refactor] create client _database moduledrebs
2017-04-19[tests] set pool to None during testsVictor Shyba
2017-04-19[test] change assert for self.assertXVictor Shyba
2017-04-19[feature] fetch new blobs from serverVictor Shyba
2017-04-19[test] change assert for self.assertXVictor Shyba
2017-04-19[feature] add send_missing to send pending uploadsVictor Shyba
2017-04-10[refactor] use fixed rev and remove doc_id (blobs)Victor Shyba
2017-04-04[test] change assert for self.assertXVictor Shyba
2017-04-04[style] naming improvementsVictor Shyba
2017-04-04[refactor] list is remote_list, avoiding confusionVictor Shyba
2017-04-04[feature] add blobs listingVictor Shyba
2017-04-04[feature] use 409 status code for existing blob idVictor Shyba
2017-04-04[test] upload/download integration testVictor Shyba