summaryrefslogtreecommitdiff
path: root/chef/lib/chef/node
Commit message (Expand)AuthorAgeFilesLines
* [CHEF-1844] Add support for deleting attributesDaniel DeLeo2011-02-011-2/+24
* [CHEF-1753] fix auto-vivification using method syntax w/ attributesDaniel DeLeo2010-10-081-0/+7
* fix attribute key checking and hide the state variableDaniel DeLeo2010-08-221-46/+39
* recursive search in exists_in_hashToomas Pelberg2010-08-221-7/+10
* Check for existance of keys not only their values ( CHEF-871 )Toomas Pelberg2010-08-221-0/+9
* [CHEF-1610] refactor c/n/a method_missing for clarityDaniel DeLeo2010-08-221-17/+20
* [CHEF-1329] instance variables are given as symbols on ruby 1.9Daniel DeLeo2010-07-151-2/+3
* purge whitespaceDaniel DeLeo2010-07-151-11/+11
* more readable inspect outputPavel Valodzka2010-07-151-0/+9
* Only reading from the set_type on write, fixes CHEF-1304Adam Jacob2010-06-091-6/+20
* Fixing auto-vivification bugsAdam Jacob2010-05-241-12/+12
* Trying to get auto-vivify to workAdam Jacob2010-05-241-24/+13
* Fixing the keys method to include auto_attrsAdam Jacob2010-04-171-12/+6
* Webui display of automatic attrsAdam Jacob2010-04-161-28/+46
* No more 'attribute', just 'normal'Adam Jacob2010-04-151-23/+31
* Normal, Default, and Override Attributes CHEF-838Adam Jacob2010-04-061-12/+17
* Final fix for chef-492 - makes the context for the template provider always b...Adam Jacob2009-09-041-0/+8
* Chef::Node::Attribute now pretends to be a real Hash and Mash, even though it...Adam Jacob2009-09-041-0/+14
* Whitespace fixes - moving away from the class Chef::Node style, per CBAdam Jacob2009-09-041-294/+296
* We should honor auto-vivification on read in method_missing lookupsAdam Jacob2009-08-101-1/+1
* CHEF-483: Hashey hashness: add #size #lengthAJ Christensen2009-08-111-0/+6
* CHEF-483: Chef::Node::Attribute should be hashey.AJ Christensen2009-08-111-217/+303
* Fixing Chef-477, by making the Chef::Node::Attribute object Enumerable, and m...Adam Jacob2009-08-101-9/+20
* CHEF-479: Set an attribute with 'set.x.y='Adam Jacob2009-08-101-0/+3
* Fixing CHEF-473, adding in support for ||= in Chef::Node::Attribute objectsAdam Jacob2009-08-101-3/+16
* Fixing issue where Chef::Node::Attribute does not handle has_key?Adam Jacob2009-08-031-4/+12
* Adding feature tests for Chef::Node::Attributes, integrating with Chef::Node,...Adam Jacob2009-08-031-20/+138
* Adding Chef::Node::Attribute, which puts all the smarts in node attributesAdam Jacob2009-08-031-0/+143