summaryrefslogtreecommitdiff
path: root/lib/chef/provider
Commit message (Expand)AuthorAgeFilesLines
* correctly display source name in converge descriptionJesse Campbell2013-02-051-1/+1
* add new testsJesse Campbell2013-02-051-56/+50
* Fix remote_file namespacingJesse Campbell2013-02-052-2/+2
* pull ftp functionality out of remote_file.rb, move to remote_file/ftp.rbJesse Campbell2013-02-052-58/+101
* Merge branch 'master' into rest_client_11Jesse Campbell2013-02-051-0/+28
|\
| * Merge pull request #597 from opscode/chef-3467-11Adam Edwards2013-01-241-0/+28
| |\
| | * CHEF-3467: Cookbook file resource permissions not inherited from parent on Wi...adamedx2013-01-181-0/+28
* | | add attribution for ftp methodsJesse Campbell2013-01-221-0/+1
* | | remote_file: CHEF-1031: FTP URLs; CHEF-3786: authenticated HTTP/SJesse Campbell2013-01-221-32/+55
|/ /
* | Merge branch '10-stable' into integrate-chef-10-18-0danielsdeleo2013-01-174-2/+63
|\ \ | |/ |/|
* | [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-3681] add inline compilation option for LWRPdanielsdeleo2012-12-271-0/+74
* | fixing action_create idempotency issueLamont Granquist2012-12-191-2/+11
* | removing check for bad typesLamont Granquist2012-12-191-8/+0
* | Using Chef::Platform to check for windows platformPrajaktaPurohit2012-12-191-1/+1
* | Correcting the author and copyright informationPrajaktaPurohit2012-12-191-4/+1
* | Removing the resource validation from load_current_resource, it will be done ...PrajaktaPurohit2012-12-191-17/+1
* | Registry key fixesPrajaktaPurohit2012-12-191-4/+5
* | Adding reporting spec tests and some minor fixesPrajaktaPurohit2012-12-191-1/+0
* | adding check for running on non-windowsLamont Granquist2012-12-191-0/+7
* | Adding whyrun support to the registry providerPrajaktaPurohit2012-12-191-21/+56
* | 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
* | Changing provider calls as per registry helper changesPrajaktaPurohit2012-12-191-1/+1
* | Fixing load_Current_ResourcePrajaktaPurohit2012-12-191-2/+9
* | Setting up the resource and providersPrajaktaPurohit2012-12-191-7/+7
* | Adding the registry provider and resourcePrajaktaPurohit2012-12-191-0/+180
* | Extract LWRP resource code to LWRPBasedanielsdeleo2012-12-191-1/+2
* | Extract provider LWRP code to LWRPBasedanielsdeleo2012-12-191-0/+75
* | explicitly include EnforceOwnershipAndPermissions where it's useddanielsdeleo2012-12-187-1/+15
* | [CHEF-3249] Extend the 'source' option to also apply to templates from the co...Andrea Campi2012-12-141-2/+4
* | [CHEF-3249] Replace ternary operators with more explicit conditionals; split ...Andrea Campi2012-12-141-3/+19
* | [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-142-10/+49
* | [CHEF-3249] Basic implementation of partials in templates.Andrea Campi2012-12-141-0/+4
* | 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] All providers have whyrun enabled by default due to RemoteDirectoryXabier de Zuazo2012-12-131-4/+3
* | [CHEF-3643] ensure Chef::REST can be required without loading ChefSeth Chisamore2012-11-302-2/+0
* | Merge branch '10-stable'Bryan McLellan2012-11-201-1/+1
|\ \ | |/
* | [CHEF-3604] why run assertions should pass on custom service commandsSeth Chisamore2012-11-132-1/+8
* | [CHEF-3603] add init_command attribute to service resourceSeth Chisamore2012-11-134-11/+21
* | Fixed CHEF-3564 so that remote_directorytylercloke2012-11-051-14/+10
* | Hack out immediate converge actions to prove conceptdanielsdeleo2012-11-051-6/+0
* | Fix syntax and force_encoding for 1.8danielsdeleo2012-10-311-1/+1
* | [OC-3553] convert http_request provider to non-deprecated APIsdanielsdeleo2012-10-311-41/+24