Will Beason

Results 12 issues of Will Beason

## What part of OPA would you like to see improved? Motivating issue: https://github.com/open-policy-agent/gatekeeper/issues/2060 When adding data to the in-memory OPA storage object, `inmem.store.Write` round-trips the incoming object through JSON...

feature-request

- [X] I've read the [CONTRIBUTING](https://github.com/sbt/sbt/blob/1.x/CONTRIBUTING.md) guidelines ## steps Basically, doing anything in the console that directly creates an object in java.sql while using Java 9 or later will produce...

Bug
area/jdk_x

Right now if something goes wrong when compiling ConstraintTemplates, users get an opaque `The request is invalid`. This doesn't help with debugging or give anything to go on. While users...

enhancement
gator cmd
triaged

We aren't able to delete Namespaces in our tests which launch the dummy API Server. This creates cross-talk between tests which use the same Namespaces, and prevents running tests multiple...

bug

We should use a GitHub action that lets us be sure the docs build (and maybe also preview them to check that they aren't wonky). A lot of projects use...

enhancement
Build/Testing
triaged

**What steps did you take and what happened:** go test github.com/open-policy-agent/gatekeeper/pkg/controller/constrainttemplate --count=10 Failure: https://gist.github.com/willbeason/cf3adff3ecfa3f29173a97bf995ee406

bug
Build/Testing
flake

This will aid in debugging where people have made an easy typo in their Rego.

enhancement
authorship-tooling
gator cmd
triaged

"make lint" leaves behind files in `.tmp/` that cause other make targets to fail. To recreate: ``` $ make lint ... $ make deploy updating kustomize image patch file for...

bug
triaged

This is a performance optimization change for Encode(). As-is, Encode() always calls a stringconcat (by "+"-ing strings together). This call is unnecessary as we know the structure of the location...

Allow optionally returning coverage of opa code that "opa test" uses for the "--coverage" option

enhancement
help wanted
gator cmd
triaged