Ecosyste.ms: OpenCollective
An open API service for software projects hosted on Open Collective.
github.com/unigraph-dev/dgraph
Native GraphQL Database with graph backend
https://github.com/unigraph-dev/dgraph
Fixes GraphQL-1017
We have also defined a new tokenizer on String of type sha256 which concat...
44a51fa0e93e4000537f3b30ae2e0477472e6369 authored almost 4 years ago by Pawan Rawal <[email protected]>* only run `parseMapFacets` for JSON scalar arrays
5049092668a3354db1923368dbef40d0e55dd448 authored almost 4 years ago by Nelson Pecora <[email protected]>
* 1. added audit command to the Dgraph Security section
2. fixed the output of the help command...
1d63542c7f533860c0bcc1c192c34e8b1eaa4592 authored almost 4 years ago by Naman Jain <[email protected]>
* making cdc and audit to work with multi tenancy
* fixing audit conf + fixing cdc for namesp...
2a3105b6bf9cbd33efabc01615facb564c9461a8 authored almost 4 years ago by aman bansal <[email protected]>
Fixes the live loader for loading data using force-namespace flag.
Earlier, the schema alterati...
Fixes GRAPHQL-993
As of now, we only allow subscriptions on GraphQL queries. As we can use DQL ...
Fixes bunch of issues in multi-tenancy:
- If the incremental backup was taken after deleting ...
65cc619cf8ce6934fbc2a2d772326814ff5ca40d authored almost 4 years ago by Naman Jain <[email protected]>
The recent change https://github.com/dgraph-io/dgraph/pull/7392 improved
the incremental backup...
Fix dgraph debug tool
Fix dgraph acl tool.
Creation of a namespace allows passing a password t...
There was a memory leak because the program exits before DB close.
2eb7bc8772db7a384289ee85fe28e52cf0ea3404 authored almost 4 years ago by Naman Jain <[email protected]>* Make XID node referencing invariant of order
* Fix order for nested nodes
* Empty commit...
4fb4ff2a6c9237ced46bc33f624ea38762dac195 authored almost 4 years ago by vmrajas <[email protected]>This PR makes `@custom(dql: ...)` work again after the GraphQL response JSON generation changes ...
649cec4be43fe9d51a2871d44cfdfcf83fb9417d authored almost 4 years ago by Abhimanyu Singh Gaur <[email protected]>
This PR fixes the following race conditions with GraphQL:
* JSON encoding of `@custom` GraphQ...
This enables user to see state of only its namespace. All the users (guardian of the namespace) ...
3d1995ae37d7939cb6652109494664089ac34a2d authored almost 4 years ago by Naman Jain <[email protected]>
Fix the behavior of multi-sort. All the nil values are appended at the end of
the result irresp...
Check for all the commands that are needed for the script from the start
and fail early.
Sim...
832ebb9766f1732186eaecbf3792aff9e3766c6c authored almost 4 years ago by Daniel Mai <[email protected]>
It is a continuation of #7400.
This PR does a bunch of things:
* Makes `@auth` work with multi...
This merge adds the much asked for multi-tenancy feature into Dgraph.
This feature allows vario...
c2c67d1aa93ec77efeb86d050782cb7795a01d2d authored almost 4 years ago by Manish R Jain <[email protected]>7ca2363379e7cca8ab2f1fba428c1ab14d77ede4 authored almost 4 years ago by Manish R Jain <[email protected]>
This PR ignores the spacing between `#` and `Dgraph.Authorization` in the GraphQL schema. Now th...
6383300dc34b92978baebf25cbdb7cdc898ed56e authored almost 4 years ago by minhaj-shakeel <[email protected]>
Fixes-GRAPHQl-1006
We have moved some of the input coercion code to the library as part of the ...
52c410c55c7711d712043352bf2425f24a453dcd authored almost 4 years ago by Manish R Jain <[email protected]>
a2982234da6a28840d8b2b6ccb1be0766364ffbf authored almost 4 years ago by NamanJain8 <[email protected]>
94c1325b4a1b5d1fab52596d2515693885cf51f9 authored almost 4 years ago by Jatin Dev <[email protected]>
- Fix the use of admin resolvers.
- Fix the way we extract the namespace to export.
- Makes live-loader work with multi-tenancy.
- Adds a flag namespace that complements the flags...
Adds a mutation `resetPassword` which can be used by the guardians of
the galaxy to reset the ...
The delete needs to be proposed to all the groups. And within
the group, we need a raft propos...
5383ffaa62895cf88056c99476c2410b216309e3 authored almost 4 years ago by Jatin Dev <[email protected]>
15bbec3a0abaaae06a1b9dcc0f4f440dd0877bf3 authored almost 4 years ago by Ibrahim Jarif <[email protected]>
Add ability to set a GraphQL schema per namespace and do queries, mutations, and subscriptions s...
3c42449330b874421a17a41ba535bd335652539b authored almost 4 years ago by Pawan Rawal <[email protected]>
- Fix a bunch of tests.
- Update lease namespace ID after restore.
The write amplification of using value log has been unpredictably high. With this change, we'd u...
3d1a359094349617f29dd3173092ae597154ad97 authored almost 4 years ago by Manish R Jain <[email protected]>The build got broken by last commit. Fix it.
0cadf231b0a1a6d62eec2c3d9387b23771ba4a7e authored almost 4 years ago by Manish R Jain <[email protected]>eb7e5e1287db3d3f248ef97541ccfc28f05e82d8 authored almost 4 years ago by aman bansal <[email protected]>
07046c6f0d08c8ddf4e93e0dc9d662ceb20cc8ee authored almost 4 years ago by Tejas Dinkar <[email protected]>
This PR improves incremental backups.
We set the sinceTs in the stream framework to skip data t...
* Feat(GraphQL): Refactor Mutation Rewriting for AddRewriter (#7257)
* Add Existence Queries fo...
d080743a54346addaffc638e61e776014dab6b1e authored almost 4 years ago by vmrajas <[email protected]>
This PR adds the ACL changes for the multi-tenancy, now the
user needs to authenticate in order...
Fixes GRAPHQL-988.
f4377244c236c915ce41ad39cd58a46acc8d9eb2 authored almost 4 years ago by minhaj-shakeel <[email protected]>This PR adds bulk loader support in multi-tenancy.
Adds a flag --force-namespace in bulk load...
b9a00c4024ec3b14d042e2f4bb523c54ecabd373 authored almost 4 years ago by Naman Jain <[email protected]>2f341684fa8b64de0a7b16f60c82f578cccdebca authored almost 4 years ago by minhaj-shakeel <[email protected]>
Fixes GRAPHQL-1013.
This PR fixes a bug in query rewriting for interface query with auth rules....
This reverts commit 3cd015f61482d3e78567c576c3e16be2654d41a8.
d79d3797bf90d9bb5a57b434a741302962ea5d84 authored almost 4 years ago by Manish R Jain <[email protected]>143ca6848d9e80642ddfc4752ccf272a81d118d6 authored almost 4 years ago by Karl McGuire <[email protected]>
f6fca50892c5322118ee26da962efcbbf537e26d authored almost 4 years ago by Karl McGuire <[email protected]>
Fixes GRAPHQL-814.
3cd015f61482d3e78567c576c3e16be2654d41a8 authored almost 4 years ago by minhaj-shakeel <[email protected]>ec1ed32a47c55c64b262c8642541339eeea3a117 authored almost 4 years ago by Joaquin Menchaca <[email protected]>
This PR makes export and backup/restore to work.
Export
The export will be namespace-aware wit...
This PR adds support for adding `standard claims` of a `jwt` token in the `Auth Variables`.
For...
Moved to dgraph-docs
3642fed5dd78fd68adadeebaac0b7ee92cf15c04 authored almost 4 years ago by Damián Parrino <[email protected]>e8745c891594349e275d06612b4de92df5da587c authored almost 4 years ago by NamanJain8 <[email protected]>
- Added Type of backup (full or incremental) to the output of lsbackup
- Reorganized the output...
37b21a38a5c15c77528213fbdfc186573630c3fa authored almost 4 years ago by Naman Jain <[email protected]>
As of now all dgraph processes will pring this two lines at the very begining:
```
[Decoder]: ...
* perf(GraphQL): JSON Part-1: JSON is generated by Dgraph for simple queries (GRAPHQL-877) (#723...
74e3aa7f62a7b7e5964210f3a98e6837376fd010 authored almost 4 years ago by Abhimanyu Singh Gaur <[email protected]>5bf00f523d46315c8ee2640c39a0fb811682c750 authored almost 4 years ago by aman bansal <[email protected]>
e1711dd3c0e8e56a7f4f02fc5397d1e760e4886d authored almost 4 years ago by Tejas Dinkar <[email protected]>
* try using simdjson-go for json parsing
* if cpu not supported, fallback to encoding/json parser
- Organize dgraph commands into categories
- Add custom templates
- move out decrypt tool from...
This PR extends support for the `Apollo Federation`.
## Support for Apollo federation directi...
1e6af7edc0e8cb63528244070695a17c38ebae37 authored almost 4 years ago by minhaj-shakeel <[email protected]>
* alpha: Update capitalization on `--zero` flag.
* zero: Update `--replicas` flag to mention Dg...
we were having indeterministic behavior in the filter when we have multiple filter functions as ...
de2f4ab197b45f7cd8ac303f32b62e25f10f2634 authored almost 4 years ago by Jatin Dev <[email protected]>
This change makes zero lease out the namespace IDs. It
changes the `AssignUids()` API to `Assig...
Make queries and mutations namespace aware and add
methods for creation and deletion of namespace.
28b75cf26ac2d1646669bbd9bfab9bc5cbe053ee authored almost 4 years ago by Tejas Dinkar <[email protected]>
* starting work on audit logs
* making audit logs to work with alpha
* making audit logs t...
be9ce74e8c7dac0b0fa856e447a5fa6736022f50 authored almost 4 years ago by aman bansal <[email protected]>
This PR is a follow-up to #7339 to update the way
dgraph_txn_discards_total and dgraph_txn_abor...
* feat(metrics): Add metric dgraph_txn_commits_total.
* feat(metrics): Add metric dgraph_txn_...
34a96aae46123de8dee894c2358450a6dd15b3b8 authored almost 4 years ago by Daniel Mai <[email protected]>It is now possible to pass an s3 / minio path to bulk and live loader. -f s3:///<bucket>/path-to...
764803c179359585425c7e2ae245e64f000410fb authored almost 4 years ago by Tejas Dinkar <[email protected]>* dgraph_raft_has_leader
* dgraph_raft_is_leader
* dgraph_raft_leader_changes_total
eba6e5aec9e04d4214fa193e39f6ca05b7e39edb authored almost 4 years ago by Daniel Mai <[email protected]>With protoc-gen-gofast, we had some extra XXX_ fields. Using gogofaster removes these extra fields.
fde7e6421ded7046c01d4f3801be17ef8a2b2f84 authored almost 4 years ago by Naman Jain <[email protected]>Instead of creating a new z.Allocator for every encoder, this PR reuses the allocator. On a 21M ...
889989f2dbecf9405e51891c507046bc19e6afca authored almost 4 years ago by Manish R Jain <[email protected]>
Issue:
The last KV from the list received from subscription need not be the latest update. This...
The following query was giving panic because here we passed ID as an int which is expected to be...
5fa67969890d05a4a069ca25f5216f14dcb8ae36 authored almost 4 years ago by Jatin Dev <[email protected]>d2ea0e61606c85164bfc8236177cad49d40939fd authored almost 4 years ago by Jatin Dev <[email protected]>
46d0270bfe5c2d46379b4ae8b3140ed247b3e9f5 authored almost 4 years ago by minhaj-shakeel <[email protected]>
fc80047a57fcbc696ce172f31779d461110cdde8 authored almost 4 years ago by aaroncarey <[email protected]>
Fixes GRAPHQL-969.
This PR extends support of `in` filter to all the scalar data types. Now it ...
Don't update GraphQL schema if an older version of schema key is received.
cc506cc24e77e5c9cde72e420211a42ab8f53d6d authored almost 4 years ago by Jatin Dev <[email protected]>This PR introduces a new SuperFlag struct, which makes flag handling easier. The setting of the ...
8fbdca634f327df90ceefc6d07fc9bd3dede3f97 authored almost 4 years ago by Manish R Jain <[email protected]>
All internal predicates belong to group 1. Set the initial schemas/types
directly on all the n...
* Added dgraph dcrypt draft docs
* Edits
* Remove E.E. reference
* major -> large
* ...
9481b946a49fdb6d783dc669433b9e263f514cf8 authored almost 4 years ago by aaroncarey <[email protected]>* Minor fixes, typos + Oxford commas
5957b169461ac8ca1a0cd8b7afaadc361ddb343e authored almost 4 years ago by Yanis Zafirópulos <[email protected]>590387f49343ba35aaa9c234a7c75772ee68a66c authored almost 4 years ago by Ajeet D'Souza <[email protected]>
If the proto dependencies change, then they need to be fetched first before the
protos can be r...
This PR allows a Dgraph Alpha or Zero instance to join as a "learner" node. That allows a user t...
b738423ca00bfb7b72a80ddd792b7af1d724a9f6 authored almost 4 years ago by Manish R Jain <[email protected]>Changes:
* Update README with latest release info
* Update Releases page with latest release...
9017ce532454c593fb69225cfbe82a245a72352b authored almost 4 years ago by Anurag <[email protected]>
2c4b2b430447ac4ace91c4667360754945cfd2ba authored almost 4 years ago by Damián Parrino <[email protected]>
Our current documentation is focused on showing how to set up nginx lb with docker-compose.
T...
826ec4ef3025455e6c93210a68dfee14f9b5bf69 authored almost 4 years ago by OmarAyo <[email protected]>gogo/protobuf v1.3.1 has some security issues, hence upgrading the version to v1.4.1
914f9e4407ab04a0c797af536e100d80111e7b92 authored almost 4 years ago by Naman Jain <[email protected]>Fixes GRAPHQL-928
This would allow the user to do schema alter operations from the browser wh...
4b3b2d93468205a555f051dfc93018b06b78baac authored almost 4 years ago by Pawan Rawal <[email protected]>* upgrading badger to v3
* updating badger pb file names and imports
* updating badger to ...
4308da42e0cd1a33d768eb41f736642f9448241e authored almost 4 years ago by aman bansal <[email protected]>fbcd210844b74b8029fdbbb4dda3f62f62a5919d authored almost 4 years ago by Damián Parrino <[email protected]>
The `--shufflers flag` (for bulk loader) has been removed with this commit on Jun 11, 2019
Ou...
7f914fd9d4d6618bcf449b5e55d568a8b78487f6 authored almost 4 years ago by OmarAyo <[email protected]>There were two issues on windows
1. We were trying to delete a file with open file descriptor...
5aec24394570706ee0b0bb49586119959ed6dd72 authored almost 4 years ago by Ibrahim Jarif <[email protected]>95859e0822aa863e6fb2f36234dfc63866871fc0 authored almost 4 years ago by Damián Parrino <[email protected]>
Fixes GRAPHQL-948
We already fixed the issue which causes dgraph to have multiple schema or cor...