Tags: Netflix/atlas
Tags
chart: validate width and height dimensions (#1815) It was found that the PngEngine was not utilizing the `MaxWidth` and `MaxHeight` restrictions for error images. This applies to requests with valid or invalid queries that have dimensions that are out of bounds for the defined bounds. Backport of #1814 Co-authored-by: Aaron Addleman <aaronaddleman@gmail.com>
build(deps): bump actions/checkout from 3 to 4 (#1804) Bumps [actions/checkout](https://github.com/actions/checkout) from 3 to 4. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v3...v4) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
core: add strip-style operator (#1774) Adds an operator that can be used to explicitly remove any presentation settings for a time series expression. This can be useful for taking an existing expression and resetting the style before reusing in other operations.
eval: update default legend for starts/contains (#1770) Before it was the regex string which would escape characters that are special in regex like `.`. This was confusing to some users. Now it will handle prefix and contains matchers and just use the literal without escaping when constructing the legend.
PreviousNext