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

Revert "Add interface Cache to ristretto package"

This reverts commit 564c91852603aafea22d1357262fbfb3164cfd78.

github.com/unigraph-dev/dgraph - d28346d7c923a3c72380adf6c823916a76de592f authored over 5 years ago by Aman Mangal <[email protected]>
docs: Fix typo.

I typo'd in the last commit.

github.com/unigraph-dev/dgraph - 782d76748ba6a99cb894f0382d04d94378319817 authored over 5 years ago by Daniel Mai <[email protected]>
docs: Set v1.0.12 as latest docs.

github.com/unigraph-dev/dgraph - 258572086438d5785ce66cb5e8bbc2b7695fb3c6 authored over 5 years ago by Daniel Mai <[email protected]>
docs: Misc grammar and typo fixes in query-language page.

github.com/unigraph-dev/dgraph - 9bfe19bff54e1323db4d04e851af46c19413b8a2 authored over 5 years ago by Daniel Mai <[email protected]>
Update CHANGELOG for v1.0.12 release.

* Raft WAL changes.
* Go version for release binary.
* Assert-failure removal.

github.com/unigraph-dev/dgraph - 6b86d86b53394c508992201386efe88bd0263aac authored over 5 years ago by Daniel Mai <[email protected]>
Update release script to build with go 1.11.5.

github.com/unigraph-dev/dgraph - 7fb236805b880e7f092e7070fa39040d0a155236 authored over 5 years ago by Daniel Mai <[email protected]>
Add interface Cache to ristretto package

github.com/unigraph-dev/dgraph - 564c91852603aafea22d1357262fbfb3164cfd78 authored over 5 years ago by Aman Mangal <[email protected]>
Update CHANGELOG for v1.0.12 release.

github.com/unigraph-dev/dgraph - 1675b1cbb03d7a477e9f4999a8e4b4825af1bf00 authored over 5 years ago by Daniel Mai <[email protected]>
Remove the assert failure in raftwal/storage.go

github.com/unigraph-dev/dgraph - fd6e1f20f14847985dfc0c9ed45549de7d397eeb authored over 5 years ago by Manish R Jain <[email protected]>
Fix 21million test.

