summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * | Fix typo in generated README when using knife to create cookbookSkye Book2013-12-201-2/+2
| * | CHEF-2418 Added some comments describing prompt for password behaviorBrad Beam2013-12-201-0/+8
| * | CHEF-2418 Prompt for password if flag specified but password is notBrad Beam2013-12-201-3/+14
| * | allow chef to be invoked with empty environment (env -i)Ranjib Dey2013-12-202-0/+7
| * | @current_resource.priority(80) moved to correct contextLaurent Desarmes2013-12-201-4/+1
| * | and a fix to handle services only starting at run level SLaurent Desarmes2013-12-201-1/+1
| * | tests updated for services only starting at run level SLaurent Desarmes2013-12-201-16/+48
| * | fix for when the service doesn't set priorityLaurent Desarmes2013-12-201-1/+6
| * | another assumption: load_current_resource always sets a priorityLaurent Desarmes2013-12-201-3/+5
| * | remove unused variable startup_typeRanjib Dey2013-12-201-1/+0
| * | [CHEF-4845] Fix typo in aix packager provider regexpTobias Schmidt2013-12-201-1/+1
| * | CHEF-4849: Implement `#response_file_variables` in Package resourcePeter Fern2013-12-205-0/+33
|/ /
* | remove debugging putsLamont Granquist2013-12-131-1/+0
* | Merge pull request #1179 from opscode/lcg/CHEF-4632lamont-granquist2013-12-121-1/+1
|\ \
| * | bump up upper limit on json gem to 1.8.1Lamont Granquist2013-12-121-1/+1
|/ /
* | Bump version to 11.10.0.alpha.111.10.0.alpha.1John Keiser2013-12-091-1/+1
* | Add ability to run recipes directly from chef-client command lineJohn Keiser2013-12-067-6/+104
* | Merge pull request #1162 from ranjib/CHEF-4852lamont-granquist2013-12-051-2/+8
|\ \
| * | print total number of resources as wellRanjib Dey2013-12-051-2/+8
|/ /
* | Merge branch 'jk/CHEF-4441'John Keiser2013-12-038-321/+469
|\ \
| * | CHEF-4441: emit reasonable error message when there is no default data bag se...John Keiser2013-12-032-18/+35
| * | Split EncryptedDataBagItem into multiple filesJohn Keiser2013-12-037-303/+434
|/ /
* | Merge pull request #1156 from soundcloud/fix-user-resource-comparisonlamont-granquist2013-12-032-1/+11
|\ \
| * | [CHEF-4842] Fix comparison of user resources with non-ASCII commentsTobias Schmidt2013-12-042-1/+11
|/ /
* | Merge pull request #1099 from opscode/lcg/knife-subcommand-prereleaselamont-granquist2013-11-262-4/+4
|\ \
| * | search prerelease gems for subcommandsLamont Granquist2013-10-292-4/+4
* | | Always set a correct Host header to avoid net/http bugdanielsdeleo2013-11-263-4/+23
* | | Skip IPv6 tests on Solarisdanielsdeleo2013-11-262-2/+6
* | | Merge branch 'contributions'Bryan McLellan2013-11-2620-61/+223
|\ \ \
| * | | CHEF-3940: Raise an error if we cannot find the userBryan McLellan2013-11-262-1/+6
| * | | [CHEF-3940] ensure $HOME matches user executing `git`Seth Chisamore2013-11-262-6/+25
| * | | Merge branch 'CHEF-4421' into contributionsBryan McLellan2013-11-262-11/+22
| |\ \ \
| | * | | Modify a message when any cookbook is not found.Ryota Arai2013-11-262-2/+2
| | * | | Raise an error if any directory of `cookbook_path` contains no cookbook.Ryota Arai2013-11-262-10/+7
| | * | | Raise CookbookNotFound error if any directory of cookbook_path contains no co...Ryota Arai2013-11-262-11/+22
| | * | | Improve an error message "No cookbook found".Ryota Arai2013-11-261-2/+5
| |/ / /
| * | | Refactor handle_command_failures method.Ryota Arai2013-11-261-12/+11
| * | | CHEF-4747: convert test to use double from openstructBryan McLellan2013-11-261-2/+1
| * | | support configurable concurrencyRanjib Dey2013-11-263-4/+29
| * | | CHEF-4748: Use dot to access method instead of double-colon (language convent...Bryan McLellan2013-11-261-1/+1
| * | | Added knife spec to test invalid name input for data bag create.tylercloke2013-11-261-0/+7
| * | | Catch correct exception.tylercloke2013-11-261-1/+1
| * | | ID validation for knife data bag creation.tylercloke2013-11-261-0/+7
| * | | CHEF-4759: chef-solo --no-color default on windowsLamont Granquist2013-11-262-1/+7
| * | | newly released mime-types requiresJohn Goulah2013-11-261-0/+1
| * | | changes to fix failing testsJohn Goulah2013-11-261-0/+18
| * | | some tests for the enable_checkout optionJohn Goulah2013-11-262-0/+25
| * | | move check up to wrap checkout called from action_checkoutJohn Goulah2013-11-261-7/+7
| * | | add enable_checkout attribute; add ability to override 'deploy' with checkout...John Goulah2013-11-262-4/+25
| * | | move attribute setting locally inside the specRanjib Dey2013-11-261-1/+1