summaryrefslogtreecommitdiff
path: root/spec/unit/node
Commit message (Expand)AuthorAgeFilesLines
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-69/+69
* Chef-15: add nillability to attribute deep mergingLamont Granquist2018-11-091-0/+30
* Chef 15 node attribute array fixeslcg/chef-15-attribute-array-fixesLamont Granquist2018-10-312-2/+106
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-7/+7
* fix Style/HashSyntaxLamont Granquist2018-07-022-6/+6
* Revert "Per-container deep merge caching"lcg/revert-lazy-attributesLamont Granquist2018-02-233-111/+47
* Revert "remove more debugging and revert no-longer necessary fix"Lamont Granquist2018-02-231-2/+4
* Revert "fix node assignment of ImmutableArrays to VividMashes/AttrArrays"Lamont Granquist2018-02-231-15/+0
* fix node assignment of ImmutableArrays to VividMashes/AttrArraysLamont Granquist2018-01-251-0/+15
* update immutable API blacklist and whitelistLamont Granquist2018-01-231-1/+11
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-3/+3
* remove more debugging and revert no-longer necessary fixLamont Granquist2017-12-061-4/+2
* Per-container deep merge cachingLamont Granquist2017-12-063-47/+111
* missing spec fixlcg/immutablize-speedupLamont Granquist2017-08-281-1/+1
* speed up immutabilizationLamont Granquist2017-08-281-3/+11
* fix node#debug_value access through arrayslcg/debub-value-arraysLamont Granquist2017-03-161-3/+20
* Chef-13 freeze merged node attributelcg/node-freezeLamont Granquist2017-03-151-0/+12
* additional fix deep-duping as welllcg/deep-dup-attrsLamont Granquist2017-03-132-0/+70
* Chef-13: properly deep dup Node#to_hashLamont Granquist2017-03-132-3/+62
* Chef-13: remove method_missing access to node object.Lamont Granquist2017-03-131-28/+5
* add specs for array slice access to node attributeslcg/node-immutable-array-sliceLamont Granquist2016-11-152-0/+16
* add some unit testing of new node APIslcg/attribute-setting-eventLamont Granquist2016-10-311-1/+46
* rename __path to __path__ and __node to __node__lcg/node-path-trackingLamont Granquist2016-10-251-1/+1
* remove breadcrumb stateLamont Granquist2016-10-251-87/+24
* standardize initializer args for VividMash+ImmutableMashLamont Granquist2016-10-251-2/+3
* modify attributes and nodes tests for deeply converting_valuesLamont Granquist2016-09-232-1/+50
* fix for #5094 12.12.13 node.default_unless issueLamont Granquist2016-07-081-20/+53
* Attributes v1.1 changeslcg/attributes-v1.1Lamont Granquist2016-06-273-9/+355
* Too much log output and unnecessary warnings! Suppress that shit.Kartik Null Cating-Subramanian2016-04-252-3/+3
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-13/+13
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-2/+2
* pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-121-110/+110
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-25/+25
* auto fixing some rubocopsLamont Granquist2016-02-091-25/+25
* autofixing whitespace copsLamont Granquist2016-02-052-198/+152
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-022-3/+3
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-022-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-022-2/+2
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-182-4/+4
* Use double quotes by defaultThom May2016-01-142-24/+24
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-132-49/+49
* Completing tests for https://github.com/chef/chef/pull/2310, fixes https://gi...tball/complete-2310tyler-ball2015-02-111-0/+20
* Merge branch 'typofixes-vlajos-20141107' of github.com:vlajos/chef into tball...tyler-ball2014-11-251-1/+1
|\
| * typo fixes - https://github.com/vlajos/misspell_fixerVeres Lajos2014-11-081-1/+1
* | adding some more specs around to_hashlcg/to-hash-specsLamont Granquist2014-11-201-0/+28
* | typo fix in specsLamont Granquist2014-11-191-1/+1
* | add specs busted by dup removalLamont Granquist2014-11-191-0/+34
* | fix reset_cache specs busted by removing thatLamont Granquist2014-11-191-44/+0
|/
* chef-12 attribute changesLamont Granquist2014-11-081-4/+2
* Update to RSpec 3.Claire McQuin2014-10-292-162/+162