summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* [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
* Adding reporting spec tests and some minor fixesPrajaktaPurohit2012-12-191-1/+0
* unit tests for regkey resourceLamont Granquist2012-12-191-5/+19
* fixes to regkey resourceLamont Granquist2012-12-191-6/+4
* missing exception class from prior commitLamont Granquist2012-12-191-1/+2
* adding check for running on non-windowsLamont Granquist2012-12-191-0/+7
* actually remove some actual commentsLamont Granquist2012-12-191-3/+2
* make default action :createLamont Granquist2012-12-191-1/+1
* Adding whyrun support to the registry providerPrajaktaPurohit2012-12-193-38/+90
* API fixes after reviewLamont Granquist2012-12-191-36/+48
* Adding new exceptionsPrajaktaPurohit2012-12-191-1/+1
* more specs and fixes from failing specsLamont Granquist2012-12-192-1/+11
* Implementing create_if_missing, delete and delete_key actions in the registry...PrajaktaPurohit2012-12-191-76/+25
* Fixing action create provider implementationPrajaktaPurohit2012-12-191-9/+5
* Making some private functions publicPrajaktaPurohit2012-12-191-29/+29
* 32-bit/64-bit tests, and bugfixes that were uncoveredLamont Granquist2012-12-191-6/+6
* Changing provider calls as per registry helper changesPrajaktaPurohit2012-12-191-1/+1
* add 32/64 hooks for missed access pointsLamont Granquist2012-12-191-2/+3
* Fixing load_Current_ResourcePrajaktaPurohit2012-12-191-2/+9
* moving value_exists? out of privateLamont Granquist2012-12-191-9/+9