Ben Dean

Results 16 comments of Ben Dean

@dimasmamot, this seems to work: https://cdn.jsdelivr.net/gh/alefnode/jenkins-themes@CDN/dist/material-light-blue.css maybe rawgit is gone? or not working at least. see #165

Is this stuck waiting on someone to rebase #191?

@chris-rock I'm not sure how I can update his PR, or if I should make another one, but I rebased @bablakely's `auditd` branch onto `master` https://github.com/dev-sec/chef-os-hardening/compare/master...b-dean:auditd

@artheus, that article you linked to from Atlassian is for JIRA, not Bitbucket. I logged all the headers that come back from the request that has the 429 response and...

Here's a better workaround: ``` ruby require 'securerandom' require 'chef/mixin/params_validate' begin orig_verbose, $VERBOSE = $VERBOSE, nil Jenkins::Helper::UUID_REGEX = /.*/ ensure $VERBOSE = orig_verbose end resource_class = Chef::ResourceResolver.resolve(:jenkins_private_key_credentials) resource_class.attribute :id, kind_of:...

to add on to what @harshkumar-dev, you can also set an environment variable (@forana maybe put it in your `~/.bashrc`) ```sh export OCI_CLI_AUTH=security_token ``` It would be really nice if...

@tas50, I'll take a look and rebase again. One problem we ran into earlier is that we want to use the `chef/chef` images from docker hub but also platforms to...

This might be a better command to find closed branches that have been merged ``` hg log -r 'head() and closed() and parents(merge())' -T '{branch}\n' ```

@zzak, when I made this issue, it was probably whatever was the lastest rack at the time. I just tried it again and it still was a problem. Here's the...

@rkh, whatever happened to this? Does the shim middleware exist somewhere that we can use it? on rack/rack#481 you mention that this will be in Sinatra 1.4, but that was...