summaryrefslogtreecommitdiff
path: root/lib/chef/http
Commit message (Expand)AuthorAgeFilesLines
* 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
* | manual fixing for raise unlessLamont Granquist2016-03-141-1/+2
* | chefstyle Style/AndOr fixesLamont Granquist2016-03-142-2/+2
|/
* s/escape_glob/escape_glob_dir/lcg/fix-escape-globLamont Granquist2016-03-101-1/+1
* Merge pull request #4617 from chef/lcg/chefstyle-perfLamont Granquist2016-03-044-5/+6
|\
| * add some @yield docsLamont Granquist2016-03-041-0/+1
| * remove unused block argumentslcg/chefstyle-perfLamont Granquist2016-02-231-1/+1
| * Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-234-4/+4
* | Split the negative check to its own log message.Noah Kantrowitz2016-02-291-1/+6
* | Handle negative content length headers too.Noah Kantrowitz2016-02-291-1/+1
|/
* convert MultilineOperationIndentation style to "indented"Lamont Granquist2016-02-121-1/+1
* pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-121-1/+1
* auto fixing some rubocopsLamont Granquist2016-02-093-5/+5
* autofixing whitespace copsLamont Granquist2016-02-0512-40/+36
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-0213-35/+35
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-0211-11/+11
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0216-17/+17
* Pass headers to mixlib-authenticationJay Mundrawala2016-01-251-4/+9
* Autofixing Style/PercentLiteralDelimeterslcg/percentliteraldelimetersLamont Granquist2016-01-181-1/+1
* Use double quotes by defaultThom May2016-01-1416-111/+111
* really fix copslcg/really-fix-copsLamont Granquist2016-01-121-14/+14
* chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* Convert all uses of Chef::REST to Chef::ServerAPItm/no_more_restThom May2016-01-112-0/+61
* Capitalize sentencesTim Smith2015-10-181-2/+2
* Update the URL in user agent string12.5.0.current.0danielsdeleo2015-07-161-1/+1
* Use version 1 as the default API version if not specified.tylercloke2015-06-051-1/+1