<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/lib/chef/provider, branch ruby27_testing</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>Remove the pointless helper method</title>
<updated>2020-04-24T20:54:24+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-04-24T20:54:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=47b9da0494e48a3695295b69435e0a346056a187'/>
<id>47b9da0494e48a3695295b69435e0a346056a187</id>
<content type='text'>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move the windows only timeout property from service to windows_service</title>
<updated>2020-04-24T20:52:26+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-04-24T20:50:53+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=75d61cbf8faacd1e303f50cf136ea1cbb1ac7de4'/>
<id>75d61cbf8faacd1e303f50cf136ea1cbb1ac7de4</id>
<content type='text'>
Also give it a real default. This improves our automatic documentation generation.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also give it a real default. This improves our automatic documentation generation.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9726 from chef/lcg/chef-16-git</title>
<updated>2020-04-24T02:14:35+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2020-04-24T02:14:35+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=8dcbe94fbb51be2e21538b65ba776452a90c12ab'/>
<id>8dcbe94fbb51be2e21538b65ba776452a90c12ab</id>
<content type='text'>
Refactor scm, git and subversion resources &amp; fix longstanding git issues</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Refactor scm, git and subversion resources &amp; fix longstanding git issues</pre>
</div>
</content>
</entry>
<entry>
<title>Chef-16 git provider fixes</title>
<updated>2020-04-23T21:11:10+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2020-04-23T21:11:10+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=165685fdcbd4fbe8138d37d1285b633e3958cf09'/>
<id>165685fdcbd4fbe8138d37d1285b633e3958cf09</id>
<content type='text'>
The git provider now no longer checks out to a "deploy" branch by
default and now checks out to the branch (with a remote upstream) or
else checks out to a detatched head.

The prior behavior can be restored by using "checkout branch 'deploy'".

This also removes the SCM resource base class and replaces it with a
resource partial and does some internal reorganization.

It also introduces the RecipeDSLHelper for better functional tests and
cleans up the functional tests of the git provider.

Properties that were only ever implemented on the git provider were
removed from the subversion provider where they had been inherited from
the base class incorrectly.

Some additional env var handling was added to the subversion handler in
the process of sorting out the common properties, including HOME
handling for alternative users.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The git provider now no longer checks out to a "deploy" branch by
default and now checks out to the branch (with a remote upstream) or
else checks out to a detatched head.

The prior behavior can be restored by using "checkout branch 'deploy'".

This also removes the SCM resource base class and replaces it with a
resource partial and does some internal reorganization.

It also introduces the RecipeDSLHelper for better functional tests and
cleans up the functional tests of the git provider.

Properties that were only ever implemented on the git provider were
removed from the subversion provider where they had been inherited from
the base class incorrectly.

Some additional env var handling was added to the subversion handler in
the process of sorting out the common properties, including HOME
handling for alternative users.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix for Chocolate_resource options causing extra quotes</title>
<updated>2020-04-23T09:57:59+00:00</updated>
<author>
<name>Kapil Chouhan</name>
<email>kapil.chouhan@msystechnologies.com</email>
</author>
<published>2020-04-02T11:42:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=beb3610ed88189708c1318ce5d0904ca18026562'/>
<id>beb3610ed88189708c1318ce5d0904ca18026562</id>
<content type='text'>
Signed-off-by: Kapil Chouhan &lt;kapil.chouhan@msystechnologies.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Kapil Chouhan &lt;kapil.chouhan@msystechnologies.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Chefstyle fix</title>
<updated>2020-04-20T19:46:37+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-04-20T19:46:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=3d451d7ff97d2ed999dd7bdf9d26c892df357347'/>
<id>3d451d7ff97d2ed999dd7bdf9d26c892df357347</id>
<content type='text'>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Update lib/chef/provider/package/pacman.rb</title>
<updated>2020-04-20T19:21:28+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2020-04-19T00:35:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=40e7fb2153e3f2f06d08782295b00bb53e66396e'/>
<id>40e7fb2153e3f2f06d08782295b00bb53e66396e</id>
<content type='text'>

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;

Co-Authored-By: pete higgins &lt;pete@peterhiggins.org&gt;</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;

Co-Authored-By: pete higgins &lt;pete@peterhiggins.org&gt;</pre>
</div>
</content>
</entry>
<entry>
<title>using allow_nils</title>
<updated>2020-04-20T19:21:28+00:00</updated>
<author>
<name>Ingo Becker</name>
<email>ingo@orgizm.net</email>
</author>
<published>2018-12-03T13:43:21+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=1c4cd5aff695a8d93eb54df51aa8481b392b23d8'/>
<id>1c4cd5aff695a8d93eb54df51aa8481b392b23d8</id>
<content type='text'>
Signed-off-by: Ingo Becker &lt;ingo@orgizm.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ingo Becker &lt;ingo@orgizm.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>added multipackage support for pacman resource</title>
<updated>2020-04-20T19:21:28+00:00</updated>
<author>
<name>Ingo Becker</name>
<email>ingo@orgizm.net</email>
</author>
<published>2018-11-23T16:19:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=ca0c6371fe884753c9f1303f49dfc2142f3c0cd5'/>
<id>ca0c6371fe884753c9f1303f49dfc2142f3c0cd5</id>
<content type='text'>
Signed-off-by: Ingo Becker &lt;ingo@orgizm.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ingo Becker &lt;ingo@orgizm.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #9627 from chef/Kapil/GitHub-2860_exception_raised_in_define_resource_requirements</title>
<updated>2020-04-20T17:38:03+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2020-04-20T17:38:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=34297510fa11cdb0c10e833a9d5c5282e82f1278'/>
<id>34297510fa11cdb0c10e833a9d5c5282e82f1278</id>
<content type='text'>
git resource: Fix for exceptions raised in why-run mode</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
git resource: Fix for exceptions raised in why-run mode</pre>
</div>
</content>
</entry>
</feed>
