| Commit message (Expand) | Author | Age | Files | Lines |
* | merged master 0.5.5 | Christopher Brown | 2009-02-25 | 17 | -38/+481 |
|\ |
|
| * | Merge branch 'master' into seancribbs/CHEF-102 | Adam Jacob | 2009-02-22 | 7 | -3/+69 |
| |\ |
|
| | * | Merge branch 'master' into seancribbs/CHEF-115 | Adam Jacob | 2009-02-22 | 5 | -2/+66 |
| | |\ |
|
| | | * | Merge branch 'master' into thommay/CHEF-140 | Adam Jacob | 2009-02-22 | 2 | -2/+11 |
| | | |\ |
|
| | | | * | Adding cookbook override to remote_directory | Adam Jacob | 2009-02-19 | 2 | -2/+11 |
| | | * | | CHEF-140: Teach chef to use client certs | Thom May | 2009-02-18 | 3 | -0/+55 |
| | | |/ |
|
| | * | | CHEF-115: Allow remote filenames that begin with 'http', check for whole prot... | Sean Cribbs | 2009-02-18 | 2 | -1/+3 |
| | |/ |
|
| * | | CHEF-102: Provide a more friendly, contextual exception when errors occur in ... | Sean Cribbs | 2009-02-18 | 2 | -30/+105 |
| |/ |
|
| * | Updating Chef to 0.5.5 for development of 0.5.6 | Adam Jacob | 2009-02-13 | 3 | -3/+3 |
| * | Release 0.5.4 version bump and changelog updates0.5.4 | Adam Jacob | 2009-02-13 | 3 | -3/+3 |
| * | Merge branch 'btm/chef-79' | Adam Jacob | 2009-02-13 | 2 | -0/+287 |
| |\ |
|
| | * | add spec for dpkg | Bryan McLellan | 2009-02-13 | 1 | -0/+177 |
| | * | set current_resource.package_name by default | Bryan McLellan | 2009-02-13 | 1 | -1/+1 |
| | * | inherit from Apt (for preseed) + debugging fixes | Bryan McLellan | 2009-02-13 | 1 | -5/+4 |
| | * | Add some dpkg exception handling | Bryan McLellan | 2009-02-13 | 1 | -27/+23 |
| | * | add dpkg provider | Bryan McLellan | 2009-02-13 | 1 | -0/+115 |
| * | | Merge branch 'fujin/chef-91' | Adam Jacob | 2009-02-13 | 1 | -0/+7 |
| |\ \ |
|
| | * | | Fixes for CHEF-91, reload configuration on sighup | AJ Christensen | 2009-02-11 | 1 | -0/+7 |
| * | | | Merge branch 'jtimberman/chef-107' | Adam Jacob | 2009-02-13 | 2 | -2/+10 |
| |\ \ \ |
|
| | * | | | Changing what we print, rather than what the actual package version is, and a... | Adam Jacob | 2009-02-13 | 2 | -5/+10 |
| | * | | | chef-107 if package version is nil, set to uninstalled for log message | Joshua Timberman | 2009-02-12 | 1 | -1/+1 |
| | * | | | chef-107, add check for blank version, set to uninstalled | Joshua Timberman | 2009-02-12 | 1 | -0/+3 |
| | | |/
| | |/| |
|
* | | | | fixed up routing for cookbook_* | Christopher Brown | 2009-02-24 | 1 | -1/+0 |
* | | | | re-adding default routing to fix things up | Christopher Brown | 2009-02-24 | 1 | -1/+2 |
* | | | | fixed command line arg error in client | Christopher Brown | 2009-02-24 | 1 | -1/+1 |
* | | | | fixed the client command line handler finally | Christopher Brown | 2009-02-24 | 1 | -4/+6 |
* | | | | fixing command handling in client | Christopher Brown | 2009-02-24 | 1 | -3/+4 |
* | | | | put the node_path back in. Still unsure about this, but I've changed it to /... | Christopher Brown | 2009-02-24 | 2 | -0/+2 |
* | | | | clean up command handling in client | Christopher Brown | 2009-02-23 | 1 | -32/+16 |
* | | | | added executable wrapper, updated package task, removed node path from server.rb | Christopher Brown | 2009-02-20 | 1 | -3/+0 |
* | | | | automatically remove executables without prompting in the rake uninstall task | Christopher Brown | 2009-02-20 | 1 | -1/+1 |
* | | | | more clean up for gem installation and for running server from gem area | Christopher Brown | 2009-02-20 | 1 | -4/+1 |
* | | | | moved session key management to Chef::Config | Christopher Brown | 2009-02-20 | 1 | -0/+17 |
* | | | | Switch from 'slice' to 'experimental' | Christopher Brown | 2009-02-20 | 1 | -0/+4 |
|/ / / |
|
* | | | Merge branch 'fujin/chef-110' | Adam Jacob | 2009-02-13 | 1 | -1/+6 |
|\ \ \ |
|
| * | | | Setting the default interval to half an hour if you daemonize | Adam Jacob | 2009-02-13 | 1 | -0/+5 |
| * | | | Fix for CHEF-110, interval/splay support outside of daemonize | AJ Christensen | 2009-02-11 | 1 | -1/+1 |
| | |/
| |/| |
|
* | | | Merge branch 'chef-123' of git://github.com/fujin/chef into integration | Adam Jacob | 2009-02-13 | 2 | -0/+51 |
|\ \ \ |
|
| * | | | Convert group strings to GID, Fixes CHEF-123 | AJ Christensen | 2009-02-14 | 2 | -0/+51 |
| | |/
| |/| |
|
* | | | Fixing tests for cron spec | Adam Jacob | 2009-02-13 | 1 | -3/+3 |
* | | | chef-127 add/update log messages for cron resource go to info | Joshua Timberman | 2009-02-12 | 1 | -2/+2 |
|/ / |
|
* | | We now track what recipes we have seen via @node.run_state, rather than a cla... | Adam Jacob | 2009-02-12 | 4 | -155/+199 |
* | | Files that start with . and .. are now found via the cookbook loader - fixes ... | Adam Jacob | 2009-02-12 | 5 | -79/+102 |
* | | Template and remote file now supports a cookbook attribute, which lets you mo... | Adam Jacob | 2009-02-11 | 7 | -23/+78 |
* | | We no longer inherit the action of the prior resource - fixes CHEF-92 | Adam Jacob | 2009-02-11 | 4 | -248/+305 |
* | | The node object should be available from within the definitions paramater blo... | Adam Jacob | 2009-02-10 | 4 | -2/+52 |
* | | Change the gid before you change the uid, silly. | Adam Jacob | 2009-02-10 | 1 | -5/+5 |
* | | Merge branch 'CHEF-106' of git://github.com/skeptomai/chef | Adam Jacob | 2009-02-10 | 1 | -1/+1 |
|\ \ |
|
| * | | fixes CHEF-106, move attributes to search fn & refactor. Also | Christopher Brown | 2009-02-07 | 1 | -1/+1 |
| |/ |
|
* | | Merge branch 'chef-82' of git://github.com/fujin/chef into integration | Adam Jacob | 2009-02-10 | 1 | -3/+4 |
|\ \ |
|