Jonathan Johnson

Results 227 issues of Jonathan Johnson

- Allow more than one domain name to be on the primary "order" that includes the primary dns name. - Allow for additional orders to be made with arbitrary dns...

enhancement
networking

We have `NamedCollection::entry`, but we don't have a way to do an upsert based on document ID. - (Maybe) Blocked by #189

enhancement
collections

We need a way to allow renaming a collection from one name to another. This is one reason that the collection name and view names aren't automatically calculated from the...

enhancement
collections

Currently, 2D and 3D indexes can be made with integer types fairly easily, using a tuple (e.g., `type Key = (i32, i32)`, and queries can be made using ranges: ```rust...

enhancement
collections
storage
key-value

After #78, it should be possible to schedule the expiration of documents.

bug
enhancement
collections

I am trying to create a small app from scratch as part of doing a little last-minute testing on the alpha. I'm not going to hold up releasing the alpha...

bug
collections

- [ ] #180 - [ ] Change the authority of all built-in collections to "bonsaidb" from "khonsulabs".

bug
blocked

This isn't perfect, but it's better than not having feature flags showing up at all. #178 explains the vision for where this will end-up after namespaced feature flags are released,...

blocked

I received an email the other day about a revoked certificate from LetsEncrypt. I checked the main projects, and none were affected, but I missed that minority-game.gooey.rs was revoked. I...

bug
networking

Somewhat related to #171, we should have a way to explicitly ask our ACME service to request a renewal ahead of time. Currently the only way to do so is...

enhancement
networking