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

Add error paths and locations to GraphQL error propagation (#3796)

* add Locationa and Type Stringer

* Test errors as json, not require.Equal

* All queries w...

github.com/unigraph-dev/dgraph - a8ca19dd8bf8ba737355edf8bbc4e9391cda088f authored about 5 years ago by Michael Compton <[email protected]>
Change validation infra (#3797)

github.com/unigraph-dev/dgraph - 7c5ba7f9922fd0d58e3ca54f8ce205f85c790ffd authored about 5 years ago by Animesh Chandra Pathak <[email protected]>
Fix flaky 21-million query tests. (#3810)

This fix builds on top of the fixes done in
bf1e288bfffa2510b1c20f1353b85f40eb322f49.

Replac...

github.com/unigraph-dev/dgraph - ef8415157c9e97fa9a147e2d51ac654e7b6c4c6a authored about 5 years ago by Daniel Mai <[email protected]>
Change x.Parse to return a struct instead of a pointer. (#3766)

* Change x.Parse to return a struct instead of a pointer.
* fix tests.

github.com/unigraph-dev/dgraph - 32953ec5e154262dd307cf7aaa8df2da4ba11518 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Use one atomic variable to generate blank node ids for json objects (#3795)

Previously, the JSON chunker was generating the same blank node for different map objects. This ...

github.com/unigraph-dev/dgraph - a7271fd832965ce3495ca9e44c08473089fb9a98 authored about 5 years ago by Lucas Wang <[email protected]>
Fix flaky 21-million query tests. (#3808)

Update tests that use pagination to also use sorting so the results are
deterministic based on ...

github.com/unigraph-dev/dgraph - bf1e288bfffa2510b1c20f1353b85f40eb322f49 authored about 5 years ago by Daniel Mai <[email protected]>
Various optimizations for Geo queries (#3805)

- Remove query cache which is causing contention.
- Make geo filtering execute in parallel.
- ...

github.com/unigraph-dev/dgraph - 77f024a77f55029f90e8d03b441864edb94c4c03 authored about 5 years ago by Manish R Jain <[email protected]>
compose: Add flag to run Ratel. (#3802)

This adds --ratel and --ratel_port flags to run Ratel via the compose tool.

Run default compo...

github.com/unigraph-dev/dgraph - dc1d25e969183523d4f902db83071425bb73bddd authored about 5 years ago by Daniel Mai <[email protected]>
Remove schema not actually use by testing

github.com/unigraph-dev/dgraph - f323ed60adde08af687971169336baf0a10dbb09 authored about 5 years ago by MichaelJCompton <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 6e6be58492944df0539091d3a3ff24461bf4ab56 authored about 5 years ago by MichaelJCompton <[email protected]>
Bulk Loader: Fix memory usage by JSON parser (#3794)

The current JSON chunker/parser was creating a slice of NQuads for each JSON map. This resulted ...

github.com/unigraph-dev/dgraph - c594918dae08f0d0ce63075aa213826d11e7d1ff authored about 5 years ago by Manish R Jain <[email protected]>
Add a GraphQL request id (#3778)

* Add request id into context and use in logs and errors

github.com/unigraph-dev/dgraph - 116a6df99b97aeefe13c4b94c4f4bdd765f2d101 authored about 5 years ago by Michael Compton <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 4ac560d4e0152dceb7624611d598738c47d9a5b6 authored about 5 years ago by MichaelJCompton <[email protected]>
Unset GOBIN before running release script. (#3785)

I had an issue since GOBIN and GOPATH were both set in my environment to
simply setting GOPATH ...

github.com/unigraph-dev/dgraph - 885e2e22822ae9db8bc37296765e86205095f237 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Vendor latest badger. (#3784)

This change includes the [breaking/format] change dgraph-io/badger@88d5a3c that changes the unde...

github.com/unigraph-dev/dgraph - e805a16c7720c86fa29f309fece1c3a53b17e308 authored about 5 years ago by Ibrahim Jarif <[email protected]>
Update CHANGELOG for v1.1.0 (unreleased). (#3633)

Added CHANGELOG updates for v1.1 up to commit 5ea255340.

github.com/unigraph-dev/dgraph - 62ead43382774e54e3300fc1eae9ff3495b6540a authored about 5 years ago by Daniel Mai <[email protected]>
Fix how query stats are calculated. (#3711)

- Add stat for how long it takes to retrieve to get a timestamp from
zero.
- Simplify encoding...

github.com/unigraph-dev/dgraph - 5e8c5e1383099963d5d38bf364c008fa436f035d authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Adding DGRAPH_ENDPOINT env var for docs site (#3764)

* Adding DGRAPH_ENDPOINT env variable

* Using relative wiki path

* Pick DGRAPH_ENDPOINT fr...

github.com/unigraph-dev/dgraph - 2a122551efc28888b483a9a53671f168bcf11e63 authored about 5 years ago by Prashant Shahi <[email protected]>
release.sh: Bump Go version for release builds to 1.12.7. (#3780)

* Bump Go version for release builds to 1.12.7.

* Run Ratel tests.

These tests used to run...

github.com/unigraph-dev/dgraph - 3403b855bd19dc18bc9b9aad3ea926aad6e129ad authored about 5 years ago by Daniel Mai <[email protected]>
Fix for panic in fillGroupedVars (#3781)

Use DestUIDs() function while accessing uids from child in GroupBy query. This fixes #3768.

github.com/unigraph-dev/dgraph - 99652e626fcad4b82ad2edc7d9417b5874c32ae0 authored about 5 years ago by Pawan Rawal <[email protected]>
Use go test -json when running tests in TeamCity. (#3775)

This takes advantage of TeamCity's Go test integration, such as grouping tests per package.

h...

github.com/unigraph-dev/dgraph - 25f60422dc48bd1016b7774602e974747fd85767 authored about 5 years ago by Daniel Mai <[email protected]>
Reuse postings and avoid fmt.Sprintf to reduce mem allocations (#3767)

* Let's reuse postings
* Do not use fmt.Sprintf to generate collision key. Instead use and stor...

github.com/unigraph-dev/dgraph - 6fd4dc4bc8f3e08b458900ea66e47fb80efbcdaa authored about 5 years ago by Manish R Jain <[email protected]>
Add support for conditional mutation in Upsert Block (#3612)

github.com/unigraph-dev/dgraph - 7e1cce41ed9788052fee85ecf5f5dfee07aa3317 authored about 5 years ago by Aman Mangal <[email protected]>
Fix tests to use sub tests

github.com/unigraph-dev/dgraph - d6b3e2f9878b7275cfc384e64136f4d7000706fe authored about 5 years ago by MichaelJCompton <[email protected]>
Add GQL error propagation algorithm (#3754)

* Add Type to Field interface

* Add value completion algorithm to resolver

* Use value com...

github.com/unigraph-dev/dgraph - 963db325e5fffec09fd12d1ca3548d9fdc8531ab authored about 5 years ago by Michael Compton <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 4e53c27726bbca95d543ed4be522db04f2772805 authored about 5 years ago by MichaelJCompton <[email protected]>
Adding ristretto/z in vendor #3750 (#3751)

* Adding restretto/z in vendor

* Adding code for restretto

github.com/unigraph-dev/dgraph - 2883f667c6af2f0eed6639fb83559b50a97fbdfe authored about 5 years ago by Prashant Shahi <[email protected]>
Seperate pre and post gql validation (#3777)

github.com/unigraph-dev/dgraph - 4937cac5490419c3d048591caa533719a082cb6f authored about 5 years ago by Animesh Chandra Pathak <[email protected]>
Remove schema equality functions (#3771)

* Remove schema equality functions

Remove all the equality check functions. Sort keys of sche...

github.com/unigraph-dev/dgraph - db9035c9a0851325ae83461a503926b8528ef39f authored about 5 years ago by Animesh Chandra Pathak <[email protected]>
Reuse lexer for parsing rdf(#3762)

We used to create a new lexer instance for parsing every RDF line in bulk loader. This used to r...

github.com/unigraph-dev/dgraph - f683f9a4304075eed3c6db54acb740de4b3fbc5d authored about 5 years ago by Ashish Goswami <[email protected]>
Use subtests for 21-million data set query tests. (#3758)

* Use Go subtests for 21-million data set queries so that each query
test can be captured by ...

github.com/unigraph-dev/dgraph - 25d9fa93b6a578520a431d1c45b41e2bce9daaba authored about 5 years ago by Daniel Mai <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 76c43a88ddd4ea23dd28de0aa4727475e306f60a authored about 5 years ago by MichaelJCompton <[email protected]>
use Item.Errorf to report errors that include line and column numbers. (#3760)

github.com/unigraph-dev/dgraph - 3da5031b6c0809cef8a4871a8f3c43196e9c934c authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Bugfix: Use DestUids while doing the comparison for length function. (#3769)

Use DestUids while doing comparison for filters

github.com/unigraph-dev/dgraph - c5a0f38d88ffe69f871f9adcb3271e3dea665ed0 authored about 5 years ago by Pawan Rawal <[email protected]>
Fix for the breakage in the previous commit. Reset MapEntry after getting from pool.

github.com/unigraph-dev/dgraph - 802ec4c39dc99feaad3e344f46e6b31a412fd2e3 authored about 5 years ago by Manish R Jain <[email protected]>
Add support for len function in query language (#3756)

This allows filtering subgraph using the length of a uid list stored in uid variables. This chan...

github.com/unigraph-dev/dgraph - 800b44394996e6f8a75fbab193f7211262a77bc3 authored about 5 years ago by Aman Mangal <[email protected]>
Return GraphQL compliant errors for http requests (#3728)

github.com/unigraph-dev/dgraph - efb9387738f820df146f346f04bf2fd02ad9e5fb authored about 5 years ago by Michael Compton <[email protected]>
Use sync.Pool for MapEntries in bulk loader (#3763)

This PR has a significant impact on the allocated objects and space. For addMapEntry it went dow...

github.com/unigraph-dev/dgraph - 3e52a8fe64ab1d43a13194004a50f67fde81778b authored about 5 years ago by Manish R Jain <[email protected]>
Dgraph schema generation (#3744)

github.com/unigraph-dev/dgraph - 07403549257eb806c03c2d4bd0593c51157e866c authored about 5 years ago by Animesh Chandra Pathak <[email protected]>
Add code comments and fix data races in query.go. (#3749)

- Fixes the race conditions mentioned in #3685 by removing global variables from `worker/task.go...

github.com/unigraph-dev/dgraph - 8ba4a859148c13dddf12ab99acdfb5d569c207b7 authored about 5 years ago by Pawan Rawal <[email protected]>
Fix Raft heartbeat rate for Zero. (#3753)

In #3708 (4b41d9c907f3cef4ab83bbbdc1f9ba86f354134d) we bumped up the Raft
heartbeat rate to 100...

github.com/unigraph-dev/dgraph - 9abaea4d58d264a2f253cd373894ae79a69263cb authored about 5 years ago by Daniel Mai <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - f9197a959d961e021b5a1583aeb7524a286b0e2d authored about 5 years ago by MichaelJCompton <[email protected]>
Add more documentation for backup and restore features. (#3660)

github.com/unigraph-dev/dgraph - 58820c0124a76e26e0b3c4acf99666234eb3ff48 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Security fix: prevent the HmacSecret from being logged (#3734)

github.com/unigraph-dev/dgraph - d273ed672f87dea5266b3201732292eeeb0938c4 authored about 5 years ago by Lucas Wang <[email protected]>
vendor in badger, dgo and regenerate protobufs (#3747)

github.com/unigraph-dev/dgraph - e1071fec9677655344c3f0ae0c2544ff6fa5efae authored about 5 years ago by Lucas Wang <[email protected]>
adding back the go runtime metrics about CPU and memory (#3745)

github.com/unigraph-dev/dgraph - 76020cc75fee1c34a745a49e152d5b727ec3527a authored about 5 years ago by Lucas Wang <[email protected]>
Reduce memory consumption in bulk loader (#3724)

github.com/unigraph-dev/dgraph - 31b96c2631ac781f57d5e936a1183a8a14709bea authored about 5 years ago by Lucas Wang <[email protected]>
Refactor schema gen (#3727)

Change supported scalar to struct. Wrap schema generation internals
to a single function. Add t...

github.com/unigraph-dev/dgraph - ec1dfa9a3bc2ff0d76c2387e80a821dc7a1adf0d authored about 5 years ago by Animesh Chandra Pathak <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 65a6e192bc1a482bbde2a573aebd8337e889427e authored about 5 years ago by MichaelJCompton <[email protected]>
Refactor GraphQL + add mutate and delete (#3732)

* Fixup how response is written and add tests

* Create dgraph package
- move dgo client cod...

github.com/unigraph-dev/dgraph - 20a6692d5806cf9e43a2a03a36b1d21eae436ce0 authored about 5 years ago by Michael Compton <[email protected]>
Continue instead of breaking while trying to find tablet to move in Zero (#3733)

This fixes the bug where we were exiting out of rebalanceTablets goroutine after the first run i...

github.com/unigraph-dev/dgraph - 857e30fd11556b5f5948b521fb29da2a4b338c5a authored about 5 years ago by Pawan Rawal <[email protected]>
Rename z package to testutil. (#3730)

Ristretto will be using the z package from now on so the z package in
dgrpah (containing utilit...

github.com/unigraph-dev/dgraph - 60d1c130fe06507794e55e274ad02dbe52fbcd9b authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Fix more golangci issues. (#3729)

- Fix config file to exclude issues like "type Uid should be UID".
- Remove unused warnings for...

github.com/unigraph-dev/dgraph - 2d0f950fd0c950af5f6934615046ce5d07418df7 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
fix race condition in the test-21million.sh (#3719)

github.com/unigraph-dev/dgraph - feb41dc56495d7de21a0865f190c3602c14437bf authored about 5 years ago by Lucas Wang <[email protected]>
Clarify both uid and literal edges are deleted in JSON "S * *" syntax. (#3722)

github.com/unigraph-dev/dgraph - 8272d5ca9d3b9fb5fa366cb95e6b36f80706d572 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - d8a2ac25c8068a5d5ce4d63ab406f0331f30951e authored about 5 years ago by MichaelJCompton <[email protected]>
Add documentation on type queries. (#3720)

github.com/unigraph-dev/dgraph - cf7c1e630483e57c822b315c6fd6932cbf970b5a authored about 5 years ago by Martin Martinez Rivera <[email protected]>
systest: Fix relative path in test-21million.sh. (#3715)

Use the $QUERY_DIR absolute path instead of the relative path for the queries
directory so that...

github.com/unigraph-dev/dgraph - b0b676d6c89ce6bba7d688d1565df30505e069a8 authored about 5 years ago by Daniel Mai <[email protected]>
Modify loader_test.go to use an existing docker cluster. (#3689)

This test is currently creating its own cluster. This PR modifies the
test so that it uses a cl...

github.com/unigraph-dev/dgraph - d0767bcb6569f0c65cef283d47bf77239d8d8104 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Don't read data posting lists in certain cases (#3713)

To further #3695 , only read posting lists in certain cases. For e.g., when they are indexed, or...

github.com/unigraph-dev/dgraph - b177debf6a7e871be5c71ca2c1349d969bddc34f authored about 5 years ago by Manish R Jain <[email protected]>
Support uid variables in from and to arguments for shortest path query

From and to arguments for a shortest path query could only take hard coded uid values earlier. T...

github.com/unigraph-dev/dgraph - e169f2cc8f729f6a02bf1a053e8fa2c716cd857e authored about 5 years ago by Pawan Rawal <[email protected]>
Clean up logic in tryParseAsGeo. (#3672)

github.com/unigraph-dev/dgraph - 98d3f0211c98254e0ad8204309e39ee56a414e55 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Remove mentions of _predicate_ from fuzz data. (#3712)

github.com/unigraph-dev/dgraph - b324ed843d46a9963e17aa3ee91f7b9d09011cda authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Fix error when exporting a predicate to the schema. (#3700)

The current logic only adds the '<' and '>' characters around the
predicate list if it has some...

github.com/unigraph-dev/dgraph - b397c42b3cabc4202e667556e1f968d8dede3767 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Don't read posting lists from disk when mutating indices. (#3695)

Adding index mutations can be performed without reading the posting
lists in disk. This change ...

github.com/unigraph-dev/dgraph - d697ca0898f0ac951fb041bfc517f77377e0cd28 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
In backup tests, check the number of manifests equals number of dirs. (#3706)

The filesystem backup tests are a bit flaky in TeamCity. As a first
step, this change adds veri...

github.com/unigraph-dev/dgraph - b7beb08dc839cb7e4d478c8c00eabbfbe79f6342 authored about 5 years ago by Martin Martinez Rivera <[email protected]>
Add cluster-only and full-only flags to test.sh. (#3698)

./test.sh -C or ./test.sh -F can be used to run only the custom
cluster tests or only the long ...

github.com/unigraph-dev/dgraph - a8c4234d1d1c1d38a28ec20bb6f182626c06c886 authored about 5 years ago by Daniel Mai <[email protected]>
Decrease rate of Raft heartbeat messages. (#3708)

Before we used to have 20ms ticks, but they would overload the
Raft tick channel, causing "A ti...

github.com/unigraph-dev/dgraph - 4b41d9c907f3cef4ab83bbbdc1f9ba86f354134d authored about 5 years ago by Daniel Mai <[email protected]>
Add documentation for LocalCache.SetIfAbsent method. (#3703)

github.com/unigraph-dev/dgraph - 0605360b1c7e3dcd565055f809b4dfa768a77eb6 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Revert "fix race conditions in bulk loader and export (#3697)" (#3704)

This reverts commit a1e36819367577cf4b898d01163d3fea3a54f113.

github.com/unigraph-dev/dgraph - bdca82adca74041bae5fcf0bc0db19c2a6aa6b6f authored over 5 years ago by Lucas Wang <[email protected]>
Revert "Adding the feature to allow an alpha go into draining mode (#3666)" (#3705)

This reverts commit aeb892574a693298c572081befe9d73bfe9cfea4.

github.com/unigraph-dev/dgraph - 14d71129d657cf602cac80870d2ff6a29fdd150c authored over 5 years ago by Lucas Wang <[email protected]>
fix race conditions in bulk loader and export (#3697)

github.com/unigraph-dev/dgraph - a1e36819367577cf4b898d01163d3fea3a54f113 authored over 5 years ago by Lucas Wang <[email protected]>
Adding the feature to allow an alpha go into draining mode (#3666)

github.com/unigraph-dev/dgraph - aeb892574a693298c572081befe9d73bfe9cfea4 authored over 5 years ago by Lucas Wang <[email protected]>
Graphql Schema Generation (#3673)

User specifies a schema having input types. The schema generator takes
that as input and create...

github.com/unigraph-dev/dgraph - 0db77c6f3e693cb41ae41777f3fc45df5066298d authored over 5 years ago by Animesh Chandra Pathak <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 738475eac487927868afe9b1a594c049e2243aab authored over 5 years ago by MichaelJCompton <[email protected]>
Fixing issues in export (#3682)

* Removing the first empty line and comma in the json output

* Moved the separator logic into...

github.com/unigraph-dev/dgraph - deff61cd24659f76f19695dc36ba3f2b7dd17ebb authored over 5 years ago by Lucas Wang <[email protected]>
Add log prefix to stream used to rebuild indices. (#3696)

github.com/unigraph-dev/dgraph - d36c29f2776ac7576beb03a2674edd80750a6761 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Rebuild reverse index before count reverse. (#3688)

Not sure if this was causing issues before, but rebuilding the count
reverse index depends on t...

github.com/unigraph-dev/dgraph - c3852a1cd8aa00f767204c8b8a706b44618454e9 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Use the stream framework to rebuild indices. (#3686)

The stream framework can iterate over the index prefix keys concurrently
whereas currently ther...

github.com/unigraph-dev/dgraph - 9cb9ed822846df262857a624fe603e3c9e2095e0 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix how enconding_ns is calculated. (#3692)

Currently, the time taken to receive the query response is included as
part of the encoding tim...

github.com/unigraph-dev/dgraph - 06c94ba46fd3958c0d1dbd1e88b972dac05c9aab authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Clarify that support for certain geo types refers only to indexing. (#3676)

Dgraph is able to store any kind of valid geodata, but will only index
Point, Polygon, and Mult...

github.com/unigraph-dev/dgraph - 800ba145f54efaa6676ce7ea7c9d09f3c7b54229 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 2a042d0e52e9c49496b317594ea2cd31e5d6d3f6 authored over 5 years ago by MichaelJCompton <[email protected]>
Add more details to recurse query documentation. (#3684)

Specifically, the default value of depth when loop is set to false was
not documented.

github.com/unigraph-dev/dgraph - e5791c37ecae32879814b3ad2ebb326c6b104442 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
In the compose tool, make each alpha use the raftId corresponding to its name (#3683)

github.com/unigraph-dev/dgraph - 8e8982ef1ab599901cf9152846063f01de6b0222 authored over 5 years ago by Lucas Wang <[email protected]>
Handled non-list UIDs predicates in bulk loader. (#3659)

If more than one uid is found in the list for a non-list predicate,
print a warning and force t...

github.com/unigraph-dev/dgraph - 05eec2787cc4b681c4d1507b2ed7933436285263 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Run bulk loader existence check on individual files (#3681)

github.com/unigraph-dev/dgraph - f1c5f440412d3a2f14957feae88e37ea4cc28675 authored over 5 years ago by Lucas Wang <[email protected]>
docs: Fix link to fast data loading section.

The Fast Data Loading scetion used to be called Bulk Data Loading. It was
renamed in c871f604095...

github.com/unigraph-dev/dgraph - 7f7b3e6218c1f35729fbb2bf2c4657c6b61a2d6c authored over 5 years ago by Daniel Mai <[email protected]>
docs: Update note about live/bulk supported formats.

github.com/unigraph-dev/dgraph - 096d2c2a470e8371a55ac1bcd0f2deebea65d092 authored over 5 years ago by Daniel Mai <[email protected]>
Increase max trace logs per span in Alpha. (#3679)

Bump up the number of logs per span to capture all the events
from Server.Query which can creat...

github.com/unigraph-dev/dgraph - 6dcfb1fb0bc43fb1819807781fdb2e56b04e01cb authored over 5 years ago by Daniel Mai <[email protected]>
compose: Add --tag flag and fix tmpfs config. (#3678)

* Add --tag flag to set dgraph/dgraph image tag. It must be used
with `-l=false` to use the i...

github.com/unigraph-dev/dgraph - cf42da4b474945efdc62116889f448ffe4145b01 authored over 5 years ago by Daniel Mai <[email protected]>
docs: Update required flags to collect a pprof block profile.

github.com/unigraph-dev/dgraph - 1a9d52973fee957c7f55e3c571297ad42d803b7c authored over 5 years ago by Daniel Mai <[email protected]>
Return error instead of asserting in handleCompareFunction. (#3664)

The assumption is not actually true since a DropAll can happen after the
first index check.

github.com/unigraph-dev/dgraph - da7c455a66ddf4205bc9e6b3a2824cf124d1ece3 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add section on JSON geolocation format. (#3671)

This was previously undocumented and I had to dig into the code to
confirm that certain JSON ob...

github.com/unigraph-dev/dgraph - 13a31a21d3cd67ca6ff6420c26f265205a908d21 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - f27ddfa030df00d800684890facb960184cb98e3 authored over 5 years ago by MichaelJCompton <[email protected]>
Workaround for issue #3642. (#3670)

For some reason, there are nil values stored in the uidMatrix, which
results in a segmentation ...

github.com/unigraph-dev/dgraph - e1efaa3334dd73796b1b3adce67d215ca3abacbb authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Set UserMeta in bulk loader. (#3649)

Bug fix for bulk loader changes introduced in #3542.

Fixes #3607.

Signed-off-by: பாலாஜி ஜி...

github.com/unigraph-dev/dgraph - 85e0b45c221b361bbeeed93bc24e0606bda0c308 authored over 5 years ago by balaji <[email protected]>
Fix crash when trying to use shortest path with a password predicate. (#3662)

The crash happens because querying this predicate does not populate the
uid matrix, resulting i...

github.com/unigraph-dev/dgraph - 60b2b15240c676639f80428837344c3cb19c2fdb authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix more errcheck warnings. (#3655)

github.com/unigraph-dev/dgraph - fd0ea1f8a706b46919094600055bdf3e9421cacb authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix glog in init bug casued by #3527 (#3650)

github.com/unigraph-dev/dgraph - fc8bcde77107b92f5eb08f991c2e6616cf4b3291 authored over 5 years ago by Animesh Chandra Pathak <[email protected]>
Merge branch 'master' into mjc/graphql

github.com/unigraph-dev/dgraph - 0d954ca6941f8a23512488b252e029244e95544c authored over 5 years ago by MichaelJCompton <[email protected]>