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

chore(GC): Increase discard ratio from 0.7 to 0.9 (#7114)

2894f6b0f4d6ed15f4d7c837828366c683f72a83 authored about 4 years ago by Ibrahim Jarif <[email protected]>
[BREAKING] Fix(OOM): Don't unmarshal pb.Proposals until we need them (#7059)

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]>
docs (chore): add note regarding RDF queries (#7113)

bc637afaff3cecba2dc5b03c846a8270ec712826 authored about 4 years ago by Damián Parrino <[email protected]>
Fix(GraphQL): Add support for repeatitive fields in aggregate query (#7094)

* Fix repeatitive fields in aggregate query

* Address comments

7f12eee0f8d2595752906609b78ac09bc7552153 authored about 4 years ago by vmrajas <[email protected]>
docs (chore): Add missing Discard(ctx) to Dgo client docs (#7108)

Add missing Discard(ctx)

9963636ff2e24d1b6d5ecc23d0628968fd434427 authored about 4 years ago by Damián Parrino <[email protected]>
perf(GraphQL): Part-3: Filter child auth queries as early as possible (GRAPHQL-854) (#7107)

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]>
perf(GraphQL): Part-2: Remove unnecessary `dgraph.uid : uid` selections for auth queries (GRAPHQL-854) (#7105)

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]>
fix(GraphQL): don't update cacheMb if not specified by user (GRAPHQL-888) (#7103)

Fixes GRAPHQL-888.
Previously, if you ran this request:
```
$ curl -H "Content-Type: applicat...

c03c32766f460d20a219e97711bb7ea84e54d965 authored about 4 years ago by Abhimanyu Singh Gaur <[email protected]>
perf(GraphQL): Part-1: Pagination for root user query is applied at root auth query (GRAPHQL-854) (#7100)

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]>
fix(protos): regenerate protos (#7102)

7f16bf149de09dcd30be5fb87a8befcfa8d81aa1 authored about 4 years ago by Naman Jain <[email protected]>
fixing test with all. Download resources if the requested suite is all (#7101)

bf2f0ee3969da3715018b5fb92e6a31e0e09efe4 authored about 4 years ago by aman bansal <[email protected]>
feat(tablet): add uncompressed size to pb.Tablet (#7095)

- Add UncompressedBytes to pb.Tablet denoting the uncompressed size of tablet.
- Rename pb.Tabl...

843fe1f2c203150286727ed2f12061031cadd1fd authored about 4 years ago by Naman Jain <[email protected]>
Fix(Zero): Pick up checkpoint timestamp

In the last commit, I was picking up checkpoint index instead of the
timestamp corresponding to ...

55390aaa514ac1e66a7691b40c1f95bad66487a7 authored about 4 years ago by Manish R Jain <[email protected]>
Fix(Zero): Fix how Zero snapshots and purge works (#7096)

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]>
chore(test): run bash scripts tests (#7083)

* 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 (#6991)

* fix: added comment docstring for ExportInput format

072b03ecb8bed934865444afc0f157b7d78c9fb7 authored about 4 years ago by Joaquin Menchaca <[email protected]>
Improve(bulk): Use humanize to print out jemalloc stats.

c1d362e0c8021aba823ed0e4e609192c1154ff1f authored about 4 years ago by Manish R Jain <[email protected]>
Ignore build if changes not done in wiki (#7091)

2fc3c8c282d16beb6ae772d3257a5408c17622c6 authored about 4 years ago by Mohit kumar Bajoria <[email protected]>
Fix(GraphQL): Refactor output of query/mutation rewriting (#7080)

* Use []*gql.GraphQuery instead for query and mutation rewriting

* Remove unncessary code in ...

93472f7750aa7c8154c9da838db8d7dd2d8911c7 authored about 4 years ago by vmrajas <[email protected]>
fix(Dgraph): Revert to snake case flags (#7087)

f252080387b269aa655001e71c8c267c594ea96a authored about 4 years ago by Ajeet D'Souza <[email protected]>
docs: Fix typos. Update backup policy section. (#7088)

* Fix typos in upsert and deploy docs.
* Update backup policy section to link to docs for backu...

a2d1133aa39a0f4138f550e1a84d9a4bb1776f09 authored about 4 years ago by Daniel Mai <[email protected]>
[docs] added backup policy (#7084)

* added backup policy

* rephrase

73b36d4eccdcafa226612aaf3862a57d450963d8 authored about 4 years ago by OmarAyo <[email protected]>
rephrase (#7055)

0c5dd2ba94be0281d4a6277e598352ccd28a92a8 authored about 4 years ago by OmarAyo <[email protected]>
Fix wrong logs in xidmap flush (#7082)

Fix the incorrect log about "writing to db" despite no db write being
done while Flush() in xi...

708b3fa52f222cd18fc7607bb8b52d7e2a62d0d2 authored about 4 years ago by Ahsan Barkati <[email protected]>
fix(raftwal): Pass the encryption key instead of reading from WorkerConfig (#7013)

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]>
fix(Query): Fix incorrect RDF response. (#7017)

* 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]>
update badger to bring in minor fixes (#7075)

294ff8a3d465f3442049fc465a03d725038ba55d authored about 4 years ago by Naman Jain <[email protected]>
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. (#7053)

Fixes GRAPHQL-672
Currently, we don't allow the repetition of fields in implementing types that...

a6f35046c708c3ebfece76195653320ab07ec441 authored about 4 years ago by Jatin Dev <[email protected]>
fix: Check for nil ServerCloser in shutdown handler (#7048)

6347f29d6c4287f2887b0c58255a0208253087ec authored about 4 years ago by Ajeet D'Souza <[email protected]>
Opt(query): Respect the first N argument (#7072)

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]>
test: Fix health test. (#7071)

cb23735618832e65444e6eb485c2e4028a820af4 authored about 4 years ago by Daniel Mai <[email protected]>
chore(compose): Add "make install" target.

6de74349c3493c3f7c1e6510929f0264fd75d0a6 authored about 4 years ago by Daniel Mai <[email protected]>
feat(zero): Bring in jemalloc debugging to Zero. (#7070)

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]>
feat(metrics): Add metrics for size of applyCh and proposal size. (#7069)

Add metrics to track Raft:

* dgraph_pending_proposal_bytes
* dgraph_raft_applych_size

cf646223fe106fafa22f1843cd07becfab1b4268 authored about 4 years ago by Daniel Mai <[email protected]>
Fix go.mod

e9232898293e3b56a0e7975214188a3cb7bba499 authored about 4 years ago by Manish R Jain <[email protected]>
Bring in jemalloc debugging.

9d82788910a302b948e59689cd495e2cdfc6d512 authored about 4 years ago by Manish R Jain <[email protected]>
Update go.mod to bring in latest Badger

22e8d6d1c81be719aa755ea0106e34db08b31ed4 authored about 4 years ago by Manish R Jain <[email protected]>
Fix(OOM): Use z.Allocator again (#7068)

* Use z.Allocator again
* Update go.mod

47599be5bc1a1872426fb96619272d5e465e74b2 authored about 4 years ago by Manish R Jain <[email protected]>
Debug: Allow a way to pass in hex prefix

38718c3b194ab784a445c4b7dd7e4bb8dcd85044 authored about 4 years ago by Manish R Jain <[email protected]>
feat(debug): Support rollup in debug tool (#7066)

Add --rollup flag in debug tool which allows key rollup.

95e078aa9c2ed998ab1b8d1418cc49f6153413f9 authored about 4 years ago by Ibrahim Jarif <[email protected]>
fix(debug): Set cache for encrypted directories. (#7067)

b0b8787646d2984ec256190d4bf0fdb4bdd6943d authored about 4 years ago by Daniel Mai <[email protected]>
fix(metrics): Use LastCount for RaftAppliedIndex and MaxAssignedTs. (#7005)

These metrics should be using LastCount to get the measured metric, not just the
number of coun...

982bb15c329cf0df44aa590081d525b0690e572c authored about 4 years ago by Daniel Mai <[email protected]>
perf(badger): Update Badger to fix optimization regression. (#7058)

- Opt(pickTables): Fix an optimization regression (dgraph-io/badger@74f2e0277ca4830953fa3e43e7cd...

130956ea31c7139061ff87772b37b43b45bd45f1 authored about 4 years ago by Daniel Mai <[email protected]>
Speed up debug tool for printing out keys

c635ee6c02b22c06c9fb6818279b5ee5dcba269a authored about 4 years ago by Manish R Jain <[email protected]>
Remove path since base is set (#7063)

eb6f932aea24d1860c26bc8244eb73781adb4d10 authored about 4 years ago by Mohit kumar Bajoria <[email protected]>
build: Ignore netlify build if changes not done in wiki (#7061)

37fc45ff3bcc6054269f0393f3893bfd7e05f5ed authored about 4 years ago by Mohit kumar Bajoria <[email protected]>
feat(debug): Expose http pprof to debug tool. (#6032)

206e45fca5dfa75e1d0729cb3638795f240f473f authored about 4 years ago by Daniel Mai <[email protected]>
Use stream framework in debug tool (#7060)

The debug tool was using normal iterators which are very slow. This PR uses
the stream framewo...

c33cfe887ba9b6cad5c2d2ce9c0b604f10ddb7b4 authored about 4 years ago by Ibrahim Jarif <[email protected]>
[docs] : rephrase + added example to query logging section (#7032)

* rephrase + added expample to query logging

* rephrase + typos

bc41f5116ec456d2d0450ff3a439bddb22ba4c0c authored about 4 years ago by OmarAyo <[email protected]>
feat(metric): Add dgraph_memory_alloc_bytes to track jemalloc memory. (#7051)

This adds a new metric called dgraph_memory_alloc_bytes that
tracks the jemalloc memory reporte...

cadf4488bb945b83269f1f9239c9b0345061efdb authored about 4 years ago by Daniel Mai <[email protected]>
Update Dgraph authorization format in tutorial (#6442) (#7057)

Co-authored-by: Catherine Luse <[email protected]>

1fd62398dfba5634aa6a455a662c22e210685595 authored about 4 years ago by Damián Parrino <[email protected]>
Fix typo in add.md in wiki. (#6723)

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]>
docs (chore): adjust search-filtering.md format (#7056)

8456ca4ae9c6a3ddccd816da6649dd3d3f42bf57 authored about 4 years ago by Damián Parrino <[email protected]>
Docs (clarification) Note proper use and meaning of --replicas flag (#6981)

* Note proper use and meaning of --replicas flag, minor rewording for style

0fc947bd2162ed3acf0dcf2460ec8ce27d218c0e authored about 4 years ago by aaroncarey <[email protected]>
removed note about order for term and trigram since it has been fixed by #6996 (#7036)

e1e1e47ca4deb8c70939cbbb1800228e42319127 authored about 4 years ago by OmarAyo <[email protected]>
Upgrade Bleve to the latest (#7040)

9013d22fb3d1e425d7c0ef60c8cebc9537210aa5 authored about 4 years ago by Chewxy <[email protected]>
fix(badger): Update Badger to fix OOMs. (#7050)

Update Badger to bring in fixes to reduce memory usage during snapshot streaming.
https://githu...

fe35666b0b2b20a6b01714c0fbcea75c92a5cc2f authored about 4 years ago by Daniel Mai <[email protected]>
bring in increased buffers for allocator from ristretto (#7046)

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]>
docs (chore): Minor adjustments to Ludicrous mode (#7041)

* Update ludicrous-mode.md

04bfd5484fcb197cc15a7c1021b6a5679543b432 authored about 4 years ago by Damián Parrino <[email protected]>
add systest/backup/filesystem/data/backups dir used for tests (#7047)

The added directory is used in systest/backup/filesystem/docker-compose.yml.

495dde5f3ccaf2c213723eea5b90118404da280d authored about 4 years ago by Naman Jain <[email protected]>
chore(test): Refactor GraphQL tests to use best practices (GRAPHQL-885) (#7016)

This PR does the following things:
* adds a counter in `/probe/graphql` response which indicate...

7c077e5d138f352a1d791aa2af74e62e2600d79e authored about 4 years ago by Abhimanyu Singh Gaur <[email protected]>
fix(enterprise): Set version correctly post marshalling during restore (#7018)

* 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]>
docs (chore): Update Live Loader's ludicrous mode notes (#7021)

Update ludicrous mode details

Fixes DGRAPH-2233

aa12a73c9bc9322f9ef7dad18f5702b9abed3869 authored about 4 years ago by Damián Parrino <[email protected]>
docs (chore): Add build/install instructions for macOS (#7020)

Add macOS details

5249e4af492cbd087c2c631047525d37aa9a9ef4 authored about 4 years ago by Damián Parrino <[email protected]>
Feat(GraphQL): Add Aggregation Queries at Child Level (#7022)

* Add aggregate queries at child level

* Address comments

9f027e009107c9bf6540f9721557bf194dc33fa5 authored about 4 years ago by vmrajas <[email protected]>
Feat(GraphQL): Add aggregate query at root level (#6985)

* Add aggregate query at root level

* Add Avg aggregate function

* Add e2e tests

* Fix ...

588cfe6e0da4ce5f57d312521eeda93d240d673a authored about 4 years ago by vmrajas <[email protected]>
fix: Undo normalization of glog files (#6998)

76533aabc1369a2ae815438d29db54eeb5304077 authored about 4 years ago by Ajeet D'Souza <[email protected]>
[docs] added example to export to a custom path within the graphql mutation (#7000)

* added example to export to custom path

47035439b29b7d48229e8bf32ac49db5edbeddcc authored about 4 years ago by OmarAyo <[email protected]>
Add badger.compression to Dgraph restore (#6987)

784b24574437ae2e5760832f415166e7ff70eec1 authored about 4 years ago by Ajeet D'Souza <[email protected]>
Run fuzz tests in local directory (#7015)

8e5e5381965c81b96ade681c6b8e7eae166afe10 authored about 4 years ago by Ajeet D'Souza <[email protected]>
docs (fix): Update lambda resolvers documentation (#6978)

* Updates overview.md

5d162e3a482e16b4afc16461be5065db08c22855 authored about 4 years ago by Damián Parrino <[email protected]>
Fix(GraphQL): Fix bug with password query rewriting (#7011)

* Fix bug with password query rewriting

* Remove query.ResponseName() from query_rewriter.go

46a39c660f6c41ab3dc6a184983644c30dd6d4b1 authored about 4 years ago by vmrajas <[email protected]>
fix(flaky): Fix login error for TLS clusters (#7010)

* 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]>
chore(test): fixing acl test over tls (#7004)

3ba48e188c60cdaa0b35fcaa3769882070e5cb44 authored about 4 years ago by aman bansal <[email protected]>
Fix(test): Don't use glog in t.go.

50616d69b633260f1075ea6f84715a3dc84fe91d authored about 4 years ago by Manish R Jain <[email protected]>
Fix(health): Update health only after upserting schema and types (#7006)

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]>
chore(trace): Add trace log for proposal limiter. (#7003)

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]>
chore(compose): Print options when running compose tool. (#7002)

$ go build && ./compose
Options: {NumZeros:3 NumAlphas:3 NumReplicas:3 Acl:false AclSecret:...

e6fe5ebaf996d52bbbda63914173695170624c53 authored about 4 years ago by Daniel Mai <[email protected]>
chore(test): fixing flaky test cases (#6997)

* fixing flaky test cases

* fixing acl sleep issues

* increasing context timeout

c41fd40ca4fd14448ac1084bb08999b16c6f4358 authored about 4 years ago by aman bansal <[email protected]>
fix(bulk): Fix reduce phase crash and memory leak in bulk-loader (#6999)

Fix the reduce phase of bulk loader by incorporating the change in the Slice
function in z.Buff...

6468aed3a7e983843e66dbe54351cf1862cdd778 authored about 4 years ago by Ahsan Barkati <[email protected]>
fix(DQL): ignore ordering of indexes in schema with eq function (DGRAPH-2601) (#6996)

Fixes DGRAPH-2601

Previously, the following schema:
```
name: string @index(trigram, term) ...

0b1143966aa04532f851293ba92c2a7d6dc82871 authored about 4 years ago by Abhimanyu Singh Gaur <[email protected]>
fix: Bring in Badger bug fix for log file error. (#6994)

dgraph-io/badger@3d225d7
- Bug Fix: Create the right txn based on Badger mode

e7eba98dac0d71d2d30b2c802ccb3019e350bb41 authored about 4 years ago by Daniel Mai <[email protected]>
Merge branch 'master' of github.com:dgraph-io/dgraph

ca47f4dd889360c452a3a9ac041d45878d00c5d1 authored about 4 years ago by Manish R Jain <[email protected]>
Fix(Test): Fix a panic and add ability to skip over slow packages.

f0061ba755dd9bd6511042768dfe3a146fb325a1 authored about 4 years ago by Manish R Jain <[email protected]>
chore: Add log info for time taken in Zero proposals. (#6993)

* add(log): Add num committed entries in purge log
* add(log): Log if proposal took >1s to appl...

4a1c3280aebbd73612d70f438593d945bba31fd8 authored about 4 years ago by Daniel Mai <[email protected]>
Fix: Bring memory based Btree into Dgraph from Ristretto.

1f76e4cb8a6c54779dc4911e0c11a8bb9a9bc5b0 authored about 4 years ago by Manish R Jain <[email protected]>
Fix(test): Pick up TC env variable correctly.

7bde71870c201002dcd51199a04dfb4a8c6d718e authored about 4 years ago by Manish R Jain <[email protected]>
Fix(test): Pick up errors when loading packages.

027d1b0bbd1ab6fbad861a56da2a3e0823c4cef6 authored about 4 years ago by Manish R Jain <[email protected]>
Bug Fix: Copy over IV in raftwal/log.go

9d68dcb2e0e931c3216f0fc30a251f3e6a0fd518 authored about 4 years ago by Manish R Jain <[email protected]>
Fix(OOM): Use z.Buffer to stream instead of z.Allocator (#6989)

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]>
fix: ExportInput destination doc-string comment (#6990)

80bbf0a576e525b8af2962d10634919e71596f68 authored about 4 years ago by Joaquin Menchaca <[email protected]>
test: Fix tlstest/acl/docker-compose.yml.

Bind mounts must be paths.

5c852477db0481fe1d482c25fae3d96c6e05da55 authored about 4 years ago by Daniel Mai <[email protected]>
Chore(alpha): Add --tmp flag for the temporary buffers (#6974)

The temporary buffers used to go to /tmp and filling up /tmp resulted
in SIGBUS because the Mma...

acf5b443c461b7bf55e3648bdb896499d05bc8db authored about 4 years ago by Ahsan Barkati <[email protected]>
Docs (clarification): Clarify switch from semantic to calendar versioning (#6973)

* Docs (clarification): Clarify switch from semantic to calendar versioning

* Fix broken link

9517269b7baf50c5bfa7e248f599e17bf83fa222 authored about 4 years ago by aaroncarey <[email protected]>
[docs]: bulk load an enc export into a non enc cluster (#6948)

* adding bulk load new flag to decrypt an encrypted cluster

* fixed some spelling some typos
...

88484eb6dd94354f18a2d29ad758a19bfa51ddfc authored about 4 years ago by OmarAyo <[email protected]>
perf: Change raftwal log size to 1GB (#6971)

15c0f53839a74d32522bb681885731c1b7ac05c8 authored about 4 years ago by Ajeet D'Souza <[email protected]>
Feat(Docs): Add documentation for auth with secret directive (#6972)

* 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, use of TLS v.12 cyper suites, clarify how ports are used by Dgraph Alpha and Dgraph Zero (#6893)

* 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]>
fix: Update Badger to the latest master. (#6980)

dgraph-io/badger@340ccfc Test: Add a test for encryption.
dgraph-io/badger@5ff9e1d Bug Fix: Fix...

c351fb8e848887e2da8e846dd71b0a9d65d8c639 authored about 4 years ago by Daniel Mai <[email protected]>
Docs (chore): typo fix: @casecade -> @cascade (#6957)

* Typo fix

eb75c7c6b30e53cd0dfdad6970c65b69d983f7b2 authored about 4 years ago by Aaron Carey <[email protected]>