Keenan Nemetz

Results 29 issues of Keenan Nemetz

Add support for submodule repositories.

enhancement

Handle merge / diff of binary files.

enhancement

A repository settings page in the web UI will enable changes to things that are clunky via the CLI. - [ ] Rename - [ ] Delete - [ ]...

enhancement

Validator functions should return a list of all errors encountered using `errors.Join` or similar. Example: https://github.com/sourcenetwork/defradb/blob/develop/db/collection.go#L655

area/errors

This issue is for tracking the overall progress of creating a network abstraction. - [ ] Replace gRPC with custom `libp2p` protocol - [ ] Move block processing logic to...

epic

area/testing

This issue tracks the progress for DefraDB in the browser. ```[tasklist] ### Tasks - [ ] https://github.com/sourcenetwork/defradb/issues/2441 - [ ] https://github.com/sourcenetwork/defradb/issues/2442 ```

epic

Badger has support for encryption at rest, but there is no documentation for how to enable it for DefraDB.

documentation

To enhance the security of the DefraDB admin API we should move it to a separate port binding from the GraphQL endpoint. The admin API can retain a `/graphql` endpoint...

area/api