summaryrefslogtreecommitdiff
path: root/lib/chef/resource
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'CHEF-4248'Bryan McLellan2013-09-172-0/+21
|\
| * Add spec for new timeout attribute on deploy resourceJack Foy2013-07-191-1/+1
| * Update the deploy resource to meet extended scm interfaceJack Foy2013-07-191-0/+13
| * Add timeout attribute to scm resourceJack Foy2013-07-191-0/+8
* | fix bff_package resource constructor.kaustubh-d2013-08-191-2/+2
* | Changed class name for BFF resource to BffPackagedeepalijagtap2013-08-191-3/+3
* | Added Resource for AIX Package (BFF)deepalijagtap2013-08-191-0/+36
* | Fixed broken Solaris package code and added the unit tests.Prabhu Das2013-08-191-7/+8
|/
* Use symlink source when inspecting current permissionsdanielsdeleo2013-07-021-0/+2
* Allow file resources to manage files via symlinkdanielsdeleo2013-06-261-0/+9
* OC-8337: Architecture functional test coverageadamedx2013-06-251-2/+2
* OC-8337: Add architecture functional test coverage, fix resource name collisionadamedx2013-06-251-0/+0
* [CHEF-972] removed the #self.not_if method and the private constructor from C...Xabier de Zuazo2013-06-191-11/+1
* [CHEF-972] replaced the CondidionalAction class by a ConditionalActionNothing...Xabier de Zuazo2013-06-192-83/+58
* [CHEF-972] created a ConditionalAction class to be used in resource#should_sk...Xabier de Zuazo2013-06-192-0/+87
* Changed the attribute namesMukta A2013-06-111-10/+10
* Support username, password, domain for mounting windows drivesMukta A2013-06-111-2/+29
* Make sure file_class doesn't raise an exception when links are not supported ...sersut2013-06-041-0/+17
* Convert file_resource.atomic_update property values to boolean.sersut2013-06-031-1/+1
* Merge branch 'master' into file-refactorsersut2013-05-311-1/+1
|\
| * [CHEF-3332] Fixed: The route resource provider will always delete config file...Xabier de Zuazo2013-05-241-1/+1
* | Remove binmode property from file / remote_directory resources and always ope...sersut2013-05-302-18/+0
* | Document template helper definition inline.danielsdeleo2013-05-291-0/+78
* | Move helper module compilation inside template resourcedanielsdeleo2013-05-291-5/+50
* | Add helper method/module support to template resourcedanielsdeleo2013-05-291-0/+22
* | Enable conditional GET by defaultdanielsdeleo2013-05-231-8/+9
* | move cache control data management out of providerdanielsdeleo2013-05-231-28/+0
* | Add cache control data to remote file HTTP backenddanielsdeleo2013-05-231-2/+12
* | Rename file config parameters to be file_atomic_update & file_staging_uses_de...sersut2013-05-201-3/+3
* | Remove file_force_unlink from config.sersut2013-05-161-1/+1
* | Fix nitpick comments and code typos.sersut2013-05-151-4/+4
* | Merge branch 'master' into file-refactorsersut2013-05-142-3/+8
|\ \ | |/
| * [CHEF-4157] split Platform to prune dep graphdanielsdeleo2013-05-031-1/+1
| * [CHEF-4123] fix const_defined arity mismatch on ruby 1.8danielsdeleo2013-04-241-1/+1
| * [CHEF-4117] fix resource attempting to remove constants it doesn't havedanielsdeleo2013-04-231-1/+1
| * [CHEF-3432] fix leak of LWRP resource classesdanielsdeleo2013-04-181-2/+7
| * Revert "Merge branch 'CHEF-1031'"Bryan McLellan2013-03-011-10/+1
* | explict handling of replacing non-files by file resourcesLamont Granquist2013-04-231-0/+9
* | use deploy_with :copy or :move as external API in resourcesLamont Granquist2013-04-181-9/+5
* | CHEF-4042: add headers argument to remote_file (needs specs)Lamont Granquist2013-04-111-0/+9
* | move the deploy switching stuff out of the resource andLamont Granquist2013-04-091-7/+0
* | add files_binmode to control binmode in generated cookbook_fileLamont Granquist2013-04-081-0/+9
* | tempfiles: moar composition and binmode for windowsLamont Granquist2013-04-081-0/+9
* | allow disabling using etags and last modified headersLamont Granquist2013-03-251-0/+18
* | refactoring of file providersLamont Granquist2013-03-151-1/+20
* | Merge branch 'master' into rest_clientJesse Campbell2013-03-013-0/+124
|\ \ | |/
| * Merge branch 'CHEF-1031'Bryan McLellan2013-02-271-1/+10
| |\
| | * CHEF-3859: remote file resource fails ungracefully when no source isJesse Campbell2013-02-261-1/+1
| | * remote_file: CHEF-1031: FTP URLs; CHEF-3786: authenticated HTTP/SJesse Campbell2013-02-261-0/+9
| * | Remove non-trailing optional parameter to fix Ruby 1.8 and general maintainab...adamedx2013-02-261-1/+1
| |/