summaryrefslogtreecommitdiff
path: root/spec/unit/provider/remote_file
Commit message (Expand)AuthorAgeFilesLines
* 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
|/
* sanitize passwords in URLs when caching metadatadanielsdeleo2013-05-241-0/+22
* remove non-functional conditional fetch from local filedanielsdeleo2013-05-241-75/+13
* remove mock/stubs of value objects. mv setup to contextsdanielsdeleo2013-05-241-33/+49
* refactor local file specs to use let blocksdanielsdeleo2013-05-241-48/+42
* remove conditional get from FTPdanielsdeleo2013-05-241-25/+23
* remove obsolete conditional fetch codedanielsdeleo2013-05-241-3/+41
* use method delegation to expose testable behaviordanielsdeleo2013-05-241-5/+5
* replace mock resources with real onesdanielsdeleo2013-05-241-7/+15
* refactor remote file ftp specs to use let blocksdanielsdeleo2013-05-241-67/+94
* remove etag/mtime responsibilites from content classdanielsdeleo2013-05-231-38/+13
* ensure HTTP backend sets cksum on cache control datadanielsdeleo2013-05-231-1/+13
* extract cache control data class to its own filedanielsdeleo2013-05-232-119/+139
* Enable conditional GET by defaultdanielsdeleo2013-05-231-0/+6
* move cache control data management out of providerdanielsdeleo2013-05-231-113/+112
* Implement cache control data storagedanielsdeleo2013-05-231-13/+91
* remove provider loading of cache control datadanielsdeleo2013-05-231-89/+47
* Add cache control data to remote file HTTP backenddanielsdeleo2013-05-231-0/+120