summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* change arity of create_key and spec fixingLamont Granquist2012-12-191-20/+20
* Setting up the resource and providersPrajaktaPurohit2012-12-193-22/+22
* update copyrightLamont Granquist2012-12-191-8/+3
* adding exceptions for missing recursive optionLamont Granquist2012-12-192-5/+3
* Tweaking create_key function to not create valuePrajaktaPurohit2012-12-191-5/+0
* Adding the registry provider and resourcePrajaktaPurohit2012-12-192-0/+254
* Creating the registry provider action_create methodPrajaktaPurohit2012-12-193-1/+34
* logs, exception messages and a little rearrangementLamont Granquist2012-12-191-90/+109
* fixes to architecture codeLamont Granquist2012-12-191-27/+10
* Making access permissions stricter and refactoringPrajaktaPurohit2012-12-191-21/+21
* Refactoring 32bit/64bit registry related codePrajaktaPurohit2012-12-191-28/+34
* Adding correct architecture check to registry helper and adding/fixing testsPrajaktaPurohit2012-12-191-56/+76
* Refactrong and Fixing codePrajaktaPurohit2012-12-191-58/+22
* Fine tuning behaviour of registry helperPrajaktaPurohit2012-12-191-73/+90
* Adding more exceptions that can be thrown by the registry helperPrajaktaPurohit2012-12-191-0/+2
* Adding exceptions that can be thrown by the registry helperPrajaktaPurohit2012-12-191-0/+6
* Introducing error handling and fixing bugsPrajaktaPurohit2012-12-191-483/+81
* Adding the registry helperPrajaktaPurohit2012-12-191-0/+714
* cleanup requires for lwrp base clasesdanielsdeleo2012-12-192-1/+3
* fix doc typodanielsdeleo2012-12-191-1/+1
* Extract LWRP resource code to LWRPBasedanielsdeleo2012-12-195-91/+130
* Extract provider LWRP code to LWRPBasedanielsdeleo2012-12-194-54/+79
* [CHEF-3689] no File::NOFOLLOW on windowsdanielsdeleo2012-12-191-1/+8
* [CHEF-3689] check for non-writable directory before client registrationdanielsdeleo2012-12-191-1/+1
* [CHEF-3689] Retry all 5xx when registeringdanielsdeleo2012-12-191-2/+11
* [CHEF-3689] use ApiClient::Registration to registerdanielsdeleo2012-12-181-1/+2
* [CHEF-3689] remove extra flags to Client#savedanielsdeleo2012-12-181-10/+4