bindle
bindle copied to clipboard
Bindle: Object Storage for Collections
After some great discussion and feedback at Cloud Native Wasm Day (huge hat tip to @carlsverre for this), I think we should have a discussion about how we attach IDs...
closes #180 This change enables bindle server to emit events describing changes that have occurred to the data it manages, the feature is enabled by running the server with the...
Bindle server should support event notification for changes, clients should be able to subscribe to an event stream, messages, webhook to get notifications about new bindles, new versions etc. This...
I imagine we need something like POST _i/${INVOICE}/sign Which would take JUST a `Signature` object, and would attack it to the invoice. The endpoint MUST: - verify that the signature...
Per @itowlson: > If I push to a bad server, I appear to get an "Invoice was not found" error from the Bindle client lib, which seems misleading. Is this...
One of the key principles of the Bindle architecture is immutability - no bindle can ever be modified or deleted. This is great until: 1. Somebody creates eight dozen apps...
When a new bindle is pushed, as a server operator, I would like to be able to define custom validation hooks to run so that the server can reject a...
When I receive this error, how can I fix it? ``` > hippofactory --server ***** --hippo-url ***** --hippo-username ***** --hippo-password ***** . Error: Invalid request (status code 400): Some("failed signature...
With #175 and #115, we have unix support for setting read/write/execute permissions only for the owner of the file. However, it is a little unclear what should be done in...
The Bindle client should have a command that gives an invoice and some filters (groups and features toggles) and gives back a list of matching parcels from that invoice.