Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Refactor bolt CLI. | Ben Johnson | 2015-04-14 | 1 | -54/+0 |
| | |||||
* | Remove testify. | Ben Johnson | 2014-07-26 | 1 | -5/+4 |
| | |||||
* | Return bucket from CreateBucket() functions. | Ben Johnson | 2014-04-15 | 1 | -1/+2 |
| | | | | | | | | | | | This commit changes the API for: Tx.CreateBucket() Tx.CreateBucketIfNotExists() Bucket.CreateBucket() Bucket.CreateBucketIfNotExists() These functions now return the *Bucket and error instead of just the error. | ||||
* | Upgrade import/export to use nested buckets. | Ben Johnson | 2014-04-11 | 1 | -3/+3 |
| | |||||
* | Add import/export to CLI. | Ben Johnson | 2014-04-11 | 1 | -6/+9 |
| | | | | | | | | | | | This commit adds two new commands: bolt import --input INPUT PATH bolt export PATH This exports the database in a simple, nested, key/value JSON document. Each node in the document has a "key", a "value", and an optional "type". The key and value fields are both base64 encoded. | ||||
* | Refactor bolt commands into individual files. | Ben Johnson | 2014-03-27 | 1 | -0/+51 |