Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

Unigraph

Creating a universal, searchable personal knowledge base that integrates with your existing workflows.
Collective - Host: opensource - https://opencollective.com/unigraph-dev - Website: https://unigraph.dev - Code: https://github.com/unigraph-dev

Improve the content type error message by showing available content types (#3532)

github.com/unigraph-dev/dgraph - 9cac881f7d3a8d11256f1b20d9aba066b1d753f3 authored over 5 years ago by Lucas Wang <[email protected]>
Fixing the flaky test TestNodes (#3530)

github.com/unigraph-dev/dgraph - b5ca5500ffe69dc079e8ab1105a4cc84009417ba authored over 5 years ago by Lucas Wang <[email protected]>
Update compose tool Makefile to install Dgraph binary too. (#3533)

github.com/unigraph-dev/dgraph - d9da291de83d3b13c8673d9ced1ced0a83830d1e authored over 5 years ago by Daniel Mai <[email protected]>
Fix gosimple warnings. (#3519)

github.com/unigraph-dev/dgraph - 9abcb1d373ab02f803d5d5fa07eefa385d9be1d0 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix unused warnings. (#3521)

Removed unused vars, fields, and functions except for those meant to be
used for testing or deb...

github.com/unigraph-dev/dgraph - ce012ca99c10b8bfb64c9337d56f6f21408a4a48 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Vendor in Shopify/sarama to use its Kafka clients (#3523)

github.com/unigraph-dev/dgraph - 107789d838aced428d2065c0e2f8527ac8f64f76 authored over 5 years ago by Lucas Wang <[email protected]>
Fix long line warnings. (#3520)

github.com/unigraph-dev/dgraph - 2a4fabd313d08fd96bee083c36293dbd146b6f63 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Run go fmt on master. (#3525)

github.com/unigraph-dev/dgraph - ca4604dd6a2b3742b4fb45c0745259e4006ea00b authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix dir cleanup in backup test. (#3524)

Commands with arguments to docker exec are supposed to be passed using
the format "dgraph exec ...

github.com/unigraph-dev/dgraph - 274e30b42a9be3b0b2c0dfa428b433514a66d2a0 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Use common filesystem in backup filesystem test. (#3522)

Previously the test was using the filesystem of each docker container to
store the backups. Thi...

github.com/unigraph-dev/dgraph - 86347c3a5c4b70b29628306ae8856e30e92ee9ec authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix tautological condition in zero.go (#3516)

github.com/unigraph-dev/dgraph - 959e16c5091a04646c6516845bb85d72bc16f589 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Run go fmt on master. (#3514)

github.com/unigraph-dev/dgraph - f97d6b57c46fa6897e1a2f121add48a12d42a93d authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix golint warnings in chunker package. (#3508)

github.com/unigraph-dev/dgraph - d319d42fa3006a69df65dcf3fa3d76c39b501f95 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix ineff assign in group_delete_test.go (#3507)

github.com/unigraph-dev/dgraph - 747e2405ba92c989f629fd5648401f1ff7b0fcd9 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Include types in results of export operation. (#3493)

github.com/unigraph-dev/dgraph - a41db408fcd1e219ce2055e72e254c872906368b authored over 5 years ago by Martin Martinez Rivera <[email protected]>
migration-tool: remove cell values under the foreign key columns (#3480)

github.com/unigraph-dev/dgraph - e19c04431efa75d89ee435f84d7527d6586b60c1 authored over 5 years ago by Lucas Wang <[email protected]>
Refactor: avoid double parsing of mutation string in ACL (#3494)

github.com/unigraph-dev/dgraph - f2d404b9ba301cd4373c4d842fba0ed6daabb4f6 authored over 5 years ago by Aman Mangal <[email protected]>
Create test for backup using minio. (#3468)

This PR adds a similar test to the existing one but uses a minio
instance to perform the backup...

github.com/unigraph-dev/dgraph - 58c9859c5de4a129ef62364168c97f51ae753a6c authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Remove json_test.go file. (#3500)

All of these methods already exist in the z package. Remove the file and
changed the tests that...

github.com/unigraph-dev/dgraph - 303b29baef3447767c8c5a940959017a665382fa authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Refactor group delete test. (#3498)

This change refactors the group delete test, which has been very flaky.
I suspect the cause of ...

github.com/unigraph-dev/dgraph - b8ea71c57e01cb0fc75dddf392a1739c525e1162 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Bring in latest changes from badger and fix broken API calls (#3502)

github.com/unigraph-dev/dgraph - d048d5c4b009cff63e25fb8807747cf13d4ce037 authored over 5 years ago by Lucas Wang <[email protected]>
Fix typo in RDF file test. (#3499)

github.com/unigraph-dev/dgraph - 647f5338fa8155dfda0b3fa02c45e61cd2806680 authored over 5 years ago by Michel Conrado <[email protected]>
Fix golint warnings in types package. (#3452)

Add comments to unexported methods, types, and variables.

github.com/unigraph-dev/dgraph - 1df5b316ccd7d1c945d0cdbe00b6cb09d6d069e8 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Update Family's JSONs (#3492)

* Update Family's JSONs

* Following GraphQL convention

github.com/unigraph-dev/dgraph - 4e68ac360459bf38cd58577c288db0ae6b24d7dd authored over 5 years ago by Michel Conrado <[email protected]>
Remove DebugMode option. (#3441)

This alpha option is not doing too much so it's being removed and
replaced with calls to glog.V...

github.com/unigraph-dev/dgraph - d8b2b24972ac06349c6d444a4af28b257e537b73 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix varcheck warnings. (#3430)

github.com/unigraph-dev/dgraph - e3af1aeb46cf94a9cd4316360ad39c86a7f5717b authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix golint warnings in package query. (#3408)

- Add comments to exported functions and types.
- Remove unused types and functions.
- Unexpor...

github.com/unigraph-dev/dgraph - b7d638597511a566bbedc68b9595efbc7f515a7b authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix golint warnings in package x. (#3399)

- Add comments to public methods, vars, etc.
- Removed some unused methods and types.

github.com/unigraph-dev/dgraph - 52435a515cea17d155c168bd50fb56dad1806d94 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix golint warnings in postings package. (#3397)

- Add documentation for public vars, types, and methods.
- Remove unused functions.

github.com/unigraph-dev/dgraph - 10b4a86b7ff608163e414a38a7312a4ce8c28c55 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
docs: Set v1.0.15 as latest docs.

github.com/unigraph-dev/dgraph - 93cdbdba1d14e103c5e216818be8011c2a09da9e authored over 5 years ago by Daniel Mai <[email protected]>
docs: Update CHANGELOG for v1.0.15 release.

github.com/unigraph-dev/dgraph - c922c26fbe08acf6516f388a1a09d02aa615a5af authored over 5 years ago by Daniel Mai <[email protected]>
Fix default value for NormalizeNodeLimit param in tests. (#3491)

github.com/unigraph-dev/dgraph - 26ca73104d96d87c7f79efc1ed45eb89f28d14fd authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Include clarification about "S * *" deletion syntax. (#3489)

The documentation should state clearly that a node needs to have its
type information properly ...

github.com/unigraph-dev/dgraph - d9ec54d89d0ff4baf2898264538f2bf4a88ee746 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Remove list.SetForDeletion method, remnant of the global LRU cache. (#3481)

Also remove a defer func which was calculating pendingTxns.

github.com/unigraph-dev/dgraph - bb8b3b515bccbc1bf82ee768812ce988c5d8b4f1 authored over 5 years ago by Manish R Jain <[email protected]>
Replace xgo in release.sh. (#3487)

xgo does not always keep up to date with the latest Go release
version. For instance, now we wa...

github.com/unigraph-dev/dgraph - 4748b65522a9076c57963d35d3b1ec73034333a6 authored over 5 years ago by Daniel Mai <[email protected]>
Typo in query doc. s/performance,character/performance.character/ (#3488)

github.com/unigraph-dev/dgraph - b6338bfac47a9916ef860e3aacbbb7037a716137 authored over 5 years ago by Artem Yarulin <[email protected]>
Allow the normalize limit to be set via a flag. (#3467)

github.com/unigraph-dev/dgraph - d1c1a50de30b1a3c26afe5f6ba019f08c1cb6fb1 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Merge pull request #3484 from dgraph-io/campoy-patch-1

Add link to Dgraph Community License

github.com/unigraph-dev/dgraph - cdbabb08df944639bc82acf53041c7f57b9278ba authored over 5 years ago by Francesc Campoy <[email protected]>
Add link to Dgraph Community License

github.com/unigraph-dev/dgraph - 83818cb3fa2eaaf208424bed549ee35a3d8e604f authored over 5 years ago by Francesc Campoy <[email protected]>
Add basic test utils for creating minio clients. (#3459)

github.com/unigraph-dev/dgraph - 14fa8274499b01602343a90a726a7744db691fd5 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Run go fmt ./... on master (#3465)

github.com/unigraph-dev/dgraph - 889a15fbea092a4b10d0ec248c076229f8f16a79 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add test for the force full backup feature. (#3456)

github.com/unigraph-dev/dgraph - 518fe621463eb0fad23896ee1143135802bb47bb authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Remove custom HTTP Headers, cleanup API (#3365)

Fixes #3142

Why remove custom HTTP Headers?
* Needs to be whitelisted for CORS
* Parsin...

github.com/unigraph-dev/dgraph - a2610875b0d478371e0bc1ae2b319793a1fb7a28 authored over 5 years ago by Aman Mangal <[email protected]>
Update vendored dependencies. (#3357)

* Vendor in external dependencies that are externally referenced.

$ govendor list | awk '$1 ~...

github.com/unigraph-dev/dgraph - a1a1ae72ba03c97eb7b6a9faed40bfae9bb6440b authored over 5 years ago by Daniel Mai <[email protected]>
Disable race flag by default for tests. (#3458)

Tests are running about 1.9 times longer overall with the race flag enabled
(28 min vs 15 min w...

github.com/unigraph-dev/dgraph - c43b92ac376bfbdc45f452389b269144ac0676ac authored over 5 years ago by Daniel Mai <[email protected]>
Fix lint warning by putting context as first argument of function. (#3406)

github.com/unigraph-dev/dgraph - 40e1336f22e557740631ea4eed66331a43c93685 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix golint warnings in package z. (#3405)

github.com/unigraph-dev/dgraph - 4677cc03265766634df36bb54f09b7a90d4d9902 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix golint warnings in worker package. (#3451)

Added comments and unexported variable and methods that didn't need to
be exported.

github.com/unigraph-dev/dgraph - 8a5e42c50a74f9f97f1ec240f43318ed91aff355 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Move ToGlog type to package x. (#3437)

github.com/unigraph-dev/dgraph - e5b189d1d244092e740b6cc43bb33aad1390e24c authored over 5 years ago by Martin Martinez Rivera <[email protected]>
use stream writer for full snapshot transfer (#3442)

github.com/unigraph-dev/dgraph - 9d288443c5d273ceaef90fe0b8335bbe9b70b598 authored over 5 years ago by Lucas Wang <[email protected]>
Move checkpoint key to WAL (#3444)

The checkpoint key was being stored in p directory. Can't think of a reason why I did that. Keep...

github.com/unigraph-dev/dgraph - 9daf6d06d73bddf2ba4dcf7949657a34e2ac2d2e authored over 5 years ago by Manish R Jain <[email protected]>
Removing the dropAll, since Prepare does the DropAll operation

github.com/unigraph-dev/dgraph - fa44316260d482ca54e903c41e3bcd04d7bd3b73 authored over 5 years ago by Lucas Wang <[email protected]>
Add option to build with race detector in Makefile. (#3450)

Example usage: make BUILD_RACE=Y install

github.com/unigraph-dev/dgraph - 6be440b32beef60f93d9f4903c3402f224f7ccdb authored over 5 years ago by Daniel Mai <[email protected]>
Fix offset doesn't return correct results with multiple order statements. (#3400)

Multisort happens in two stages.

In the first stage the uids are sorted by the first predicat...

github.com/unigraph-dev/dgraph - a79903037167fed83c0f8d7e39224ac783c66d56 authored over 5 years ago by Pawan Rawal <[email protected]>
Fix backup tests. (#3394)

Move test to its own directory. Since the backups need a clean cluster,
each test will need its...

github.com/unigraph-dev/dgraph - 089e7ca1a116d10e462ddbca501a310e6043892e authored over 5 years ago by Martin Martinez Rivera <[email protected]>
During startup, don't upsert initial schema if it already exists. (#3374)

* During startup, don't upsert initial schema if it already exists.

Currently, there are lots...

github.com/unigraph-dev/dgraph - c92176a182b245c094d968e1a5110395f0177472 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix race condition in IsPeer. (#3432)

IsPeer is unsafely accessing the _confstate field. This PR fixes this
race condition as well as...

github.com/unigraph-dev/dgraph - 616c6d31da8c040b7755b8abb33910d7c784e0b9 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add field to backup requests to force a full backup. (#3387)

This change adds a new field to the backup requests to force a full
backup. Only the code that ...

github.com/unigraph-dev/dgraph - eaf5a90fa435dfaa3e92807450024ff9f430ea49 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Addressed Manish's comments

github.com/unigraph-dev/dgraph - d0b5356d90e4d9e05f388e14e1f478fbd5387dfa authored over 5 years ago by Lucas Wang <[email protected]>
Merge branch 'master' into gitlw/use-swriter

github.com/unigraph-dev/dgraph - 55f42b7372558958cbc08563056a7903fa766af3 authored over 5 years ago by Lucas Wang <[email protected]>
Fix remaining golint warnings in keys.go (#3434)

Most functions in keys.go already have doc comments. This PR provides
them for the rest of the ...

github.com/unigraph-dev/dgraph - 1b2b40feb08b2658218c336a5acff7008723f2ee authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix all tests and docker-compose files to use proper zero port offset. (#3440)

Zero should run with an offset of 100 in all the tests. This change
fixes the docker-compose fi...

github.com/unigraph-dev/dgraph - 742a9483908e074d4ab5101e79cd34dd368e17be authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Bring back the logic to flaten the pstore

github.com/unigraph-dev/dgraph - 86f67513e296dc2d5be509842dca87f6b8c77a90 authored over 5 years ago by Lucas Wang <[email protected]>
Bring in the updated badger API change

github.com/unigraph-dev/dgraph - 28592690e77a3cbb0133ebb148c7a582198f801d authored over 5 years ago by Lucas Wang <[email protected]>
Changing the TxnWriter method signature to take in a pb.KVList defined in badger

github.com/unigraph-dev/dgraph - 2b80ceb327b980fa09b2a77781bf83a206599583 authored over 5 years ago by Lucas Wang <[email protected]>
Renaming the TxnWriter Send to Write to be consistent with the stream writer

github.com/unigraph-dev/dgraph - ba2fe8842dc9656514dfc8bfd9ad2210cf7c59c6 authored over 5 years ago by Lucas Wang <[email protected]>
Add more detail to explanation of transactions (#3427)

github.com/unigraph-dev/dgraph - 998ed1b40ec55bd6ad511924eb59f1a3c35b5cd0 authored over 5 years ago by Michael Compton <[email protected]>
Taking in the stream writer from badger and Manish's change to add streaming

github.com/unigraph-dev/dgraph - c23fc7ac5982def3a428ab895b6de4fbd6592c72 authored over 5 years ago by Lucas Wang <[email protected]>
Remove goimports from list of golangci checks. (#3433)

gofmt already covers this use case. Also, sometimes the output of gofmt
is incompatible with go...

github.com/unigraph-dev/dgraph - 957df51dba1ba15bbc1784312d223f1a3a565f69 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Vendor in the dependencies of datadog exporter (#3436)

github.com/unigraph-dev/dgraph - b3610e4cd03671e33f610174c05672e1d227aa79 authored over 5 years ago by Lucas Wang <[email protected]>
Adding datadog trace collector (#3428)

github.com/unigraph-dev/dgraph - 9d20e996c167949993e6fe66b2ed4d0f9830cb33 authored over 5 years ago by Lucas Wang <[email protected]>
Add latency numbers to increment tool (#3422)

Add query, mutation and server-side, client-side and difference between the two txn latency numb...

github.com/unigraph-dev/dgraph - d9dd55889e2bfaae3ea80ade9e1f2a369ab8747c authored over 5 years ago by Animesh Chandra Pathak <[email protected]>
Fix race condition in oracle.go (#3417)

Currently, we pass a pointer to a delta to a channel and then set the
group checksums. This res...

github.com/unigraph-dev/dgraph - 50a73d530b2a82c93b428770e6dac246f209ccb6 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add K8s helm chart for Dgraph. (#3264)

* Create helm chart files for Dgraph Zero.
* Created template for StatefulSet of Dgraph Zero.
...

github.com/unigraph-dev/dgraph - 6d66b149ed543d89c5700bc9e176c06142e28ff3 authored over 5 years ago by SandeepVaman <[email protected]>
Add metrics for raft applied index and max assigned ts. (#3339)

* Add metric to track the latest Raft applied index. Metric is named
dgraph_raft_applied_inde...

github.com/unigraph-dev/dgraph - c75c013707c2e6351c558842321fb1a08958b4dd authored over 5 years ago by Daniel Mai <[email protected]>
Rename jsonString function to better convey its purpose. (#3426)

github.com/unigraph-dev/dgraph - 49a81667377d2099622dce22e71d3dafe4441949 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Support exporting tracing data to oc_agent, then to datadog agent (#3398)

github.com/unigraph-dev/dgraph - 2a56d3191f10adfe9b01ded85d112f3d2dee52d0 authored over 5 years ago by Lucas Wang <[email protected]>
Fix format of the keys to support startUid. (#3310)

Currently only reverse keys and data keys correctly understand the
concept of a startUid. This ...

github.com/unigraph-dev/dgraph - c0a78ec6b1d358754818e910ccb9cc8df3dcae81 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Properly escape strings during export. (#3424)

Currently some characters (e.g "\a") are not being properly escaped.
This change uses json.Mars...

github.com/unigraph-dev/dgraph - 980bed1854378b2a6bbd7ef83328e8fce7884ad9 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add explicit definition of what a transaction is. (#3423)

github.com/unigraph-dev/dgraph - d3cc444066b1155d4ee26525acba3726e4ef4092 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix golint warnings in package conn. (#3413)

github.com/unigraph-dev/dgraph - 666e512e653af40dd7f8185741ceefec403f0178 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add Michael to docs code reviews. (#3421)

github.com/unigraph-dev/dgraph - ce26e166cd34560eb2d75b804ff6bad5344d571b authored over 5 years ago by Daniel Mai <[email protected]>
Add more checks to golangci config. (#3419)

github.com/unigraph-dev/dgraph - d0489636a5ac2b178fac23b5669340502e79cc58 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
adding migration tool docs (#3414)

github.com/unigraph-dev/dgraph - e3577575096843ea2de47231663fef3a8b01291b authored over 5 years ago by Lucas Wang <[email protected]>
Call Sync explicitly to improve performance (#3415)

Instead of setting SyncWrites=true, we should call db.Sync() at the end of TxnWriter
or when ra...

github.com/unigraph-dev/dgraph - ba0791df108c5ef9ef23c780800bdddf77adfea9 authored over 5 years ago by Manish R Jain <[email protected]>
Fix race condition in numShutDownSig in alpha

github.com/unigraph-dev/dgraph - b36f402ad1986016c9eff8fdb41ea82f37737b47 authored over 5 years ago by animesh <[email protected]>
Access groupi.gid atomically

We were accessing groupi.gid without synchronization.
This commit ensures that groupi.gid
is alw...

github.com/unigraph-dev/dgraph - 36499ea21e7b28c0fad4f570c0b2be13a445ca4d authored over 5 years ago by animesh <[email protected]>
When calculating a snapshot, retrieve entries in batches. (#3409)

Calculating a snapshot can lead to an OOM issue since the entries might
not be able to fit into...

github.com/unigraph-dev/dgraph - 69d9403898548327360fc285dbc6965177d33ea4 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix golint warnings in ee/backup package. (#3407)

github.com/unigraph-dev/dgraph - 68fe78d8ccea9a8209501dd0956b805e75d16621 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Worker tests on cluster (#3361)

Update worker tests to use transactions on the test cluster instead of writing badger db directly.

github.com/unigraph-dev/dgraph - 79de8ea904e924fe084510b474c6d755e1c96ac1 authored over 5 years ago by Javier Alvarado <[email protected]>
Fix gofmt warnings. (#3396)

github.com/unigraph-dev/dgraph - d64121ad4bebb01ba929240eeabb28d472335d73 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Adding the migration tool (#3295)

github.com/unigraph-dev/dgraph - 390d57550c22e1f6d9f2809cb85791f5417b9f1c authored over 5 years ago by Lucas Wang <[email protected]>
Add DockerExec test util function. (#3395)

github.com/unigraph-dev/dgraph - 59a07ccbcf7aad5d1b59466d56a7dda565c2e011 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix deadlock: Break circular lock acquisition (#3393)

There's a deadlock potential here due to circular lock acquisition. This PR breaks that circle.

github.com/unigraph-dev/dgraph - a0d966f971bcc395c8b72fccef7b31e2adfc515d authored over 5 years ago by Manish R Jain <[email protected]>
Remove _predicate_ from Dgraph. (#3262)

From now on, expand queries will rely solely on the type of the node.
This change removes all m...

github.com/unigraph-dev/dgraph - d7f7d5ffa99d7b50dd43974d8f9447ffabf736d6 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add DockerCp to docker util functions. (#3390)

Backup tests will need this method to retrieve backup results.

github.com/unigraph-dev/dgraph - cd1806359c79759c2ad02d0be025066d0ec81a1f authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Shorten output for large delta entries in debug tool. (#3346)

github.com/unigraph-dev/dgraph - 764a1050e93cb7093ccb7685aed6f4562fdfd017 authored over 5 years ago by Daniel Mai <[email protected]>
Bug Fix: Avoid Dgraph cluster getting stuck in infinite leader election (#3391)

Dgraph Alphas were calculating snapshots and checkpoints in the main Raft loop, which depending ...

github.com/unigraph-dev/dgraph - bfcf784dc7d252bff96250edb96685a50785164c authored over 5 years ago by Manish R Jain <[email protected]>
Vendor in latest bug fixes from badger. (#3369)

* Vendor in latest bug fixes from badger.

* Update to the badger version vendored in release/...

github.com/unigraph-dev/dgraph - 97671764ede8c60722b77962626a407a88e01ada authored over 5 years ago by Daniel Mai <[email protected]>
Compose tool: Use badger backend with Jaeger. (#3386)

* Use badger backend with Jaeger in compose tool.

Badger backend is now supported in Jaeger a...

github.com/unigraph-dev/dgraph - 76340e539ae4bd15e6793bf5254c31265b6760c6 authored over 5 years ago by Daniel Mai <[email protected]>