defradb icon indicating copy to clipboard operation
defradb copied to clipboard

DefraDB is a Peer-to-Peer Edge Database. It's the core data storage system for the Source Network Ecosystem, built with IPLD, LibP2P, CRDTs, and Semantic open web properties.

Results 192 defradb issues
Sort by recently updated
recently updated
newest added

Bumps [swagger-ui-react](https://github.com/swagger-api/swagger-ui) from 5.17.8 to 5.17.9. Release notes Sourced from swagger-ui-react's releases. Swagger UI v5.17.9 Released! 5.17.9 (2024-05-13) Bug Fixes deps: allow to consolidate deps in downstream projects (#9930) (335372d),...

dependencies

A good number of our tests use large blocks of repetitive data that causes copy-paste readability issues as well as wasting computing resources when performing multiple times. We can hide...

area/testing
code quality

This epic tracks the list of tasks related to integrating the ACP into DefraDB. After initial implementation lands, here are the next steps: 1) The following features currently are not...

feature
epic
security
priority/high
acp

At the moment with requests like: ```graphql query { Device(filter: { owner: {name: {_eq: "Keenan"}} }) { model } } ``` and schema: ```graphql type User { name: String @index...

area/query
perf

Currently, only `Primary Indexes` are implemented, which is a simple relation between `dockey/field => state_data`. Effectively this is an index on the `dockey` field of a document. This is a...

feature
epic
area/query
area/datastore
perf
area/collections
priority/high

This does not currently work and is documented by a handful of tests, e.g. `TestQueryWithIndexOnOneToMany_IfFilterOnIndexedRelation_ShouldFilterWithExplain` Consider achieving this with a rewrite of type_join.go: https://github.com/sourcenetwork/defradb/issues/2577

feature
area/query

We've had quite a lot of bugs recently where using an index returns different results compared to if the index did not exist at all. It should be quite easy...

area/query
area/testing
code quality

Support ACP P2P

feature
acp

ACP - Full Identity Authentication Initially we only have simple identity

feature
acp

# Proactive tests At the moment all our tests are reactive, they are written by devs guessing at ways in which the database can fail. We should add some fancy...

area/testing