David Reiss

Results 36 issues of David Reiss

## What changed? After an update, the schedule workflow goes back to the previous action/update and recomputes next times from there, instead of from the current time. ## Why? Fixes...

## What changed? Forward `authorization` and `authorization-extras` (or configured headers) for remote grpc connections only (not local). ## Why? Fixes #4823 ## How did you test it? unit tests, will...

stale

**Is your feature request related to a problem? Please describe.** I'm using a symlinked node_modules by calling `npmlock2nix` in my `shell.nix`, so that my interactive processes use the exact same...

**Is your feature request related to a problem? Please describe.** I have a project with a node-based build, so I have a `npmlock2nix.build` expression in my defaut.nix. Of course, I'd...

## What changed? Dynamic config improvements: - Typed settings to prevent misuse - Moved defaults to where settings are defined - Code generation to make it easy to add new...

### Is your feature request related to a problem? Please describe. tctl had a command `tctl admin cluster describe` that included a `membershipInfo` field with useful info for debugging ringpop/membership...

enhancement

## What changed? - Remove `proto/api` submodule. - Adds a new program that's automatically run by the Makefile as required to output the api protos in binary form, which can...

## What changed? Add a config for the "1 second" limit on local activity sleep due to rate limit. Also rename some stuff to be more readable. ## Why? We...

## What changed? - Calculate "delay" for buffered actions from previous action close. - Update a few logs. ## Why? If an action is held up by waiting for a...

## What changed? Move most unit tests to external package, except two for an internal helper function. ## Why? To write tests as an client to the package would use...