summaryrefslogtreecommitdiff
path: root/lib/chef
Commit message (Expand)AuthorAgeFilesLines
* Merge branch '10-stable' into integrate-chef-10-18-0ci-playgrounddanielsdeleo2013-01-1725-203/+349
|\
* | [CHEF-3571] code rename chef-recipe -> chef-applydanielsdeleo2013-01-171-6/+6
* | [CHEF-3571] file rename chef-recipe -> chef-applydanielsdeleo2013-01-172-1/+1
* | CHEF-3571 add chef-recipe commandBryan Berry2013-01-173-2/+163
* | [CHEF-3497] apply config in the desired orderdanielsdeleo2013-01-141-29/+52
* | [CHEF-3497] don't configure in Knife#initializedanielsdeleo2013-01-141-2/+2
* | Update stubbing order within config specChris Roberts2013-01-141-1/+1
* | Isolate knife config file location methodology. Use new locate method when co...Chris Roberts2013-01-111-27/+38
* | Allow knife.rb configuration file to provide any options for knife pluginsChris Roberts2013-01-111-1/+10
* | Fix dynamic inclusion of windows securable behaviordanielsdeleo2013-01-041-14/+14
* | [CHEF-3557] report file modes with leading 0 for claritydanielsdeleo2013-01-041-1/+1
* | [CHEF-3557] skip file metadata reporting on win for nowdanielsdeleo2013-01-031-0/+1
* | [CHEF-3557] fix reporting for directory-like resourcesdanielsdeleo2013-01-031-0/+1
* | [CHEF-3557] fix file security reporting for files on Unixdanielsdeleo2013-01-032-0/+2
* | [CHEF-3557] remove load_current_resource_attrs corpsedanielsdeleo2013-01-032-5/+0
* | [CHEF-3557] remove load_current_resource_attrsdanielsdeleo2013-01-032-46/+21
* | [CHEF-3557] Update ScanAccessControl behaviordanielsdeleo2013-01-031-4/+2
* | [CHEF-3557] Factor out windows security resource attrsdanielsdeleo2013-01-032-11/+37
* | [CHEF-3681] cleanup whitespace in ResourceCollectiondanielsdeleo2012-12-271-21/+21
* | [CHEF-3681] define #empty? for resource_collectiondanielsdeleo2012-12-271-0/+4
* | [CHEF-3681] add inline compilation option for LWRPdanielsdeleo2012-12-271-0/+74
* | [CHEF-3724] correctly query the recipes attribute in Node#recipe?danielsdeleo2012-12-261-1/+1
* | [CHEF-3715] rename files checksum_cache -> digesterdanielsdeleo2012-12-214-3/+2
* | [CHEF-3715] rename ChecksumCache => Digesterdanielsdeleo2012-12-213-4/+4
* | [CHEF-3715] document PersistentSet's config logicdanielsdeleo2012-12-211-0/+7
* | [CHEF-3715] rm moneta's config optionsdanielsdeleo2012-12-213-9/+18
* | [CHEF-3715] remove caching of sha256 cksumsdanielsdeleo2012-12-213-177/+8
* | [CHEF-3715] decouple SyntaxCheck from ChecksumCachedanielsdeleo2012-12-211-14/+52
* | Fixing code to not continue if hive not foundPrajaktaPurohit2012-12-191-1/+2
* | allow using unabbreviated hives as wellLamont Granquist2012-12-191-1/+6
* | values default should be empty array instead of nilLamont Granquist2012-12-191-0/+1
* | Deleting unused function and minor permission fixesPrajaktaPurohit2012-12-191-1/+1
* | Adding exceptions that were undefinedPrajaktaPurohit2012-12-191-0/+1
* | Deleting the create_value function that does not get used elsewherePrajaktaPurohit2012-12-191-13/+0
* | fixing action_create idempotency issueLamont Granquist2012-12-191-2/+11
* | removing check for bad typesLamont Granquist2012-12-191-8/+0
* | Returning true accross all functions when the state wanted by user is attainedPrajaktaPurohit2012-12-191-1/+5
* | Using Chef::Platform to check for windows platformPrajaktaPurohit2012-12-191-1/+1
* | Deleting comments, pp statements etc.PrajaktaPurohit2012-12-191-1/+1
* | Correcting the author and copyright informationPrajaktaPurohit2012-12-193-12/+6
* | Adding tests for the registry dsl and some minor fixesPrajaktaPurohit2012-12-191-2/+2
* | Deleting the unused execptions related to registry helperPrajaktaPurohit2012-12-191-2/+0
* | be consistent with symbols for architectureLamont Granquist2012-12-191-4/+4
* | Moved the registry_helper to dsl instead of mixinPrajaktaPurohit2012-12-191-1/+0
* | Removing the resource validation from load_current_resource, it will be done ...PrajaktaPurohit2012-12-191-17/+1
* | Making the resource registry values check stricterPrajaktaPurohit2012-12-191-0/+2
* | moving registry_helper to dsl classLamont Granquist2012-12-194-5/+6
* | Registry key fixesPrajaktaPurohit2012-12-191-4/+5
* | add comment about registry instance useLamont Granquist2012-12-191-0/+2
* | adding registry helper for recipes+resourcesLamont Granquist2012-12-194-0/+62