Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Tags: onenoa/dgraph

Tags

v21.12.0

Toggle v21.12.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updating gqlparser version with race fix (dgraph-io#8106)

v21.09.0-rc2

Toggle v21.09.0-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(proposals): Incremental proposal key for zero proposals (dgraph-i…

…o#8005)

Change the proposal's unique key to an atomic counter instead of using a randomly generated key.

v21.09.0-rc1

Toggle v21.09.0-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix: add validation of null values with correct order of graphql rule…

… validation (dgraph-io#8007) (dgraph-io#8008)

* fix: add validation of null values with correct order of graphql rule validation

v21.03.2

Toggle v21.03.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
build(Makefile): Update codename for v21.03.2. (dgraph-io#8001)

v21.03.1

Toggle v21.03.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
update changelog (dgraph-io#7905)

Update the changelog.

v21.03.0

Toggle v21.03.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(release): adding changelog for v21.03 (dgraph-io#7696)

* adding changelog for v21.03

v20.11.3

Toggle v20.11.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(release): Update CHANGELOG for v20.11.3 (dgraph-io#7673)

- Update CHANGELOG for v20.11.3
- Update release code name

v20.11.3-rc1

Toggle v20.11.3-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(perf): Improve perf of bulk loader with Reuse allocator and ass…

…inging tags to allocator (dgraph-io#7360) (dgraph-io#7547)

* Reuse allocator (dgraph-io#7360)

Instead of creating a new z.Allocator for every encoder, this PR reuses the allocator. On a 21M dataset, bulk loader takes 2m22s on master, and only 1m35s on this PR. That's a major 35% performance improvement.

* use allocator tags

Co-authored-by: Manish R Jain <[email protected]>

v20.11.2

Toggle v20.11.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updating changelog for v20.11.2 (dgraph-io#7470)

* updating changelog for v20.11.2

* fixing @auth to not become the mention

v20.11.2-rc1

Toggle v20.11.2-rc1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(sort): Fix multi-sort with nils (dgraph-io#7432) (dgraph-io#7444)

Fix the behavior of multi-sort. All the nil values are appended at the end of
the result irrespective of ascending or descending sort. This change also
fixes a bug due to not appending the nil values in the values list,
corresponding to the UIDs appended in the UID list with nil predicates.

(cherry picked from commit 2c7de57)