<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/lib/chef/node.rb, branch pdb/debug_bootstrap_command_render</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>rename consume_cookbook_collection</title>
<updated>2015-05-18T22:37:41+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2015-05-07T19:40:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=5200bbe6c92ffd09d0336531a4ea3c3af9215e5e'/>
<id>5200bbe6c92ffd09d0336531a4ea3c3af9215e5e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>add/fix node attributes</title>
<updated>2015-05-18T22:37:41+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2015-05-07T19:36:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=db62393671925bd778193c3ed8b2af49ccbb63a4'/>
<id>db62393671925bd778193c3ed8b2af49ccbb63a4</id>
<content type='text'>
* fix node[:recipes]
* add node[:expanded_run_list]
* add node[:cookbooks]
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
* fix node[:recipes]
* add node[:expanded_run_list]
* add node[:cookbooks]
</pre>
</div>
</content>
</entry>
<entry>
<title>add a spec test + linebreaks</title>
<updated>2015-05-04T17:57:09+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2015-04-30T23:55:57+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=c54c28cbc613bd2a13d000af720c2859dc898a49'/>
<id>c54c28cbc613bd2a13d000af720c2859dc898a49</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>use validate_utf8=false option to json encoder for node</title>
<updated>2015-05-04T17:57:09+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2015-04-24T22:07:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=a874fce5a4f7e79f7319e5959b6802ad48c45344'/>
<id>a874fce5a4f7e79f7319e5959b6802ad48c45344</id>
<content type='text'>
with validation off any bad utf8 data will not cause the
ffi-yajl encoder to raise.  with ffi-yajl &gt;= 2.2.0 the bad
data will be scrubbed to produce valid JSON to POST/PUT to
the server.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
with validation off any bad utf8 data will not cause the
ffi-yajl encoder to raise.  with ffi-yajl &gt;= 2.2.0 the bad
data will be scrubbed to produce valid JSON to POST/PUT to
the server.
</pre>
</div>
</content>
</entry>
<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>
</feed>
