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

Update live -r commandline option to -f.

github.com/unigraph-dev/dgraph - ce90f91990084af36d18370c08ebe6797972e130 authored over 5 years ago by Javier Alvarado <[email protected]>
Reserved predicates should act as case-insensitive. (#2997)

Users should not be able to create preds that match the name of a
reserved predicate in everyth...

github.com/unigraph-dev/dgraph - 746ecf4512c0fe47d4161954e534795f894e8df6 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
add opencensus deps to vendor using govendor (#2989)

github.com/unigraph-dev/dgraph - 4440316b13580b8b707c78bec402942ebe60d7c1 authored over 5 years ago by Gus <[email protected]>
docs: Update Group section in Design Concepts.

Closes #2993.

Update the Group section for more recent Dgraph versions. Updating the rest of
th...

github.com/unigraph-dev/dgraph - 8224e755cf50699c0687cbeea5b4b520e0cec13f authored over 5 years ago by Daniel Mai <[email protected]>
docs: Add section about loading csv.

Closes #2445.

github.com/unigraph-dev/dgraph - d4f20490b9a7ab24158a52bb0275d7a2fe5914c7 authored over 5 years ago by Daniel Mai <[email protected]>
Update test cluster configuration for jaeger and metrics. (#2994)

* Update test cluster configuration for jaeger and metrics.

- Fix bug where `--single` needed...

github.com/unigraph-dev/dgraph - 20332175e4875b3cf19ebc1a8061fa1cd4051c8d authored over 5 years ago by Daniel Mai <[email protected]>
Prevent dropping or altering of reserved predicates. (#2967)

There is already logic to prevent certain internal predicates (ACL and
type preds) from being d...

github.com/unigraph-dev/dgraph - 7ace75b48cc7f67847f1c890e6d73abd8b4857d4 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Use lexer iterator to output error messages. (#2986)

Replace calls to x.Errorf with calls to it.Item().Errorf where possible
so that the error messa...

github.com/unigraph-dev/dgraph - 96dbecc1b6e34303850d102e07541cdce6c76448 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Merge branch 'master' of github.com:dgraph-io/dgraph

github.com/unigraph-dev/dgraph - 3ed822216bf61ed6bab95db42d2790c1fb7f9d78 authored over 5 years ago by Manish R Jain <[email protected]>
Measure latency of Alpha's Raft loop.

github.com/unigraph-dev/dgraph - 63f54556898dde926a10a7478351be00a79142f3 authored over 5 years ago by Manish R Jain <[email protected]>
Update outdated comment in DeleteAll. (#2990)

github.com/unigraph-dev/dgraph - 351eff6bcf4581883e121cc6014d800cf06bd0db authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Update test cluster configuration with --data and --tmpfs options. (#2984)

* ./run.sh --data <path> will mount all Zero and Alpha directories to the host
path mounted a...

github.com/unigraph-dev/dgraph - f2efc79cd52781f6bcf779827b48a9fca428645f authored over 5 years ago by Daniel Mai <[email protected]>
Optimize mutation and delta application (#2987)

Mutation and Txn Commit/Abort application happen in a serial order (among other less frequent op...

github.com/unigraph-dev/dgraph - 2197155cd7fe649b9f882d6410ab089ff60906d8 authored over 5 years ago by Manish R Jain <[email protected]>
Remove hacky test fix in ChecksumsMatch. (#2985)

All tests in the query package have been modified to use the cluster
instead of the old ad-hoc ...

github.com/unigraph-dev/dgraph - 0f180411d141db9c962550a22dd4406f23fb1c50 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Modify all tests to use the cluster. (#2983)

All tests in the query package now use the cluster instead of the old
setup. The old code has b...

github.com/unigraph-dev/dgraph - c5fecb55beaae9f88a8dee314dc4dec4f4590f8e authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Update README.md

github.com/unigraph-dev/dgraph - f19b3afbf5629f96f090085190b1b5c9fa71dd49 authored over 5 years ago by Manish R Jain <[email protected]>
Remove size calculation in posting list.

github.com/unigraph-dev/dgraph - 3510d46cdd501cc3860676b1c196438633f409e7 authored over 5 years ago by Manish R Jain <[email protected]>
Move tests in query1_test.go and query2_test.go to use the cluster. (#2982)

Some of the tests in query1_test.go were checking the subgraphs produced
by the query directly....

github.com/unigraph-dev/dgraph - 496162127e6744de6e0d5cefd1eef763939922d8 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix blockade tool since increment moved.

github.com/unigraph-dev/dgraph - 8ee5561e9e80bc4aefa38d928555383251610685 authored over 5 years ago by Daniel Mai <[email protected]>
Live & bulk loader changes (#2961)

Fixes #2889, #2927.

Summary of loader changes:

* Support live loading JSON files

...

github.com/unigraph-dev/dgraph - bcc7796d935795873030664c8e9edeb4a82545ef authored over 5 years ago by Javier Alvarado <[email protected]>
Move tests in query0_test.go to use default cluster. (#2978)

All the tests in query0_test.go now use the default cluster instead of
the ad-hoc setup initial...

github.com/unigraph-dev/dgraph - 5c5beb367b85495674ca5efaf07e1f4c0121f8c3 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Don't get thrown off by a trailing slash in pattern.

github.com/unigraph-dev/dgraph - 328f9f7a292454b5d3cbdcb555013729972e65b5 authored over 5 years ago by Javier Alvarado <[email protected]>
Remove binary that was added by mistake

github.com/unigraph-dev/dgraph - e5967fede133272c0133bc83d545825eb64c99e5 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Parser for type declaration. (#2950)

Add a parser for type declarations along with the schema.
Results are ignored for now.

github.com/unigraph-dev/dgraph - b3db3568196089c48b900f163d7d8183f249fb7f authored over 5 years ago by Martin Martinez Rivera <[email protected]>
switching to perfect use case of sync.Map and remove the locks (#2976)

github.com/unigraph-dev/dgraph - 702c0db5859fd679e21bbc42d27c19345aa060b3 authored over 5 years ago by Gus <[email protected]>
Integrate with OpenCensus (#2932)

* stats: translate Prometheus metrics to OpenCensus stats

Translate Prometheus metrics to Ope...

github.com/unigraph-dev/dgraph - 4fe0ac6522b5da3130c3a7112fd9e3d16b5bad3f authored over 5 years ago by Gus <[email protected]>
Minor correction.

github.com/unigraph-dev/dgraph - dbef84ab6d0ecdb6c404c34b3b0e1f455ef2fb5e authored over 5 years ago by Javier Alvarado <[email protected]>
fixed bug with backup fan-out code (#2973)

github.com/unigraph-dev/dgraph - 7f41e89c2a938f7d9739449f8179a9dde0a70681 authored over 5 years ago by Gus <[email protected]>
VerifyUid should wait for membership information (#2974)

Switch verifyUid to rely upon the membership information being streamed from Zero, instead of ma...

github.com/unigraph-dev/dgraph - 8ed65c8b30d1d29afdcb28a17feabe7c04eddf09 authored over 5 years ago by Manish R Jain <[email protected]>
Fix stuck query tests with GroupChecksum temporary test run hack.

github.com/unigraph-dev/dgraph - 7c60c01daf0e82c35550322561d69c32dd5d277e authored over 5 years ago by Daniel Mai <[email protected]>
Fix blockade, which complains about lack of increment tool. Got moved to Dgraph.

github.com/unigraph-dev/dgraph - d2caa7de95adf4b8940646872756d6e1c9135b06 authored over 5 years ago by Manish R Jain <[email protected]>
Fix the test breakage in query package caused by group checksum change.

github.com/unigraph-dev/dgraph - b9aeb9bd0cc8b96ca3e82f94bd50768eba666c5c authored over 5 years ago by Manish R Jain <[email protected]>
Suppress `logging before flag.Parse` from glog (#2970)

Replace `goflag.Parse()` call with `goflag.CommandLine.Parse([]string{})`
This serves multiple ...

github.com/unigraph-dev/dgraph - 78aa45d1799def11a5ff514d6307bca316ee931f authored over 5 years ago by Ibrahim Jarif <[email protected]>
GroupBy uid shouldn't panic, and other logic fixes. (#2952)

* added check for nil destuid in child sg. also fixed a couple of logic bugs.

* fixed another...

github.com/unigraph-dev/dgraph - 2b943ca35a324af3bf4434d48ba54018b9387aea authored over 5 years ago by Gus <[email protected]>
If commit ts = 0, return aborted error.

github.com/unigraph-dev/dgraph - fd051c3065542a2917b6f784b785cae033dccf51 authored over 5 years ago by Manish R Jain <[email protected]>
Optionally start test cluster with Jaeger tracing enabled. (#2969)

The test cluster with Jaeger can be run with ./run.sh --jaeger.

Environment variable parsing ...

github.com/unigraph-dev/dgraph - af32d6eb5b4fc461bcd335acd3ea5ed89d28cde3 authored over 5 years ago by Daniel Mai <[email protected]>
Introduce group checksums (#2964)

This PR introduces group checksums, which get propagated along the OracleDeltas streaming from Z...

github.com/unigraph-dev/dgraph - 63ecb1157970d6bf900697e929585e395fac2551 authored over 5 years ago by Manish R Jain <[email protected]>
docs: Add X-Dgraph-CommitNow header to HTTP mutations.

* Remove trailing space.

Follow up to #2965.

github.com/unigraph-dev/dgraph - 1e13e78d9969c1658d1399ee312059c598b106d3 authored over 5 years ago by Daniel Mai <[email protected]>
docs: Fix UID mistake in mutations section. (#2965)

github.com/unigraph-dev/dgraph - 10148fe316c6fb760d70d6ae935aa7fa1a5237a3 authored over 5 years ago by Michel Conrado <[email protected]>
Use defer statements to release locks. (#2962)

I noticed there were some instances of locking in conn/pool.go that were
not using the "defer l...

github.com/unigraph-dev/dgraph - b67493e4bb307eaa4a4cd3850b5868969f1525d3 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix misspellings (#2960)

github.com/unigraph-dev/dgraph - acb6160ab42ca25550502225b5b9eea6bef95354 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
take into account that predicates could be in long URI form (#2957)

* take into account that predicates could be in long URI form

* it is possible to connect to ...

github.com/unigraph-dev/dgraph - 922abcf9236c842c6af515eebeb36305e3b1edf4 authored over 5 years ago by Gus <[email protected]>
migrated increment to be a subcommand (#2955)

github.com/unigraph-dev/dgraph - 20f2428fd832307da8565adab54b15b17bf966dd authored over 5 years ago by Lucas Wang <[email protected]>
Change the way health checking works. (#2956)

* Change the way health checking works. Instead of calling Echo repeatedly, have the server retu...

github.com/unigraph-dev/dgraph - f19852304e48ae0fd27ada31f12f6ec019e58f61 authored over 5 years ago by Manish R Jain <[email protected]>
docs: Update FAQ page. (#2943)

* Fix hyperlink to export database section.
* Update KV db question with recent Badger blog.
*...

github.com/unigraph-dev/dgraph - 1af3a7ac7c58a2228481b9d9b69e397b324d76c2 authored over 5 years ago by Michel Conrado <[email protected]>
Issue: 2926 whitelist by hostname (#2953)

Changes:

* Add support for whitelisting by
* hostname
* single IP address
* CIDR ...

github.com/unigraph-dev/dgraph - 0a77d2e35d9cb0bcc904b5fe5bbdcb0811a9faad authored over 5 years ago by Javier Alvarado <[email protected]>
Allow the result of count(uid) to be assigned to a var. (#2947)

Allow expressions of the form "f as count(uid)".

When resolving the value of such a variable ...

github.com/unigraph-dev/dgraph - 64c681ac1d7da8761ebf9e8c1309352891f4a853 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add make install_oss target. Set GOPATH if not set.

github.com/unigraph-dev/dgraph - 553d76dcd4073103f5994b3e48f3a07e35dfea23 authored over 5 years ago by Javier Alvarado <[email protected]>
docs: Fix code comment in How To section. (#2939)

matches should be commented

github.com/unigraph-dev/dgraph - 9d444865b5da4b88d196f8493f6b881a07b8b75e authored over 5 years ago by George Opritescu <[email protected]>
Zero server shutdown endpoint (#2928)

* added HTTP command /shutdown

* handle http requests to shutdown, changed signal handling fo...

github.com/unigraph-dev/dgraph - e58fad36b3ddb0c7d2a8b7ffbe54d3873a2b58f8 authored over 5 years ago by Gus <[email protected]>
docs: Document how to start Kubernetes cluster with bulk loader data. (#2938)

* Update dgraph-ha.yaml config with initContainers block and instructions to initialize volume w...

github.com/unigraph-dev/dgraph - 8cea2eb27ff72f825d6d00a060d3321673830500 authored over 5 years ago by Daniel Mai <[email protected]>
Un-export reindex functions that no longer need to be exported. (#2937)

These functions should only be accessible through the method Run inside
of IndexRebuild.

github.com/unigraph-dev/dgraph - 7bb2f525cc231ee52cf48a45b305d2d30fb01abd authored over 5 years ago by Martin Martinez Rivera <[email protected]>
docs: Document proper remove node steps for K8s.

github.com/unigraph-dev/dgraph - a7d8aaba184f642d317ec7f8a82ee1cff0aa4fa9 authored over 5 years ago by Daniel Mai <[email protected]>
docs: Add example configuration for Kubernetes storage classes.

Closes #2118.

github.com/unigraph-dev/dgraph - e7b3e05b532e76971138c8a61f699a02a76da61b authored over 5 years ago by Daniel Mai <[email protected]>
Add type function to allow querying types. (#2933)

type(typeName) is the equivalent of eq("type", typeName).

Also added the type predicate as on...

github.com/unigraph-dev/dgraph - 783afd1e77398c9653912c82d0b5646a36a3f9a9 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add documentation for minweight and maxweight arguments. (#2931)

github.com/unigraph-dev/dgraph - 82c6797c5b0962c2c8220408e1b0482a58abe0fb authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add minweight and maxweight arguments to k-shortest path algorithms. (#2915)

The two new arguments allow the filtering of paths that do not meet the
mininum and maximum wei...

github.com/unigraph-dev/dgraph - 6d3ac389d4870e0fc650cdf04ee2d1fe91a9e8bd authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Issue 2925: export schema with special chars (#2929)

Fixes #2925.

* Add angle brackets to more exported predicates.

* Add more predicate export...

github.com/unigraph-dev/dgraph - 144c7fe5a486938efb212652effa11aa4ae17a29 authored over 5 years ago by Javier Alvarado <[email protected]>
Improve systemd integration README. Set dgraph's login shell to /bin/false.

github.com/unigraph-dev/dgraph - 1f4cbea03731688a6775cefbdcd3704d04111f87 authored over 5 years ago by Javier Alvarado <[email protected]>
RegExp filter work without filter (#2913)

* let regexp filter not depend on index.

* added func HasTokenizer

* using HasTokenizer fo...

github.com/unigraph-dev/dgraph - a4756c206adc19b5ba640373407b30ef3a01f030 authored over 5 years ago by Gus <[email protected]>
don't create ACL predicates when the ACL feature is not turned on (#2924)

github.com/unigraph-dev/dgraph - c4cae75a841cbc64bafc30dd26c01b0312ed0c3c authored over 5 years ago by Lucas Wang <[email protected]>
Add before and after dgraph MD5s to make install.

github.com/unigraph-dev/dgraph - 20e2c36fa5c6cc711ab7c9f2e1023c7cf062bfe6 authored over 5 years ago by Javier Alvarado <[email protected]>
Testing changes:

* Use make instead of go build/install to rebuild dgraph.

* Add project to docker-compose comma...

github.com/unigraph-dev/dgraph - d0b69172a7095fe2ab30b8711a17d964dcdf0632 authored over 5 years ago by Javier Alvarado <[email protected]>
Handling of empty string to datetime conversion (#2891)

* commented unused func indexCellsForCap (linter).

* let conversion of empty string to dateti...

github.com/unigraph-dev/dgraph - f6a2c045aca6073cfa60414de8fd729e9f07bd41 authored almost 6 years ago by Gus <[email protected]>
Fix int/float conversion to bool (#2893)

* fix conversion from int/float to bool to make zero equal to false

* added tests for int/flo...

github.com/unigraph-dev/dgraph - ef404ebdfdea1e874014d6574c6e356fad13b6e3 authored almost 6 years ago by Gus <[email protected]>
Support anyofterms query on facet if the input format is json (#2885)

github.com/unigraph-dev/dgraph - c0389475dfea2e516587ae85908b62d7dc47d468 authored almost 6 years ago by Lucas Wang <[email protected]>
Documentation for <predicate>@* syntax. (#2920)

github.com/unigraph-dev/dgraph - 9881acc270a306cc095fba88b2cd8a17aa198e8f authored almost 6 years ago by Martin Martinez Rivera <[email protected]>
Add documentation for non-list predicate deletion. (#2919)

github.com/unigraph-dev/dgraph - 9ef25834b87e7cd6e7473058aeaced7de03dec54 authored almost 6 years ago by Martin Martinez Rivera <[email protected]>
Output non-list uid predicates as a map. (#2921)

Currently these predicates are outputted as a list, despite the fact
that only one value is eve...

github.com/unigraph-dev/dgraph - 025ae345bce8c210a4aa1ada67d308d4ef91e010 authored almost 6 years ago by Martin Martinez Rivera <[email protected]>
Fixes error found by gofuzz and reports line-column numbers for lexer/parser errors (#2914)

github.com/unigraph-dev/dgraph - 21291019ef09adf0fa242865c1512b359149c318 authored almost 6 years ago by Lucas Wang <[email protected]>
Enforcing ACLs for query, mutation and alter requests (#2862)

github.com/unigraph-dev/dgraph - f115de2eb6a40d882a86c64da68bf5c2a33ef69a authored almost 6 years ago by Lucas Wang <[email protected]>
docs: Update full-text query example.

This example works with the current full-text implemention with the bleve stop
word list.

Close...

github.com/unigraph-dev/dgraph - 6974753c0709a09a1f87c7978a17634ef6cad5b7 authored almost 6 years ago by Daniel Mai <[email protected]>
docs: Add hyperlink to license directory in LICENSE.md.

Makes it easier to find the license files. The link is clickable on GitHub.

github.com/unigraph-dev/dgraph - 8348e9054d731e95901f9ee60102a0d842b7e59c authored almost 6 years ago by Daniel Mai <[email protected]>
Allow querying all lang values of a predicate. (#2910)

This PR introduces the syntax pred@* which returns all the values of a
predicate which contain ...

github.com/unigraph-dev/dgraph - 3b08b155ee2b561a2257a1696960628b412ecd35 authored almost 6 years ago by Martin Martinez Rivera <[email protected]>
Add ability to delete triples of scalar non-list predicates. (#2899)

github.com/unigraph-dev/dgraph - 9e05aaa99c08f0b8d2918fef64365969fa770f55 authored almost 6 years ago by Martin Martinez Rivera <[email protected]>
Posting List:

Remove assert while reading posting list. Catch error on trying to
read schema, and error out in...

github.com/unigraph-dev/dgraph - d53b8f8b07f8ee6ee0bc2e792ba58095ca423c7b authored almost 6 years ago by Manish R Jain <[email protected]>
Simplify the feature request template.

github.com/unigraph-dev/dgraph - 036bebaadb68893eff953d4bd7244fe0f39a7a53 authored almost 6 years ago by Manish R Jain <[email protected]>
Change unset vars to default (#2906)

* set unassigned vars to default type when evaluated

* add test for unmatched var evals

* ...

github.com/unigraph-dev/dgraph - 9aef521976eeaaf6146d1d62ce6e29f54363c02d authored almost 6 years ago by Gus <[email protected]>
Bring in the latest Badger for race condition bug fix. (#2907)

From badger@b9e379e:
"Fix a race condition caused by concurrent reads while Badger is replacing...

github.com/unigraph-dev/dgraph - 6c0d4d63375ed1887f2685899fd0e148021cc249 authored almost 6 years ago by Daniel Mai <[email protected]>
More testing improvements (#2905)

*Add a -c option to test.sh to run only code tests and skip load test, etc.

* Don't bring up ...

github.com/unigraph-dev/dgraph - 4ac80fdb3457bcd847b008e7681843dccc4af25b authored almost 6 years ago by Javier Alvarado <[email protected]>
Test for multi-block var eval (#2903)

* added test for multi-block var eval

* appease the merge conflict gods

github.com/unigraph-dev/dgraph - eebfb23b697b8ec849956c0b5d7c10b17a61d55b authored almost 6 years ago by Gus <[email protected]>
Improve hash index (#2887)

* saving state

* added new fingerprint func using BLAKE2b

* renamed function to Hash256 fo...

github.com/unigraph-dev/dgraph - 53eb672bd6225a2c3f06aad9fb59aeee5442652a authored almost 6 years ago by Gus <[email protected]>
Bring in a bug fix from Badger.

github.com/unigraph-dev/dgraph - 0e8b16ea93e2ea3f3aab1ae0415824d011cecbe7 authored almost 6 years ago by Manish R Jain <[email protected]>
Group delete test fixes (#2898)

* change docker-compose cluster name to just 'test' required by scripts

* fixed data paths

...

github.com/unigraph-dev/dgraph - 7c0edae1fe994ce82bcee6bf5112eeb8deb135e9 authored almost 6 years ago by Gus <[email protected]>
Refactor reindexing code to only reindex specific tokenizers. (#2883)

Currently during reindexing, the whole index is being deleted and
rebuilt, even if there are to...

github.com/unigraph-dev/dgraph - de73f409a62e18f3af4d54e478434bb87f015e78 authored almost 6 years ago by Martin Martinez Rivera <[email protected]>
Tablet move and group removal (#2880)

* send error when removing last node in a group would orphan tablets.

* reusing backup test d...

github.com/unigraph-dev/dgraph - b5de0f4fce4ba0d919b899d230fd2fc93143abf1 authored almost 6 years ago by Gus <[email protected]>
Add ability to set schema to a single UID schema. (#2895)

github.com/unigraph-dev/dgraph - 104338970b23e5372701a42b4a20cb29f3df72cb authored almost 6 years ago by Martin Martinez Rivera <[email protected]>
Ensure custom cluster temp file always exists.

github.com/unigraph-dev/dgraph - 4e2895d9f20881e4d5523723bbf96ea72acc3cb0 authored almost 6 years ago by Javier Alvarado <[email protected]>
Add --help option to test.sh. Don't create temp files unless they're actually going to be used. Improve restartCluster/stopCluster messages.

github.com/unigraph-dev/dgraph - 8ae133d42e318779444df78a3d3734338baf0fe2 authored almost 6 years ago by Javier Alvarado <[email protected]>
Switch all node ids to hex, so they are consistent with Raft logs.

github.com/unigraph-dev/dgraph - f7547e48fce76af1e2c390dcee8b4e771c12fd47 authored almost 6 years ago by Manish R Jain <[email protected]>
Regenerate protobuf with latest protoc and protoc-gen-gofast. (#2892)

$ protoc --version
libprotoc 3.6.1
$ go get -u github.com/golang/protobuf/protoc-gen-go
$ go ...

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

Typically a follower would ask a leader to send a snapshot. There's a
rare edge that we witnesse...

github.com/unigraph-dev/dgraph - c736b19f6b4502688580327d076271c6a27f593e authored almost 6 years ago by Manish R Jain <[email protected]>
Bring in optimizations and bug fixes over from Badger.

github.com/unigraph-dev/dgraph - 2a68d54564562742af7b1a44df0bc6beaa63d71b authored almost 6 years ago by Manish R Jain <[email protected]>
Simplify design and make tablet moves robust (#2800)

This PR changes the design of the tablet moves to this:

- Zero leader blocks any commit on th...

github.com/unigraph-dev/dgraph - 63f81741f83a20547f123f625cc3623cede983d4 authored almost 6 years ago by Manish R Jain <[email protected]>
Testing improvements (#2888)

* Allow running only tests that match a given pattern.

* Put tmp directory in /tmp directory,...

github.com/unigraph-dev/dgraph - 27dd75ffca846a86a342152798577fabd61a4a81 authored almost 6 years ago by Javier Alvarado <[email protected]>
Bulk Loader:

Do not pre-open all the files and create reader buffers. Only open them
as we need, so if a user...

github.com/unigraph-dev/dgraph - 77c513f1dd413bd3c4d2a97bb1e7bdd98003c3b3 authored almost 6 years ago by Manish R Jain <[email protected]>
Add alternative Elixir client to README and wiki page (#2826)

github.com/unigraph-dev/dgraph - c99b6c8f067dfc5e431ead67bf76b017c48eec12 authored almost 6 years ago by Dmitry Russ(Aleksandrov) <[email protected]>
Issue 2277: Add strict schema mode (#2863)

Fixes #2277.

* Add --mutations option.

* Check strict mode and schema before allowing muta...

github.com/unigraph-dev/dgraph - 976b498cb9a162c0fcfcafcb379e00c7213197f2 authored almost 6 years ago by Javier Alvarado <[email protected]>
Fix more lint issues. (#2886)

Most issues are fixing error strings with the wrong format. There is
also a couple of fixes to ...

github.com/unigraph-dev/dgraph - dfbeec1821b4d127e518bcb02b5bfbe207edb10a authored almost 6 years ago by Martin Martinez Rivera <[email protected]>
Testing with changeable clusters (#2876)

* Remove sudo and unused data dir from restartCluster.

* Allow restarting cluster with altern...

github.com/unigraph-dev/dgraph - 87b09c0e60d373641888d92048a5d9ebf57d0d67 authored almost 6 years ago by Javier Alvarado <[email protected]>