Hank Donnay

Results 71 issues of Hank Donnay

This _seemed_ simple enough, haven't check if there are other places where we want to accept other inputs. Still need to update the openapi reference.

This updates the Dockerfile to use the "-trimpath" flag to facilitate more repeatable builds, with an eye to supporting plugin loading. Another "builder" Dockerfile is added to use as a...

Signed-off-by: Hank Donnay

This is an experiment on adding a graphql API to the matcher. The goal is to reduce the response size to clients.

On v2.2.0 (installed from Fedora 34 repos), the daemon exits with the above for all configured maildirs.

Both the main `procfs` package and the `xfs` package fail on my machine. Here's a reproducer: ```sh #!/bin/sh set -ex t=$(mktemp -d) trap 'rm -r $t' EXIT cd $t cat...

This is an attempt at having the Clair client cache responses in redis.

needs-rebase

This is a stab at fixing the OCI compliance. This first patch breaks the allowlist mechanism, which was pushed too early in the validation process. Subsequent patches should add this...

do-not-merge/work-in-progress

I saw #3652 and have done similar in other projects. The only way to go about it (IMO) is just like eating a buffalo: one bite at a time. If...