<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git, branch consistent_timeout_usage</title>
<subtitle>github.com: opscode/chef.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/'/>
<entry>
<title>Update package resource with default for timeout.</title>
<updated>2017-04-19T22:50:46+00:00</updated>
<author>
<name>Jennifer Davis</name>
<email>iennae@gmail.com</email>
</author>
<published>2017-04-19T22:50:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=700c89d94784dfb6dbe01e53967a422294a17cc4'/>
<id>700c89d94784dfb6dbe01e53967a422294a17cc4</id>
<content type='text'>
Currently the timeout attribute is inconsistent in behavior between windows and non-windows platforms. This was initially observed in chef-ingredient with allowing the resource to be of type NilClass. Converges would fail on Windows but succeed on other platforms. This PR moves the default value to the package superclass and removes the attribute from windows_package.

Signed-off-by: Jennifer Davis &lt;iennae@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently the timeout attribute is inconsistent in behavior between windows and non-windows platforms. This was initially observed in chef-ingredient with allowing the resource to be of type NilClass. Converges would fail on Windows but succeed on other platforms. This PR moves the default value to the package superclass and removes the attribute from windows_package.

Signed-off-by: Jennifer Davis &lt;iennae@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version of chef to 13.0.121 by Chef Versioner.</title>
<updated>2017-04-19T09:28:54+00:00</updated>
<author>
<name>Chef Versioner</name>
<email>chef-versioner@chef.io</email>
</author>
<published>2017-04-19T09:28:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=e265487be7f503119057621d6ef125667f06e39c'/>
<id>e265487be7f503119057621d6ef125667f06e39c</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 #6071 from coderanger/key-list</title>
<updated>2017-04-19T09:25:42+00:00</updated>
<author>
<name>Thom May</name>
<email>thom@may.lt</email>
</author>
<published>2017-04-19T09:25:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=298b79a5b9d5c3b05bce61415497b08cae3507bd'/>
<id>298b79a5b9d5c3b05bce61415497b08cae3507bd</id>
<content type='text'>
The two key list commands didn’t actually require the helper object they both use.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The two key list commands didn’t actually require the helper object they both use.</pre>
</div>
</content>
</entry>
<entry>
<title>A whole bunch more missing helper requires.</title>
<updated>2017-04-18T18:47:17+00:00</updated>
<author>
<name>Noah Kantrowitz</name>
<email>noah@coderanger.net</email>
</author>
<published>2017-04-18T18:47:17+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=efc45247aabc562de0898a737ec5bad1793dacda'/>
<id>efc45247aabc562de0898a737ec5bad1793dacda</id>
<content type='text'>
Signed-off-by: Noah Kantrowitz &lt;noah@coderanger.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Noah Kantrowitz &lt;noah@coderanger.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>key show commands also didn’t require needed helper object.</title>
<updated>2017-04-18T18:45:51+00:00</updated>
<author>
<name>Noah Kantrowitz</name>
<email>noah@coderanger.net</email>
</author>
<published>2017-04-18T18:45:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=3f6908b95a267a23ee6e1206c30df051ab12e21f'/>
<id>3f6908b95a267a23ee6e1206c30df051ab12e21f</id>
<content type='text'>
Signed-off-by: Noah Kantrowitz &lt;noah@coderanger.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Noah Kantrowitz &lt;noah@coderanger.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>The two key list commands didn’t actually require the helper object they both use.</title>
<updated>2017-04-18T18:43:07+00:00</updated>
<author>
<name>Noah Kantrowitz</name>
<email>noah@coderanger.net</email>
</author>
<published>2017-04-18T18:43:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=0e5338363d431f6e3aabae1edab7e103d62c3040'/>
<id>0e5338363d431f6e3aabae1edab7e103d62c3040</id>
<content type='text'>
Signed-off-by: Noah Kantrowitz &lt;noah@coderanger.net&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Noah Kantrowitz &lt;noah@coderanger.net&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version of chef to 13.0.120 by Chef Versioner.</title>
<updated>2017-04-14T16:57:55+00:00</updated>
<author>
<name>Chef Versioner</name>
<email>chef-versioner@chef.io</email>
</author>
<published>2017-04-14T16:57:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=d0342681c35bdfa32e0e8e82cb035ab577b74e3e'/>
<id>d0342681c35bdfa32e0e8e82cb035ab577b74e3e</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 #6064 from chef/dan/client-key-create-banner</title>
<updated>2017-04-14T16:55:32+00:00</updated>
<author>
<name>Dan DeLeo</name>
<email>dan@kallistec.com</email>
</author>
<published>2017-04-14T16:55:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=267f7437d4a97422d3122890598bacec6b76eb10'/>
<id>267f7437d4a97422d3122890598bacec6b76eb10</id>
<content type='text'>
Add usage banner for knife client key create</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add usage banner for knife client key create</pre>
</div>
</content>
</entry>
<entry>
<title>Add usage banner for knife client key create</title>
<updated>2017-04-14T15:26:33+00:00</updated>
<author>
<name>danielsdeleo</name>
<email>dan@chef.io</email>
</author>
<published>2017-04-14T15:26:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=9b5ba3ffdc4e1c54bfa7abef60454f235e6033fd'/>
<id>9b5ba3ffdc4e1c54bfa7abef60454f235e6033fd</id>
<content type='text'>
Signed-off-by: Daniel DeLeo &lt;dan@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Daniel DeLeo &lt;dan@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version of chef to 13.0.119 by Chef Versioner.</title>
<updated>2017-04-12T20:40:22+00:00</updated>
<author>
<name>Chef Versioner</name>
<email>chef-versioner@chef.io</email>
</author>
<published>2017-04-12T20:40:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=58c096d5252ea0da37c63b188f14a96a03b507aa'/>
<id>58c096d5252ea0da37c63b188f14a96a03b507aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
