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
eb6e27bc02f66d904da9b45c090037065c6da726 authored almost 4 years ago by minhaj-shakeel <[email protected]>
aee08877efaa00f5884c816a22e2c9ae91d10587 authored almost 4 years ago by Daniel Mai <[email protected]>
04f03cb90d40f57e19fbcb0978ed8738bbc8200f authored almost 4 years ago by aman-bansal <[email protected]>
3977235c38e67b811f35db8a3e81ba418ab83d64 authored almost 4 years ago by aman-bansal <[email protected]>
89d7825eb51b5b5d383a6c572f339902bfb84469 authored almost 4 years ago by Naman Jain <[email protected]>
96bf99edc1570f9bbca471c5ee1087b955ca8922 authored almost 4 years ago by Ajeet D'Souza <[email protected]>
This PR fixes the working of `@custom(dql: ...)` with `__typename` and fragments.
Bug Descrip...
2905756400cf210eba1fb95f38d9873407f5c11f authored almost 4 years ago by Abhimanyu Singh Gaur <[email protected]>* Change variable name generation for interface auth rules
* Add empty line at end of file
b0807daa8229b6891a9c09ad43ea5f7cd6de6cbe authored almost 4 years ago by vmrajas <[email protected]>This PR makes the `@requires` directive work with `@custom/@lambda` directives.
a05f7f8bd150b2438f34ce7e48cd0477e001c36a authored almost 4 years ago by Abhimanyu Singh Gaur <[email protected]>
Change `disable-dropall` flag to `disable-drop` and make it
block `drop-data` along with `drop-...
We have this behavior of update mutation where we are deleting all the data for nodes that are s...
586a9d22b959ee3b9dee6896e87b3005c5a1d71f authored almost 4 years ago by Jatin Dev <[email protected]>6baef5392a3f055ddbd9e5730730f18e00afb144 authored almost 4 years ago by Ibrahim Jarif <[email protected]>
Change the logs to print namespace in human-readable form.
It also fixes the state endpoint to ...
Fixes - DGRAPH-2997
1559f5ec03d683168e1eaefae97e553cfe15532c authored almost 4 years ago by Ibrahim Jarif <[email protected]>* update support for xgo tool
479a7fbab715fb280356358535a569f451d8a8aa authored almost 4 years ago by Joaquin Menchaca <[email protected]>
When an alpha would restart, it wasn't reconnecting to the learner
nodes. This PR fixes that.
...
* fix audits to verify encryption file + check for empty files
b35192a18b4936941b24dd0b3241cc906344ab6c authored almost 4 years ago by aman bansal <[email protected]>
Add `disallow-dropall` flag, it can be used to disallow the drop all operations
on the server. ...
cc7cb785b712901541dddc76bc1090bf63fb00e9 authored almost 4 years ago by minhaj-shakeel <[email protected]>
* Change variable name generation from Type<Num> to Type_<Num>
* Add yaml test
2e2f2951c86679d5e8441e496767388da6d0a50d authored almost 4 years ago by vmrajas <[email protected]>* chore(live): fixing live loader abort errors when using force-namespace
29647e3457cf3a2bdf3991921e76875c78bf0078 authored almost 4 years ago by aman bansal <[email protected]>We were getting duplicate xid error for the multiple xid fields if typeName+xidName+xidValue is ...
3c3666c90afbe8d01de798f7168b599d297ed198 authored almost 4 years ago by Jatin Dev <[email protected]>
Use GetPath() instead of GetString() for path superflags. GetPath()
correctly resolves the path ...
Fix wrong error message for DQL queries which contains a
val() function and val's argument is n...
When inserting a new predicate, do not perform rebuilding indices operations. Though the rebuild...
7c34db62c5f805ae33a112fe6ea7b9897a9359c8 authored almost 4 years ago by Naman Jain <[email protected]>* cdc fix for drop type and drop predicate
a59e35eb39ebfd007eb6ac238cd5cced1c5498bd authored almost 4 years ago by aman bansal <[email protected]>501a1203c9061b211076c7594dbf5f789cac8c52 authored almost 4 years ago by Manish R Jain <[email protected]>
- This PR adds 5 new metrics (/jemalloc, /state, /health, /debug/vars, /metrics) to be collected...
79ada0eaacdbe090851adfa50a34e3ae95a09927 authored almost 4 years ago by OmarAyo <[email protected]>* small SuperFlag --help fixes
* update Ristretto
* combine telemetry flags
* combine t...
ee1bf5f9cb31b84d976dc778cffede16dc7c7472 authored almost 4 years ago by Karl McGuire <[email protected]>Currently we add hash index on a field of type String! @id by default. And as index exact and ha...
20c98d2ad6467f6b679347c1a125d0edaccad5ac authored almost 4 years ago by Jatin Dev <[email protected]>This PR removes the raftmigrate tool as this tool is not needed anymore since it has been design...
a39b57a94fe21c6584201b88f53a012bb296e91e authored almost 4 years ago by OmarAyo <[email protected]>
Remove UidPack from proto. Also remove the stale codes which are
not being used after bringing ...
f4c857b8eb565e4820405506b2c8e97acc547d28 authored almost 4 years ago by minhaj-shakeel <[email protected]>
* changing allocators to work with tags
079751eee9dcf79e88d97b7fbf274fdc900ad984 authored almost 4 years ago by aman bansal <[email protected]>For example, using an invalid Raft option like: `dgraph alpha --raft "winners=avengers;"` will n...
307d87def85b71affb69933dd65f581f7550c16f authored almost 4 years ago by Karl McGuire <[email protected]>ecb27f021af06147daebea3baf5abe9260600bc7 authored almost 4 years ago by Ajeet D'Souza <[email protected]>
* modularize building artifacts (docker image, go binaries, archives, checksums) so that it can ...
4e19f19cbcdce28b20956cde3bad2e7c3f5a1061 authored almost 4 years ago by Joaquin Menchaca <[email protected]>
We should only try splitting a posting list if it has cardinality
greater than 1. This fixes th...
We were not adding the , in-between multiple orders in query rewriting for the nested field.
Fo...
This PR fixes the namespace parameter in export mutation.
Guardian of galaxy:
If nothing is pa...
This PR fixes the behaviour of --force-namespace flag in live loader.
Earlier, we used to silen...
Fix flaky behaviour of TestLargeSchemaUpdate test.
08f88f875932e4963ac16afe541f1eabfa434a3a authored almost 4 years ago by vmrajas <[email protected]>
Fixes GRAPHQL-1053.
This PR adds support for @provides and @requires directive for Apollo feder...
a77939a19f2f276d0490451a0d3220a92231ea94 authored almost 4 years ago by minhaj-shakeel <[email protected]>
config.yaml/yml and config.json files used with the --config flag can now use hierarchical notat...
016848f2bba5cf9fbd2f1b8c9656134780cf642e authored almost 4 years ago by Karl McGuire <[email protected]>This PR logs the time a GraphQL schema update has to wait for another ongoing GraphQL schema upd...
9b24c1bb109f55605d0b70afba43bacce34dbbe8 authored almost 4 years ago by Abhimanyu Singh Gaur <[email protected]>Earlier, when live-loading data through Guardians of Galaxy, the NQuads make their way to the DB...
720048a1e2c95f1c4078753c3690e5ef45a0f158 authored almost 4 years ago by Naman Jain <[email protected]>
This PR consolidates the backup manifests. Now there will be just
one manifest file for the bac...
Remove unused allocators after the introduction of roaring bitmaps.
323a915517313a3c942ec8abf4762f6dd8962001 authored almost 4 years ago by Ahsan Barkati <[email protected]>6fdafb710c5c928c12d7f639eb01ba27f11dbbf8 authored almost 4 years ago by vmrajas <[email protected]>
The zero raft loop got stuck because the proposals took a long time to process. Hence, the gorou...
604cf637490d0108411957abc3002e09b20f2c04 authored almost 4 years ago by Naman Jain <[email protected]>08d1bf0ddbbcbcf5f837736b0c30874a74e18c55 authored almost 4 years ago by Daniel Mai <[email protected]>
This renames the Badger metrics in the /metrics endpoint to remove the
Badger version in the me...
4cab90e408817a3dc859cf2de406c867046fbc8e authored almost 4 years ago by Daniel Mai <[email protected]>
A few admin endpoints such as /admin/shutdown, /admin/drain, admin/config
sends a success resp...
* Throttle number of threads while schema update
* Fix windows build
* Fix test and addres...
bfcce464d51f99d818fd5eccce5beba657691a4f authored almost 4 years ago by vmrajas <[email protected]>* s3 handler for export backup
c4c3248db7a2a914171850430953c1890e3d7b75 authored almost 4 years ago by aman bansal <[email protected]>* chore(dgraph): making index badger with metrics enabled false
7be566f61bedd4b2fbba2c267f0b6a345266f051 authored almost 4 years ago by aman bansal <[email protected]>* masking password fields in audit of req body in case of login/resetpassword/checkpassword
*...
e2da8f0b1452911fe9706e9f4f02ed44419cd993 authored almost 4 years ago by aman bansal <[email protected]>Expose the Badger metrics for the lsm tree size and vlog size.
* badger_v3_lsm_size_bytes
* ...
This PR fixes alpha panic when drop operation and the query is run concurrently.
This may happe...
* chore(graphql): refactoring request handler in alpha
d6d9d8c7a8446a89713fceefdbc2f264ef3ba0d6 authored almost 4 years ago by aman bansal <[email protected]>5a28ee1808f7cecf224f6386b11270978615cd36 authored almost 4 years ago by Naman Jain <[email protected]>
Fixes: [Discuss Issue](https://discuss.dgraph.io/t/authorization-bearer-token/9133).
ded4efd1ff7586136a7d75d26c41384cfc98d93c authored almost 4 years ago by Abhimanyu Singh Gaur <[email protected]>
* toggle windows build (off), mac darwin build (off), ratel builds (on)
* added support for go-...
782ce3c6c6497fb1c48ea72781d1e5815dde390f authored almost 4 years ago by Manish R Jain <[email protected]>
This change modifies how we store posting lists. Instead of using
group varint based encoding, w...
d871ef15ba0c4309cd4542ad0439f4038f103af6 authored almost 4 years ago by Ahsan Barkati <[email protected]>
* cacert becomes ca-cert
* internal-port-enabled becomes internal-port
* node-cert becomes ser...
- Introduce IterateAll to fix up the tests.
- Add iterateAll for single uid update
- Fix indexes
- Add/delete uid from bitmap using lastest information
- Remove mergeLists and cle...
Instead of using group varint based encoding, this PR switches Dgraph to
use Roaring Bitmaps.
-...
1134839dec4c6c6d0ae2eb6b8db76f8b33129a24 authored almost 4 years ago by Manish R Jain <[email protected]>
Fixes GRAPHQL-1050
There were a couple of tests that were behaving flakily because for a single...
Fixes: GRAPHQL-1007
We haven't added support to pass arguments of parameterized cascade through...
3b0e19fa638ef62a13768b5ff6723cf16db9cdc4 authored almost 4 years ago by Karl McGuire <[email protected]>
See PR #7436 for a list of all flag changes.
e53f9668ca33edc5fef69b49c001660af2e9529a authored almost 4 years ago by Karl McGuire <[email protected]>
Fixes GRAPHQL-754.
This PR adds support for the @remoteResponse directive in the GraphQL schema...
c3c296ea0d2e0bacf732759f8f6c33da01998b25 authored almost 4 years ago by Naman Jain <[email protected]>
* chore(test): making create namespace in test more robust
49ebe6daba38e1e9bb8ecb167ccf2a513b290d13 authored almost 4 years ago by aman bansal <[email protected]>If we have multiple alpha groups then sometimes it was happening that some alpha groups start a ...
2a43fa3251c41aacb92e80a84e9cfe9786da3daa authored almost 4 years ago by Jatin Dev <[email protected]>974179f3f32bf87cb3e19c74037f0c33df38a682 authored almost 4 years ago by Karl McGuire <[email protected]>
Delete namespace is sent to zero after alpha groups delete the namespace. Zero proposes the chan...
c1b4c437076ff892d3899bec5fbc375e7fcff121 authored almost 4 years ago by Naman Jain <[email protected]>This PR fixes the export and bulk load of GraphQL schema by exporting it as JSON.
2932d7d8709d9cee6551fda2475b10a3916b1cce authored almost 4 years ago by Naman Jain <[email protected]>f367c35817884ac9511438509bd7ecd5bb5c799b authored almost 4 years ago by vmrajas <[email protected]>
c66e86985b642eb6b563014ed05389e7b3170f72 authored almost 4 years ago by vmrajas <[email protected]>
This PR fixes the race conditions that were introduced after the multi-tenancy changes for GraphQL.
30b50b77299807f12d8c601f8e3e89db21bc76ab authored almost 4 years ago by Abhimanyu Singh Gaur <[email protected]>Fixes: [Discuss Issue](https://discuss.dgraph.io/t/unexpected-behavior-with-auth-rules-when-usin...
51f9943b2f69798df5baf798161d21b9527518b6 authored almost 4 years ago by Abhimanyu Singh Gaur <[email protected]>03d950b30c7b1710998d5e23b177345211deaddb authored almost 4 years ago by minhaj-shakeel <[email protected]>
for example: --badger "goroutines=8; compression=snappy;"
e2c1dae342ab82979e9891b332d735d3ec09c974 authored almost 4 years ago by Karl McGuire <[email protected]>
This makes moveTablet namespace aware.
User needs to pass namespace as a query parameter, else ...
We don't need to return reverse edges when we expand the types.
When alpha is running in strict...
A read replica will not be able to connect to zero until zero has a
valid license. If the licen...
APIs like create/delete namespace and reset password should honor ACL.
2ba772ce2c65223095b254558618366955ea42ab authored almost 4 years ago by Naman Jain <[email protected]>
Fixes GRAPHQL-924
Currently, we only allow single xid or external id fields in a type with the ...
496cfebcb4543c366dfa1d90f5c5d0d6329e9bac authored almost 4 years ago by Joaquin Menchaca <[email protected]>
* Fix master build
* Fix schema test
d6da11a44eb584f98ab663e0cf0a3023fc524f2b authored almost 4 years ago by vmrajas <[email protected]>This PR fixes the behavior of the @cascade directive with pagination arguments.
f755cc0b9974506a3bd966ba048a25e12ee36168 authored almost 4 years ago by minhaj-shakeel <[email protected]>* Add schema change for Add Mutations
* Add support for upsert mutation
* Fix schema tests...
166cf9fdad2ca903a80d1c1043c1fb4974c81f54 authored almost 4 years ago by vmrajas <[email protected]>e69b7c2b3bbcdcdd6ae77a672ddb48dd728d3dd4 authored almost 4 years ago by Naman Jain <[email protected]>
The list backups function was reading manifest files sequentially and
this is expensive. This P...