summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* more array perf tweakslcg/attribute-debugLamont Granquist2016-02-181-1/+45
* typoLamont Granquist2016-02-181-1/+1
* add debugging for philLamont Granquist2016-02-181-0/+1
* start of fixing the perf issuesLamont Granquist2016-02-181-8/+33
* more hash testsLamont Granquist2016-01-081-128/+118
* disable these since not implemented yetLamont Granquist2016-01-071-0/+2
* fix busted client specsLamont Granquist2016-01-074-6/+14
* move to node_spec because of Chef 12 implLamont Granquist2016-01-072-18/+19
* add tests for #4207Lamont Granquist2016-01-071-0/+18
* more testsLamont Granquist2016-01-072-64/+174
* more tests, more cleanupLamont Granquist2016-01-076-114/+1486
* immutable specs plus dup cleanupLamont Granquist2016-01-073-12/+164
* performance fix by avoiding Enumerable#include?Lamont Granquist2016-01-071-1/+7
* fixes for json serializationLamont Granquist2016-01-073-10/+45
* move to_json up a levelLamont Granquist2016-01-072-4/+4
* push dup'ing and to_h/to_a lower downLamont Granquist2016-01-074-78/+119
* Marshall.dump/load is the wrong way to do thisLamont Granquist2016-01-071-16/+0
* fix dup'ing immutables to non-immutablesLamont Granquist2016-01-072-0/+16
* failing test for #dup on Node::AttributeLamont Granquist2016-01-071-0/+6
* fix nasty method_missing/stack too deep bugLamont Granquist2016-01-072-2/+20
* dumping the whole deep_merge_cache is too noisyLamont Granquist2016-01-072-1/+5
* invalidate regular_writerLamont Granquist2016-01-071-0/+10
* add failing spec for nasty deep_merge cacheLamont Granquist2016-01-071-2/+12
* cleanupLamont Granquist2016-01-071-4/+4
* avoid method_missing perf hitsLamont Granquist2016-01-071-0/+10
* add some #delete specsLamont Granquist2016-01-071-0/+26
* deep merge cache debuggingLamont Granquist2016-01-071-7/+10
* do not print the back ref to the node objectLamont Granquist2016-01-071-0/+4
* fixing puts to workLamont Granquist2016-01-072-0/+97
* fix rebase merge mistakeLamont Granquist2016-01-071-0/+1
* oddly enough this branch fixes the nil overrides!Lamont Granquist2016-01-071-0/+7
* checkpoint testing decorating ohai dataLamont Granquist2016-01-076-9/+42
* right we need to call our own #each so can't do thatLamont Granquist2016-01-071-7/+1
* haven't needed this in awhileLamont Granquist2016-01-073-33/+0
* performance notesLamont Granquist2016-01-072-0/+2
* avoid method_missing for Enumerable methodsLamont Granquist2016-01-071-1/+6
* speed boost by not going through EnumerableLamont Granquist2016-01-071-1/+6
* don't need to fix thisLamont Granquist2016-01-071-1/+0
* reset deep merge cache on precidence assignmentLamont Granquist2016-01-071-0/+1
* mostly working deep merge cache invalidationLamont Granquist2016-01-071-5/+52
* avoid needless convert_valueLamont Granquist2016-01-071-1/+1
* fix for vividmashesLamont Granquist2016-01-071-4/+4
* use the deep merge cacheLamont Granquist2016-01-071-4/+4
* include? is not an alias for key? on ArraysLamont Granquist2016-01-071-1/+0
* working deep merge cache populationLamont Granquist2016-01-076-30/+50
* working example doc formatterLamont Granquist2016-01-071-0/+5
* attribute trackingLamont Granquist2016-01-077-36/+101
* working path trackingLamont Granquist2016-01-078-16/+108
* working on path trackingLamont Granquist2016-01-073-1/+20
* implement set_unless via method unwrappingLamont Granquist2016-01-074-29/+9