github.com/unigraph-dev/dgraph - 4b8dc91c10842ee776d110889447ca94d771dedd authored over 5 years ago by Javier Alvarado <[email protected]>
Simplify Raft WAL storage caching (#3102)

Switch cache in raftwal to a sync.Map. Also put lastEntry behind the cache, considering how ofte...

github.com/unigraph-dev/dgraph - 840dad5853ff79a6d6f993d65f6bca96991ed39c authored over 5 years ago by Manish R Jain <[email protected]>
Fix error message.

github.com/unigraph-dev/dgraph - 760ed50fbc26d75bbfe2e1bb68e35c61a596899c authored over 5 years ago by Javier Alvarado <[email protected]>
Package z improvements (#3101)

* Add z/README.md

* Just report errors instead of exiting so that subsequent tests can still ...

github.com/unigraph-dev/dgraph - 6276e466e397bb89c6354e2728e60e582d1bc524 authored over 5 years ago by Javier Alvarado <[email protected]>
Run docker-compose dgraph as user (#3088)

Summary of changes:

* Add option to compose tool to create a docker-compose.yml that can run ...

github.com/unigraph-dev/dgraph - 982eb1254e1f2caaa8e79ca0cde6eeb3fd8932c0 authored over 5 years ago by Javier Alvarado <[email protected]>
test.sh runs only unit tests by default. Report tests run time. (#3094)

test.sh runs only unit tests by defaut, with options to run bigger test sets. Below are the run ...

github.com/unigraph-dev/dgraph - 56397c6d2a47be47614c84a2a97f746bd43e8c0b authored over 5 years ago by Javier Alvarado <[email protected]>
cmd/alpha/http.go: Add best-effort query to HTTP endpoint. (#3096)

Best-effort queries over HTTP are available by setting the query parameter be=true (or any truth...

github.com/unigraph-dev/dgraph - 45099850fcc098f75bdc03df94d7e1e4ae9cea6c authored over 5 years ago by Gus <[email protected]>
Update the year in the license file.

github.com/unigraph-dev/dgraph - 11d5a39cd1bd1b95f36397a16b41bcb3c1783e90 authored over 5 years ago by Manish R Jain <[email protected]>
Add --replace_out option to bulk command. (#3089)

Fixes #3034. Summary of changes:

* Add --replace_out option to bulk command.

* Require --r...

github.com/unigraph-dev/dgraph - fd9411c1d82ea9db0efa3453443e79b996b5b2b5 authored over 5 years ago by Javier Alvarado <[email protected]>
Update CHANGELOG.md for v1.0.12 (unreleased).

* Add note about underlying data format change.
* Multi-group bulk loader bug fix.
* Add PR link...

github.com/unigraph-dev/dgraph - c9ca77290f608f9fb4d808ec80829fad1a415fea authored over 5 years ago by Daniel Mai <[email protected]>
query/query.go: increase verbosity level of missing value warning. (#3092)

github.com/unigraph-dev/dgraph - f124e5663a1354197d99e62a54a673dfc8b68e33 authored over 5 years ago by Gus <[email protected]>
Upgrade raft lib and fix group checksum (#3085)

Found 2 issues recently:
1. If a Zero leader becomes a follower, but Dgraph already has a propo...

github.com/unigraph-dev/dgraph - fe3da12fcbec6e9727ea2476353cc534f0726078 authored over 5 years ago by Manish R Jain <[email protected]>
Fix schema parse test. (#3086)

github.com/unigraph-dev/dgraph - 9985bdd410a112581345a36c4cba95c5a3fe7693 authored over 5 years ago by Daniel Mai <[email protected]>
Revert "Prevent alphas from asking zero to serve tablets during queries. (#3055)"

This reverts commit 1bde8d55260df221ec1578865f8f217621501c88.

github.com/unigraph-dev/dgraph - 1ebf959cb805191e9f5736e72c6ee837b7dc5f41 authored over 5 years ago by Manish R Jain <[email protected]>
Remove network tests from blockade, so it can run faster.

github.com/unigraph-dev/dgraph - 1fb356ef1d314abc39b43fa8d3c27645012b94ed authored over 5 years ago by Manish R Jain <[email protected]>
Stop if compilation fails (#3082)

github.com/unigraph-dev/dgraph - 4950a0035e29646621494f92cfac7215a4b6abb6 authored over 5 years ago by Lucas Wang <[email protected]>
Remove retry logic when altering schema in tests. (#3079)

When re-running an HTTP request the body payload becomes empty after the first
run. This fixes ...

github.com/unigraph-dev/dgraph - e00732091ce93f4e4000faaec9f1f7e72383d950 authored over 5 years ago by Daniel Mai <[email protected]>
Govendor in latest dgo. (#3078)

* Vendor in latest dgo up to best-effort requests changes.

github.com/unigraph-dev/dgraph - 67da7bb2d32e98ccea753b9a9d22f753d6b8f65e authored over 5 years ago by Daniel Mai <[email protected]>
Compose tool (#3080)

Summary of changes:

Add support to turning ACLs on or off

Add support for mounting...

github.com/unigraph-dev/dgraph - ed9a823d245bfda457120b42c7ee193ce4e3ff3d authored over 5 years ago by Javier Alvarado <[email protected]>
Use MaxAssigned for ReadOnly TS (#3071)

* worker/mutation.go: use max assigned value from delta in readonly ts

We store the max assig...

github.com/unigraph-dev/dgraph - 2c765e983da306dfdb1df548ba8d7f0540b2b7f9 authored over 5 years ago by Gus <[email protected]>
Preparing changes of uid syntax* association. And fixed a writing error in the docs. (#3002)

* Fixed a writing error in docs

* Preparing changes of uid syntax * association. And fixed a ...

github.com/unigraph-dev/dgraph - 80557ab9b34b058e255847b5cc318942aba84380 authored over 5 years ago by Michel Conrado <[email protected]>
Do not set nil value for log_backtrace_at flag (#3077)

https://github.com/dgraph-io/dgraph/pull/3062 added capabilities to set flag values from config ...

github.com/unigraph-dev/dgraph - e34f6a039aebe6b4b250cbed912851c5a12340ab authored over 5 years ago by Ibrahim Jarif <[email protected]>
fix to assorted list of goroutine leaks. (#3074)

In all of these channel allocs multiple goroutines are executed and returned early
in case of e...

github.com/unigraph-dev/dgraph - 982c1fec88f14982d97919da30962cd43e08256b authored over 5 years ago by Gus <[email protected]>
Add a gitignore file to ignore the compose binary.

github.com/unigraph-dev/dgraph - e63279fde757cd6fb09643100487fd0425e6ff80 authored over 5 years ago by Manish R Jain <[email protected]>
compose tool (#3075)

Dynamic docker-compose.yml generator. Features supported right now:

number of zeros in cl...

github.com/unigraph-dev/dgraph - 4b0dc4ed6a4c72bb386747812242b277d5b882fe authored over 5 years ago by Javier Alvarado <[email protected]>
Rename metrics to match v1.0 metric names. (#3072)

The namespace prefix is already set in the Namespace field when creating the
exporter, so the m...

github.com/unigraph-dev/dgraph - 919eabd87de6fb9ecb4d927c669346c8d3eeb1ed authored over 5 years ago by Daniel Mai <[email protected]>
Prevent alphas from asking zero to serve tablets during queries. (#3055)

Currently ServesTablet and BelongsTo ask zero to serve the tablet if no
predicate is currently ...

github.com/unigraph-dev/dgraph - 1bde8d55260df221ec1578865f8f217621501c88 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Introduce DropPrefix API into Dgraph (#3060)

* Introduce Badger's new DropPrefix API into Dgraph
* Simplify DeleteAll logic. DeleteAll logic...

github.com/unigraph-dev/dgraph - ddb0d76fe46755595ef0a197e0d2a07ee7ea08f3 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
docs: Add parentheses to uid_in syntax examples. (#3070)

Fixes #3068 doc issue.

github.com/unigraph-dev/dgraph - adfc7c571b89a8df030579104397ecf79b092d83 authored over 5 years ago by Ryan Whittington <[email protected]>
Bulk multi-shard DBs fix (#3065)

Change summary:

* Each shard's schema contains only the predicates found in that shard rathe...

github.com/unigraph-dev/dgraph - 81ff46e03ab9d06ac3826c34c58d330120184713 authored over 5 years ago by Javier Alvarado <[email protected]>
Set glog flags from configuration (#3062)

* Set glog flags from configuration

This PR fixes https://github.com/dgraph-io/dgraph/issues/...

github.com/unigraph-dev/dgraph - bcf16400d6510f9feaec76922c514023c5426acc authored over 5 years ago by Ibrahim Jarif <[email protected]>
docs: Configuring request/response compression for gRPC and HTTP.

github.com/unigraph-dev/dgraph - fde781a958ca20e0104967815161ecc065bcbaa1 authored over 5 years ago by Daniel Mai <[email protected]>
Reject requests with predicates larger than the max size allowed. (#3052)

* Reject requests with predicates larger than the max size allowed.

This change introduces ch...

github.com/unigraph-dev/dgraph - d5cb05d01628617eed83543243a2b789b8bbf73c authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix test-bulk-schema.sh in TeamCity.

github.com/unigraph-dev/dgraph - 3f97d963af295d429e9d3192e88fbd79f10ee22f authored over 5 years ago by Javier Alvarado <[email protected]>
Fix flaky checks inn http_test.go (#3056)

The list of predicates returned by the mutate endpoint are of the form
<group_id>-<predicate>. ...

github.com/unigraph-dev/dgraph - 9699188a15eb7bdfdae654f27d07783da968afc7 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Add more debugging output to test to troubleshoot TeamCity failure.

github.com/unigraph-dev/dgraph - 8cd9c7c479ad6990c9cd9705e2c2a974f08e829f authored over 5 years ago by Javier Alvarado <[email protected]>
Dump tail of bulk load output when load fails.

github.com/unigraph-dev/dgraph - 4dd70bfb7f80c1a0a9f88801327f438c23203992 authored over 5 years ago by Javier Alvarado <[email protected]>
Update CHANGELOG for v1.0.12 (unreleased), up to v1.0.12-rc6.

* Add commit links.
* Removed unnecessary commit references.
* Changed blockade from a list of c...

github.com/unigraph-dev/dgraph - 66c213b000f73d9eb67bf13d6c57b3db2d034f57 authored over 5 years ago by Daniel Mai <[email protected]>
Inform Zero about tablets in posting dir

When Alpha starts, it should inform Zero about the predicates it is
serving, so that Zero can th...

github.com/unigraph-dev/dgraph - 3271f64e06e5bfe4d20260a52ef59436c6abdc5c authored over 5 years ago by Manish R Jain <[email protected]>
Fix typo in test-21million.sh (#3058)

github.com/unigraph-dev/dgraph - 839b28ec2979122efc96ba94c9e1444525952525 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Delete tablets which don't belong (#3051)

Tablet deletion:

- With recent changes, when a predicate is moved from one group to another, ...

github.com/unigraph-dev/dgraph - 5b8c8805a5c4254b4680fceb320887dd6a388de2 authored over 5 years ago by Manish R Jain <[email protected]>
Improve test suite grep output in TeamCity log.

github.com/unigraph-dev/dgraph - 6185f18484e1b4829b623693e6a989366d8360b3 authored over 5 years ago by Javier Alvarado <[email protected]>
Lower memory requirement for load test.

github.com/unigraph-dev/dgraph - afe314c706125184a15ac7f3e40ae7bc8a8cc69e authored over 5 years ago by Javier Alvarado <[email protected]>
Update CHANGELOG with links to issues. (#3036)

github.com/unigraph-dev/dgraph - 8ac9aec4055ce22ba793baa57a3cdf331aae7f4a authored over 5 years ago by Kiswono Prayogo <[email protected]>
Move related functions together.

github.com/unigraph-dev/dgraph - 9d61561002a21ecd279986fc76b51737e3aa5baa authored over 5 years ago by Javier Alvarado <[email protected]>
Better reporting when script-based test fails.

github.com/unigraph-dev/dgraph - f97119551c007893ccc6618ac73e51141a448a95 authored over 5 years ago by Javier Alvarado <[email protected]>
Minor reporting fix to 21million test.

github.com/unigraph-dev/dgraph - 3628afe89854bc1de0cc52e48cf5dab009c0161a authored over 5 years ago by Javier Alvarado <[email protected]>
Fix and improve bulk schema test.

github.com/unigraph-dev/dgraph - 0ed26e274cf305cfdafa11f69cc2590fb66bbc01 authored over 5 years ago by Javier Alvarado <[email protected]>
Merge pull request #3045 from dgraph-io/javier/issue3011_ignore_uids_on_import

Issue 3011: ignore uids on import

github.com/unigraph-dev/dgraph - 3fb6da2643c2d7619e44fe3286b11856fe6059c9 authored over 5 years ago by Javier Alvarado <[email protected]>
docs: Clarify predicate read availability during a predicate move.

github.com/unigraph-dev/dgraph - 7edc3cdb49e137b759bec721492b1bd987235776 authored over 5 years ago by Daniel Mai <[email protected]>
Update 21million dataset test (#3024)

Improvements to the 21million dataset test:

* Use smarter comparison that actually understand...

github.com/unigraph-dev/dgraph - 5bf42b7018bc8aa1dc5715e55dc5894e628f761c authored over 5 years ago by Javier Alvarado <[email protected]>
Add .vscode directory to gitignore (#3028)

github.com/unigraph-dev/dgraph - 5ff8a71e25c3980b05bafda61167720bd03adee3 authored over 5 years ago by Ibrahim Jarif <[email protected]>
Merge branch 'master' into javier/issue3011_ignore_uids_on_import

github.com/unigraph-dev/dgraph - 55cdbcb64c3cbed10c4803a7f2e84ce8097eeda5 authored over 5 years ago by Javier Alvarado <[email protected]>
Fix useless string concatenation.

github.com/unigraph-dev/dgraph - 576b07abd35e80df6d97783bb524f6502b62a4d7 authored over 5 years ago by Javier Alvarado <[email protected]>
Update index.md (#3029)

This PR fixes:

* A minor formatting issue. If a single code block contains the code and the o...

github.com/unigraph-dev/dgraph - 897bafcb28fe4ea74a9888e900c3f1cdb38604dd authored over 5 years ago by Ibrahim Jarif <[email protected]>
docs: Update Queries section in Design Concepts. (#3040)

Remove XID query and update step-by-step explanation. Add a note in the query-language page link...

github.com/unigraph-dev/dgraph - 4759cb4d88d3fba0f514e26398f9d4757c0eb6d0 authored over 5 years ago by Michel Conrado <[email protected]>
Docs for new /commit endpoint format. (#3044)

github.com/unigraph-dev/dgraph - 900a81dcdc0740da15b5224433ed9cb74c9043d8 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Preserve UIDs in bulk load by default and add --new_uids option to override.

github.com/unigraph-dev/dgraph - b77971ad70be8a2043546dd72eb75da9c44ff75c authored over 5 years ago by Javier Alvarado <[email protected]>
ValidateAddress should return true if IPv6 is valid (#3027)

- Add tests for ValidateAddress function

Fixes https://github.com/dgraph-io/dgraph/issues/302...

github.com/unigraph-dev/dgraph - 97ddc70c4df1a2e62093ee9a199af5624bc35a7a authored over 5 years ago by Ibrahim Jarif <[email protected]>
Panic due to nil maps (#3042)

* query/query.go: var assignment was missing map init

varValue assignments were missing map i...

github.com/unigraph-dev/dgraph - bce239394e607c5dabf03de53b36e2ca4a399b87 authored over 5 years ago by Gus <[email protected]>
Fix client libraries information in README (#3035)

* Fix client libraries information in README

github.com/unigraph-dev/dgraph - 06df966f0659dfc350616c852760bd251b3b4c17 authored over 5 years ago by Aman Mangal <[email protected]>
Change /commit endpoint to accept a list of preds. (#3020)

Previously the commit endpoint accepted a list of keys. Now it accepts a
map with two keys, one...

github.com/unigraph-dev/dgraph - 63418d7311a54d5f73a99e2ad8aaf1500dc25d47 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
docs: Update inequality and GraphQL Variable examples. (#3016)

Improve the Inequality syntax example and add a GraphQL Variable example for array.

github.com/unigraph-dev/dgraph - e9fbaf0a388dd2d32ad14c03a916050646123101 authored over 5 years ago by Michel Conrado <[email protected]>
Test cluster: Default to running two-group cluster. (#3022)

* Update test cluster to default to run 9-node 2-group cluster.

* Add test cluster option --o...

github.com/unigraph-dev/dgraph - 9497a321ebbb6961706715bfb7f5c8632179f911 authored over 5 years ago by Daniel Mai <[email protected]>
Sanity check for empty variables (#3021)

* types/sort.go: sanity check for empty variables

Empty variables have nil value and default ...

github.com/unigraph-dev/dgraph - e65f54bf583233ea25d1f73c0f8b513c2026d7ea authored over 5 years ago by Gus <[email protected]>
Merge pull request #3014 from dgraph-io/javier/simplify_whitelists

Use more readable CIDR format for whitelists.

github.com/unigraph-dev/dgraph - ef70676fd9f0671ff6dcf01b5d05e11e18b5b98d authored over 5 years ago by Javier Alvarado <[email protected]>
Show total weight of path in shortest path algorithm. (#2954)

This change adds a field _totalWeight_ to the first node of each path showing the total weight o...

github.com/unigraph-dev/dgraph - 87a6f34016a769890ba5a00f7fe5073bc99b2dd0 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Update query_edge_limit config option info and error message. (#2979)

github.com/unigraph-dev/dgraph - b9ed6b5033d13d77a623f3ee87714a89a3e49090 authored over 5 years ago by Daniel Mai <[email protected]>
Improve error of empty block queries (#3015)

* query/query.go: improve error of empty block queries

* query/query.go: Changed error into t...

github.com/unigraph-dev/dgraph - 684bec9ebb4cf2d7ddf0ab56bee5b191f8283f84 authored over 5 years ago by Gus <[email protected]>
Rename test dir.

github.com/unigraph-dev/dgraph - 248f8db1b95f3069316eea8b032c1c2b6eb8219e authored over 5 years ago by Javier Alvarado <[email protected]>
Move load_json_test to its own directory.

github.com/unigraph-dev/dgraph - f22d9944b16cebed7a52b6b5f5315772bc272f4c authored over 5 years ago by Javier Alvarado <[email protected]>
Add --new_uids option to live loader.

github.com/unigraph-dev/dgraph - 18277872f4bac4f8c91f2cbac94db34fd56715c2 authored over 5 years ago by Javier Alvarado <[email protected]>
contrib/scripts/test-backup-restore.sh: removed script, no longer needed (#3019)

This test script has been re-writen for docker compose in an upcoming PR.

github.com/unigraph-dev/dgraph - db8b32a6258e648599de6cd9d0c68cfd9fb5321b authored over 5 years ago by Gus <[email protected]>
Add 21million query set to test suite (#3013)

* Change --schema_file in bulk loader to --schema to match live loader.

* Add 21million load ...

github.com/unigraph-dev/dgraph - e8f528d4caeafcd8a47cca465a0308237b44a788 authored over 5 years ago by Javier Alvarado <[email protected]>
Support for Gql variable in arrays (#2981)

* gql/parser.go: add support for gql variable arrays

This change adds support for Gql variabl...

github.com/unigraph-dev/dgraph - a6b3d18430614c43edc775f1a8045a1bb3630d6c authored over 5 years ago by Gus <[email protected]>
Default value should not be nil (#2995)

* query/query.go: default value should not be nil

types.Marshal expects vars to have non-nil ...

github.com/unigraph-dev/dgraph - d9b1725f3d7f6f898dcc17f2a9852eb08b9fe22b authored over 5 years ago by Gus <[email protected]>
User more readable CIDR format for whitelists.

github.com/unigraph-dev/dgraph - 6dd722b20bfaa81600e5899c910a37c5180e283a authored over 5 years ago by Javier Alvarado <[email protected]>
Fix bug retrieving reverse edges of non-list uid predicates. (#3005)

Reverse edges of a non-list uid predicate were not being treated as a
list, causing parts of th...

github.com/unigraph-dev/dgraph - 790524cb26603b8e73208a49791420458eea872d authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Fix flaky delete scalar test. (#3007)

I noticed TestDeleteScalarValue was flaky (was failing twice out of 100
times). I added logic t...

github.com/unigraph-dev/dgraph - 5e871bebf36e54b53e8a22617e538f08c7d2b26f authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Optimize tests in query package. (#2996)

* Remove the require.NoError calls in the methods that add mutations to
the cluster. These call...

github.com/unigraph-dev/dgraph - f63cb583d0b8fc2a98f01ed25242057e2e4bbfd1 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Added curl support for ACLs, pinning ACL predicates to group 1 etc (#2951)

github.com/unigraph-dev/dgraph - c8281f119f13ecbb0b5d789f63400ca735839fc6 authored over 5 years ago by Lucas Wang <[email protected]>
Remove xidmap storage on disk from bulk loader. Peaks to 4M edges/sec on my machine now, up from max 1M/s.

github.com/unigraph-dev/dgraph - 3db2c8294d6d2555f25d98090e6f8c0e6432b1d0 authored over 5 years ago by Manish R Jain <[email protected]>
Option handling improvements (#2991)

* A user should not be faced with a stack trace due to a mistyped command line option. Don't out...

github.com/unigraph-dev/dgraph - 87c36746b456e440560d39f467b1e48eeb5beef7 authored over 5 years ago by Javier Alvarado <[email protected]>
Update CHANGELOG with links to commit changes for each release.

Close #3010

github.com/unigraph-dev/dgraph - 25437d451cd3a2b3b3a2590d58437df5777c8360 authored over 5 years ago by Daniel Mai <[email protected]>
Fix typo "neeuatw set" -> "new set"

github.com/unigraph-dev/dgraph - a1b65029cb2d62eb9ba150d891a6025bd0cef734 authored over 5 years ago by Paul Korzhyk <[email protected]>
Fuzzy match support (#2916)

* added "match" to list of valid funcs

* added "match" to list of valid func names

* added...

github.com/unigraph-dev/dgraph - 4d6992f430fc04daebede0c1ce11a7bdd6fb0176 authored over 5 years ago by Gus <[email protected]>
Add @type directive to enforce type constraints. (#3003)

Predicates in queries can now have a @type predicate that enforces
that all the given results a...

github.com/unigraph-dev/dgraph - 3fcd13bde5bd11227ace24aad8842fb5495e7b41 authored over 5 years ago by Martin Martinez Rivera <[email protected]>
Issue 2934: export with uid (#3004)

* Export with the actual UIDs instead of blanks.

* Fix awkwardly punctuated error message.

...

github.com/unigraph-dev/dgraph - fc9c0c212069d269336a32c79ba802a133aa18ca authored over 5 years ago by Javier Alvarado <[email protected]>
Optimize XidtoUID map used by live and bulk loader (#2998)

I've spent the last few days looking at how to optimize the live mutation path in Dgraph server....

github.com/unigraph-dev/dgraph - b7189935e6ec93aec04762321252b70f98466985 authored over 5 years ago by Manish R Jain <[email protected]>
New make command to check protoc deps (#2968)

* added make command 'check' to compare minimum protoc version.

* quiet which

* changed ch...

github.com/unigraph-dev/dgraph - fc25e4cab79ad55a7c2193d74eb56f0e5eaea6d9 authored over 5 years ago by Gus <[email protected]>
Fix test using 'type' predicate, which is now disallowed.

github.com/unigraph-dev/dgraph - 76e7dc8a287b7e1648f3f0356c349b4a78a8be10 authored over 5 years ago by Javier Alvarado <[email protected]>