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

Fix small typo in go client docs (#2663)

github.com/unigraph-dev/dgraph - 2099a5b2e6a0a03ca5326945b7184557f3ab563c authored about 6 years ago by Antti Kupila <[email protected]>
Switch back to gofast, which uses Go protobuf library.

github.com/unigraph-dev/dgraph - c114bc6cdfcc592b74f2603417a8240546e7502d authored about 6 years ago by Manish R Jain <[email protected]>
Only send to applyCh if we have any committed entries.

github.com/unigraph-dev/dgraph - d1ba2d2a9bc794f2c935346c600dd16b75170040 authored about 6 years ago by Manish R Jain <[email protected]>
Increase the size of applyCh, to give Raft some breathing space. Otherwise, it fails to maintain quorum health.

github.com/unigraph-dev/dgraph - a7846f09cc21dfd946e55f7013135db328e5dec7 authored about 6 years ago by Manish R Jain <[email protected]>
all: fix go get install (#2658)

github.com/unigraph-dev/dgraph - 807567e24906faf159d4587384a5d473f0c6bbc1 authored about 6 years ago by Dan Kortschak <[email protected]>
Fixed all warnings found by `go vet`. (#2656)

* Fixed all warnings found by `go vet`. Corrected an issue found in xidmap.go.

* dont copy mu...

github.com/unigraph-dev/dgraph - 6c948b8f5a7be31302d7261f44479a537c4abfdf authored about 6 years ago by Gus <[email protected]>
docs: fix grammar in uid_in section.

github.com/unigraph-dev/dgraph - f9e6fccf896f35577f9203ee5edb55f6d8ff907a authored about 6 years ago by Daniel Mai <[email protected]>
Merge pull request #2653 from dgraph-io/danielmai/license_docs

Update docs, CONTRIBUTING.md, etc. reflecting license change.

github.com/unigraph-dev/dgraph - adce41d89400f6386aa68969cfbd5a14584a4853 authored about 6 years ago by Daniel Mai <[email protected]>
Update docs regarding license.

github.com/unigraph-dev/dgraph - 29e5441e2f2866832c1fac61820fbeba6376bd9e authored about 6 years ago by Daniel Mai <[email protected]>
Update Makefiles and CONTRIBUTING.md regarding license.

github.com/unigraph-dev/dgraph - f7d1f112775afbc17a42d50f22610dbd3c73bedc authored about 6 years ago by Daniel Mai <[email protected]>
Switch Dgraph back to Apache 2.0 (#2652)

While the promise of Commons Clause is a great one, i.e. restricting resale while allowing propr...

github.com/unigraph-dev/dgraph - 3d0b2cd84f04b263f6c5128e682a63be8dcb220d authored about 6 years ago by Manish R Jain <[email protected]>
Refactor index rebuild process (#2650)

The index rebuilding code was a mess, copied many times over for each use case. Refactor all tha...

github.com/unigraph-dev/dgraph - 88ea8ff95d1d1158e6ce52c6eae0696951b41a28 authored about 6 years ago by Manish R Jain <[email protected]>
Divide by 0 returns max float64 value. (#2648)

* Divide by 0 returns max float64 value.

Added some checks to catch obvious div0 errors durin...

github.com/unigraph-dev/dgraph - f058ede6b58d05a0ca46c4e43d90a99c67703763 authored about 6 years ago by Gus <[email protected]>
Always store WAL LSM tree in memory (#2651)

Otherwise, Raft.Advance becomes too slow to maintain a stable cluster.

github.com/unigraph-dev/dgraph - d430e4298e1f3b4dd151039a3154c479d4f72ac1 authored about 6 years ago by Manish R Jain <[email protected]>
issue 2623 password type stored as clear text (#2627)

* saving password encrypted

password values are saved encrypted with bcrypt instead of
encry...

github.com/unigraph-dev/dgraph - b94cd9372471c9a04091e2d5e1639216d6cdb03c authored about 6 years ago by Gus <[email protected]>
Merge pull request #2636 from dgraph-io/danielmai/rename_memory_metrics

Rename memory metrics.

github.com/unigraph-dev/dgraph - da8327a183ff35b8d74029bd934d7085937c0bdf authored about 6 years ago by Daniel Mai <[email protected]>
Created make files for building binaries (#2637)

* Created make files for building binaries

First pass at global make file and dgraph binary m...

github.com/unigraph-dev/dgraph - baa651202d0adf5579767d8602a842a8d30e960a authored about 6 years ago by Gus <[email protected]>
Let result of checkpwd to be aliased (#2641)

* Let result of checkpwd to be aliased

This changes query response to use any specified alias...

github.com/unigraph-dev/dgraph - a7c31a8e230ee65bf1b7c46f4c8c42d64ec0af5d authored about 6 years ago by Gus <[email protected]>
Updating protos to gogoprotobuf with fewer allocs and reflection. (#2639)

* Updating protos to gogoprotobuf with fewer allocs and reflection.

* added vendor deps for g...

github.com/unigraph-dev/dgraph - 9a23cde4f36daa4af538683ace5c54ceb8bbda01 authored about 6 years ago by Gus <[email protected]>
docs: Fix typo for lru_mb flag.

github.com/unigraph-dev/dgraph - 11f64cd700170c9f07f8e68fa939716a021862f8 authored about 6 years ago by Daniel Mai <[email protected]>
docs: Update TLS configuration notice for v1.0.9.

github.com/unigraph-dev/dgraph - 76ac994d2b8b2da8894ffd6e0e5a90901cf5abbd authored about 6 years ago by Daniel Mai <[email protected]>
Moved dgraph-converter binary to dgraph subcommand. (#2635)

* Moved dgraph-converter binary to dgraph subcommand.

Rolled the dgraph-converter into cobra/...

github.com/unigraph-dev/dgraph - 38dd0a51c98cb2f682905120fb6c038e5acb4ff4 authored about 6 years ago by Gus <[email protected]>
Syntactic fix to use the same posting list pointer for onDisk check, as the one returned.

github.com/unigraph-dev/dgraph - ec75ba1ae7a64b2fc379cbb0d7df43e21873a236 authored about 6 years ago by Manish R Jain <[email protected]>
doc: Update memory metric names.

github.com/unigraph-dev/dgraph - 4cf30a3daa9f64889d4bf153e0ad0779de8511a7 authored about 6 years ago by Daniel Mai <[email protected]>
Simplify naming of memory metrics.

* Rename HeapIdle to MemoryIdle
* Rename dgraph_heap_idle_bytes to dgraph_memory_idle_bytes
* Re...

github.com/unigraph-dev/dgraph - c20f1a176d53cb9cc46dbc81bf74be8f4874ada2 authored about 6 years ago by Daniel Mai <[email protected]>
Remove unnecessary conversion when updating memory metrics.

Variable used be called "megs" when it was converted from bytes to
megabytes, but that is no lon...

github.com/unigraph-dev/dgraph - c864df194c51242ba5e055ab96422d135240d476 authored about 6 years ago by Daniel Mai <[email protected]>
Clear out Btree by iterating over it over 15s, removing the need to do complex onDisk var tracking within the posting lists. This should help reduce the memory consumption of Dgraph as well, because now we will remove the keys corresponding to lists which were created, but then their txns were aborted, leaving them behind.

github.com/unigraph-dev/dgraph - 5fc63977ddae0454c41d0d28cdf2294392443a6c authored about 6 years ago by Manish R Jain <[email protected]>
Bring in Badger v2.0-rc1

Badger has a breaking change where `item.Value()` function does not return a value byte slice, b...

github.com/unigraph-dev/dgraph - 47c9f293b03f86a571bcebd4fd9e8af8a51b734e authored about 6 years ago by Manish R Jain <[email protected]>
Add comment clarifying dgraph_heap_idle_bytes metric.

github.com/unigraph-dev/dgraph - 2295027af300cf810816fa0f08e1bee1d24f783d authored about 6 years ago by Daniel Mai <[email protected]>
Check if we can take snapshots more often to avoid slow restarts.

github.com/unigraph-dev/dgraph - 22053b2af4db918e01d8c1f83539934801f7ad1e authored about 6 years ago by Manish R Jain <[email protected]>
Update CHANGELOG for v1.0.9.

github.com/unigraph-dev/dgraph - 0a693073e00d1564acd00dbb280b09f08abfc40d authored about 6 years ago by Daniel Mai <[email protected]>
Update CHANGELOG for v1.0.8.

github.com/unigraph-dev/dgraph - 52d390fb69f87abfc04a8d1a7826410f6d758d7f authored about 6 years ago by Daniel Mai <[email protected]>
Update CHANGELOG for v1.0.7.

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

github.com/unigraph-dev/dgraph - 3e22254ba0b7266cc7e1aeb39c4c61b7b58100c8 authored about 6 years ago by Daniel Mai <[email protected]>
Update link to CONTRIBUTING.md in README.

github.com/unigraph-dev/dgraph - cf727cd0461d608b4ad2939eef2df8a45ea38381 authored about 6 years ago by Daniel Mai <[email protected]>
docs: Move contributing guidelines from docs to GitHub.

* Change title formatting and added table of contents.
* Update links in docs to CONTRIBUTING.md...

github.com/unigraph-dev/dgraph - 4941455fce7fea20f921eace785041cdcc477d8b authored about 6 years ago by Daniel Mai <[email protected]>
docs: troubleshooting 'too many open files'

Document suggested soft limit for open file descriptors.

github.com/unigraph-dev/dgraph - 0be50261f7a3684463b333b100df6349316e8626 authored about 6 years ago by Daniel Mai <[email protected]>
docs: add v1.0.9 tag to build.sh.

github.com/unigraph-dev/dgraph - d9528fb036ad91ccd8534c54d11443aada1e796c authored about 6 years ago by Daniel Mai <[email protected]>
Merge pull request #2629 from dgraph-io/danielmai/glog_conn_node

Update error and warning messages to glog.

github.com/unigraph-dev/dgraph - 22c13fce2e41aba456c0e51a51ff2bf8b1c5970f authored about 6 years ago by Daniel Mai <[email protected]>
Use x.Errorf instead of fmt.Errorf

github.com/unigraph-dev/dgraph - 46b9f89bef5c41e57246b6d12fd252ae17aba2b3 authored about 6 years ago by Daniel Mai <[email protected]>
Fix missing Errorf format argument and move to glog.

Error showed up when running test.sh with a Dgraph build from
go version go1.11 linux/amd64.

github.com/unigraph-dev/dgraph - a2b8cd131c30e6a093c65c351407b17281ffb5c4 authored about 6 years ago by Daniel Mai <[email protected]>
Add links to commons clause site.

github.com/unigraph-dev/dgraph - b04170e4c77083bfe592cac05143c3dbabdc3528 authored about 6 years ago by Manish R Jain <[email protected]>
add language aliases for broader support. (#2602)

* add language aliases for broader support.

Reuse know language stopwords with similar langua...

github.com/unigraph-dev/dgraph - bb007896c48a003807ca0e00b8236a2d664e5511 authored about 6 years ago by Gus <[email protected]>
Update README with instructions for Docker and source installation (#2626)

* Update README.md with Docker and source installation.

* Update README.md source installatio...

github.com/unigraph-dev/dgraph - 3d4b87f46369a6b753384bcea9e11c8c6b3becb4 authored about 6 years ago by Daniel Mai <[email protected]>
rename intern pkg to pb (#2608)

* rename intern pkg to pb

change all references to 'intern' to 'pb'.
change gen.sh to use go...

github.com/unigraph-dev/dgraph - 50f16be35db75f49e3e3257acb846c14ebfbca76 authored about 6 years ago by Gus <[email protected]>
expand(_forward_) (#2595)

* add parser tests for expand(_forward_) and expand(_reverse_)

* parse expand(_forward_) and ...

github.com/unigraph-dev/dgraph - 420e5215120711f00260c64ef2068d32d7559720 authored about 6 years ago by jlapacik <[email protected]>
fix expand(_all_) in recurse queries (#2600)

* expected behavior of recursive expand query

* expand predicates at every level of a recursi...

github.com/unigraph-dev/dgraph - b9e92bd8f814ac0a160fd8e103dc7a4012a00e78 authored about 6 years ago by jlapacik <[email protected]>
Task convertion from bool to int was done using uint32 (#2621)

A type conversion check was failing because it expected 8 byte value
to convert to uint64, but ...

github.com/unigraph-dev/dgraph - 8cd1a2a7ef8db8efd9292f68436fc6782af7da56 authored about 6 years ago by Gus <[email protected]>
docs: Remove mention of nightly builds.

Closes #2618.

github.com/unigraph-dev/dgraph - 6a9a89ea10ce72f40e0acb8f50cc0d9cdcf02171 authored about 6 years ago by Daniel Mai <[email protected]>
exit 1 when process schema file fails and it's not cancelled. (#2596)

* exit 1 when process schema file fails and it's not cancelled.

* use exit != 0 for errors wi...

github.com/unigraph-dev/dgraph - a17da0ddd15b9fffd656c2d41daddcc1dd8bdb51 authored about 6 years ago by Gus <[email protected]>
docs: Add notice about unreleased TLS docs.

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

Configure a seperate docs version for v1.0.8.

github.com/unigraph-dev/dgraph - b41777aae5422c46a07f9e4059fbf891bc24f419 authored about 6 years ago by Daniel Mai <[email protected]>
Feature/simplify tls setup docs (#2613)

* added documentation for cert command

modified TLS configuration section of the Dgraph docs....

github.com/unigraph-dev/dgraph - ba4aa45e66ed9f079d127d287978ede748fc0a87 authored about 6 years ago by Gus <[email protected]>
Switch traces to glogs in worker/export.go (#2614)

* Remove tracing, and introduce glog to track the status of export calls.
* Add log about read-...

github.com/unigraph-dev/dgraph - ea67a02c40b7836f311de141e85440d3974f76eb authored about 6 years ago by Manish R Jain <[email protected]>
An error was being returned when an empty response is expected. (#2611)

* An error was being returned when an empty response is expected.

When testing inequality val...

github.com/unigraph-dev/dgraph - cb4d9228e471f07a788abcb9038b7d6cf4bf5d5d authored about 6 years ago by Gus <[email protected]>
Feature/simplify tls setup (#2580)

* saving stuff

* simplified commands significantly. improved protection of private keys and c...

github.com/unigraph-dev/dgraph - b4b90b251af75bbb3f32a5163b70293122c37666 authored about 6 years ago by Gus <[email protected]>
Consider all future versions of the key as well, when deciding whether to write a key or not during txn commits. Otherwise, we'll end up in an endless loop of trying to write a stale key but failing to do so.

github.com/unigraph-dev/dgraph - b1962413414447de4a086510ec74b9b9ce61cb1b authored about 6 years ago by Manish R Jain <[email protected]>
Fix a few issues: Use snapshot.Index for raft.Cfg.Applied. Do not overwrite any existing data when apply txn commits. Do not let CreateSnapshot fail.

github.com/unigraph-dev/dgraph - a4bd06f2fd4113f465673e14a1b944599008cacd authored about 6 years ago by Manish R Jain <[email protected]>
Fix a bug in Raft.Run loop. (#2606)

When retrieving a snapshot, wait until all the pending updates are applied via the applyCh. Othe...

github.com/unigraph-dev/dgraph - 47dd180f9caa1be3fa8e11ef41a7d729f75bd44d authored about 6 years ago by Manish R Jain <[email protected]>
docs: Clean up Kubernetes deployment section.

* Remove "Replicated Cluster" section that uses the dgraph-multi.yaml
config which was removed...

github.com/unigraph-dev/dgraph - 4d19bc5c0958eb38bdfc67ad9efd00b33c4ebacb authored about 6 years ago by Daniel Mai <[email protected]>
Add support for ignoring parse errors in bulk loader (#2599)

By default, bulk loader fails when it is unable to parse
RDF lines. This behaviour can be chang...

github.com/unigraph-dev/dgraph - 10ab0bc327ea7ceb3e808d4729d7f5cf18dc64a8 authored about 6 years ago by Aman Mangal <[email protected]>
Switch Badger Options to reasonable settings for p and w directories. (#2605)

* Pick Badger Options which use LSM tree a bit more, so it would colocate values below 1KB with ...

github.com/unigraph-dev/dgraph - 2e5fab507621847d3f70b19a34550abee24f59aa authored about 6 years ago by Manish R Jain <[email protected]>
Improve efficiency of readonly transactions by reusing the same read ts (#2604)

Currently, every transaction gets a new timestamp from Zero, which then has to propagate the all...

github.com/unigraph-dev/dgraph - fe7b749e739f87cbad0d375abb524f7bbbcc965b authored about 6 years ago by Manish R Jain <[email protected]>
Pull in Badger changes which remove ManagedDB. (#2603)

* Make Dgraph work with Badger changes, which remove ManagedDB, instead it handles all that inte...

github.com/unigraph-dev/dgraph - 8f2467458f7b7863c65c69e0b8e8ed0d83d35de7 authored about 6 years ago by Manish R Jain <[email protected]>
Pull in Badger updates. This also fixes the Unable to find log file, retry error.

github.com/unigraph-dev/dgraph - 0dcb25e7c7f188c5fa1baf8b3809cb1bb7f06784 authored about 6 years ago by Manish R Jain <[email protected]>
Make counter increment tool work with any predicate.

github.com/unigraph-dev/dgraph - 97ae6f458f8791521229d8810c0ad148e7436ceb authored about 6 years ago by Manish R Jain <[email protected]>
Set the Applied index in Raft directly

Set the Applied index in Raft directly, so it does not pick up an index older than the snapshot....

github.com/unigraph-dev/dgraph - c955ec14aab39a373984e1d34a65e03f4dc67d82 authored about 6 years ago by Manish R Jain <[email protected]>
docs: Update Prometheus metrics config file.

As of Prometheus 2.0, Prometheus metrics must be in the text-based format.

Source: https://pr...

github.com/unigraph-dev/dgraph - 66d9f945192ed12b938506a9c4e8198f5d858e37 authored about 6 years ago by Daniel Mai <[email protected]>
Fix a bug which caused all transactions to abort if expand_edge was set to false. Fixes #2547.

github.com/unigraph-dev/dgraph - f184b736c128f4bface96f1b0fcb8a03323c5147 authored about 6 years ago by Manish R Jain <[email protected]>
Some more changes in the templates.

github.com/unigraph-dev/dgraph - 489c92b8e96f770c66e114080d3ec1168d6b89c7 authored about 6 years ago by Manish R Jain <[email protected]>
Bring back the original bug report template.

github.com/unigraph-dev/dgraph - 44abe063f5eddcf72aeae6570676beaecdef9722 authored about 6 years ago by Manish R Jain <[email protected]>
Rephrase --lru_mb error message. (#2594)

Change "greater than 1024" to "at least 1024" since 1024 is valid.

github.com/unigraph-dev/dgraph - f0ecf7639f0edcf1704cac588f0656e79c9bac79 authored about 6 years ago by Daniel Mai <[email protected]>
docs: Fix typo in prometheus metrics.

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

github.com/unigraph-dev/dgraph - 2dcd4031376468714441be0158c4ac739049a698 authored about 6 years ago by Manish R Jain <[email protected]>
Increase the snapshot calculation interval, while decreasing the min number of entries required; so we take snapshots even when there's little activity.

github.com/unigraph-dev/dgraph - 1b8a522ecad71370dc57c85c199306d1b1b3b422 authored about 6 years ago by Manish R Jain <[email protected]>
Merge pull request #2584 from dgraph-io/danielmai/k8s-ha-single-group

Update dgraph-ha.yaml to run one group instead of two.

github.com/unigraph-dev/dgraph - 68afb734461d267ea3647f63fb1de2ac5abde673 authored about 6 years ago by Daniel Mai <[email protected]>
Update dgraph-ha header comment

github.com/unigraph-dev/dgraph - 80f2dbd0af6a211e511aa9b3fa6383b5f47d5dff authored about 6 years ago by Daniel Mai <[email protected]>
Delete dgraph-multi kubernetes config

github.com/unigraph-dev/dgraph - 28e26f2935ba7ee6c400e6e2d672eb2bf4729ea8 authored about 6 years ago by Daniel Mai <[email protected]>
Make has function correct w.r.t. transactions (#2585)

Generate the full posting list based on the read timestamp, so we can determine if it is empty o...

github.com/unigraph-dev/dgraph - 63689045b3d00f0e66f396c5d80dccccbc7f3b47 authored about 6 years ago by Manish R Jain <[email protected]>
removed commented-out code which lacks TODO comments (#2587)

Code that is disabled without explanation is not very
useful. If git log is required to underst...

github.com/unigraph-dev/dgraph - 1ecd702762efb6e3e6ad137e995f6bdc12c71357 authored about 6 years ago by Iskander (Alex) Sharipov <[email protected]>
simplify s[:] to s where s is a slice (#2588)

Found using https://go-critic.github.io/overview#unslice-ref

github.com/unigraph-dev/dgraph - 1e40de5748b3d65cd737632fe672843af18a49f4 authored about 6 years ago by Iskander (Alex) Sharipov <[email protected]>
simplify `x = x <op> ...` to `x <op>= ...` (#2589)

Found using https://go-critic.github.io/overview#assignOp-ref

github.com/unigraph-dev/dgraph - 21c5f07175746080e96893106c77e1e5f1f8929d authored about 6 years ago by Iskander (Alex) Sharipov <[email protected]>
worker: remove "return" after log.Fatal call (#2591)

Found using https://go-critic.github.io/overview#deadCodeAfterLogFatal-ref

github.com/unigraph-dev/dgraph - 8604d77c609d0769828a72fad9b5aff62b75a834 authored about 6 years ago by Iskander (Alex) Sharipov <[email protected]>
edgraph: simplify type switches by using bound type var (#2592)

Using type switch guard var makes it possible to remove
repetitive type assertions inside case ...

github.com/unigraph-dev/dgraph - 63876dd4ed34a18c2a12c1e35d4220f92975dd31 authored about 6 years ago by Iskander (Alex) Sharipov <[email protected]>
worker: make "less than 1" check more self-explanatory (#2593)

Suggested by https://go-critic.github.io/overview#sloppyLen-ref

github.com/unigraph-dev/dgraph - 083ee8b17db8bed2b4aa8a87335b7215cf8ddeca authored about 6 years ago by Iskander (Alex) Sharipov <[email protected]>
lex: replace 0 literal with ItemEOF named constant (#2590)

Found using https://go-critic.github.io/overview#namedConst-ref

github.com/unigraph-dev/dgraph - fedcbe317ebec81f09aaa7c11195ae8f342557bf authored about 6 years ago by Iskander (Alex) Sharipov <[email protected]>
Merge pull request #2586 from jatin9896/fix/link

docs: Fix incorrect link

github.com/unigraph-dev/dgraph - 75130cf35b09ad01ad21a478998cba196b3ce639 authored about 6 years ago by Daniel Mai <[email protected]>
Merge pull request #2572 from zemadz/patch-1

Document sorting result count limitation

github.com/unigraph-dev/dgraph - b7064a7baceb9f247542fdfa126d32e035eaa734 authored about 6 years ago by Daniel Mai <[email protected]>
Update index.md

github.com/unigraph-dev/dgraph - dfe2a02acb2a40efa3105fa40951104d18388847 authored about 6 years ago by Madis Allikmaa <[email protected]>
Merge pull request #2579 from dgraph-io/srfrog/predicate_and_facetkeys_validation

predicate and facetkeys validation

github.com/unigraph-dev/dgraph - 98d9a3641bf79cadaae48890af8bdf10d8ba6298 authored about 6 years ago by Gus <[email protected]>
docs: Fix incorrect link

github.com/unigraph-dev/dgraph - 8a67e8da64d0e6ecc941798ce8eb9a300cb8d069 authored about 6 years ago by Jatin <[email protected]>
Update dgraph-ha.yaml to run one group instead of two.

This HA configuration gets a lot of use in the community. But it
immediately starts users off wi...

github.com/unigraph-dev/dgraph - 95b2ed20208302e75214b22e36a4d1452d5ca322 authored about 6 years ago by Daniel Mai <[email protected]>
docs: query-language. Remove extra word.

github.com/unigraph-dev/dgraph - fb8e5113e3887ea8213a5ce35d68a7f4dce195bd authored about 6 years ago by Daniel Mai <[email protected]>
docs: update query-language k shortest path output

The structure of the response for weighted shortest path queries have changed.

Structure befo...

github.com/unigraph-dev/dgraph - 887e050b2a6731ff9f8ae2fc15274941977c2278 authored about 6 years ago by Daniel Mai <[email protected]>
changed to proper table test to check for pass and no-pass cases.

github.com/unigraph-dev/dgraph - 6ad523e080585885811d26cb25f8c89314423e0a authored about 6 years ago by srfrog <[email protected]>
removed extra nil test in Facets slice. added nil test for Facet item. added more cases for TestValidateKeys.

github.com/unigraph-dev/dgraph - 042d2947bc29d23f7ab20939fda9368afa964188 authored about 6 years ago by srfrog <[email protected]>
Convert an assert during DropAll to inf retry. (#2578)

When DropAll is called, the writes which happen immediately afterward can be rejected. This trig...

github.com/unigraph-dev/dgraph - 788354f89d14c55a1ac63970ec3d1c72a3ad92bc authored about 6 years ago by Manish R Jain <[email protected]>
sanity length check, for facets mostly.

github.com/unigraph-dev/dgraph - 96942e3da62e737ac3fe61c1430853d6e7744732 authored about 6 years ago by srfrog <[email protected]>
added validateKeys to validateNQuads to test predicate and facet key syntax. changed server_test to reflect change.

github.com/unigraph-dev/dgraph - cfeb76cd5f76bda0982fa9da35d0da93772022c1 authored about 6 years ago by srfrog <[email protected]>
Merge branch 'hotfix/issue-2568_tilde_in_predicate_mutation' into srfrog/predicate_and_facetkeys_validation

github.com/unigraph-dev/dgraph - 22a832df37c8490f21dd1f45385f9477817b13b2 authored about 6 years ago by srfrog <[email protected]>