Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign upPinned
448 contributions in the last year
Activity overview
Contribution activity
December 2020
Created 9 commits in 1 repository
Created a pull request in dgraph-io/dgraph that received 1 comment
perf(GraphQL): Part-4: Child auth queries are derived from auth filtered parents (GRAPHQL-854)
This PR optimizes auth query rewriting by deriving child auth queries from auth filtered parents instead of all possible parents. This reduces the …
Opened 12 other pull requests in 1 repository
dgraph-io/dgraph
12
merged
- fix(GraphQL): fix internal Aliases name generation (#7009)
- v20.11: chore: Revert the trace format changes (#7129)
- chore: fix a broken test
- chore: Revert the trace format changes
- fix(GraphQL): Correctly apply order for root auth query (GRAPHQL-854)
- perf(GraphQL): Part-3: Filter child auth queries as early as possible (GRAPHQL-854)
- v20.07: fix(GraphQL): don't update cacheMb if not specified by user (GRAPHQL-…
- perf(GraphQL): Part-2: Remove unnecessary `dgraph.uid : uid` selections for auth queries (GRAPHQL-854)
- fix(GraphQL): don't update cacheMb if not specified by user (GRAPHQL-888)
- perf(GraphQL): Part-1: Pagination for root user query is applied at root auth query (GRAPHQL-854)
- release v20.03: don't compare counter in successive state calls (#6967)
- release v20.07: don't compare counter in successive state calls (#6967)
Reviewed 12 pull requests in 2 repositories
dgraph-io/dgraph 11 pull requests
- perf(GraphQL): Part-4: Child auth queries are derived from auth filtered parents (GRAPHQL-854)
- perf(GraphQL): Part-3: Filter child auth queries as early as possible (GRAPHQL-854)
- perf(GraphQL): Part-2: Remove unnecessary `dgraph.uid : uid` selections for auth queries (GRAPHQL-854)
- Add LogRequest variable to config input (#5197)
- fix(GraphQL): don't update cacheMb if not specified by user (GRAPHQL-888)
- perf(GraphQL): Part-1: Pagination for root user query is applied at root auth query (GRAPHQL-854)
- fix(protos): regenerate protos
- fix(GraphQL): This PR allows repetition of fields inside implementing type which are present in interface and also allow to inherit field of same name of type ID from multiple interfaces.
- feat(graphql): adding auth token support for regexp, in and arrays
- fix(graphql): adding support for @id with type other than strings
- Feat(GraphQL): Add Aggregation Queries at Child Level