Ben Dean

Results 7 issues of Ben Dean

This started with Jenkins 2.335. Here's the [commit to the base style.less](https://github.com/jenkinsci/jenkins/commit/b97012a1f8e0968eb74c882b695673d7dc2cd559) in Jenkins that introduced some `!important` colors on all `pre` elements. See https://github.com/jenkinsci/jenkins/pull/6259 Here's a workaround you can...

I cannot get a stream to stay open (which is necessary for Server-Sent Events to work) with Sinatra running on Puma. I don't really have any idea why, but the...

feedback

also fix paths in `ebs-nvme-mapping.sh` this had previously been fixed in #3 but it was changed before it was merged. then I tried to fix it again in #8 but...

When we have hit the rate limits for Bitbucket API it slows everything down to a crawl. Also other API requests (such as getting the Jenkinsfile for multibranch pipelines) are...

Based on @hortoncd's work from #150 I made it take an array of auth so you can do things like quay.io and ECR and still use the standard chef images...

enhancement
help wanted

We use `oci session authenticate` with the environment variable `OCI_CLI_AUTH=security_token` set. This means our `~/.oci/config` file doesn't actually have a setting for `user`, which causes the [config validation to fail](https://github.com/oracle/oci-ruby-sdk/blob/v2.18.0/lib/oci/config.rb#L137-L141)....

SDK

Work in progress to get some of this stuff working on Chef 17. * Use Ruby 3.0.0 * ~Use newer Minitest gem~ Probably not this. The newer minitest is pretty...