<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/lib/chef/node.rb, branch socketless-zero</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>Change inspect to string to be more human-readable.</title>
<updated>2015-03-11T20:14:00+00:00</updated>
<author>
<name>cmluciano</name>
<email>cmlucian@us.ibm.com</email>
</author>
<published>2015-03-11T20:11:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=a18901c75e7de1689ecba8ad16793e3a8d0292ab'/>
<id>a18901c75e7de1689ecba8ad16793e3a8d0292ab</id>
<content type='text'>
Should close [Issue 2863](https://github.com/chef/chef/issues/2863)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Should close [Issue 2863](https://github.com/chef/chef/issues/2863)
</pre>
</div>
</content>
</entry>
<entry>
<title>allow dep injecting chef_server_rest into objects</title>
<updated>2015-02-12T03:12:06+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2015-01-15T23:05:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=728717d1b5e489f82526b8390ab42846939392ee'/>
<id>728717d1b5e489f82526b8390ab42846939392ee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add partial deep merge cache</title>
<updated>2014-11-21T23:03:03+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2014-11-20T19:48:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=097d5eb1bf4b3cbcc9bfc937c5e3441dee5c9f5c'/>
<id>097d5eb1bf4b3cbcc9bfc937c5e3441dee5c9f5c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>chef-12 attribute changes</title>
<updated>2014-11-08T19:30:22+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2014-09-29T18:29:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=58b343284a4f5c9e4ea7fa81cd115fef6be8f2cb'/>
<id>58b343284a4f5c9e4ea7fa81cd115fef6be8f2cb</id>
<content type='text'>
- adding rm, rm_default, rm_normal, rm_override APIs
- adding default!, normal! and override! APIs
- changing force_default! and force_override! APIs
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- adding rm, rm_default, rm_normal, rm_override APIs
- adding default!, normal! and override! APIs
- changing force_default! and force_override! APIs
</pre>
</div>
</content>
</entry>
<entry>
<title>Empty run_list should result in empty array when using node.to_hash.</title>
<updated>2014-10-18T00:44:49+00:00</updated>
<author>
<name>Ivan Larionov</name>
<email>ivan.larionov@skype.net</email>
</author>
<published>2014-10-18T00:44:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=84447d69f1c963e6579f9716878bff8de3aac396'/>
<id>84447d69f1c963e6579f9716878bff8de3aac396</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>remove JSON gem usage</title>
<updated>2014-08-12T00:36:52+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2014-08-12T00:36:52+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=3f415b11dfb1c494a45a0a83d69196cd75924cf1'/>
<id>3f415b11dfb1c494a45a0a83d69196cd75924cf1</id>
<content type='text'>
should fully convert to using ffi-yajl

there are still issues with JSON gem monkeypatching interacting with
chef-zero and the spec tests so we keep the requires here for the
json gem and the ffi_yajl/json_gem here.  when ohai and chef-zero are
fixed, we an just require ffi_yajl.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
should fully convert to using ffi-yajl

there are still issues with JSON gem monkeypatching interacting with
chef-zero and the spec tests so we keep the requires here for the
json gem and the ffi_yajl/json_gem here.  when ohai and chef-zero are
fixed, we an just require ffi_yajl.
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "remove #to_json Monkeytpatching"</title>
<updated>2014-08-09T17:05:47+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2014-08-09T17:05:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=b7a5d28ac34d4661bb8a4e2e92d25e023f60f987'/>
<id>b7a5d28ac34d4661bb8a4e2e92d25e023f60f987</id>
<content type='text'>
This reverts commit adbb0fa85cc45b93ba91dc3019094b312cafb35c.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit adbb0fa85cc45b93ba91dc3019094b312cafb35c.
</pre>
</div>
</content>
</entry>
<entry>
<title>remove #to_json Monkeypatching</title>
<updated>2014-08-09T17:04:58+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2014-08-09T17:04:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=adbb0fa85cc45b93ba91dc3019094b312cafb35c'/>
<id>adbb0fa85cc45b93ba91dc3019094b312cafb35c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change attribute whitelist filter syntax to match Ohai</title>
<updated>2014-05-15T21:04:59+00:00</updated>
<author>
<name>Claire McQuin</name>
<email>claire@getchef.com</email>
</author>
<published>2014-05-14T23:02:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=1323ffb1de47b31b9e1515c8123c1b8545385a22'/>
<id>1323ffb1de47b31b9e1515c8123c1b8545385a22</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add whitelist config options for attributes saved by the node</title>
<updated>2014-05-15T21:04:19+00:00</updated>
<author>
<name>Claire McQuin</name>
<email>claire@getchef.com</email>
</author>
<published>2014-05-12T18:49:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=68e33803973a51a461037426b8318320bcc57b34'/>
<id>68e33803973a51a461037426b8318320bcc57b34</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
