Shahzad Lone

Results 54 issues of Shahzad Lone

Support ACP on Schema Migration Requests... Basic idea, only allow schema creators (matching actor `did`) to do the migration requests. Unless a new acp relationship is added (through http or...

feature
acp

Have a way to set identity such that the user does not need to keep supplying the identity again and again through the `-i|--identity` flags. One possible solution might be...

feature
area/auth
acp

Flaky index test on MacOS - `TestQueryPerformance_Simple` Failure Run: https://github.com/sourcenetwork/defradb/actions/runs/8357428702/job/22876554028?pr=2338 Log: ``` === Failed === FAIL: tests/integration/index TestQueryPerformance_Simple (30.14s) $time="2024-03-20 10:40:57" $name=tests.integration $level=INFO $msg="" database=badger-in-memory client=go mutationType=collection-save databaseDir="" changeDetector.Enabled=false changeDetector.SetupOnly=false...

bug
area/testing

There are instances where not all our Mutation Types behave the same. For example these two tests for GQL Mutation show the behavior where GQL does not return/raise an error:...

bug
area/query
code quality

Implement the cli and http Collection Exists Function that already has a public method on `client.Collection` (in client/collection.go). It should respect ACP logic and only show true for documents that...

feature
area/collections

### Related SIP This epic tracks progress of SIP-5: https://github.com/sourcenetwork/SIPs/pull/15/files ### Phase 1 - Consistent underscoring, prepend non-argument types with (`_`) - #2162 - Rename instances of `_key` to `_docID`...

code quality
deprecate

A test in `tests/integration/schema/migrations/query` called `TestSchemaMigrationQueryMigratesAcrossMultipleVersions` running on MacOS seems to be flaky due to race condition. Failed Test Run: https://github.com/sourcenetwork/defradb/actions/runs/8230663384/job/22504379287?pr=2397

area/testing

Utility command for users to see their uploaded policy to acp module This was a suggestion by @AndrewSisley in the ACP Demo call and in a discussion here: https://github.com/sourcenetwork/defradb/pull/2338#discussion_r1516253131 Something...

feature
acp

Async Doc registration would happen only for documents that are created with all 3 conditions met: 1) Have ACP Module 2) Have Signature 3) Have Permissioned Schema In other words,...

acp

Only introduce the `--no-acp` flag when the admin signature is implemented. Context ACP V0 will ship with programmatic ability to switch acp on or off (be removing the module). Where...

feature
area/cli
acp