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

Bring in latest Badger with a bug fix for Flatten, and various cleanup.

github.com/unigraph-dev/dgraph - 0e3d1dd63cce0ea5be646f5e886153a441589720 authored almost 6 years ago by Manish R Jain <[email protected]>
Respond with schema in JSON for schema queries (#2882)

* copy schema result marshaled in resp.Json.

* removed unused struct field.

* for schema q...

github.com/unigraph-dev/dgraph - 517b85286b283145fe48c609238334cb202afc7e authored almost 6 years ago by Gus <[email protected]>
Fix misspellings reported by misspell (#2875)

github.com/unigraph-dev/dgraph - 301536ed54c53c2b76ac925023d223f61a36298b authored almost 6 years ago by Martin Martinez Rivera <[email protected]>
Update about Dgraph usage.

github.com/unigraph-dev/dgraph - 6627089ff1f4fcd475f029ea2ec5070e8199a67d authored almost 6 years ago by Manish R Jain <[email protected]>
Fix bulk loader link in "Upgrade Database"

github.com/unigraph-dev/dgraph - fe3c6322c840cd59ff8cb83540c489529b9f2d78 authored almost 6 years ago by Paul Korzhyk <[email protected]>
Delete group when it has no nodes. (#2877)

* delete from map when group is empty.

* added v3 log when groups are deleted.

github.com/unigraph-dev/dgraph - 034a5609af0d35d989db26eb2de8948d511e5aee authored almost 6 years ago by Gus <[email protected]>
Fix go lint warnings. (#2879)

github.com/unigraph-dev/dgraph - ea707606503387a0bd2a27b173f3170ef5607f9f authored almost 6 years ago by Martin Martinez Rivera <[email protected]>
Fix ineffassign warnings in dgraph. (#2878)

github.com/unigraph-dev/dgraph - ef5f894d19b927b33f76b56c7755b106280e0d4a authored almost 6 years ago by Martin Martinez Rivera <[email protected]>
Default value for val() vars (#2834)

* added default value for val() evals.

* added test for default val() value.

* shortened c...

github.com/unigraph-dev/dgraph - ef245676b5c1177d052c03fa59eb49a973e1ff9c authored almost 6 years ago by Gus <[email protected]>
Backup restore (#2805)

* added Restore to worker proto and added management code.
extended ee/backup/writer to read, r...

github.com/unigraph-dev/dgraph - b845363a5c837930d9d1c4e9382088cbdeb9ce34 authored almost 6 years ago by Gus <[email protected]>
Apply "gofmt -s" to all packages. (#2874)

github.com/unigraph-dev/dgraph - 44afbe301908c7999bba27e46dd47dcc0de3e42d authored almost 6 years ago by Martin Martinez Rivera <[email protected]>
add line length lt 100 check to linter (#2865)

github.com/unigraph-dev/dgraph - 396dd2714c8c202f7e237ccc8b7321e0151daecc authored almost 6 years ago by Gus <[email protected]>
Fix equality in needsCountIndexRebuild (#2866)

github.com/unigraph-dev/dgraph - b2e82f00543fd33bbd46467a1240c29b58ef4f11 authored almost 6 years ago by Martin Martinez Rivera <[email protected]>
Refactor rebuild index logic. (#2851)

* Refactor rebuild index logic.

* Delete the index.go file in the working module. The callers...

github.com/unigraph-dev/dgraph - 0caeb41856d7cc94d0b89b32ffc201d2de5195bc authored almost 6 years ago by Martin Martinez Rivera <[email protected]>
Fix linter errors in algo/ (#2861)

github.com/unigraph-dev/dgraph - 2033183190db7bc445d300cb5b9ea829d1c58cea authored almost 6 years ago by Martin Martinez Rivera <[email protected]>
Bulk test use containers (#2846)

* Move bulk command test to bulk command directory.

* Re-facto bulk schema test to use contai...

github.com/unigraph-dev/dgraph - 1fc0bb5af77068d8c17daeb46c1c1a84c0f255d0 authored almost 6 years ago by Javier Alvarado <[email protected]>
Display error when multiple mutation blocks (#2817)

* added two checks for multiple mutation blocks.

* added test for parsing mutation with too m...

github.com/unigraph-dev/dgraph - c5d93203ac4f5a88e1f4793632a86727ad256dd5 authored almost 6 years ago by Gus <[email protected]>
Update CHANGELOG for v1.0.12 (unreleased).

github.com/unigraph-dev/dgraph - f97a1fd8292080b78cdc764588c2883db9d21d99 authored almost 6 years ago by Daniel Mai <[email protected]>
Fix linter warnings in list.go (#2853)

github.com/unigraph-dev/dgraph - d86be2ffa5800013a6b11641b7b2706790b1e930 authored almost 6 years ago by Martin Martinez Rivera <[email protected]>
Discard earlier versions of posting lists (#2859)

* Move TxnWriter to posting pkg, so it can discard earlier versions based on Posting bits.
* Fi...

github.com/unigraph-dev/dgraph - 72b7e9b9c3089282a705d059cab6455a05b3d72a authored almost 6 years ago by Manish R Jain <[email protected]>
Fix breaking tests due to LRU cache removal change.

github.com/unigraph-dev/dgraph - a311644eb935c936c2ee25850d4bf830356d26bc authored almost 6 years ago by Manish R Jain <[email protected]>
Remove LRU cache from Alpha (#2837)

The LRU cache in Alpha has been causing a lot of contention. This PR removes the cache altogethe...

github.com/unigraph-dev/dgraph - b9990f4619b64615c2c18bb7627d198b4397109c authored almost 6 years ago by Manish R Jain <[email protected]>
Remove a micro-optimization, which was causing a race condition. (#2856)

Fix for #2849 .

github.com/unigraph-dev/dgraph - 787799ba7dcc9ab9de2dac28410baeb192690509 authored almost 6 years ago by Manish R Jain <[email protected]>
Remove Stream framework from Dgraph (#2857)

- Stream framework has been completely ported over to Badger. My previous PRs ported all but one...

github.com/unigraph-dev/dgraph - bc8750a41a20163dd7a57087e34ae57bd92c667e authored almost 6 years ago by Manish R Jain <[email protected]>
Update README.md

s/v1.0.0/v1.0.x

github.com/unigraph-dev/dgraph - a6aabb7e80d2abe17de452ac2bab6f01c836217b authored almost 6 years ago by Manish R Jain <[email protected]>
Update README.md

Remove Slack Status from the top bar.

github.com/unigraph-dev/dgraph - 43041c56d7ff93a6d393708ffcf6d652858aedd0 authored almost 6 years ago by Manish R Jain <[email protected]>
Update CONTRIBUTING.md

Add a "Most of" in front of Dgraph, so users don't assume that all of Dgraph is under Apache 2.0.

github.com/unigraph-dev/dgraph - aed047c0eb29bbff73edcff4b20e3811c6a548e4 authored almost 6 years ago by Manish R Jain <[email protected]>
Switch predicate move to Badger.Stream as well, and other relevant changes.

github.com/unigraph-dev/dgraph - 59c310983d17b0422094cb0967b4c007233b4a59 authored almost 6 years ago by Manish R Jain <[email protected]>
Fix build breakage

github.com/unigraph-dev/dgraph - 6ed317c710e2f24e03c3b40d594a69362e539b4b authored almost 6 years ago by Manish R Jain <[email protected]>
Use the new Stream API from Badger (#2852)

- Snapshot stream now uses the new Stream API by Badger.
- During snapshot streaming, we no lon...

github.com/unigraph-dev/dgraph - eca7d1faf4b7a0bd8325c35938ed62509360eaf9 authored almost 6 years ago by Manish R Jain <[email protected]>
Add new option in debug tool to get a histogram of key and value sizes. (#2844)

The new option can be accessed via the --histogram flag. It will print a
histogram of the key a...

github.com/unigraph-dev/dgraph - 320fb1cc1a19cbe8f0e1fb5725d1ef2d783a0dbf authored almost 6 years ago by Martin Martinez Rivera <[email protected]>
Fix compression test so it does not crash when dgraph does not support compression.

github.com/unigraph-dev/dgraph - cebf25e99b718b6100f15c02a12904eae4b4123e authored almost 6 years ago by Javier Alvarado <[email protected]>
Issue 2241: support compression (#2843)

* Enable gzipped response over HTTP.

* Add test for query response compression.

* Support ...

github.com/unigraph-dev/dgraph - 7021f95af06f8b22193035271e5a8366a9b931c6 authored almost 6 years ago by Javier Alvarado <[email protected]>
Fix Rollup to pick max update commit ts

If the STAR delete marker is the most recent update in a posting list,
Rollup ignores the versio...

github.com/unigraph-dev/dgraph - 4ca67ca2be424c5e25c0468a1f51a57e03b53657 authored almost 6 years ago by Manish R Jain <[email protected]>
Bug fix: Skip empty posting lists in has func

BitEmptyPosting was being ORed with BitCompletePosting, which caused
handleHasFunc to include an...

github.com/unigraph-dev/dgraph - d429345c8127451b1107adf27e4e0c97ddf9f23f authored almost 6 years ago by Manish R Jain <[email protected]>
Update debug tool to show badger.Item meta information.

github.com/unigraph-dev/dgraph - 3e0c3fb9dc63576d31c706c1715ff5583f92faef authored almost 6 years ago by Manish R Jain <[email protected]>
Merge branch 'master' of github.com:dgraph-io/dgraph

github.com/unigraph-dev/dgraph - 40af0b30eb460ddca7b3b7d139695524044b55ea authored almost 6 years ago by Manish R Jain <[email protected]>
Allow setting a read timestamp in debug tool.

github.com/unigraph-dev/dgraph - 9d8f775d41107250f1d0721278fed1e86222e33c authored almost 6 years ago by Manish R Jain <[email protected]>
docs: Add tracing section about OpenCensus and Jaeger. (#2841)

Add docs about viewing OpenCensus traces with zPages and Jaeger and about the trace-related flag...

github.com/unigraph-dev/dgraph - 4406324c04159027202194b9dae3184e28d3e468 authored almost 6 years ago by Daniel Mai <[email protected]>
Decrease the directory hierarchy for ACL codebase.

github.com/unigraph-dev/dgraph - b9ecdbe3cae4f2b140f14e4213efcb72c8e23e89 authored almost 6 years ago by Manish R Jain <[email protected]>
Let eq use string "uid" as value (#2830)

* allow 'eq' to use "uid" as value.

* added test for "uid" as value.

github.com/unigraph-dev/dgraph - 94ca02824c3bd40c93723888d0c6370aef21f282 authored almost 6 years ago by Gus <[email protected]>
Automatically pick up the k8s pod namespace for DNS resolution.

The k8s DNS names contain the name of the namespace in which the pods
are deployed. The configs ...

github.com/unigraph-dev/dgraph - bebf84ca641357e459d2d8896f1732c3c232d3a6 authored almost 6 years ago by Daniel Mai <[email protected]>
Remove Alpha init delay from k8s config.

This reverts commit a76558385060fd4694f45a4fd1734abc2e8a8225.

This is no longer necessary. See
...

github.com/unigraph-dev/dgraph - 3dafddfb074b446e49163fd001a2f2ff41a756dd authored almost 6 years ago by Daniel Mai <[email protected]>
Use json.Marshal for strings and blobs (#2833)

* Use json.Marshal for strings and blobs, because Go's strconv.Quote is incompatible with JSON.
...

github.com/unigraph-dev/dgraph - 99406b3a601f70c2d9ab7a7ee4c55e4dfd9a6232 authored almost 6 years ago by Manish R Jain <[email protected]>
Don't assume schema empty at start in bulk schema test.

github.com/unigraph-dev/dgraph - 00fa25afb2ec69fe41b84170193e5066fb0fd5ae authored almost 6 years ago by Javier Alvarado <[email protected]>
Make HTTP JSON response encoding more efficient

Currently we use a fast JSON encoder to encode results. Then put that in
a map, and run json.Mar...

github.com/unigraph-dev/dgraph - ae1d9f3fa7ea7292c241a53215064b5ddff289e6 authored almost 6 years ago by Manish R Jain <[email protected]>
docs: Remove lin_read usage from client implementation guide. (#2823)

* Remove lin_read from client docs.
* Add info about preds field.
* Show example of preds fiel...

github.com/unigraph-dev/dgraph - d71ecc8e9c70d04b9bff02371661ea1b1ec5e6c5 authored almost 6 years ago by Daniel Mai <[email protected]>
Optimize and refactor facet filtering (#2829)

* Refactor how facet filtering is done.
* Avoid panics during facetsMatrix iteration.
* Check ...

github.com/unigraph-dev/dgraph - fee3ac6dda17fee7bf357c0bc134678cb7653e5c authored almost 6 years ago by Manish R Jain <[email protected]>
docs: Reorder docs build script version list.

* Move master right below the latest release.

github.com/unigraph-dev/dgraph - 734650b2b602bde6f77b5a91dbc8c0bda598f9b4 authored almost 6 years ago by Daniel Mai <[email protected]>
docs: Add v1.0.11 to docs build script.

github.com/unigraph-dev/dgraph - a67ef3509936f45dc2da94bc84783eb1a1bccc35 authored almost 6 years ago by Daniel Mai <[email protected]>
Update CHANGELOG for v1.0.11 (released).

github.com/unigraph-dev/dgraph - 9e47c744b0866710807206fcc9ace2fa00e2fb57 authored almost 6 years ago by Daniel Mai <[email protected]>
docs: Remove unused id type from type list.

github.com/unigraph-dev/dgraph - b2a09c5b23326fe4d1ca657a1551f8f3e518afdd authored almost 6 years ago by Daniel Mai <[email protected]>
Add bulk options missed in merge of branch.

github.com/unigraph-dev/dgraph - 65231a9dc6a526045caf2df16eee6ba81564be6f authored almost 6 years ago by Javier Alvarado <[email protected]>
Support bulk load of JSON data. (#2799)

* Only output open file limit info if there is a problem.

* Refactor RDF-to-NQuad and JSON-to...

github.com/unigraph-dev/dgraph - 90304920a19ffed44a7f67bba67c0d4329998d51 authored almost 6 years ago by Javier Alvarado <[email protected]>
Fewer OpenCensus spans

Reduce the number of OpenCensus spans created by instead annotating the
function calls and the d...

github.com/unigraph-dev/dgraph - eefd9965578ee46909b4f13dd763e50c491bf601 authored almost 6 years ago by Manish R Jain <[email protected]>
Support custom tokenizer in bulk loader (#2820)

Closes #2798:

* Add --custom_tokenizers option to bulk loader.

github.com/unigraph-dev/dgraph - ac3eec724af39aaa40f2065a1ca796f98de04ba3 authored almost 6 years ago by Javier Alvarado <[email protected]>
docs: Update source installation instructions. (#2821)

github.com/unigraph-dev/dgraph - b07420786e9d3e980ca429800a00e3da592d5f1f authored almost 6 years ago by Daniel Mai <[email protected]>
Avoid dropping acl predicates for the drop all request (#2812)

github.com/unigraph-dev/dgraph - 9f506e7d8a1e722f38601507b0673cab414128e5 authored almost 6 years ago by Lucas Wang <[email protected]>
docs: Remove broken link.

* XID <-> UID section was removed in db1acb813d14939b8a138d55495ee2ea1e04dc01.

github.com/unigraph-dev/dgraph - 51bc792510bb6f876f19b2aa3c60f1cce37a0520 authored almost 6 years ago by Daniel Mai <[email protected]>
docs: Add config file examples for all supported formats.

* JSON, YAML, TOML, HCL, and Java properties

github.com/unigraph-dev/dgraph - bde9ac55461bafc8cdbc5aa83852a30b676ae9b6 authored almost 6 years ago by Daniel Mai <[email protected]>
Adding 1 zero 1 alpha cluster for testing (#2809)

Also added containers of jaeger, prometheus, grafana for tracing and metrics

github.com/unigraph-dev/dgraph - aeebf579e6a1a35c6afcbff76c1e361e537388ec authored almost 6 years ago by Lucas Wang <[email protected]>
Fix YML syntax error in dgraph-ha.yaml k8s config. (#2806)

github.com/unigraph-dev/dgraph - 33f75d5d16000021737e5137abfe72dce4bf38f9 authored almost 6 years ago by Le Duc Duy <[email protected]>
Adding the acl subcommand to support acl features (#2795)

github.com/unigraph-dev/dgraph - b6d9b848bad07095f243d034130638725f915969 authored almost 6 years ago by Lucas Wang <[email protected]>
Validate and converting facets to binary (#2797)

- Removed the TryValFor function
- Simplified TypeIDFor and ValFor
- Converting facets to bina...

github.com/unigraph-dev/dgraph - a25d2b7e44362b9b44871aefa7470f9ee5ca041c authored almost 6 years ago by Lucas Wang <[email protected]>
Change Encrypt to not re-encrypt password values. (#2784)

* added prefix check to Encrypt to not re-encrypt password values.

* improved version of bcry...

github.com/unigraph-dev/dgraph - b488fc212fe7023169b40329ea9e1628db7a1e69 authored almost 6 years ago by Gus <[email protected]>
Add Dart client to README and clients docs page. (#2804)

github.com/unigraph-dev/dgraph - 666f4d7c9872b4ef49fdf1330bf23235ccd243ec authored almost 6 years ago by Marcelo Henrique Neppel <[email protected]>
docs: Fix link to shutdown section.

github.com/unigraph-dev/dgraph - be6984a2c67327703f93c3091bcb36a58f55e9c5 authored almost 6 years ago by Daniel Mai <[email protected]>
Update CHANGELOG for v1.0.11 (unreleased).

* Remove unnecessary bullet indentation.

github.com/unigraph-dev/dgraph - 6fdc4d424c71c3057ebbe0b28fd910e45bc52086 authored almost 6 years ago by Daniel Mai <[email protected]>
Update license headers for Dgraph Community License files. (#2794)

* Rename backup_oss.go -> backup.go
* Rename backup.go -> backup_ee.go

github.com/unigraph-dev/dgraph - 643e79314e3b30646f06232b2806d1da337fe3ab authored almost 6 years ago by Daniel Mai <[email protected]>
Update CHANGELOG for v1.0.11 (unreleased). (#2787)

github.com/unigraph-dev/dgraph - e30f3df5819bb488491d21daa5baf18c17c9a0bd authored almost 6 years ago by Daniel Mai <[email protected]>
Fix a test failure, due to deadlock in posting/oracle.go introduced by my last change.

github.com/unigraph-dev/dgraph - 0e08f88888ef102da015509166db3852cd67f008 authored almost 6 years ago by Manish R Jain <[email protected]>
Make handleValuePostings concurrent, like handleUidPostings. (#2796)

- Use the same mechanism in handleValuePostings as we did in handleUidPostings to make the execu...

github.com/unigraph-dev/dgraph - fc9b46116b57b8a91638d7c4494d7dcd8aa56b51 authored almost 6 years ago by Manish R Jain <[email protected]>
docs: Edits for i18n predicate name sections.

github.com/unigraph-dev/dgraph - 76691f29b5d15ed5938c4ddd94b0bca41d541ce7 authored almost 6 years ago by Daniel Mai <[email protected]>
Documentation on IRI predicates and facets (#2792)

* added i18n docs in schema section.

* added predicate i18n section.
added facets i18n section.

github.com/unigraph-dev/dgraph - e838bd96f90fd9e7ae71ee361fea2c34e4ae83ec authored almost 6 years ago by Gus <[email protected]>
Fix an off-by-one error

When making handleUidPostings concurrent, I introduced a bug where the
width = math.Floor, when ...

github.com/unigraph-dev/dgraph - 290028dc48e419cc9ea9473364b2c6b6e8e0f5f2 authored almost 6 years ago by Manish R Jain <[email protected]>
Merge branch 'master' of github.com:dgraph-io/dgraph

github.com/unigraph-dev/dgraph - 25f9919876eafe42730afb9faf8406e23108fa03 authored almost 6 years ago by Manish R Jain <[email protected]>
Add a way to specify the max timestamp Jepsen test should be using.

github.com/unigraph-dev/dgraph - d6191cc7335d9719d9dcebe5d091dfd54a36162b authored almost 6 years ago by Manish R Jain <[email protected]>
Make OSS builds (#2790)

* updated make for OSS-specific build.
added oss build tags in ee and importer files.
removed ...

github.com/unigraph-dev/dgraph - 0ce513e9928b5b97d6f8503b992e9ed341048ef1 authored almost 6 years ago by Gus <[email protected]>
Handle various edge cases around cluster memberships. (#2791)

- We had a bug where we'll infinite remove and connect to an address which is present in both ac...

github.com/unigraph-dev/dgraph - 9e1ce3d2b76fdca9fea374f947c48f3742015a4d authored almost 6 years ago by Manish R Jain <[email protected]>
Codexnull/bulk schema (#2762)

* Don't skip predicates with value type of default when loading the schema. (#2616)

* Allow r...

github.com/unigraph-dev/dgraph - 1b301e2738ba3a435bc18637c5b252f103d3673e authored almost 6 years ago by Javier Alvarado <[email protected]>
Enterprise features flag for Alpha (#2788)

* added root flag to alpha: enterprise_features

* updated flag description and backupHandler ...

github.com/unigraph-dev/dgraph - 3da37ce062ac2999b1cce0ca0a942fa0af8be3e7 authored almost 6 years ago by Gus <[email protected]>
Mismatched tests on map values produce incorrect logic. (#2754)

* fixed multiple mismatched tests for value maps.
* more fixes to map value checks. linter and ...

github.com/unigraph-dev/dgraph - 18d8d2547345e68eb148784a5505993b25394b85 authored almost 6 years ago by Gus <[email protected]>
docs: Fix typo.

github.com/unigraph-dev/dgraph - a2c002e02f3dfb26c9c9f8c9cfca6537cdb4142f authored almost 6 years ago by Daniel Mai <[email protected]>
docs: Document /assign endpoint for uids and timestamps. (#2785)

github.com/unigraph-dev/dgraph - 0839cf844d6de99597f78373d7b66824645f4729 authored almost 6 years ago by Daniel Mai <[email protected]>
Make Zero periodically check for Quorum

If a Zero leader goes behind partition, it would continue to think that
it is still the leader, ...

github.com/unigraph-dev/dgraph - f6eb63299f04a01e2f6ea7923944e61baf3c0670 authored almost 6 years ago by Manish R Jain <[email protected]>
Assign Zero timestamps

Add a way to request for timestamps from Zero via HTTP. This is useful
to fast forward Zero stat...

github.com/unigraph-dev/dgraph - 47658f4ad709ad6c9307ef3e2eab46c1503598a8 authored almost 6 years ago by Manish R Jain <[email protected]>
Use BitSchemaPosting for schema keys.

- Make `dgraph debug --jepsen` work across predicate stripes.
- Sometimes it gets hard to debug,...

github.com/unigraph-dev/dgraph - 5c9785394e85af6d60a5fc7f66eb1db16f172217 authored almost 6 years ago by Manish R Jain <[email protected]>
Replace traces with spans from OpenCensus (#2781)

* Replace traces with spans from OpenCensus.

github.com/unigraph-dev/dgraph - c4bb4114c0e6bb6eb0eac5b5053b2e11b43555b0 authored almost 6 years ago by Manish R Jain <[email protected]>
Set the Prefix option during iteration (#2780)

Badger now has a new way to iterate over a certain prefix. This is done by setting a new `Prefix...

github.com/unigraph-dev/dgraph - 87d66e2b96cf28ab2b2833e6544fb97fc3de1327 authored almost 6 years ago by Manish R Jain <[email protected]>
docs: Add outdated notice to mutations design concepts.

github.com/unigraph-dev/dgraph - 2afa0962b27e59c8d606ff89258e4ebe49c684c4 authored almost 6 years ago by Daniel Mai <[email protected]>
Add Code of Conduct file. (#2779)

* Add code of conduct document to refer to conduct page at dgraph.io.

github.com/unigraph-dev/dgraph - 7f485d0df5b74b51c2fecdf2e611693dd9845daf authored almost 6 years ago by Daniel Mai <[email protected]>
Pull newest xgo-latest image for every release. (#2770)

This will pick up the latest Go version released by xgo. Without this, the xgo
command will cou...

github.com/unigraph-dev/dgraph - 307946765109fec53418937f6197dbc2eba8ef28 authored almost 6 years ago by Daniel Mai <[email protected]>
Print go version along with Dgraph version. (#2768)

github.com/unigraph-dev/dgraph - 50eb86615298812ebead64af854586d60431344b authored almost 6 years ago by Daniel Mai <[email protected]>
Fix link to help_wanted (#2774)

github.com/unigraph-dev/dgraph - 129e269f2f6cadcadfd5baf938b00492d945273b authored almost 6 years ago by Jorge Velasco <[email protected]>
Split membership sync endpoints and remove PurgeTs endpoint (#2773)

- Now that Zero followers cannot send proposals to leader, Alphas must send their membership upd...

github.com/unigraph-dev/dgraph - 60bbf0ac1c7b89beaa0081278287a60c9ebec693 authored almost 6 years ago by Manish R Jain <[email protected]>
Optimize query: UID expansion (#2772)

Add a lot of Open Census tracing in query path execution.
Run handleUidPostings concurrently us...

github.com/unigraph-dev/dgraph - 701e18d06729fd3c7bd3c819df4a07ff71576d74 authored almost 6 years ago by Manish R Jain <[email protected]>
Checking nil values in the equal function (#2769)

* Checking nil values in the equal function

github.com/unigraph-dev/dgraph - 4786be3a66258a26ac5f7ed97d39ed2b111b1ed7 authored almost 6 years ago by Lucas Wang <[email protected]>
Integrate Opencensus and fix Jepsen bank test (#2764)

Got it. Fixed it. Squashed it. Done with it. Tamed it. Time to bask in the glory of victory!

...

github.com/unigraph-dev/dgraph - 3b6d817f4d4cc575578119036fc3a2c9c08efec6 authored almost 6 years ago by Manish R Jain <[email protected]>
docs: Fix image path.

github.com/unigraph-dev/dgraph - b720fee3931cc07dfeca78ecd115046dc70a7002 authored almost 6 years ago by Daniel Mai <[email protected]>
Remove assert for zero-length posting lists. (#2763)

github.com/unigraph-dev/dgraph - a3a75ef518e01503cf5a3746ecb9e6061b8c7358 authored almost 6 years ago by Daniel Mai <[email protected]>