summaryrefslogtreecommitdiff
path: root/lib/chef/provider/remote_file
Commit message (Expand)AuthorAgeFilesLines
* Add http_options property to remote_filelcg/remote-file-http-optionsLamont Granquist2021-09-221-1/+1
* use autoloading for many required gemsmwrock2020-09-083-8/+15
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-1/+1
* Update to ssl_verify_mode on remote_filePhil Dibowitz2020-05-271-6/+1
* Fix incorrect ruby in the ssl_verify_mode checkTim Smith2020-05-271-2/+2
* Chefstyle updatesTim Smith2020-05-271-1/+1
* Add ssl_verify option for remote_filePhil Dibowitz2020-05-181-0/+8
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-133-3/+3
* add require for CGIlcg/unescapeLamont Granquist2020-02-203-0/+3
* fix ruby 2.7 URI.unescape deprecationLamont Granquist2020-02-203-5/+5
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-082-3/+3
* Style/RegexpLiteralLamont Granquist2019-07-052-2/+2
* Style/NegatedIfLamont Granquist2019-07-051-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-206-11/+11
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-085-5/+5
* Convert require to require_relativeLamont Granquist2019-05-087-17/+17
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-031-1/+1
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-2/+2
* 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