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
2894f6b0f4d6ed15f4d7c837828366c683f72a83 authored about 4 years ago by Ibrahim Jarif <[email protected]>
In worker/draft.go, in Raft.Ready() when we get committed entries, we were unmarshalling them to...
2e5499f93d43ed2b52d261d697db0392477a4d86 authored about 4 years ago by Manish R Jain <[email protected]>bc637afaff3cecba2dc5b03c846a8270ec712826 authored about 4 years ago by Damián Parrino <[email protected]>
* Fix repeatitive fields in aggregate query
* Address comments
7f12eee0f8d2595752906609b78ac09bc7552153 authored about 4 years ago by vmrajas <[email protected]>Add missing Discard(ctx)
9963636ff2e24d1b6d5ecc23d0628968fd434427 authored about 4 years ago by Damián Parrino <[email protected]>This PR moves the filter for user child queries to the first child auth variable. This will redu...
67abf955fd6aeeb0097eabc89244df35ee41ed00 authored about 4 years ago by Abhimanyu Singh Gaur <[email protected]>We don't need to query `uid` for auth queries, as they always have at least one field in their s...
9baa3c708e14d6e9326b52f05d7c250ec063491b authored about 4 years ago by Abhimanyu Singh Gaur <[email protected]>
Fixes GRAPHQL-888.
Previously, if you ran this request:
```
$ curl -H "Content-Type: applicat...
This PR moves the pagination parameters for root user query to root auth query. This greatly opt...
504237086c837dc25023ec400852492f8b7637b2 authored about 4 years ago by Abhimanyu Singh Gaur <[email protected]>7f16bf149de09dcd30be5fb87a8befcfa8d81aa1 authored about 4 years ago by Naman Jain <[email protected]>
bf2f0ee3969da3715018b5fb92e6a31e0e09efe4 authored about 4 years ago by aman bansal <[email protected]>
- Add UncompressedBytes to pb.Tablet denoting the uncompressed size of tablet.
- Rename pb.Tabl...
In the last commit, I was picking up checkpoint index instead of the
timestamp corresponding to ...
Zero snapshots were being calculated in a round about way. This got worse due to a recent bug in...
5efdfbfde16fc4e8266a60a5770906e01fd10d73 authored about 4 years ago by Manish R Jain <[email protected]>* fixing plugin test to run with go script
* making http login to respect refresh token in ca...
fccb5bcc6a14b08e8fc5bb348da64aacf034ffe8 authored about 4 years ago by aman bansal <[email protected]>* fix: added comment docstring for ExportInput format
072b03ecb8bed934865444afc0f157b7d78c9fb7 authored about 4 years ago by Joaquin Menchaca <[email protected]>c1d362e0c8021aba823ed0e4e609192c1154ff1f authored about 4 years ago by Manish R Jain <[email protected]>
2fc3c8c282d16beb6ae772d3257a5408c17622c6 authored about 4 years ago by Mohit kumar Bajoria <[email protected]>
* Use []*gql.GraphQuery instead for query and mutation rewriting
* Remove unncessary code in ...
93472f7750aa7c8154c9da838db8d7dd2d8911c7 authored about 4 years ago by vmrajas <[email protected]>f252080387b269aa655001e71c8c267c594ea96a authored about 4 years ago by Ajeet D'Souza <[email protected]>
* Fix typos in upsert and deploy docs.
* Update backup policy section to link to docs for backu...
* added backup policy
* rephrase
73b36d4eccdcafa226612aaf3862a57d450963d8 authored about 4 years ago by OmarAyo <[email protected]>0c5dd2ba94be0281d4a6277e598352ccd28a92a8 authored about 4 years ago by OmarAyo <[email protected]>
Fix the incorrect log about "writing to db" despite no db write being
done while Flush() in xi...
Pass the encryption key to `raftwal.InitEncrypted()` instead of directly reading from the worker...
cf4c7961489a16e0564f5b4dbc55060ebe576eba authored about 4 years ago by Ahsan Barkati <[email protected]>* remove <X> <uid> <X> type of triplets from the output
* fix output for recurse queries
* fix...
17df3f574d3f08492c29947abedf7def66a832d1 authored about 4 years ago by minhaj-shakeel <[email protected]>294ff8a3d465f3442049fc465a03d725038ba55d authored about 4 years ago by Naman Jain <[email protected]>
Fixes GRAPHQL-672
Currently, we don't allow the repetition of fields in implementing types that...
6347f29d6c4287f2887b0c58255a0208253087ec authored about 4 years ago by Ajeet D'Souza <[email protected]>
When retrieving Uids, if we are not doing any filtering or ordering, then we should respect the ...
de8b762adbcdded6be59b25ecd1915face12e013 authored about 4 years ago by Manish R Jain <[email protected]>cb23735618832e65444e6eb485c2e4028a820af4 authored about 4 years ago by Daniel Mai <[email protected]>
6de74349c3493c3f7c1e6510929f0264fd75d0a6 authored about 4 years ago by Daniel Mai <[email protected]>
Accessible via /jemalloc at Zero's HTTP port.
http://localhost:6080/jemalloc
Num Alloc...
cd1f186ce201f8b7ff642eb177f56ae8ef4a5522 authored about 4 years ago by Daniel Mai <[email protected]>Add metrics to track Raft:
* dgraph_pending_proposal_bytes
* dgraph_raft_applych_size
e9232898293e3b56a0e7975214188a3cb7bba499 authored about 4 years ago by Manish R Jain <[email protected]>
9d82788910a302b948e59689cd495e2cdfc6d512 authored about 4 years ago by Manish R Jain <[email protected]>
22e8d6d1c81be719aa755ea0106e34db08b31ed4 authored about 4 years ago by Manish R Jain <[email protected]>
* Use z.Allocator again
* Update go.mod
38718c3b194ab784a445c4b7dd7e4bb8dcd85044 authored about 4 years ago by Manish R Jain <[email protected]>
Add --rollup flag in debug tool which allows key rollup.
95e078aa9c2ed998ab1b8d1418cc49f6153413f9 authored about 4 years ago by Ibrahim Jarif <[email protected]>b0b8787646d2984ec256190d4bf0fdb4bdd6943d authored about 4 years ago by Daniel Mai <[email protected]>
These metrics should be using LastCount to get the measured metric, not just the
number of coun...
- Opt(pickTables): Fix an optimization regression (dgraph-io/badger@74f2e0277ca4830953fa3e43e7cd...
130956ea31c7139061ff87772b37b43b45bd45f1 authored about 4 years ago by Daniel Mai <[email protected]>c635ee6c02b22c06c9fb6818279b5ee5dcba269a authored about 4 years ago by Manish R Jain <[email protected]>
eb6f932aea24d1860c26bc8244eb73781adb4d10 authored about 4 years ago by Mohit kumar Bajoria <[email protected]>
37fc45ff3bcc6054269f0393f3893bfd7e05f5ed authored about 4 years ago by Mohit kumar Bajoria <[email protected]>
206e45fca5dfa75e1d0729cb3638795f240f473f authored about 4 years ago by Daniel Mai <[email protected]>
The debug tool was using normal iterators which are very slow. This PR uses
the stream framewo...
* rephrase + added expample to query logging
* rephrase + typos
bc41f5116ec456d2d0450ff3a439bddb22ba4c0c authored about 4 years ago by OmarAyo <[email protected]>
This adds a new metric called dgraph_memory_alloc_bytes that
tracks the jemalloc memory reporte...
Co-authored-by: Catherine Luse <[email protected]>
1fd62398dfba5634aa6a455a662c22e210685595 authored about 4 years ago by Damián Parrino <[email protected]>Fix typo in "Variables" of query: "Example: Add mutation on single type using variables".
c0ce9862526ada3c7bba7c31b91c217cd3379e78 authored about 4 years ago by Yuuki Kajihara <[email protected]>8456ca4ae9c6a3ddccd816da6649dd3d3f42bf57 authored about 4 years ago by Damián Parrino <[email protected]>
* Note proper use and meaning of --replicas flag, minor rewording for style
0fc947bd2162ed3acf0dcf2460ec8ce27d218c0e authored about 4 years ago by aaroncarey <[email protected]>e1e1e47ca4deb8c70939cbbb1800228e42319127 authored about 4 years ago by OmarAyo <[email protected]>
9013d22fb3d1e425d7c0ef60c8cebc9537210aa5 authored about 4 years ago by Chewxy <[email protected]>
Update Badger to bring in fixes to reduce memory usage during snapshot streaming.
https://githu...
This PR brings in the change of an increasing number of buffers from 32 to 64 in z.Allocator.
9a68461748eb655dd29f88067e88fe5605dc6602 authored about 4 years ago by Naman Jain <[email protected]>* Update ludicrous-mode.md
04bfd5484fcb197cc15a7c1021b6a5679543b432 authored about 4 years ago by Damián Parrino <[email protected]>The added directory is used in systest/backup/filesystem/docker-compose.yml.
495dde5f3ccaf2c213723eea5b90118404da280d authored about 4 years ago by Naman Jain <[email protected]>
This PR does the following things:
* adds a counter in `/probe/graphql` response which indicate...
* Add test for old restore to a cluster
* Fix author query
* fix(restore): Use correct ver...
30ee96677e086a20a4aa9d4ef2bc2e3d967cd2d2 authored about 4 years ago by Rahul Gurnani <[email protected]>Update ludicrous mode details
Fixes DGRAPH-2233
aa12a73c9bc9322f9ef7dad18f5702b9abed3869 authored about 4 years ago by Damián Parrino <[email protected]>Add macOS details
5249e4af492cbd087c2c631047525d37aa9a9ef4 authored about 4 years ago by Damián Parrino <[email protected]>* Add aggregate queries at child level
* Address comments
9f027e009107c9bf6540f9721557bf194dc33fa5 authored about 4 years ago by vmrajas <[email protected]>* Add aggregate query at root level
* Add Avg aggregate function
* Add e2e tests
* Fix ...
588cfe6e0da4ce5f57d312521eeda93d240d673a authored about 4 years ago by vmrajas <[email protected]>76533aabc1369a2ae815438d29db54eeb5304077 authored about 4 years ago by Ajeet D'Souza <[email protected]>
* added example to export to custom path
47035439b29b7d48229e8bf32ac49db5edbeddcc authored about 4 years ago by OmarAyo <[email protected]>784b24574437ae2e5760832f415166e7ff70eec1 authored about 4 years ago by Ajeet D'Souza <[email protected]>
8e5e5381965c81b96ade681c6b8e7eae166afe10 authored about 4 years ago by Ajeet D'Souza <[email protected]>
* Updates overview.md
5d162e3a482e16b4afc16461be5065db08c22855 authored about 4 years ago by Damián Parrino <[email protected]>* Fix bug with password query rewriting
* Remove query.ResponseName() from query_rewriter.go
46a39c660f6c41ab3dc6a184983644c30dd6d4b1 authored about 4 years ago by vmrajas <[email protected]>* Fix login error for TLS clusters
* Change error for no auth as per http
7683fa6dff8352b3af5737c41ff41429660cf579 authored about 4 years ago by Ahsan Barkati <[email protected]>3ba48e188c60cdaa0b35fcaa3769882070e5cb44 authored about 4 years ago by aman bansal <[email protected]>
50616d69b633260f1075ea6f84715a3dc84fe91d authored about 4 years ago by Manish R Jain <[email protected]>
Also make the t.go check for health of the cluster before running tests.
d33ba01d8ac3eda4e6b813232185b6d09ee876ee authored about 4 years ago by Manish R Jain <[email protected]>This is useful to know when a proposal is retried in the trace logs.
865423c77e36d80187d88ed8cbf3d6718cb56cc6 authored about 4 years ago by Daniel Mai <[email protected]>
$ go build && ./compose
Options: {NumZeros:3 NumAlphas:3 NumReplicas:3 Acl:false AclSecret:...
* fixing flaky test cases
* fixing acl sleep issues
* increasing context timeout
c41fd40ca4fd14448ac1084bb08999b16c6f4358 authored about 4 years ago by aman bansal <[email protected]>
Fix the reduce phase of bulk loader by incorporating the change in the Slice
function in z.Buff...
Fixes DGRAPH-2601
Previously, the following schema:
```
name: string @index(trigram, term) ...
dgraph-io/badger@3d225d7
- Bug Fix: Create the right txn based on Badger mode
ca47f4dd889360c452a3a9ac041d45878d00c5d1 authored about 4 years ago by Manish R Jain <[email protected]>
f0061ba755dd9bd6511042768dfe3a146fb325a1 authored about 4 years ago by Manish R Jain <[email protected]>
* add(log): Add num committed entries in purge log
* add(log): Log if proposal took >1s to appl...
1f76e4cb8a6c54779dc4911e0c11a8bb9a9bc5b0 authored about 4 years ago by Manish R Jain <[email protected]>
7bde71870c201002dcd51199a04dfb4a8c6d718e authored about 4 years ago by Manish R Jain <[email protected]>
027d1b0bbd1ab6fbad861a56da2a3e0823c4cef6 authored about 4 years ago by Manish R Jain <[email protected]>
9d68dcb2e0e931c3216f0fc30a251f3e6a0fd518 authored about 4 years ago by Manish R Jain <[email protected]>
Switch Dgraph over to use z.Buffer for stream.Send. This uses significantly less memory than bef...
f45837202b418cbc26b2e3fc6949564dde1c1881 authored about 4 years ago by Manish R Jain <[email protected]>80bbf0a576e525b8af2962d10634919e71596f68 authored about 4 years ago by Joaquin Menchaca <[email protected]>
Bind mounts must be paths.
5c852477db0481fe1d482c25fae3d96c6e05da55 authored about 4 years ago by Daniel Mai <[email protected]>
The temporary buffers used to go to /tmp and filling up /tmp resulted
in SIGBUS because the Mma...
* Docs (clarification): Clarify switch from semantic to calendar versioning
* Fix broken link
9517269b7baf50c5bfa7e248f599e17bf83fa222 authored about 4 years ago by aaroncarey <[email protected]>* adding bulk load new flag to decrypt an encrypted cluster
* fixed some spelling some typos
...
15c0f53839a74d32522bb681885731c1b7ac05c8 authored about 4 years ago by Ajeet D'Souza <[email protected]>
* Add documentation for auth with secret directive
* Update wiki/content/graphql/authorizatio...
32e48a400b0030676edd23b0612d487b4cfc788d authored about 4 years ago by vmrajas <[email protected]>* Docs (Security) Note addition of mTLS and use of TLS v.12 cyper suites
* Update tls-configura...
3ae3c9862d4f349649c7c812560a991d0bf95baf authored about 4 years ago by aaroncarey <[email protected]>
dgraph-io/badger@340ccfc Test: Add a test for encryption.
dgraph-io/badger@5ff9e1d Bug Fix: Fix...
* Typo fix
eb75c7c6b30e53cd0dfdad6970c65b69d983f7b2 authored about 4 years ago by Aaron Carey <[email protected]>