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

Creating a document from the primary side of a one-one is very very slow. When running the below queries, the `Player` collection is empty, and `Contact` has 37384 documents. Over...

bug
area/query
perf

Currently this is blocked by a temporary validation rule. Add support.

feature
area/collections
acp

We decided that this repo should contain only defradb specific testing logic, this decision was a result of having some blurry lines where a lot of tests are being introduced...

area/testing
refactor
code quality
acp

I've seen this a few times recently so I think it is new. `TestP2PWithSingleDocumentSingleUpdateFromChildAndRestart` fails in the CI with: ``` Error Trace: /home/runner/work/defradb/defradb/tests/integration/events.go:227 /home/runner/work/defradb/defradb/tests/integration/utils.go:348 /home/runner/work/defradb/defradb/tests/integration/utils.go:226 /home/runner/work/defradb/defradb/tests/integration/utils.go:180 /home/runner/work/defradb/defradb/tests/integration/net/simple/peer/with_update_restart_test.go:71 Error: timeout waiting...

area/testing
ci/build
code quality

We want to enable client to change different ways of providing random values. Current approach generates uniformly distributed values but it doesn't provide collision-free guarantees. One of the option is...

area/testing

defradb client schema add --url domain.com:31089 ' type Article { content: String published: Boolean } ' 2023-04-19T17:13:46.597-0700, FATAL, defra.cli, Execution error, {"Error": "failed to load config: failed to validate config:...

bug
feature

Better dependency building rules, perhaps split into build-only and dev-only deps. 1) build-only deps would be like the `make deps:modules` rule right now 2) dev-only deps would be deps that...

code quality
dependencies

There was an issue discovered in #2944 where `make deps:playground` step would specifically fail on `macos` but not on other distros (for go releaser), due to some dependencies in the...

ci/build

I do not think patching them is blocked, but check that first before changing the production code. This can be considered a bug until/unless patching them is blocked, otherwise this...

bug
area/schema

At the moment the protobuf code is not checked in any way during CI. We should change it.

ci/build