summaryrefslogtreecommitdiff
path: root/features
Commit message (Expand)AuthorAgeFilesLines
* Initial pass at a Chef 0.8.0 alphaAdam Jacob2009-08-2063-176/+1014
* Adding feature tests for Chef::Node::Attributes, integrating with Chef::Node,...Adam Jacob2009-08-034-4/+17
* CHEF-416: Integration Features fixes (roles,search)AJ Christensen2009-06-2911-14/+18
* Adding a guard block to check seen_recipes, to ensure that we never run the s...Adam Jacob2009-06-295-0/+79
* Adding Chef::Search::Result, and auto-inflating themAdam Jacob2009-06-034-0/+60
* Updating role integration testAdam Jacob2009-05-283-1/+3
* Fixing up a bug in the Role/Node UI that showed cookbooks where it should hav...Adam Jacob2009-05-282-3/+4
* Adding role loading support to the chef server, fixed CHEF-307, fixed bug in ...Adam Jacob2009-05-266-1/+60
* Fixing solo support, updating solo based featuresAdam Jacob2009-05-262-8/+15
* Adding features for synchronization, fixing bugs in remote_directory, client,...Adam Jacob2009-05-2623-2/+180
* Adding integration tests for the nodes REST APIAdam Jacob2009-05-216-0/+148
* Cleaning up after the CookieJarAdam Jacob2009-05-211-0/+4
* Fixing node display for override and default attributes, fixing a bug with no...Adam Jacob2009-05-211-1/+1
* Adding roles_url to the config, removing some spurious loading of the defualt...Adam Jacob2009-05-201-0/+1
* Merge branch 'master' into chef-284Adam Jacob2009-05-1913-1/+147
|\
| * Merge branch 'master' into dbalatero/chef-265Adam Jacob2009-05-1811-164/+174
| |\
| | * Merge branch 'master' into nuoyan/chef-122Adam Jacob2009-05-1827-175/+625
| | |\
| | * | fixed CHEF-122Nuo Yan2009-04-272-1/+38
| * | | Added a passing feature set for the Macports recipe set. Any futureDavid Balatero2009-05-019-0/+69
| * | | * Made some annoying print statements only occur inDavid Balatero2009-05-012-2/+41
* | | | Merge branch 'master' into chef-284Adam Jacob2009-05-151-2/+2
|\ \ \ \ | | |_|/ | |/| |
| * | | Fixing CHEF-116 - the chef server now requires authenticationAdam Jacob2009-05-152-10/+10
* | | | Fixing a broken step for the cookbook metadataAdam Jacob2009-05-152-4/+4
* | | | Adding API features for rolesAdam Jacob2009-05-1511-98/+101
* | | | Adding features for rolesAdam Jacob2009-05-1510-18/+202
* | | | Updating feature specs, in prep for supporting internal merb sessions and the...Adam Jacob2009-05-1316-86/+316
|/ / /
* | | Updating chef-repo rakefile to be distributed in chef for easy upgrades, addi...Adam Jacob2009-05-111-1/+1
* | | Adding from_file support to Chef::Cookbook::Metadata, adding cucumber feature...Adam Jacob2009-05-088-154/+126
|/ /
* | Merge branch 'master' into dbalatero/chef-257Adam Jacob2009-04-293-1/+73
|\ \
| * | Making interval/splay work regardless of deamonizationAdam Jacob2009-04-293-1/+73
* | | Updated Rakefile to use *cookbooks in the path.David Balatero2009-04-291-1/+1
* | | Updated Rakefiles to check site-cookbooks as well as cookbooks.David Balatero2009-04-291-1/+6
|/ /
* | Merge branch 'master' into cwalters/chef-196aAdam Jacob2009-04-284-1/+85
|\ \
| * \ Merge branch 'master' into nuoyan/chef-216Adam Jacob2009-04-2814-5/+328
| |\ \
| | * | Cleaning up after an errant config fileAdam Jacob2009-04-281-0/+3
| | * | Updates for file log location, cleanup of chef-client to deal with thatChristopher Brown2009-04-272-1/+44
| * | | fixed CHEF-216Nuo Yan2009-04-271-0/+1
| * | | fixed CHEF-216Nuo Yan2009-04-261-0/+23
| * | | fixed CHEF-216Nuo Yan2009-04-262-0/+14
| | |/ | |/|
* | | merge some cwalters changes with masterChristopher Brown2009-04-2713-3/+251
|\ \ \ | | |/ | |/|
| * | Merge branch 'master' into cwalters/chef-229Adam Jacob2009-04-2613-3/+251
| |\ \
| | * | renaming execute_commands to run_commandsAdam Jacob2009-04-251-1/+1
| | * | Refactoring feature directory, adding directory featuresAdam Jacob2009-04-2513-2/+250
| | |/
* | | Fixing CHEF-196: Mode is properly applied when a remote_file's contents do no...chris2009-04-252-14/+54
|/ /
* | Forgot to add transfer_remote_files.featurechris2009-04-241-1/+1
* | Fixing CHEF-229(/193): properly catching Chef::Exceptions::FileNotFound and r...chris2009-04-242-0/+29
|/
* Fixing up execute output parsing, adding feature tests for execute_commands, ...Adam Jacob2009-04-213-6/+43
* Fixing Chef::Mixin::Command to respect both the 4k buffer size for STDOUT/STD...Adam Jacob2009-04-213-0/+66
* CHEF-174 and cleanup around treating the mode as string or int, and convertin...Christopher Brown2009-04-073-1/+87
* Merge branch 'master' into chef-162Adam Jacob2009-03-081-1/+7
|\