8000 Tags · sbljing/dgraph · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Tags: sbljing/dgraph

Tags

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 (hypermodeinc#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 (hypermodeinc#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 (hypermodeinc#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 (hypermodeinc#7360) (hypermodeinc#7547)

* Reuse allocator (hypermodeinc#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 <manish@dgraph.io>

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 (hypermodeinc#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 (hypermodeinc#7432) (hypermodeinc…

…#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)

v20.11.1

Toggle v20.11.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(release): updating code name (hypermodeinc#7375)

v20.11.1-rc2

Toggle v20.11.1-rc2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updating badger (hypermodeinc#7357)

v20.11.1-rc1

Toggle v20.11.1-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): Make sort consistent for indexed and without indexed predi…

…cates (hypermodeinc#7241) (hypermodeinc#7323)

Make the result of sort consistent for predicate with and without index.
After this change, the predicates with null values will appear at the
last of the sort result for both ascending and descending sort, for both
index/no-index case. Before this change the result for predicate with index
didn't contain the null predicates and the one without index treated nulls as
infinite value - they appeared at the beginning for descending while at the
end for the ascending sort case.

NOTE: This is a breaking change for the response of sort.

Co-authored-by: Rajas Vanjape <rajas@dgraph.io>
(cherry picked from commit 85278f8)

v20.07.3

Toggle v20.07.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
updating codename for v20.07 (hypermodeinc#7221)

0