Jonathan A. Sternberg

Results 34 issues of Jonathan A. Sternberg

All of the sql drivers need integration tests that can be used against the actual database implementations. We are going to need this kind of framework in the future for...

no-issue-activity

The `newWindowGroupKey` method inside of the `window()` transformation produces a lot of memory allocations when there are a lot of groups. This is because it will end up producing `N*M`...

team/query

Originally described in influxdata/influxdb#7444, the arrow buttons don't work inside of a docker container for the influxdb console. History still works if you use `Ctrl+R`, but up, down, left, and...

bug
influxdb

Docker has native support for Windows. InfluxDB has native support for Windows. Now that we have ARM images for the TICK stack, we need to make Windows ones too.

help wanted
telegraf
kapacitor
influxdb
chronograf

This version of docker/cli has changes to remove compose-cli wrapper and move all CLI metrics to OTEL.

needs-cherry-pick/v0.14

- https://github.com/docker/buildx/pull/2421 - https://github.com/docker/buildx/pull/2422 - https://github.com/docker/buildx/pull/2424 - https://github.com/docker/buildx/pull/2444 - https://github.com/docker/buildx/pull/2460

Starts a prometheus server that automatically scrapes buildkit for metrics using the `/metrics` endpoint. Also configures a grafana instance to use prometheus as the default connection.

The `ENV` and `LABEL` commands both support using either a whitespace delimited token or one delimited with the equals token. The equals token is preferred because it is more explicit...

status/code-review

A dockerfile should be valid when used with the default values for `ARG` and not require the use of `--build-arg` to function correctly. This checks that using the default values...