summaryrefslogtreecommitdiff
path: root/spec/unit/node_spec.rb
Commit message (Expand)AuthorAgeFilesLines
* some spec typosVivek Singh2020-04-071-5/+5
* Convert the node[:platform_version] to a Chef::VersionStringlcg/platform_version_sugarLamont Granquist2020-02-261-1/+8
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-3/+3
* Style/ClassCheckLamont Granquist2019-07-051-1/+1
* Style/EmptyLiteralLamont Granquist2019-07-051-5/+5
* Style/MethodCallWithoutArgsParenthesesLamont Granquist2019-07-021-2/+2
* fixes for chefstyle bumpLamont Granquist2019-07-021-1/+1
* fix default/override attribute blacklists and whitelistslcg/fix-the-blacklistLamont Granquist2019-04-181-45/+42
* Extract Action Collection from Data CollectorLamont Granquist2019-03-111-9/+1
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-5/+5
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-2/+2
* Node Attributes: Build ImmutableMash properly in deep_merge!lcg/deep-merge-cache-fixLamont Granquist2018-10-151-0/+33
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-2/+2
* fix Style/HashSyntaxLamont Granquist2018-07-021-13/+13
* Switch Node#role? to use the attributes expansion instead of the run list.Noah Kantrowitz2018-05-081-3/+3
* Save the node's UUID as an attributetm/chef_guidThom May2018-03-211-0/+8
* RFC 106: expose name and chef_environment as attrstm/chef_environmentThom May2018-03-091-1/+2
* Chef-14 Breaking: remove node.set and node.set_unlesslcg/remove-node-setLamont Granquist2018-01-221-15/+1
* Fix rubocop styling issue in node_specDJ Mountney2017-08-111-1/+1
* Fix an issue where DeepMerge overwrites nil valuesDJ Mountney2017-08-101-0/+7
* remove more deprecated method_missing accessLamont Granquist2017-03-311-6/+0
* Chef-13: remove method_missing access to node object.Lamont Granquist2017-03-131-42/+5
* Fix style errors and add dco signoff.Robert Mullins2017-03-081-1/+0
* ensure tests are setup correctly and fix typoRobert Mullins2017-03-081-2/+0
* Add the ability to blacklist attributesRobert Mullins2017-03-081-0/+75
* remove policyfile fallback API for old Chef ServersLamont Granquist2017-02-281-50/+4
* fix node attribute "unless" API methodsLamont Granquist2017-01-111-2/+23
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-2/+2
* rename __path to __path__ and __node to __node__lcg/node-path-trackingLamont Granquist2016-10-251-21/+21
* add tests from #4207Lamont Granquist2016-10-251-0/+19
* add specsLamont Granquist2016-10-251-0/+84
* Merge pull request #5476 from tas50/copyrightsLamont Granquist2016-10-211-3/+3
|\
| * More Opscode -> Chef updatesTim Smith2016-10-201-3/+3
* | Attributes: add tests for regression in 12.0 fixed recentlyLamont Granquist2016-10-201-0/+28
|/
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-2/+2
* Merge pull request #5103 from chef/lcg/fix-5012Lamont Granquist2016-07-121-0/+6
|\
| * fix mixup in the test titlesLamont Granquist2016-07-111-2/+2
| * add back method_missing support to set_unlessLamont Granquist2016-07-111-0/+6
* | fix tests to go red on masterLamont Granquist2016-07-081-10/+12
* | fix for #5094 12.12.13 node.default_unless issueLamont Granquist2016-07-081-0/+22
|/
* Attributes v1.1 changeslcg/attributes-v1.1Lamont Granquist2016-06-271-26/+115
* better chef+ruby rspec constraintsLamont Granquist2016-03-031-1/+1
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-5/+5
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-27/+27
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-6/+6
* auto fixing some rubocopsLamont Granquist2016-02-091-6/+6
* autofixing whitespace copsLamont Granquist2016-02-051-37/+37
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* ensure unit tests are correctThom May2016-01-181-2/+2