<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/lib/chef/dsl, 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>Fix a few bad copyrights</title>
<updated>2016-10-20T15:15:51+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2016-10-20T15:15:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=78dddf4cccc4b4d762e31c40a0576d4573933798'/>
<id>78dddf4cccc4b4d762e31c40a0576d4573933798</id>
<content type='text'>
I think this happened when we merged the Opscode and Chef copyrights

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
I think this happened when we merged the Opscode and Chef copyrights

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>remove dependency on Chef.run_context global state</title>
<updated>2016-10-18T17:46:54+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-10-18T17:46:54+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=dffde98d6228ccb4ea1dbd19d4db08edc62625b8'/>
<id>dffde98d6228ccb4ea1dbd19d4db08edc62625b8</id>
<content type='text'>
introduce run_context.root_run_context that avoids global state

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
introduce run_context.root_run_context that avoids global state

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>remove block_given?</title>
<updated>2016-10-11T00:22:25+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-10-11T00:22:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=0d261ba93a6fd303b4ac99df86ab5d370a4832e5'/>
<id>0d261ba93a6fd303b4ac99df86ab5d370a4832e5</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>pass new_resource to edit_resource through instance_exec</title>
<updated>2016-10-10T21:15:25+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-10-10T21:15:25+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=eb372fb68fb96c4d59ac7c78ad98e40b6dbb4a8c'/>
<id>eb372fb68fb96c4d59ac7c78ad98e40b6dbb4a8c</id>
<content type='text'>
helps with scoping issues, best practice would be to always use
the |new_resource| argument to the block when using edit_resource
inside of resources

https://github.com/chef/chef/issues/5438

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
helps with scoping issues, best practice would be to always use
the |new_resource| argument to the block when using edit_resource
inside of resources

https://github.com/chef/chef/issues/5438

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>disable Style/OptionalArguments</title>
<updated>2016-08-17T01:41:25+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-08-12T18:33:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=f715aa191a489bf7c5dfff7a8b1fc20d20c35d6c'/>
<id>f715aa191a489bf7c5dfff7a8b1fc20d20c35d6c</id>
<content type='text'>
fixing this would either be hella ugly or would change the API

just prevent more of this leaking into the codebase

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
fixing this would either be hella ugly or would change the API

just prevent more of this leaking into the codebase

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Also clear notifications when deleting a resource.</title>
<updated>2016-07-29T01:19:19+00:00</updated>
<author>
<name>Noah Kantrowitz</name>
<email>noah@coderanger.net</email>
</author>
<published>2016-07-29T01:19:19+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=6a5ad935e3790a2098107594715d075f2fd39d9b'/>
<id>6a5ad935e3790a2098107594715d075f2fd39d9b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add `chef_data_bag_item` to Cheffish DSL methods</title>
<updated>2016-07-20T00:30:42+00:00</updated>
<author>
<name>danielsdeleo</name>
<email>dan@chef.io</email>
</author>
<published>2016-07-19T22:42:02+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=f7b16aaed4507c887e1170683ce1ffb84c35579a'/>
<id>f7b16aaed4507c887e1170683ce1ffb84c35579a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Switch to node attributes for docker detection</title>
<updated>2016-05-30T20:14:34+00:00</updated>
<author>
<name>Andrew Brown</name>
<email>andrew.brown@shopify.com</email>
</author>
<published>2016-05-30T17:22:14+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=61d1831a9eabd44af6797d49b85ff1c01b71055d'/>
<id>61d1831a9eabd44af6797d49b85ff1c01b71055d</id>
<content type='text'>
Using ::File.exists? makes Travis CI sad due to statically looking for
files.  We'll use node attributes provided by Ohai instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Using ::File.exists? makes Travis CI sad due to statically looking for
files.  We'll use node attributes provided by Ohai instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Style fixes</title>
<updated>2016-05-30T16:22:35+00:00</updated>
<author>
<name>Andrew Brown</name>
<email>andrew.brown@shopify.com</email>
</author>
<published>2016-05-30T16:18:56+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=75ace978d070f2f8923f40c328ea594cd505cafb'/>
<id>75ace978d070f2f8923f40c328ea594cd505cafb</id>
<content type='text'>
Fixing rubocop errors found during CI
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixing rubocop errors found during CI
</pre>
</div>
</content>
</entry>
<entry>
<title>File atomic update default: false on docker files</title>
<updated>2016-05-30T16:04:47+00:00</updated>
<author>
<name>Andrew Brown</name>
<email>andrew.brown@shopify.com</email>
</author>
<published>2016-05-30T16:01:51+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=d8014435565ce81b961dde09b5b801e24d5c2d42'/>
<id>d8014435565ce81b961dde09b5b801e24d5c2d42</id>
<content type='text'>
If unspecified, the default setting for atomic updates on docker special
files should be 'false' to avoid Errno::EBUSY.  This allows for a cookbook
author to override this behaviour if desired.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If unspecified, the default setting for atomic updates on docker special
files should be 'false' to avoid Errno::EBUSY.  This allows for a cookbook
author to override this behaviour if desired.
</pre>
</div>
</content>
</entry>
</feed>
