summaryrefslogtreecommitdiff
path: root/lib/chef/http/json_output.rb
Commit message (Expand)AuthorAgeFilesLines
* Combine attr_readers onto a single lineattrsTim Smith2020-07-261-2/+1
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-1/+1
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Chefstyle fixes identified with Rubocop 0.80Tim Smith2020-02-181-1/+1
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* Convert require to require_relativeLamont Granquist2019-05-081-2/+2
* mechanical conversion of most debug log statements to traceThom May2018-03-261-2/+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
* autofixing whitespace copsLamont Granquist2016-02-051-2/+2
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-2/+2
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Use double quotes by defaultThom May2016-01-141-4/+4
* response.body may be nilLamont Granquist2014-08-221-2/+7
* remove some uses of from_jsonLamont Granquist2014-08-121-1/+1
* validate streaming file sizeClaire McQuin2014-01-231-0/+4
* Change content type warning to debugdanielsdeleo2013-10-251-1/+1
* Use new Chef::ServerAPI API class in upload/download/diffJohn Keiser2013-10-091-0/+69