<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/lib/chef/platform, branch ruby24</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>Merge pull request #5636 from chef/lcg/remove-chef-platform-handler-class</title>
<updated>2016-12-13T15:38:22+00:00</updated>
<author>
<name>Bryan McLellan</name>
<email>btm@loftninjas.org</email>
</author>
<published>2016-12-13T15:38:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=c489be4c9686c357120a9c5a0c25048aef5c4129'/>
<id>c489be4c9686c357120a9c5a0c25048aef5c4129</id>
<content type='text'>
remove Chef::Platform::HandlerMap</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
remove Chef::Platform::HandlerMap</pre>
</div>
</content>
</entry>
<entry>
<title>remove Chef::Platform::HandlerMap</title>
<updated>2016-12-08T21:44:57+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-12-08T21:44:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=5fbdf841ec3e4abce1e8dd05f46bddeb00492887'/>
<id>5fbdf841ec3e4abce1e8dd05f46bddeb00492887</id>
<content type='text'>
seems like an entirely unnecessary level of indirection

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
seems like an entirely unnecessary level of indirection

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Properly deprecate old Chef::Platform methods</title>
<updated>2016-12-07T21:42:39+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-12-07T21:42:39+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=e921e921fbbd759b5dc43404b45f1dc198bd7417'/>
<id>e921e921fbbd759b5dc43404b45f1dc198bd7417</id>
<content type='text'>
These should have been deprecated formally in 12.5.1 after the
Dynamic Provider-Resolver'ing of the internal chef resources
was completed.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These should have been deprecated formally in 12.5.1 after the
Dynamic Provider-Resolver'ing of the internal chef resources
was completed.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Ensures correct version of shutdown is called when using the reboot resource on Windows (#5596)</title>
<updated>2016-12-06T22:19:20+00:00</updated>
<author>
<name>Christoph</name>
<email>cgriesshammer@gmail.com</email>
</author>
<published>2016-12-06T22:19:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=205eb04f3e50216d2e1014ffbe8545fba6868890'/>
<id>205eb04f3e50216d2e1014ffbe8545fba6868890</id>
<content type='text'>
Use a fixed path to shutdown.exe on windows in Chef::Platform::Rebooter, fixes #5594

Signed-off-by: Christoph Griesshammer &lt;cgriesshammer@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Use a fixed path to shutdown.exe on windows in Chef::Platform::Rebooter, fixes #5594

Signed-off-by: Christoph Griesshammer &lt;cgriesshammer@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>fixing Style/MultilineTernaryOperator 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-12T17:58:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=8069ed78dc8ed361f81064bca4da4b63c72559a4'/>
<id>8069ed78dc8ed361f81064bca4da4b63c72559a4</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>* 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://git.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>Set inherit=false on the fallback constant lookup.</title>
<updated>2016-03-24T22:53:01+00:00</updated>
<author>
<name>Noah Kantrowitz</name>
<email>noah@coderanger.net</email>
</author>
<published>2016-03-24T22:53:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=3f4c58c1c17214695bf90b715c7e155a76902b16'/>
<id>3f4c58c1c17214695bf90b715c7e155a76902b16</id>
<content type='text'>
This prevents really weirdo behavior with relative constant lookups like
`Chef::Provider.const_get('Resource')` == `ChefVaultCookbook::Resource`.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This prevents really weirdo behavior with relative constant lookups like
`Chef::Provider.const_get('Resource')` == `ChefVaultCookbook::Resource`.</pre>
</div>
</content>
</entry>
<entry>
<title>flip multiline function arguments around</title>
<updated>2016-02-19T17:28:33+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-02-19T17:28:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=92bec4bb96d857f027068fc56af46c76c484fd50'/>
<id>92bec4bb96d857f027068fc56af46c76c484fd50</id>
<content type='text'>
no enforced trailing comma on arguments...
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
no enforced trailing comma on arguments...
</pre>
</div>
</content>
</entry>
<entry>
<title>deal with 0.37.2 renamed cops</title>
<updated>2016-02-19T02:39:11+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-02-19T02:39:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=6077b99f6ad1bc9a082f575f3818e69f05d8c8dc'/>
<id>6077b99f6ad1bc9a082f575f3818e69f05d8c8dc</id>
<content type='text'>
252  Style/TrailingCommaInLiteral
84   Style/TrailingCommaInArguments
15   Style/SpaceAroundKeyword
--
351  Total

We already dealt with SpaceAroundKeyword under its old name
SpaceBeforeModifierKeyword, it looks like it got stricter about
spaces after keywords.

TrailingComma also got split, and it looks like the
TrailingCommaInArguments behavior is new?
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
252  Style/TrailingCommaInLiteral
84   Style/TrailingCommaInArguments
15   Style/SpaceAroundKeyword
--
351  Total

We already dealt with SpaceAroundKeyword under its old name
SpaceBeforeModifierKeyword, it looks like it got stricter about
spaces after keywords.

TrailingComma also got split, and it looks like the
TrailingCommaInArguments behavior is new?
</pre>
</div>
</content>
</entry>
<entry>
<title>convert MultilineOperationIndentation style to "indented"</title>
<updated>2016-02-12T17:55:42+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-02-12T17:55:42+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=b48b150cc50dbd54a719ea54a965de53d4531170'/>
<id>b48b150cc50dbd54a719ea54a965de53d4531170</id>
<content type='text'>
this looks nicer.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
this looks nicer.
</pre>
</div>
</content>
</entry>
</feed>
