Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

release/20.07: Update badger to 37ee16d #6034

Merged
merged 1 commit into from
Jul 20, 2020

Conversation

jarifibrahim
Copy link
Contributor

@jarifibrahim jarifibrahim commented Jul 18, 2020

This description was generated using this script:

#!/bin/bash

set -e
GHORG=${GHORG:-dgraph-io}
GHREPO=${GHREPO:-badger}
cat <<EOF
This description was generated using this script:
\`\`\`sh
`cat $0`
\`\`\`
Invoked as:

    `echo GHORG=${GHORG} GHREPO=${GHREPO} $(basename $0) ${@:1}`

EOF
git log --oneline --reverse ${@:1} \
  | sed -E "s/^(\S{7}\s)//g" \
  | sed -E "s/([\s|\(| ])#([0-9]+)/\1${GHORG}\/${GHREPO}#\2/g" \

Invoked as:

GHORG=dgraph-io GHREPO=badger changes.sh 3ffaf3cd1d4a...37ee16d8ad1c

Various bug fixes: Break up list and run DropAll func (dgraph-io/badger#1439) (dgraph-io/badger#1440)


This change is Reviewable

Docs Preview: Dgraph Preview

Copy link
Contributor

@danielmai danielmai left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

:lgtm:

Reviewed 2 of 2 files at r1.
Reviewable status: :shipit: complete! all files reviewed, all discussions resolved (waiting on @manishrjain and @vvbalaji-dgraph)

@martinmr
Copy link
Contributor

Can you also bring in the change to print the keys in the stream writer? To avoid having to do another release.

@jarifibrahim
Copy link
Contributor Author

@martinmr That change isn't a bug fix and we are merging the only bug fixes in the release branch right now.

@parasssh parasssh merged commit bc07dca into release/v20.07 Jul 20, 2020
@parasssh parasssh deleted the ibrahim/r20.07-badger branch July 20, 2020 17:59
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

4 participants