summaryrefslogtreecommitdiff
path: root/lib/chef/formatters/error_inspectors
Commit message (Expand)AuthorAgeFilesLines
* changes for rubocop engine upgrades.lcg/rubocop-upgradesLamont Granquist2019-01-155-36/+36
* change HTTPServerException to HTTPClientException for ruby 2.6Lamont Granquist2019-01-035-5/+5
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* fix Style/UnneededInterpolationLamont Granquist2018-07-021-1/+1
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-2/+2
* clean up whitespace againLamont Granquist2018-07-024-15/+15
* fix Layout/IndentHeredocLamont Granquist2018-07-025-141/+141
* mechanical conversion of most debug log statements to traceThom May2018-03-261-3/+3
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-5/+4
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* autofixing whitespace copsLamont Granquist2016-02-058-65/+59
* auto-fixing some easy copschefstyle/fixesLamont Granquist2016-02-033-6/+6
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-027-9/+9
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-022-2/+2
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-027-7/+7
* explicit specs for EOFErrorslcg/better-eof-errorsLamont Granquist2016-01-261-3/+3
* adds EOFError message to handlersLamont Granquist2016-01-196-7/+51
* Use double quotes by defaultThom May2016-01-148-9/+9
* Capitalize sentencesTim Smith2015-10-181-2/+2
* Further revision for compile errors due to frozenMartin Smith2015-08-211-5/+25
* Add additional helpful section for frozen objectsMartin Smith2015-08-061-0/+16
* Backwards compatible support for OSC 11 in knife user commands.tylercloke2015-06-051-4/+4
* Added versioned Chef Object API support code and repaired Chef::User.create.tylercloke2015-06-051-6/+9
* Show cookbook trace when available regardless of exception typedanielsdeleo2015-05-201-9/+21
* Refactor inline regexes into method callsjdm/3055Jay Mundrawala2015-05-131-1/+11
* Escape string inside regexJay Mundrawala2015-05-081-1/+1
* Nice error handling for unsupported API version in formatters/*.rb.tylercloke2015-05-046-0/+29
* Spelling errorjbsmith862014-08-141-1/+1
* clean up unnecessary sensitive attribute from failure inspectorSergey Sergeev2014-06-101-1/+0
* PR #1428 review fixesSergey Sergeev2014-06-101-1/+1
* CHEF-5098 fix sensitive data output on failureSergey Sergeev2014-06-101-1/+2
* Refactor rescue behavior.Claire McQuin2014-05-141-14/+18
* Catch format error for 504 Gateway Time-out.Claire McQuin2014-05-132-4/+15
* OC-2192: change error message to suggest namespace collision between nodes an...Lamont Granquist2014-01-171-1/+2
* Normalize whitespace on all filesSeth Vargo2013-09-265-10/+10
* Handle new 412 depsolver errors without any cookbook information.sersut2013-06-191-3/+23
* [CHEF-2682] add test case for InvalidRedirect exceptionLoic ANTOINE-GOMBEAUD2013-03-061-1/+1
* [CHEF-2682] raise exception on non-GET/HEAD redirectsLoic ANTOINE-GOMBEAUD2013-03-061-0/+4
* Fix typo: privilage -> privilegesersut2013-01-221-2/+2
* Include windows admin privilege check in chef-solo as well.sersut2013-01-221-1/+1
* Actual logic for doing administrator privilege check for windows.sersut2013-01-221-1/+1
* Introducing windows_admin_check and config option to make it fatal.sersut2013-01-221-0/+8
* Merge branch '10-stable' into integrate-chef-10-18-0danielsdeleo2013-01-171-0/+1
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-308-0/+931