summaryrefslogtreecommitdiff
path: root/lib/chef/resource/remote_file.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove old way of being and depend on ProviderResolverJason Barnett2018-03-071-1/+0
* Fixed/added specs for LogonSession changesnimisha2018-01-241-0/+2
* Add descriptions and @since comments to all resourcesTim Smith2017-12-191-0/+2
* Using LOGON32_LOGON_NEW_CREDENTIALS instead of LOGON32_LOGON_NETWORKnimisha2017-09-051-8/+0
* Fixing review commentsnimisha2017-09-051-5/+1
* Alternate user local logon authenticationnimisha2017-09-051-22/+62
* Access remote_file resource source files as alternate user on Windowsadamedx2017-09-051-0/+32
* Merge pull request #4658 from chef/tm/remote_file_download_progress11.9Thom May2016-03-151-0/+9
|\
| * Enable progress output to be configuredtm/remote_file_download_progressThom May2016-03-041-10/+1
| * Merge branch 'remote-file-download-progress' of https://github.com/brandocorp...Thom May2016-03-031-0/+18
| |\
| | * new doc formatter event, remove progress barBrandon Raabe2015-03-201-0/+1
| | * add progress interval, add ProgressBar classBrandon Raabe2015-03-151-0/+9
| | * add show_progress attributeBrandon Raabe2015-03-151-0/+8
* | | chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
|/ /
* | flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-191-5/+5
* | deal with 0.37.2 renamed copsLamont Granquist2016-02-181-1/+1
* | autofixing whitespace copsLamont Granquist2016-02-051-8/+8
* | Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* | Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* | Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* | Use double quotes by defaultThom May2016-01-141-5/+5
* | autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-5/+5
* | Overwrite resource_name with providesJohn Keiser2015-06-081-2/+0
* | Add default_action and allowed_actions to Resource class, remove from LWRPJohn Keiser2015-06-011-1/+0
* | Add use_automatic_resource_nameJohn Keiser2015-06-011-1/+1
* | Make resource_name call providesJohn Keiser2015-06-011-1/+1
* | Move resource_name up to Resource, and figure out its value automaticallyJohn Keiser2015-06-011-1/+0
* | Allow spaces in files for remote_fileJay Mundrawala2015-05-211-1/+4
* | remote_file support for windows network sharesJay Mundrawala2015-05-051-1/+1
* | Removed after_created and added test to recipe_specNolan Davidson2015-03-271-4/+0
|/
* Ensure 'uri' is required where it's used.danielsdeleo2014-11-261-0/+1
* Chef-12 RC Provider ResolverLamont Granquist2014-10-241-1/+1
* [CHEF-5162] Move argument parsing for source to new methodSteven Danna2014-05-021-9/+21
* [CHEF-5162] Support DelayedEvaluator for remote_file's source attributeSteven Danna2014-05-021-6/+20
* 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
* CHEF-4042: add headers argument to remote_file (needs specs)Lamont Granquist2013-04-111-0/+9
* allow disabling using etags and last modified headersLamont Granquist2013-03-251-0/+18
* support etags and last modified times for remote_fileJesse Campbell2013-02-261-0/+27
* CHEF-3859: remote file resource fails ungracefully when no source isJesse Campbell2013-02-131-1/+1
* remote_file: CHEF-1031: FTP URLs; CHEF-3786: authenticated HTTP/SJesse Campbell2013-01-221-0/+9
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+81
* big refactor of the repo layout. move to a chef gem and a chef-server gem all...Ezra Zygmuntowicz2008-10-081-41/+0
* Adding remote_file and remote_directory supportAdam Jacob2008-08-161-0/+41