Shahzad Lone

Results 54 issues of Shahzad Lone

I have noticed my current head always differs on force pushes (after rebase) on PRs that don't introduce new commits. Here is an example from https://github.com/sourcenetwork/defradb/pull/1414: ![image](https://user-images.githubusercontent.com/30120428/235882544-f3a84dc9-9475-4e96-a64e-7b11c4408d6f.png) Moreover: We open-sourced...

Many vectors weren't being reserved where we already know the size. This makes the vector re-allocate(expensive) more times than necessary. I reserved the 5 vectors where we already knew how...

Support ACP P2P

feature
acp

ACP - Full Identity Authentication Initially we only have simple identity

feature
acp

Design discussed on discord, thread `dev-db.ACP and Defra Views`: https://discord.com/channels/427944769851752448/1230212057731829850 To create a view, the user creating the view needs access to the underlying documents/fields. Once created, the view is...

feature
acp

Migrate to `source` prefix identity. and add Identity Validation to ensure Source Address is valid. in case a user is specifying the source hub address part of the identity like...

bug
code quality
acp

User should be able to generate a source identity by: ``` defradb client acp identity new ```

feature
acp

Another MacOS Flaky Action Run: https://github.com/sourcenetwork/defradb/actions/runs/8807289816/job/24174013744

bug
area/testing

Support ACP (with identity) on backup and import for documents that are private

feature
acp

Parent Issue #1738 This issue is to make sure we properly test access control (ACP) in combination to ensure there aren't any bugs, there might be some missing implementation that...

area/testing
acp