Keenan Nemetz

Results 29 issues of Keenan Nemetz

It'd be great to be able to customize the log level names and keep the colors. I think simple package level variables would work for most use cases. ```go var...

enhancement

## Relevant issue(s) Resolves #2847 Resolves #1902 ## Description This PR fixes an issue where peer connections were not deterministic within the test framework. There's also a few other areas...

area/testing
area/p2p

## Relevant issue(s) Resolves #1395 ## Description This PR allows multiple operations to be defined within a request and selected using an `operationName` param. ## Tasks - [x] I made...

area/query

``` === Failed === FAIL: tests/integration/index TestQueryWithIndexOnManyToOne_MultipleViaOneToMany (0.13s) Jul 26 20:58:33.278 INF tests.integration database=badger-in-memory client=http mutationType=collection-save databaseDir="" badgerEncryption=false skipNetworkTests=false changeDetector.Enabled=false changeDetector.SetupOnly=false changeDetector.SourceBranch=develop changeDetector.TargetBranch="" changeDetector.Repository=https://github.com/sourcenetwork/defradb.git 2024/07/26 20:58:33 http: panic serving 127.0.0.1:56696:...

The CI version of sourcehub will be locked until the dev branch is stable again. Search for `https://github.com/sourcenetwork/defradb/issues/2865` and remove the ref param in `.github/workflows/test-and-upload-coverage.yml`

ci/build

SourceHub now has submodule dependencies that are not being checked out in the CI tests.

ci/build

Create a command to autogenerate GQL documentation using introspection or other built in function calls

documentation

Node p2p connections in tests are done through a bootstrapping process that does not guarantee all nodes are properly connected. Failed test due to node connection failure: ``` === Failed...

area/p2p

Document updates from the p2p network do not send subscription events. Should be easy to fix by changing merge event types.

area/p2p

The `net` package should keep a list of the latest document heads for the following uses: - pubsub can republish latest heads on a set interval - dag sync can...

area/network