Daniel Messer

Results 22 issues of Daniel Messer

running extract-gl-client-prof.py fails with Integer conversions. This is because the scripts the first line to contain to numbers, the sample count and the sample interval. In the current version of...

cbt checks the rados version to determine the syntax of the object size for rados bench. It does so locally on the head node (by running rados -v) which fails...

Tested with `quay.io/operator-framework/upstream-registry-builder:v1.6.1` with this: ```Dockerfile FROM quay.io/operator-framework/upstream-registry-builder:v1.6.1 as builder COPY upstream-community-operators manifests RUN ./bin/initializer --permissive true -o ./bundles.db ``` This fails with: ``` time="2020-03-19T18:35:25Z" level=warning msg="permissive mode enabled" error="error...

triage/unresolved

Related to #378 the behavior of `daemon: false` is highly unintuitive. A users normal expectation towards software that reads metering data and forwards this somewhere else is that it does...

Enhancement

### Which section(s) is the issue in? Operator Capability model ### What needs fixing? A link to a more detailed explanation of what the different maturity levels in the operator...

This implements support for immutable tags, including support in both old and new UIs as well as corresponding log events and unit test. Immutable tags have the following characteristics: *...

This PR adds UI and API capabilities to selectively suppress vulnerabilities in secscan reports. - CVE suppression occurs entirely in Quay and are gated by a feature toggle `SECURITY_VULNERABILITY_SUPPRESSION` which...

This adds a variety of conditionals to only load and display vulnerability and package information from image tags if the scanner feature is enabled.

This fixes the path calculation when using `navigate()` to forward the user to other screens after performing actions like deleting repositories (directly addressing [PROJQUAY-5422](https://issues.redhat.com/browse/PROJQUAY-5422)) but also when signing in or...