Josh Gitlin

Results 11 comments of Josh Gitlin

I was getting the same message up until recently when I upgraded IntelliJ. Now, I get: > Plugin 'Ruby Dynamic Code Insight' (version '0.3.3') is not compatible with the current...

This issue is affecting me also. I am unclear on the status of the PR, but if there's remaining work to be done here I am happy to help! What...

I might do that @ramereth -- but I just discovered another issue with this cookbook which requires me to have a `.pgpass` file, thus I _do_ need a `postgres` user...

I have created [an initial PR for review](https://github.com/chef/chef-server/pull/1976) on this. It builds for me locally, but this is nowhere near a complete fix. Notably missing is anything outside the ruby...

Coming back to this finally. At last check the smoke tests were failing with `uninitialized constant Chef::Dist::Server` from a recipe at `cookbooks/private-chef/recipes/default.rb:25`. I had refactored the wordmarks to use a...

[New PR for an initial pass here](https://github.com/chef/chef-server/pull/2085). Now with passing tests!

I now have an updated PR for the first round of wordmark replacements: https://github.com/chef/chef-server/pull/2808

I'm about to start on a PR for this issue, because I need the change for myself. Will update issue with PR when ready!

I almost have my code ready for a PR. Thanks to help in #sous-chefs I realized that the "allow me to specify other options, like static-challenge" portion of my request...

> New functionality includes testing I did not write new tests because the `openvpn_user` resource does not appear to have any tests at all yet 😞 I can work on...