<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/lib, branch lcg/remove-useless-code</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>or we can actually fix it on the fly</title>
<updated>2019-11-06T04:06:48+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2019-11-06T04:06:48+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=92eaa5f5f915576f67d90d5fa921ca287703af9e'/>
<id>92eaa5f5f915576f67d90d5fa921ca287703af9e</id>
<content type='text'>
rely on identifying an integer value or a string that converts
to an integer (out of paranoia) vs. a string which is a sort
argument to be able to delete the search argument.

this makes the code backwards compatible with chef 11

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
rely on identifying an integer value or a string that converts
to an integer (out of paranoia) vs. a string which is a sort
argument to be able to delete the search argument.

this makes the code backwards compatible with chef 11

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove useless search arg mangling</title>
<updated>2019-11-06T03:29:25+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2019-11-06T03:29:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=145bc8d50415c5f01cdb0cb5685eea0a7738b7ea'/>
<id>145bc8d50415c5f01cdb0cb5685eea0a7738b7ea</id>
<content type='text'>
This doesn't actually do anything and repetitively confuses me every
6 months when I look at it.

Array#pop(0) does nothing at all (in python it removes the first element
from the list):

[2] pry(main)&gt; a = [ 1, 2, 3 ]
=&gt; [1, 2, 3]
[3] pry(main)&gt; a.pop(0)
=&gt; []
[4] pry(main)&gt; a
=&gt; [1, 2, 3]

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This doesn't actually do anything and repetitively confuses me every
6 months when I look at it.

Array#pop(0) does nothing at all (in python it removes the first element
from the list):

[2] pry(main)&gt; a = [ 1, 2, 3 ]
=&gt; [1, 2, 3]
[3] pry(main)&gt; a.pop(0)
=&gt; []
[4] pry(main)&gt; a
=&gt; [1, 2, 3]

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 15.4.64 by Chef Expeditor</title>
<updated>2019-11-04T21:57:14+00:00</updated>
<author>
<name>Chef Expeditor</name>
<email>expeditor@chef.io</email>
</author>
<published>2019-11-04T21:57:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=72352921c1b03957fdf39794737f45c88a9346ba'/>
<id>72352921c1b03957fdf39794737f45c88a9346ba</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 15.4.63 by Chef Expeditor</title>
<updated>2019-11-04T18:05:51+00:00</updated>
<author>
<name>Chef Expeditor</name>
<email>expeditor@chef.io</email>
</author>
<published>2019-11-04T18:05:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=3b9a17306796a71c67561d49784e459e192fcf24'/>
<id>3b9a17306796a71c67561d49784e459e192fcf24</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>systemd_unit needs to log (#9046)</title>
<updated>2019-11-04T18:04:58+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@chef.io</email>
</author>
<published>2019-11-04T18:04:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=a8d6842b96c4eb597c3862fff10b2f25b1bbf0f5'/>
<id>a8d6842b96c4eb597c3862fff10b2f25b1bbf0f5</id>
<content type='text'>
systemd_unit needs to log</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
systemd_unit needs to log</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 15.4.62 by Chef Expeditor</title>
<updated>2019-11-04T16:38:04+00:00</updated>
<author>
<name>Chef Expeditor</name>
<email>expeditor@chef.io</email>
</author>
<published>2019-11-04T16:38:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=383f612764f02bfd7f197cc3a4b012f7a39b4908'/>
<id>383f612764f02bfd7f197cc3a4b012f7a39b4908</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 15.4.61 by Chef Expeditor</title>
<updated>2019-11-03T16:11:44+00:00</updated>
<author>
<name>Chef Expeditor</name>
<email>expeditor@chef.io</email>
</author>
<published>2019-11-03T16:11:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=17f5c3f141ae65a1fc47aad93d6d69004b50b3c8'/>
<id>17f5c3f141ae65a1fc47aad93d6d69004b50b3c8</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>Fix TypeError: no implicit conversion of nil into String</title>
<updated>2019-11-03T04:14:25+00:00</updated>
<author>
<name>Vivek Singh</name>
<email>vivek.singh@msystechnologies.com</email>
</author>
<published>2019-11-02T08:26:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=3b1c6279fb944249b03986525636c8edd5e3c73a'/>
<id>3b1c6279fb944249b03986525636c8edd5e3c73a</id>
<content type='text'>
 - Now showing relevant logs for config.d configuration files.

Signed-off-by: Vivek Singh &lt;vivek.singh@msystechnologies.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
 - Now showing relevant logs for config.d configuration files.

Signed-off-by: Vivek Singh &lt;vivek.singh@msystechnologies.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Bump version to 15.4.60 by Chef Expeditor</title>
<updated>2019-11-03T01:45:50+00:00</updated>
<author>
<name>Chef Expeditor</name>
<email>expeditor@chef.io</email>
</author>
<published>2019-11-03T01:45:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=52734604df488abd25db7264573bae1ccbcde377'/>
<id>52734604df488abd25db7264573bae1ccbcde377</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>systemd_unit needs to log</title>
<updated>2019-11-02T00:54:49+00:00</updated>
<author>
<name>Phil Dibowitz</name>
<email>phil@ipom.com</email>
</author>
<published>2019-11-02T00:53:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=6dcbba350b08fe32764f986fb99976421a29c54d'/>
<id>6dcbba350b08fe32764f986fb99976421a29c54d</id>
<content type='text'>
closes #9045

Signed-off-by: Phil Dibowitz &lt;phil@ipom.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #9045

Signed-off-by: Phil Dibowitz &lt;phil@ipom.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
