<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/lib/chef, branch https</title>
<subtitle>github.com: opscode/chef.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/'/>
<entry>
<title>Use net/http and openssl instead of net/https</title>
<updated>2020-08-12T21:04:02+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-08-11T18:55:57+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=0332a3942ab68fc88f15426721c150d7d94c61c9'/>
<id>0332a3942ab68fc88f15426721c150d7d94c61c9</id>
<content type='text'>
net/https just calls openssl and net/http. We can just do that ourselves
and avoid the extra layer

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
net/https just calls openssl and net/http. We can just do that ourselves
and avoid the extra layer

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove a duplicate require</title>
<updated>2020-08-12T19:38:00+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-08-12T19:38:00+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=345d2c9d680911e5ab34b5a35e0412083510fcee'/>
<id>345d2c9d680911e5ab34b5a35e0412083510fcee</id>
<content type='text'>
New RuboCop rule detected this dupe

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
New RuboCop rule detected this dupe

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 16.4.19 by Chef Expeditor</title>
<updated>2020-08-12T17:59:19+00:00</updated>
<author>
<name>Chef Expeditor</name>
<email>chef-ci@chef.io</email>
</author>
<published>2020-08-12T17:59:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=a699df1b7e04fcfecb6b3fdd0c5bd2c389aae101'/>
<id>a699df1b7e04fcfecb6b3fdd0c5bd2c389aae101</id>
<content type='text'>
Obvious fix; these changes are the result of automation not creative thinking.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obvious fix; these changes are the result of automation not creative thinking.
</pre>
</div>
</content>
</entry>
<entry>
<title>double quotes in example for string interpolation</title>
<updated>2020-08-12T14:01:38+00:00</updated>
<author>
<name>Karl Amrhein</name>
<email>karlamrhein@gmail.com</email>
</author>
<published>2020-08-12T14:01:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=a400458de5335da1d91e0c9fc25de6e86008a292'/>
<id>a400458de5335da1d91e0c9fc25de6e86008a292</id>
<content type='text'>
In the example:
```
execute 'test_rule' do
          command 'command_to_run
            --option value
            --option value
            --source \#{node[:name_of_node][:ipsec][:local][:subnet]}
            -j test_rule'
          action :nothing
        end
```

that example command would not run correctly because the variable #{node{node[:name_of_node][:ipsec][:local][:subnet]}
would not be evaluated.  

changing to double quotes fixes the example.  

Obvious fix.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In the example:
```
execute 'test_rule' do
          command 'command_to_run
            --option value
            --option value
            --source \#{node[:name_of_node][:ipsec][:local][:subnet]}
            -j test_rule'
          action :nothing
        end
```

that example command would not run correctly because the variable #{node{node[:name_of_node][:ipsec][:local][:subnet]}
would not be evaluated.  

changing to double quotes fixes the example.  

Obvious fix.</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 16.4.18 by Chef Expeditor</title>
<updated>2020-08-11T18:23:10+00:00</updated>
<author>
<name>Chef Expeditor</name>
<email>chef-ci@chef.io</email>
</author>
<published>2020-08-11T18:23:10+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=2505112add8e5e220441a2e5aed5456e7dcc3a72'/>
<id>2505112add8e5e220441a2e5aed5456e7dcc3a72</id>
<content type='text'>
Obvious fix; these changes are the result of automation not creative thinking.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obvious fix; these changes are the result of automation not creative thinking.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 16.4.17 by Chef Expeditor</title>
<updated>2020-08-10T17:16:56+00:00</updated>
<author>
<name>Chef Expeditor</name>
<email>chef-ci@chef.io</email>
</author>
<published>2020-08-10T17:16:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=d893c58194ae64b3615258b1fa13959d32d5f94c'/>
<id>d893c58194ae64b3615258b1fa13959d32d5f94c</id>
<content type='text'>
Obvious fix; these changes are the result of automation not creative thinking.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obvious fix; these changes are the result of automation not creative thinking.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #10237 from chef/VSingh/client-run-error-per-resource</title>
<updated>2020-08-10T17:14:21+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2020-08-10T17:14:21+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=0c9744cdb82b13c890f207e88b0b74e611527023'/>
<id>0c9744cdb82b13c890f207e88b0b74e611527023</id>
<content type='text'>
client-run per resource error detail</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
client-run per resource error detail</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 16.4.16 by Chef Expeditor</title>
<updated>2020-08-07T22:52:31+00:00</updated>
<author>
<name>Chef Expeditor</name>
<email>chef-ci@chef.io</email>
</author>
<published>2020-08-07T22:52:31+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=0e0a6152444a2218ae1202ccfa61bd8edcd2f83f'/>
<id>0e0a6152444a2218ae1202ccfa61bd8edcd2f83f</id>
<content type='text'>
Obvious fix; these changes are the result of automation not creative thinking.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obvious fix; these changes are the result of automation not creative thinking.
</pre>
</div>
</content>
</entry>
<entry>
<title>Mark deep_merge as private</title>
<updated>2020-08-07T22:46:48+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2020-08-07T22:46:48+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=75f8c0d19c9d19fe0f7594b830eeb7eb91771b7d'/>
<id>75f8c0d19c9d19fe0f7594b830eeb7eb91771b7d</id>
<content type='text'>
It ain't quite private, but if people find it useful but not quite what
they want they need to maintain their own implementation.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It ain't quite private, but if people find it useful but not quite what
they want they need to maintain their own implementation.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 16.4.15 by Chef Expeditor</title>
<updated>2020-08-07T22:32:41+00:00</updated>
<author>
<name>Chef Expeditor</name>
<email>chef-ci@chef.io</email>
</author>
<published>2020-08-07T22:32:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=6608dbb82425e0cd3c0b2043b13d43e94f37d5eb'/>
<id>6608dbb82425e0cd3c0b2043b13d43e94f37d5eb</id>
<content type='text'>
Obvious fix; these changes are the result of automation not creative thinking.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Obvious fix; these changes are the result of automation not creative thinking.
</pre>
</div>
</content>
</entry>
</feed>
