summaryrefslogtreecommitdiff
path: root/lib/chef/provider/remote_file
Commit message (Expand)AuthorAgeFilesLines
* fix Style/HashSyntaxLamont Granquist2018-07-021-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-265-10/+12
* RemoteFile: unlink tempfile when using cache control shows unchangedlcg/remote_file_cleanup_tempfilesLamont Granquist2018-02-021-3/+8
* Fixed/added specs for LogonSession changesnimisha2018-01-241-1/+1
* Brought back Chef::Win32::Security functional test for running as a non admin...nimisha2018-01-241-1/+1
* allow injecting tempfiles into Chef::HTTPlcg/chef-http-inject-tempfileLamont Granquist2017-12-191-2/+3
* Fixing specsnimisha2017-09-051-1/+1
* Added define_resource_requirement and some other validationsnimisha2017-09-051-0/+3
* Alternate user local logon authenticationnimisha2017-09-051-5/+1
* Access remote_file resource source files as alternate user on Windowsadamedx2017-09-051-5/+22
* Handling Errno::ETIMEDOUT (#5358)Nimisha Sharad2016-09-221-1/+1
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-172-4/+4
* removing a superflous assignment in the sftp providerJohn Kerry2016-04-051-2/+0
* removing an unnecessary comment with an incorrect referenceJohn Kerry2016-04-051-1/+0
* updating copyright infoJohn Kerry2016-04-051-2/+2
* removing zombied references and migrating validation logic directly into the ...John Kerry2016-04-051-23/+13
* fixing rubocop violations, mostly string format, in the sftp provider and spe...John Kerry2016-03-251-10/+10
* Finishing off the sftp unit tests. Added some checks to the sftp provider to ...John Kerry2016-03-242-15/+26
* Adding base implementation and the start of unit test coverageJohn Kerry2016-03-232-0/+77
* Adding the provider and spec files for sftpJohn Kerry2016-03-231-0/+32
* - Restore previous behavior where we use the user/pass from the URI, if present.nls/proxy-cleanupChris Doherty2016-03-171-1/+1
* Make handling of proxies more consistentNathan L Smith2016-03-171-12/+1
* Merge pull request #4658 from chef/tm/remote_file_download_progress11.9Thom May2016-03-151-1/+19
|\
| * Enable progress output to be configuredtm/remote_file_download_progressThom May2016-03-041-2/+6
| * Merge branch 'remote-file-download-progress' of https://github.com/brandocorp...Thom May2016-03-031-1/+15
| |\
| | * new doc formatter event, remove progress barBrandon Raabe2015-03-201-5/+11
| | * pass resource as an option to allow access to resource eventsBrandon Raabe2015-03-181-2/+1
| | * add progress interval, add ProgressBar classBrandon Raabe2015-03-151-0/+1
| | * add value of show_progress to the http_client_optsBrandon Raabe2015-03-151-0/+8
* | | chefstyle Style/AndOr fixesLamont Granquist2016-03-143-4/+4
|/ /
* | autofixing whitespace copsLamont Granquist2016-02-053-4/+3
* | Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-024-5/+5
* | Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-022-2/+2
* | Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-027-8/+8
* | Use double quotes by defaultThom May2016-01-146-32/+32
* | really fix copslcg/really-fix-copsLamont Granquist2016-01-121-5/+5
* | chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* | Merge pull request #3991 from chef/jdm/remote-file-sha2Thom May2015-11-121-4/+37
|\ \
| * | Modify remote_file cache_control_data to use sha256 for its nameJay Mundrawala2015-09-281-4/+37
* | | Capitalize sentencesTim Smith2015-10-181-1/+1
|/ /
* | Update specs for remote local file + spacesJay Mundrawala2015-05-211-3/+5
* | Allow spaces in files for remote_fileJay Mundrawala2015-05-212-5/+12
* | Allow unc to have ip addressjdm/smbJay Mundrawala2015-05-071-1/+1
* | remote_file support for windows network sharesJay Mundrawala2015-05-053-9/+75
|/
* remove some uses of from_jsonLamont Granquist2014-08-121-1/+1
* remove JSON gem usageLamont Granquist2014-08-111-1/+1
* fixing trailing blank lines as wellLamont Granquist2014-07-292-3/+0
* fixing all the extra blank linesLamont Granquist2014-07-292-2/+0
* remove rest-client gemLamont Granquist2014-07-171-1/+0
* we can still emit JSON::ParserErrors in compat modeLamont Granquist2014-06-231-1/+1