storj/pkg/pointerdb
Natalie Villasana ff65663867
adds Bucket Store (#213)
* adds foundation for bucketStore

* adds prefixedObjStore to buckets package, adjusts gateway-storj accordingly

* fixes multi value assignment problems in gateway-storj

* fixes more multi value assignment errors in gateway-storj

* starts changing miniogw tests to accommodate buckets

* creates bucket store mock

* wip - fixing test cases in object tests

* adds get, put, and list object tests, comments out two test cases

* adds happy scenario tests for bucket methods

* fixes bug in list, removes redundant parts from gateway tests

* fixes nit

* Clean up tests from #188

* Fix bug with timestamp conversion in segment store

* fixes segments.Meta test

* Fix regression in listing objects in a bucket

* adds check to see if bucket is empty before deleting

* updates DeleteBucket test to account for empty/full bucket

* adds TODOs for DeleteBucket and MakeBucket for some cases, adjusts tests, filters out minio errors in logging.go

* adds checks for if buckets already exist or not in DeleteBucket and MakeBucket functions; adjusts tests

* adds BucketNotFound error check in bucket store, removes todo

* adds make_bucket to Travis test, updates boltdb client constructor to always create a bucket (table)
2018-08-16 10:32:28 -04:00
..
mocks Node Identity (#193) 2018-08-13 10:39:45 +02:00
client_test.go Move api key from pdb client method calls to pdb client constructor (#194) 2018-08-02 13:09:50 -06:00
client.go Bug/download (#216) 2018-08-14 08:22:29 -07:00
common.go rename netstate to pointerdb (#127) 2018-07-06 15:43:53 -04:00
config.go pkg/provider: with pkg/provider merged, make a single heavy client binary, gateway binary, and deprecate old services (#165) 2018-07-26 08:21:35 -06:00
kvstore_mock_test.go Adjustments to how find storage nodes handles limit/amout requested (#192) 2018-08-03 09:15:52 -04:00
pdbclient_mock_test.go Integrating on disk routing table with kademlia (#166) 2018-08-09 15:20:39 -04:00
pointerdb_test.go adds Bucket Store (#213) 2018-08-16 10:32:28 -04:00
pointerdb.go adds Bucket Store (#213) 2018-08-16 10:32:28 -04:00