<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/lib/chef/application/client.rb, 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>fixes for rubocop 0.44.1 engine</title>
<updated>2016-10-20T18:54:46+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-10-20T18:54:46+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=d0dbda11796e819d4a640f9ee58d5a308a109a19'/>
<id>d0dbda11796e819d4a640f9ee58d5a308a109a19</id>
<content type='text'>
a few cops we have enabled got a little more accurate/stricter

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
a few cops we have enabled got a little more accurate/stricter

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>Merge branch 'master' into configoption</title>
<updated>2016-08-02T23:36:05+00:00</updated>
<author>
<name>Noah Kantrowitz</name>
<email>noah@coderanger.net</email>
</author>
<published>2016-08-02T23:36:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=0368df838c36fd5a54c75007aae3c2e28cbdba1b'/>
<id>0368df838c36fd5a54c75007aae3c2e28cbdba1b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use Mixlib::Archive to extract tarballs</title>
<updated>2016-07-07T14:23:41+00:00</updated>
<author>
<name>Thom May</name>
<email>thom@chef.io</email>
</author>
<published>2016-07-05T14:22:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=c54428b1928815b752de079cfe7df55a52b09775'/>
<id>c54428b1928815b752de079cfe7df55a52b09775</id>
<content type='text'>
this allows us to be truely cross platform, and also to ignore unsafe
paths and permissions.

Signed-off-by: Thom May &lt;thom@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this allows us to be truely cross platform, and also to ignore unsafe
paths and permissions.

Signed-off-by: Thom May &lt;thom@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>First pass on --config-option handling.</title>
<updated>2016-06-21T23:07:59+00:00</updated>
<author>
<name>Noah Kantrowitz</name>
<email>noah@coderanger.net</email>
</author>
<published>2016-06-21T23:04:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=267cd39a17454a17cce7eeef8aea292aec4647fc'/>
<id>267cd39a17454a17cce7eeef8aea292aec4647fc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>* define exit codes</title>
<updated>2016-05-23T18:32:49+00:00</updated>
<author>
<name>Steven Murawski</name>
<email>steven.murawski@gmail.com</email>
</author>
<published>2016-02-18T20:58:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=e24b8e2cd67aef572fde184e8b07d48333184b29'/>
<id>e24b8e2cd67aef572fde184e8b07d48333184b29</id>
<content type='text'>
* exit code functional specs
* audit exit codes
* reboot now/reboot failed/reboot pending exit codes
* Deal with forked and unforked process and get the right exit code
* Reboot Now should really be reboot scheduled
* pass exception rather than exit code
* updated with sigint and sigterm
* support legacy fatal!("", 2) behavior
* fixup all fatal! and exit! calls
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* exit code functional specs
* audit exit codes
* reboot now/reboot failed/reboot pending exit codes
* Deal with forked and unforked process and get the right exit code
* Reboot Now should really be reboot scheduled
* pass exception rather than exit code
* updated with sigint and sigterm
* support legacy fatal!("", 2) behavior
* fixup all fatal! and exit! calls
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "Run in fips mode if node is fips enabled"</title>
<updated>2016-04-27T17:11:12+00:00</updated>
<author>
<name>Thom May</name>
<email>thom@may.lt</email>
</author>
<published>2016-04-27T17:11:12+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=fae30e6a075977bfad381a22dd979601e350258d'/>
<id>fae30e6a075977bfad381a22dd979601e350258d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>run in fips mode if node is fips enabled</title>
<updated>2016-04-25T20:14:41+00:00</updated>
<author>
<name>Matt Wrock</name>
<email>matt@mattwrock.com</email>
</author>
<published>2016-04-25T20:14:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=de243172e1b47afbc0873769d637caf7d4199114'/>
<id>de243172e1b47afbc0873769d637caf7d4199114</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add optional integer argument for --daemonize option</title>
<updated>2016-03-29T19:19:29+00:00</updated>
<author>
<name>Jordan Running</name>
<email>jr@getchef.com</email>
</author>
<published>2016-03-25T19:16:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=ed0c48de8abad5307fd5ef3ea45309d8954ab8ed'/>
<id>ed0c48de8abad5307fd5ef3ea45309d8954ab8ed</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fix `or return` to `return unless`</title>
<updated>2016-03-14T18:13:02+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-03-14T18:13:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=ab827c15c14429d55064e1978df4c17e20e123ad'/>
<id>ab827c15c14429d55064e1978df4c17e20e123ad</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
