| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial pass at a Chef 0.8.0 alpha | Adam Jacob | 2009-08-20 | 63 | -176/+1014 |
* | Adding feature tests for Chef::Node::Attributes, integrating with Chef::Node,... | Adam Jacob | 2009-08-03 | 4 | -4/+17 |
* | CHEF-416: Integration Features fixes (roles,search) | AJ Christensen | 2009-06-29 | 11 | -14/+18 |
* | Adding a guard block to check seen_recipes, to ensure that we never run the s... | Adam Jacob | 2009-06-29 | 5 | -0/+79 |
* | Adding Chef::Search::Result, and auto-inflating them | Adam Jacob | 2009-06-03 | 4 | -0/+60 |
* | Updating role integration test | Adam Jacob | 2009-05-28 | 3 | -1/+3 |
* | Fixing up a bug in the Role/Node UI that showed cookbooks where it should hav... | Adam Jacob | 2009-05-28 | 2 | -3/+4 |
* | Adding role loading support to the chef server, fixed CHEF-307, fixed bug in ... | Adam Jacob | 2009-05-26 | 6 | -1/+60 |
* | Fixing solo support, updating solo based features | Adam Jacob | 2009-05-26 | 2 | -8/+15 |
* | Adding features for synchronization, fixing bugs in remote_directory, client,... | Adam Jacob | 2009-05-26 | 23 | -2/+180 |
* | Adding integration tests for the nodes REST API | Adam Jacob | 2009-05-21 | 6 | -0/+148 |
* | Cleaning up after the CookieJar | Adam Jacob | 2009-05-21 | 1 | -0/+4 |
* | Fixing node display for override and default attributes, fixing a bug with no... | Adam Jacob | 2009-05-21 | 1 | -1/+1 |
* | Adding roles_url to the config, removing some spurious loading of the defualt... | Adam Jacob | 2009-05-20 | 1 | -0/+1 |
* | Merge branch 'master' into chef-284 | Adam Jacob | 2009-05-19 | 13 | -1/+147 |
|\ |
|
| * | Merge branch 'master' into dbalatero/chef-265 | Adam Jacob | 2009-05-18 | 11 | -164/+174 |
| |\ |
|
| | * | Merge branch 'master' into nuoyan/chef-122 | Adam Jacob | 2009-05-18 | 27 | -175/+625 |
| | |\ |
|
| | * | | fixed CHEF-122 | Nuo Yan | 2009-04-27 | 2 | -1/+38 |
| * | | | Added a passing feature set for the Macports recipe set. Any future | David Balatero | 2009-05-01 | 9 | -0/+69 |
| * | | | * Made some annoying print statements only occur in | David Balatero | 2009-05-01 | 2 | -2/+41 |
* | | | | Merge branch 'master' into chef-284 | Adam Jacob | 2009-05-15 | 1 | -2/+2 |
|\ \ \ \
| | |_|/
| |/| | |
|
| * | | | Fixing CHEF-116 - the chef server now requires authentication | Adam Jacob | 2009-05-15 | 2 | -10/+10 |
* | | | | Fixing a broken step for the cookbook metadata | Adam Jacob | 2009-05-15 | 2 | -4/+4 |
* | | | | Adding API features for roles | Adam Jacob | 2009-05-15 | 11 | -98/+101 |
* | | | | Adding features for roles | Adam Jacob | 2009-05-15 | 10 | -18/+202 |
* | | | | Updating feature specs, in prep for supporting internal merb sessions and the... | Adam Jacob | 2009-05-13 | 16 | -86/+316 |
|/ / / |
|
* | | | Updating chef-repo rakefile to be distributed in chef for easy upgrades, addi... | Adam Jacob | 2009-05-11 | 1 | -1/+1 |
* | | | Adding from_file support to Chef::Cookbook::Metadata, adding cucumber feature... | Adam Jacob | 2009-05-08 | 8 | -154/+126 |
|/ / |
|
* | | Merge branch 'master' into dbalatero/chef-257 | Adam Jacob | 2009-04-29 | 3 | -1/+73 |
|\ \ |
|
| * | | Making interval/splay work regardless of deamonization | Adam Jacob | 2009-04-29 | 3 | -1/+73 |
* | | | Updated Rakefile to use *cookbooks in the path. | David Balatero | 2009-04-29 | 1 | -1/+1 |
* | | | Updated Rakefiles to check site-cookbooks as well as cookbooks. | David Balatero | 2009-04-29 | 1 | -1/+6 |
|/ / |
|
* | | Merge branch 'master' into cwalters/chef-196a | Adam Jacob | 2009-04-28 | 4 | -1/+85 |
|\ \ |
|
| * \ | Merge branch 'master' into nuoyan/chef-216 | Adam Jacob | 2009-04-28 | 14 | -5/+328 |
| |\ \ |
|
| | * | | Cleaning up after an errant config file | Adam Jacob | 2009-04-28 | 1 | -0/+3 |
| | * | | Updates for file log location, cleanup of chef-client to deal with that | Christopher Brown | 2009-04-27 | 2 | -1/+44 |
| * | | | fixed CHEF-216 | Nuo Yan | 2009-04-27 | 1 | -0/+1 |
| * | | | fixed CHEF-216 | Nuo Yan | 2009-04-26 | 1 | -0/+23 |
| * | | | fixed CHEF-216 | Nuo Yan | 2009-04-26 | 2 | -0/+14 |
| | |/
| |/| |
|
* | | | merge some cwalters changes with master | Christopher Brown | 2009-04-27 | 13 | -3/+251 |
|\ \ \
| | |/
| |/| |
|
| * | | Merge branch 'master' into cwalters/chef-229 | Adam Jacob | 2009-04-26 | 13 | -3/+251 |
| |\ \ |
|
| | * | | renaming execute_commands to run_commands | Adam Jacob | 2009-04-25 | 1 | -1/+1 |
| | * | | Refactoring feature directory, adding directory features | Adam Jacob | 2009-04-25 | 13 | -2/+250 |
| | |/ |
|
* | | | Fixing CHEF-196: Mode is properly applied when a remote_file's contents do no... | chris | 2009-04-25 | 2 | -14/+54 |
|/ / |
|
* | | Forgot to add transfer_remote_files.feature | chris | 2009-04-24 | 1 | -1/+1 |
* | | Fixing CHEF-229(/193): properly catching Chef::Exceptions::FileNotFound and r... | chris | 2009-04-24 | 2 | -0/+29 |
|/ |
|
* | Fixing up execute output parsing, adding feature tests for execute_commands, ... | Adam Jacob | 2009-04-21 | 3 | -6/+43 |
* | Fixing Chef::Mixin::Command to respect both the 4k buffer size for STDOUT/STD... | Adam Jacob | 2009-04-21 | 3 | -0/+66 |
* | CHEF-174 and cleanup around treating the mode as string or int, and convertin... | Christopher Brown | 2009-04-07 | 3 | -1/+87 |
* | Merge branch 'master' into chef-162 | Adam Jacob | 2009-03-08 | 1 | -1/+7 |
|\ |
|