Joshua Goldstein

Results 16 issues of Joshua Goldstein

Opening branch and PR for fix to race condition introduced by previous merge. See discussion [here](https://github.com/dgraph-io/badger/pull/1784).

This is a template for Ristretto release v.0.1.1. We do not expect to merge this into main.

In a prior version of Ristretto, calling set after close could cause a panic. We are adding this test to check for this behavior and prevent a regression. Test was...

## Problem Dgraph currently uses Ristretto v0.1.0. There are a few bug fixes and updates that have gone into the Ristretto master branch that are not in v0.1.0. However, we...

cherry-pick

[Cherry-pick-7609](https://github.com/dgraph-io/dgraph/pull/7609) The old PR fixed an issue that arose after posting/list.go was significantly refactored when roaring bitmaps were incorporated. The previous team first implemented roaring and then wrote the sroar...

cherry-pick

Refers to [this](https://github.com/dgraph-io/dgraph/pull/7740) PR. Cherry pick 7740.

cherry-pick

## Background Audit logging is an enterprise feature with an option for encryption using AES. An AES cipher has three ingredients: a private key, an iv (or nonce), and plaintext....

area/security

We will soon start work on our CD process. We will be referencing [this PR.](https://github.com/dgraph-io/dgraph/pull/3202)

kind/feature

Description: Fix typo in cron, reduce lint cadence.

area/integrations

## Problem Currently we build dgraph locally, then build our docker image with this locally built binary. We also inject this binary into our docker-compose files. However, since we use...

area/integrations