<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/lib/chef/cookbook, branch https_shell</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>redo of the redo of the patch to fix #5089</title>
<updated>2016-10-05T21:53:17+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-10-05T21:22:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=5338410abfb52c7675fea4db59c9754879cac4b9'/>
<id>5338410abfb52c7675fea4db59c9754879cac4b9</id>
<content type='text'>
see discussion in:

https://github.com/chef/chef/pull/5096

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
see discussion in:

https://github.com/chef/chef/pull/5096

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>drop warn all the way down to debug</title>
<updated>2016-09-21T17:37:59+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-09-09T17:50:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=8e3449879785b7572c0a9910cb4b2565413b713c'/>
<id>8e3449879785b7572c0a9910cb4b2565413b713c</id>
<content type='text'>
we expect this to be forward compat, so that all this turns into is a nag message to upgrade
which is probably better just not to display

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
we expect this to be forward compat, so that all this turns into is a nag message to upgrade
which is probably better just not to display

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ignore unknown metadata fields in metadata.rb</title>
<updated>2016-09-21T17:37:59+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-09-09T17:24:42+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=723bac74427f6f605fd2c9ab855afe59ba84d08b'/>
<id>723bac74427f6f605fd2c9ab855afe59ba84d08b</id>
<content type='text'>
if we're just using chef-zero there's no metadata.json file so
chef-client doesn't do json parsing (which ignores unknown metadata
fields already) but parses metadata.json which explodes.

i believe since TK goes through berks it renders the rb to json before
copying to the virt so we don't see this in TK or in running chef-client
from a real server.

this only affects the chef-client -z or chef-zolo mode of operation (and
probably legacy chef-solo)

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
if we're just using chef-zero there's no metadata.json file so
chef-client doesn't do json parsing (which ignores unknown metadata
fields already) but parses metadata.json which explodes.

i believe since TK goes through berks it renders the rb to json before
copying to the virt so we don't see this in TK or in running chef-client
from a real server.

this only affects the chef-client -z or chef-zolo mode of operation (and
probably legacy chef-solo)

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgrade</title>
<updated>2016-08-17T20:25:02+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-08-17T19:15:26+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=a0c32511bc6634538374ca4b433032b8acd05f96'/>
<id>a0c32511bc6634538374ca4b433032b8acd05f96</id>
<content type='text'>
Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix symlink tests on Ruby 2.3 on Windows</title>
<updated>2016-08-17T17:45:26+00:00</updated>
<author>
<name>John Keiser</name>
<email>john@johnkeiser.com</email>
</author>
<published>2016-08-17T16:52:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=9efaeeb3fae794c97045c15a33dacb0c771eb11a'/>
<id>9efaeeb3fae794c97045c15a33dacb0c771eb11a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5215 from chef/jk/windows-ruby-2.3</title>
<updated>2016-08-17T15:48:07+00:00</updated>
<author>
<name>John Keiser</name>
<email>john@johnkeiser.com</email>
</author>
<published>2016-08-17T15:48:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=4da546bd2431a6ecf86d9f709714c3de8b13d8fb'/>
<id>4da546bd2431a6ecf86d9f709714c3de8b13d8fb</id>
<content type='text'>
Don't use relative_path_from on glob results</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Don't use relative_path_from on glob results</pre>
</div>
</content>
</entry>
<entry>
<title>autofixing Style/RedundantException cop</title>
<updated>2016-08-17T01:41:25+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-08-09T19:24:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=c030f338ab37a5ce16de5b31006a278ac3767ca4'/>
<id>c030f338ab37a5ce16de5b31006a278ac3767ca4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>autofixing Style/AccessModifierIndentation cop</title>
<updated>2016-08-17T01:41:25+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-08-09T19:21:37+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=82ee3bd4f6a2d16a4d5d50759f31bd770e6aa875'/>
<id>82ee3bd4f6a2d16a4d5d50759f31bd770e6aa875</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Don't use relative_path_from on glob results</title>
<updated>2016-08-17T00:22:02+00:00</updated>
<author>
<name>John Keiser</name>
<email>john@johnkeiser.com</email>
</author>
<published>2016-08-16T23:37:50+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=438cd46c773fb752556d1ed61e49ad0a359fc059'/>
<id>438cd46c773fb752556d1ed61e49ad0a359fc059</id>
<content type='text'>
Windows Ruby 2.3 translates pathnames like ADMINI~1 to Administrator, making the comparison fail.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Windows Ruby 2.3 translates pathnames like ADMINI~1 to Administrator, making the comparison fail.
</pre>
</div>
</content>
</entry>
<entry>
<title>make keepalives entirely optional</title>
<updated>2016-08-09T18:08:34+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-08-09T18:08:34+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=27cfcdb4cc6fdd7a52e3edb570297709f2bfe715'/>
<id>27cfcdb4cc6fdd7a52e3edb570297709f2bfe715</id>
<content type='text'>
turn on only for the cookbook synchronizer
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
turn on only for the cookbook synchronizer
</pre>
</div>
</content>
</entry>
</feed>
