summaryrefslogtreecommitdiff
path: root/lib/chef/http
Commit message (Expand)AuthorAgeFilesLines
* 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
* protect against nil response bodylcg/debug-log-bad-json-payloadLamont Granquist2017-03-021-1/+3
* truncate long response bodies in debug outputLamont Granquist2017-03-021-1/+1
* add debug long for non-JSON responseLamont Granquist2017-03-021-1/+2
* Beginning of automatic API version detectionThom May2017-02-141-0/+50
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-2/+2
* Style/NumericPredicate comparison stylelcg/numericpredicateLamont Granquist2016-12-211-2/+2
* fix Style/NilComparisonLamont Granquist2016-12-061-1/+1
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-2/+2
* auotfixing Style/SpaceAfterSemicolon copLamont Granquist2016-08-161-1/+1
* specs and lazying net-http client buildingLamont Granquist2016-08-111-1/+4
* make keepalives entirely optionalLamont Granquist2016-08-091-1/+7
* use Net::HTTP.startLamont Granquist2016-08-091-1/+1
* update to latest chefstyle - fix casecmptm/fix_casecmpThom May2016-04-201-2/+2
* Update config specSalim Alam2016-03-211-0/+1
* Override no_proxy with internal matcherSalim Alam2016-03-211-1/+6
* - Restore previous behavior where we use the user/pass from the URI, if present.nls/proxy-cleanupChris Doherty2016-03-171-3/+11
* Make handling of proxies more consistentNathan L Smith2016-03-171-39/+5
* Merge pull request #4707 from chef/lcg/useless-assignmentLamont Granquist2016-03-151-1/+0
|\
| * fix some UselessAssignment caseslcg/useless-assignmentLamont Granquist2016-03-141-1/+0