summaryrefslogtreecommitdiff
path: root/lib/chef/node.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* tags always an array; fix set_unlessLamont Granquist2015-12-141-2/+2
* Merge pull request #4064 from josb/masterThom May2015-11-121-4/+4
|\
| * Use the initializer to avoid NoMethodError on nil.include?Jos Backus2015-10-161-4/+4
* | Define == for node objectsDavid Bresson2015-10-241-0/+8
* | Use why-run vs. why_run or whyrunTim Smith2015-10-181-1/+1
|/
* Ensure that our list of recipes is backwards compattm/duplicate_recipesThom May2015-09-291-1/+1
* Populate node policyfile attrs from JSONdanielsdeleo2015-09-171-0/+4
* Add policyfile attrs to node create/savedanielsdeleo2015-09-171-2/+35
* Add policyfile attrs to node JSON when presentdanielsdeleo2015-09-171-0/+8
* Add policy_name and policy_group attrs to Node classdanielsdeleo2015-09-171-0/+49
* Set chef_environment in attributes JSONClaire McQuin2015-07-141-0/+19
* rename consume_cookbook_collectionLamont Granquist2015-05-181-1/+1
* add/fix node attributesLamont Granquist2015-05-181-1/+12
* add a spec test + linebreaksLamont Granquist2015-05-041-1/+9
* use validate_utf8=false option to json encoder for nodeLamont Granquist2015-05-041-1/+1
* Change inspect to string to be more human-readable.cmluciano2015-03-111-1/+1
* allow dep injecting chef_server_rest into objectsLamont Granquist2015-02-111-2/+5
* add partial deep merge cacheLamont Granquist2014-11-211-11/+12
* chef-12 attribute changesLamont Granquist2014-11-081-14/+2
* Empty run_list should result in empty array when using node.to_hash.Ivan Larionov2014-10-181-2/+2
* remove JSON gem usageLamont Granquist2014-08-111-2/+1
* Revert "remove #to_json Monkeytpatching"Lamont Granquist2014-08-091-1/+2
* remove #to_json MonkeypatchingLamont Granquist2014-08-091-2/+1
* Change attribute whitelist filter syntax to match OhaiClaire McQuin2014-05-151-15/+4
* add whitelist config options for attributes saved by the nodeClaire McQuin2014-05-151-3/+30
* Fixed environment chop -> chomp issue which truncated single character enviro...Joe Richards2014-03-281-1/+1
* Merge remote-tracking branch 'origin/master' into save-right-run-listThom May2014-03-041-1/+16
|\
| * Add permanent run list modification option to Chef::Clientdanielsdeleo2014-02-201-1/+1
| * CHEF-4777: fix for fully qualifying recipesLamont Granquist2014-01-161-2/+3
| * CHEF-4777: add include_recipes to recipes node attrLamont Granquist2013-11-141-0/+6
| * Moved Chef::Recipe#tag into the Chef::Node objectPaul Mooring2013-10-041-0/+8
* | add run_list setterThom May2014-03-041-1/+10
* | CHEF-4443 - Always save the correct run listThom May2013-08-121-4/+14
|/
* [CHEF-3683] Chef::Node objects should be sortable.Steven Danna2013-04-011-0/+4
* the set_unless state is bleeding from call to call...Lamont Granquist2013-01-291-0/+5