summaryrefslogtreecommitdiff
path: root/spec/unit/provider/remote_file
Commit message (Expand)AuthorAgeFilesLines
* add specLamont Granquist2018-02-131-8/+6
* allow injecting tempfiles into Chef::HTTPlcg/chef-http-inject-tempfileLamont Granquist2017-12-191-19/+23
* Fix remote_file with UNC paths failingnodes_not_hereTim Smith2017-10-191-1/+1
* Fixing specsnimisha2017-09-052-4/+5
* Access remote_file resource source files as alternate user on Windowsadamedx2017-09-051-1/+6
* Correct SFTP remote_file testsAdam Ward2016-11-211-3/+3
* More Opscode -> Chef updatesTim Smith2016-10-201-1/+1
* Handling Errno::ETIMEDOUT (#5358)Nimisha Sharad2016-09-221-0/+1
* Stop using obsolete URI.escape; use Addressable::URI instead.John Keiser2016-08-221-2/+4
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-172-8/+8
* fixing rubocop violations, mostly string format, in the sftp provider and spe...John Kerry2016-03-251-3/+0
* Finishing off the sftp unit tests. Added some checks to the sftp provider to ...John Kerry2016-03-241-4/+107
* Adding base implementation and the start of unit test coverageJohn Kerry2016-03-231-1/+18
* Adding the provider and spec files for sftpJohn Kerry2016-03-231-0/+33
* Make handling of proxies more consistentNathan L Smith2016-03-171-3/+1
* Enable progress output to be configuredtm/remote_file_download_progressThom May2016-03-041-0/+21
* autofixing whitespace copsLamont Granquist2016-02-054-14/+10
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-024-4/+4
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-023-3/+3
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-027-7/+7
* Use double quotes by defaultThom May2016-01-147-13/+13
* autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* Update cache_control_data_ specs to use sha256 for path namejdm/remote-file-sha2Jay Mundrawala2015-09-281-36/+62
* Update specs for remote local file + spacesJay Mundrawala2015-05-211-6/+25
* Allow unc to have ip addressjdm/smbJay Mundrawala2015-05-071-4/+13
* Added NetworkFile to fetcher_specJay Mundrawala2015-05-061-1/+11
* Added spec for Chef::Provider::RemoteFile::NetworkFileJay Mundrawala2015-05-051-0/+45
* Update to RSpec 3.Claire McQuin2014-10-291-3/+3
* updating resources/providers unit tests to rpsec3Lamont Granquist2014-10-246-162/+162
* Trying to eradicate all traces of the JSON gem from Cheftyler-ball2014-10-071-1/+1
* we can still emit JSON::ParserErrors in compat modeLamont Granquist2014-06-231-1/+1
* [CHEF-5309] add unit test for remote_file's cache_control_dataStephan Renatus2014-05-171-0/+9
* Merge pull request #1358 from johntdyer/masterlamont-granquist2014-04-221-35/+58
|\
| * bogus push to try and get travisCI to behaveJohn Dyer2014-04-211-0/+1
| * CHEF-5116 - Fix two tests for remote_file net/http exceptionsJohn Dyer2014-04-211-36/+58
* | windows path fix for CHEF-4472Bastien JOVE2014-04-101-0/+23
|/
* s/mock\(/double(/gLamont Granquist2014-01-295-28/+28
* s/stub!/stub/gLamont Granquist2014-01-293-27/+27
* Update remote_file to expect nil return for 304 responsedanielsdeleo2013-10-231-19/+3
* Handle nil tempfile, ftp, http casesadamedx2013-10-171-1/+1
* CHEF-4625: Explicitly close temp files to prevent sharing violationsadamedx2013-10-171-1/+2
* Merge pull request #939 from opscode/adamed-11-stable-OC-9173-remote-file-pathAdam Edwards2013-10-171-0/+41
* Convert remote file to use simple httpdanielsdeleo2013-10-081-9/+9
* Reset configuration before each testJohn Keiser2013-09-161-6/+0
* Use Chef::Config.reset in tests instead of save/load configJohn Keiser2013-09-131-2/+3
* Ignore corrupt cache control data; re-download filedanielsdeleo2013-07-091-0/+9
* Remove unused class RemoteFile::Result.sersut2013-06-034-43/+16
* Merge pull request #795 from opscode/ss/binmode-fixesSerdar Sutay2013-05-311-1/+0
|\
| * Remove binmode property from file / remote_directory resources and always ope...sersut2013-05-301-1/+0
* | remove unused remote file util classdanielsdeleo2013-05-311-28/+0
|/