| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add policyfile attrs to node create/save | danielsdeleo | 2015-09-17 | 1 | -2/+35 |
* | Add policyfile attrs to node JSON when present | danielsdeleo | 2015-09-17 | 1 | -0/+8 |
* | Add policy_name and policy_group attrs to Node class | danielsdeleo | 2015-09-17 | 1 | -0/+49 |
* | Set chef_environment in attributes JSON | Claire McQuin | 2015-07-14 | 1 | -0/+19 |
* | rename consume_cookbook_collection | Lamont Granquist | 2015-05-18 | 1 | -1/+1 |
* | add/fix node attributes | Lamont Granquist | 2015-05-18 | 1 | -1/+12 |
* | add a spec test + linebreaks | Lamont Granquist | 2015-05-04 | 1 | -1/+9 |
* | use validate_utf8=false option to json encoder for node | Lamont Granquist | 2015-05-04 | 1 | -1/+1 |
* | Change inspect to string to be more human-readable. | cmluciano | 2015-03-11 | 1 | -1/+1 |
* | allow dep injecting chef_server_rest into objects | Lamont Granquist | 2015-02-11 | 1 | -2/+5 |
* | add partial deep merge cache | Lamont Granquist | 2014-11-21 | 1 | -11/+12 |
* | chef-12 attribute changes | Lamont Granquist | 2014-11-08 | 1 | -14/+2 |
* | Empty run_list should result in empty array when using node.to_hash. | Ivan Larionov | 2014-10-18 | 1 | -2/+2 |
* | remove JSON gem usage | Lamont Granquist | 2014-08-11 | 1 | -2/+1 |
* | Revert "remove #to_json Monkeytpatching" | Lamont Granquist | 2014-08-09 | 1 | -1/+2 |
* | remove #to_json Monkeypatching | Lamont Granquist | 2014-08-09 | 1 | -2/+1 |
* | Change attribute whitelist filter syntax to match Ohai | Claire McQuin | 2014-05-15 | 1 | -15/+4 |
* | add whitelist config options for attributes saved by the node | Claire McQuin | 2014-05-15 | 1 | -3/+30 |
* | Fixed environment chop -> chomp issue which truncated single character enviro... | Joe Richards | 2014-03-28 | 1 | -1/+1 |
* | Merge remote-tracking branch 'origin/master' into save-right-run-list | Thom May | 2014-03-04 | 1 | -1/+16 |
|\ |
|
| * | Add permanent run list modification option to Chef::Client | danielsdeleo | 2014-02-20 | 1 | -1/+1 |
| * | CHEF-4777: fix for fully qualifying recipes | Lamont Granquist | 2014-01-16 | 1 | -2/+3 |
| * | CHEF-4777: add include_recipes to recipes node attr | Lamont Granquist | 2013-11-14 | 1 | -0/+6 |
| * | Moved Chef::Recipe#tag into the Chef::Node object | Paul Mooring | 2013-10-04 | 1 | -0/+8 |
* | | add run_list setter | Thom May | 2014-03-04 | 1 | -1/+10 |
* | | CHEF-4443 - Always save the correct run list | Thom May | 2013-08-12 | 1 | -4/+14 |
|/ |
|
* | [CHEF-3683] Chef::Node objects should be sortable. | Steven Danna | 2013-04-01 | 1 | -0/+4 |
* | the set_unless state is bleeding from call to call... | Lamont Granquist | 2013-01-29 | 1 | -0/+5 |
* | remove cruft code. | danielsdeleo | 2013-01-23 | 1 | -2/+0 |
* | [CHEF-3724] correctly query the recipes attribute in Node#recipe? | danielsdeleo | 2012-12-26 | 1 | -1/+1 |
* | Document what Node#run_list is for | danielsdeleo | 2012-12-14 | 1 | -0/+6 |
* | Wire "force" default and override into node | danielsdeleo | 2012-11-09 | 1 | -0/+12 |
* | [CHEF-3499] add platform introspection to Node | danielsdeleo | 2012-11-02 | 1 | -0/+2 |
* | [CHEF-2936] remove couchdb-in-constructor workaround | danielsdeleo | 2012-11-02 | 1 | -6/+1 |
* | [CHEF-2936] ensure all default and override attrs go in node json | danielsdeleo | 2012-11-02 | 1 | -5/+9 |
* | [CHEF-2936] apply attributes at run list expansion | danielsdeleo | 2012-11-02 | 1 | -7/+18 |
* | [OC-3564] move core Chef to the repo root \o/ \m/ | Seth Chisamore | 2012-10-30 | 1 | -0/+476 |
* | big refactor of the repo layout. move to a chef gem and a chef-server gem all... | Ezra Zygmuntowicz | 2008-10-08 | 1 | -260/+0 |
* | Adding extlib and Mash-ing @attribute | Adam Jacob | 2008-10-07 | 1 | -1/+2 |
* | Updating config file paths | Adam Jacob | 2008-10-07 | 1 | -0/+7 |
* | Working Debian service provider for enabling/disabling services. | AJ Christensen | 2008-09-25 | 1 | -1/+1 |
* | Adding specs for new resource types, fixes to node, mixin::template | Adam Jacob | 2008-09-08 | 1 | -5/+0 |
* | Added template support, changed license to Apache v 2 | Adam Jacob | 2008-08-16 | 1 | -15/+11 |
* | Adding functional search support | Adam Jacob | 2008-07-10 | 1 | -4/+15 |
* | Huge amount of work, covering openid, clients, and all sorts of server stuff | Adam Jacob | 2008-06-09 | 1 | -30/+81 |
* | Working on network layer | Adam Jacob | 2008-05-19 | 1 | -12/+20 |
* | Factoring out find_file instead of just find for nodes | Adam Jacob | 2008-05-09 | 1 | -12/+19 |
* | chef compiles | Adam Jacob | 2008-04-27 | 1 | -7/+19 |
* | Adding chef-solo command, config examples, Chef::Log class, Chef::Log::Format... | Adam Jacob | 2008-04-08 | 1 | -1/+61 |
* | Adding the Params::Validate mixin, refactored Chef::Config to be a singleton,... | Adam Jacob | 2008-04-07 | 1 | -0/+21 |