summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAgeFilesLines
* 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
* [CHEF-3689] remove REST#register (see ApiClient::Registration)danielsdeleo2012-12-181-37/+0
* [CHEF-3689] Extract registration to a classdanielsdeleo2012-12-182-5/+110
* [CHEF-3689] refactor REST API client instantiationdanielsdeleo2012-12-181-12/+24
* explicitly include EnforceOwnershipAndPermissions where it's useddanielsdeleo2012-12-188-2/+15
* Document what Node#run_list is fordanielsdeleo2012-12-141-0/+6
* [CHEF-3249] Extend the 'source' option to also apply to templates from the co...Andrea Campi2012-12-141-2/+4
* [CHEF-3249] Add documentation on rendering partials.Andrea Campi2012-12-141-0/+23
* [CHEF-3249] Replace ternary operators with more explicit conditionals; split ...Andrea Campi2012-12-141-3/+19
* [CHEF-3249] Fix nested partials; add a test for that.Andrea Campi2012-12-141-1/+2
* [CHEF-3249] Accept an optional 'source' option to override the actual path to...Andrea Campi2012-12-141-1/+3
* [CHEF-3249] Refactor template name resolution out to a separate class for DRY...Andrea Campi2012-12-143-14/+53
* [CHEF-3249] Basic implementation of partials in templates.Andrea Campi2012-12-142-0/+20
* CHEF-2627: Return non-zero exit code when any ssh command failsMatthew Horan & Ryan Ong2012-12-141-1/+1
* CHEF-2627: Exit with non-zero exit code when ssh command failsMatthew Horan & Ryan Ong2012-12-141-2/+6
* CHEF-3660: rename files that didn't play nice with git rebasesdelano2012-12-131-0/+65
* CHEF-3660: Add FileUtils::Entry_ monkey patchsdelano2012-12-131-0/+1
* CHEF-3660: use FileUtils.cp_r to copy directories in deploy_providersdelano2012-12-131-1/+1
* [CHEF-3632] removed duplicated provider#whyrun_supported? methodXabier de Zuazo2012-12-131-4/+0
* [CHEF-3632] All providers have whyrun enabled by default due to RemoteDirectoryXabier de Zuazo2012-12-131-4/+3
* CHEF-3688 remove stale attribute read protectionAdam Jacob2012-12-122-224/+11
* [CHEF-3662] ApiClient includes private key in JSON if presentdanielsdeleo2012-12-121-3/+4
* [CHEF-3662] knife client reregister uses ApiClient#reregisterdanielsdeleo2012-12-122-4/+10
* [CHEF-3662] ApiClient can set a private key from JSONdanielsdeleo2012-12-121-0/+1
* [CHEF-3680] don't invalidate computed attributes on dupdanielsdeleo2012-12-112-1/+11
* [CHEF-3680] Specify file and line for evaldanielsdeleo2012-12-112-6/+6
* [CHEF-3662] ApiClient can reregister itselfdanielsdeleo2012-12-061-1/+17
* Fixes CHEF-3639: 'knife index rebuild' no longer works with Chef Server 11Christopher Maier2012-12-051-50/+31
|\
| * Further cleanup of #nagChristopher Maier2012-12-041-1/+2