summaryrefslogtreecommitdiff
path: root/lib/chef/http
Commit message (Expand)AuthorAgeFilesLines
* Remove unused monkeypatch on net/http.remove-net-http-monkeypatchPete Higgins2020-10-263-3/+3
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-152-2/+2
* merge all dist files back into dist.rbMarc Chamberland2020-09-152-2/+2
* tighten all require statements for dist implementationMarc Chamberland2020-09-152-2/+2
* move dist implementation into chef-utilsMarc Chamberland2020-09-152-4/+4
* use autoloading for many required gemsmwrock2020-09-086-8/+19
* Bump deps and resolve new Chefstyle warningsTim Smith2020-08-251-1/+1
* Fix protocol negotiation for unversioned objectsLamont Granquist2020-07-281-0/+2
* Bump the server api version to 2lcg/server-api-version-to-2Lamont Granquist2020-07-091-1/+1
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-112-2/+2
* Merge pull request #9833 from jaymzh/remote_file_sslTim Smith2020-05-271-0/+18
|\
| * Add ssl_verify option for remote_filePhil Dibowitz2020-05-181-0/+18
* | Get lib/ free of spelling violations.Pete Higgins2020-05-181-1/+1
|/
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-1317-17/+17
* Merge pull request #9387 from chef/lcg/unescapeLamont Granquist2020-02-211-3/+4
|\
| * add require for CGIlcg/unescapeLamont Granquist2020-02-201-1/+2
| * fix ruby 2.7 URI.unescape deprecationLamont Granquist2020-02-201-2/+2
* | Chefstyle fixes identified with Rubocop 0.80Tim Smith2020-02-181-1/+1
|/
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-1/+1
* Style/SymbolProcLamont Granquist2019-07-051-2/+2
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-1/+1
* Style/NegatedIfLamont Granquist2019-07-051-1/+1
* Style/EmptyMethodLamont Granquist2019-07-023-6/+3
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-026-0/+8
* fix Layout/AlignArgumentslcg/new-chefstyleLamont Granquist2019-07-021-1/+1
* distro constants for solo, zero and automateMarc Chamberland2019-05-231-1/+2
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-206-9/+9
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-082-2/+2
* Convert require to require_relativeLamont Granquist2019-05-0815-28/+28
* applying requested fixesMarc Chamberland2019-04-231-1/+1
* Replacing workmarks with distro constantsMarc Chamberland2019-04-191-2/+3
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-151-8/+8
* Fix duplicated query parametersLamont Granquist2018-07-131-1/+1
* Merge pull request #7452 from chef/yard_cleanupTim Smith2018-07-121-2/+2
|\
| * Add proper deprecated tags on methodsTim Smith2018-05-301-2/+2
* | fix Style/MutableConstantLamont Granquist2018-07-023-3/+3
* | fix Style/PreferredHashMethodsLamont Granquist2018-07-023-3/+3
* | fix Style/UnneededInterpolationLamont Granquist2018-07-022-2/+2
* | fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-1/+1
* | fix Style/HashSyntaxLamont Granquist2018-07-022-6/+6
* | Feed the Rubocop.Noah Kantrowitz2018-05-311-1/+1
* | Add support for signing requests using ssh-agent.Noah Kantrowitz2018-05-302-6/+11
|/
* mechanical conversion of most debug log statements to traceThom May2018-03-266-32/+32
* prepping for rubocop 0.52.1lcg/rubocop-0.52.1Lamont Granquist2018-01-173-6/+5
* Merge pull request #6131 from jamesbroadhead/add_HTTP_PATCHThom May2017-07-241-0/+3
|\
| * Add support for HTTP PATCH requestsJames Broadhead2017-05-081-0/+3
* | Have a sensible default for old chef serverstm/no_api_versionThom May2017-07-051-0/+2
|/
* RFC 67: Remove cookbook segmentsThom May2017-04-041-0/+1
* Retry API requests if using an unsupported versiontm/retryable_apiThom May2017-03-292-6/+18
* Allow the best API version to be queriedThom May2017-03-281-1/+2