Jacob Straszynski

Results 7 issues of Jacob Straszynski

I've already started perusing the source code, so this won't be as effective as it would've been. Some examples using the api would be nice.

Consider this diff: ```diff diff --git a/ksonnet-util/util.libsonnet b/ksonnet-util/util.libsonnet index a151e8a..683eafc 100644 --- a/ksonnet-util/util.libsonnet +++ b/ksonnet-util/util.libsonnet @@ -225,8 +225,7 @@ local util(k) = { ]), manifestYaml(value):: ( - local f =...

stale

Personal access tokens authenticate via the 'Authorization: Bearer xxx' header. It looks like VIRA only supports basic auth at the moment. Description of the feature is here: https://confluence.atlassian.com/enterprise/using-personal-access-tokens-1026032365.html When using...

* Tested access_token and access_token_cmd. * Have not tested for regressions with username and password. Fixes #76

Detailed exception output doesn't occur until the end of the test run. Sometimes you want to stop test execution as soon as you notice failures with `ctrl-c` - but then...

The latest nvidia drivers failed to build without bison, flex, and Module.symvers from the developer container. ``` CoreOS: 2023.4.0 (stable) Kernel: 4.19.23 Driver: 415.27 ```

- Adds support for statefulsets. - Updates client-go to release-8.0. - Refactors the trigger_controller_test a bit to support table-driven tests.