summaryrefslogtreecommitdiff
path: root/lib/chef/node/attribute.rb
Commit message (Expand)AuthorAgeFilesLines
* fix commentsLamont Granquist2018-11-091-4/+4
* Chef-15: add nillability to attribute deep mergingLamont Granquist2018-11-091-8/+10
* fix whitespace in node attributes [ci skip]Lamont Granquist2018-11-071-185/+189
* Node Attributes: Build ImmutableMash properly in deep_merge!lcg/deep-merge-cache-fixLamont Granquist2018-10-151-4/+4
* fix Style/MutableConstantLamont Granquist2018-07-021-2/+2
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-4/+4
* Revert "Per-container deep merge caching"lcg/revert-lazy-attributesLamont Granquist2018-02-231-48/+70
* Revert "remove comments + debugging"Lamont Granquist2018-02-231-0/+2
* Chef-14 Breaking: remove node.set and node.set_unlesslcg/remove-node-setLamont Granquist2018-01-221-6/+1
* remove comments + debuggingLamont Granquist2017-12-061-2/+0
* Per-container deep merge cachingLamont Granquist2017-12-061-70/+48
* immutablize on the fly and reduce dupinglcg/deep-merge-immutablizingLamont Granquist2017-08-311-10/+80
* node attributes: remove useless dup in merge_alllcg/remove-useless-dupLamont Granquist2017-08-281-4/+0
* fix node#debug_value access through arrayslcg/debub-value-arraysLamont Granquist2017-03-161-8/+4
* Chef-13: remove method_missing access to node object.Lamont Granquist2017-03-131-20/+1
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-4/+4
* fix comment [ci skip]Lamont Granquist2017-01-111-1/+1
* fix node attribute "unless" API methodsLamont Granquist2017-01-111-6/+5
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-3/+3
* Remove debug writeAdam Ward2016-11-161-1/+0
* add attribute_changed hook to event handlersLamont Granquist2016-10-281-23/+25
* rename __path to __path__ and __node to __node__lcg/node-path-trackingLamont Granquist2016-10-251-1/+1
* standardize initializer args for VividMash+ImmutableMashLamont Granquist2016-10-251-20/+20
* green testsLamont Granquist2016-10-251-1/+1
* savegame for more aggressive refactoringLamont Granquist2016-10-251-1/+1
* add a deep_merge_cache mixinLamont Granquist2016-10-251-83/+45
* s/path_tracking/state_tracking and add __root stateLamont Granquist2016-10-251-3/+3
* add code to implement node path trackingLamont Granquist2016-10-251-0/+8
* Convert attributes defined as literal arraysGiacomo Bagnoli2016-09-211-3/+1
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-2/+2
* autofixing Style/AccessModifierIndentation copLamont Granquist2016-08-161-1/+1
* fix stray double quoteslcg/fix-5012Lamont Granquist2016-07-111-2/+2
* Attributes v1.1 changeslcg/attributes-v1.1Lamont Granquist2016-06-271-70/+123
* autofixing some missed copsLamont Granquist2016-02-051-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-279/+279
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-5/+5
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-3/+3
* tags always an array; fix set_unlessLamont Granquist2015-12-141-1/+1
* Completing tests for https://github.com/chef/chef/pull/2310, fixes https://gi...tball/complete-2310tyler-ball2015-02-111-0/+4
* Use #define_method instead of #class_eval (ruby 1.8 specific, issue #2497)Xabier de Zuazo2015-01-271-5/+3
* deep_merge_cache fixes for bugs in 12.0.0Lamont Granquist2015-01-141-4/+4
* WIP: immutabilizing deep mergelcg/remove-knockout-mergeLamont Granquist2014-11-211-1/+3
* deleted the last end accidentallyLamont Granquist2014-11-211-2/+4
* add more commentaryLamont Granquist2014-11-211-4/+20
* add partial deep merge cacheLamont Granquist2014-11-211-1/+48
* revert to serdar's deep_merge de-dup versionLamont Granquist2014-11-191-4/+16
* fix ImmutableAttributeModification exceptionLamont Granquist2014-11-191-1/+1
* remove cache resettingLamont Granquist2014-11-191-6/+0