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

Tags: sbljing/badger

Tags

v3.2103.0

Toggle v3.2103.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore: update changelog for v3.2103 (hypermodeinc#1711)

v3.2011.1

Toggle v3.2011.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
fix(compaction): Set base level correctly after stream (hypermodeinc#…

…1631) (hypermodeinc#1651)

When we use stream writer, all the data is written to the last level. On the restart,
badger will try to figure out the correct base level. This computation of base level
is incorrect right now because of which we pick the baseLevel which has levels
below it that are empty.

(cherry picked from commit d1125c4)

Co-authored-by: Ibrahim Jarif <ibrahim@dgraph.io>

v3.2011.0

Toggle v3.2011.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
chore(badger): adding changelog (hypermodeinc#1641)

* adding changelog

* adding message line about non compatibility

v1.6.2

Toggle v1.6.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add changelog for v1.6.2 (hypermodeinc#1517)

v2.2007.2

Toggle v2.2007.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix changelog for v2.2007.2 (hypermodeinc#1490) (hypermodeinc#1491)

Add information about two new commits.

(cherry picked from commit 84cc0bf)

v2.2007.1

Toggle v2.2007.1's commit message
Fix changelog for v2.2007.1

v2.2007.0

Toggle v2.2007.0's commit message
Fix changelog for v2.2007.0

v20.07.0

Toggle v20.07.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix changelog for v20.07.0 (hypermodeinc#1454) (hypermodeinc#1455)

(cherry picked from commit 763e7d7)

v20.07.0-rc3

Toggle v20.07.0-rc3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Various bug fixes: Break up list and run DropAll func (hypermodeinc#1439

) (hypermodeinc#1440)

* Run the returned func even on error, if the func is not nil.

* Break up keys from a single list output to avoid sending a 
HUGE batch which can exceed Grpc limits.

(cherry picked from commit 1ccf3a8)

Co-authored-by: Manish R Jain <manish@dgraph.io>

v20.07.0-rc2

Toggle v20.07.0-rc2's commit message
Update CHANGELOG for v20.07.0-rc2. (hypermodeinc#1429)

(cherry picked from commit 21bda50)
0