summaryrefslogtreecommitdiff
path: root/lib/chef/node.rb
Commit message (Expand)AuthorAgeFilesLines
* fix 4 copsLamont Granquist2019-07-051-1/+2
* Style/SymbolProcLamont Granquist2019-07-051-1/+1
* Style/ClassCheckLamont Granquist2019-07-051-2/+2
* Style/EmptyLiteralLamont Granquist2019-07-051-2/+2
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+8
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-5/+5
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-2/+2
* Convert require to require_relativeLamont Granquist2019-05-081-16/+16
* fix default/override attribute blacklists and whitelistslcg/fix-the-blacklistLamont Granquist2019-04-181-12/+9
* Allow empty strings in -o to result in empty override run listlcg/empty-override-runlistLamont Granquist2019-04-121-3/+27
* Extract Action Collection from Data CollectorLamont Granquist2019-03-111-2/+22
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-4/+4
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-9/+9
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-1/+1
* fix Layout/AlignHash caused by Style/HashSyntaxLamont Granquist2018-07-021-2/+2
* fix Style/HashSyntaxLamont Granquist2018-07-021-5/+5
* Switch Node#role? to use the attributes expansion instead of the run list.Noah Kantrowitz2018-05-081-1/+4
* Merge pull request #7016 from chef/tm/chef_guidThom May2018-03-211-0/+1
|\
| * Save the node's UUID as an attributetm/chef_guidThom May2018-03-211-0/+1
* | Add the ability to inject log objectstm/inject_logThom May2018-03-191-8/+14
|/
* RFC 106: expose name and chef_environment as attrstm/chef_environmentThom May2018-03-091-4/+13
* Chef-14 Breaking: remove node.set and node.set_unlesslcg/remove-node-setLamont Granquist2018-01-221-5/+0
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-171-4/+3
* RFC 59: Load Ohai pluginstm/ohai_plugins_2Thom May2017-04-051-0/+4
* Kill JSON auto inflate with firetm/remove_json_autoinflateThom May2017-03-141-6/+0
* Add the ability to blacklist attributesRobert Mullins2017-03-081-0/+8
* remove policyfile fallback API for old Chef ServersLamont Granquist2017-02-281-6/+1
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-8/+8
* fix Style/NonNilCheckLamont Granquist2016-12-061-1/+1
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-2/+2
* add attribute_changed hook to event handlersLamont Granquist2016-10-281-1/+1
* remove breadcrumb stateLamont Granquist2016-10-251-4/+0
* fixes Style/OpMethod copLamont Granquist2016-08-161-2/+2
* Attributes v1.1 changeslcg/attributes-v1.1Lamont Granquist2016-06-271-32/+13
* create 'universal' DSLLamont Granquist2016-05-161-2/+2
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-3/+3
* deal with 0.37.2 renamed copsLamont Granquist2016-02-181-2/+2
* autofixing auto-inserted delimiterslcg/chefstyle-batchLamont Granquist2016-02-091-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-091-1/+1
* autofixing whitespace copsLamont Granquist2016-02-051-16/+16
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-4/+4
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* add deprecation warningsThom May2016-01-181-0/+1
* Use double quotes by defaultThom May2016-01-141-20/+20
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-2/+2
* Merge pull request #4355 from kisoku/fix_json_createThom May2016-01-121-1/+1
|\
| * don't blow up when json object has no recipesMathieu Sauve-Frankel2016-01-081-1/+1
* | chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* | Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-111-14/+20
|/
* really always return an Arraylcg/fix-tags-and-set-unlessLamont Granquist2015-12-141-2/+1