summaryrefslogtreecommitdiff
path: root/lib/chef/formatters
Commit message (Expand)AuthorAgeFilesLines
* chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-264-5/+9
* WIP: Remove audit mode from chef-clientTim Smith2019-03-111-46/+2
* Extract Action Collection from Data CollectorLamont Granquist2019-03-112-2/+2
* Misc YARD updates for knifeTim Smith2019-01-251-1/+13
* 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-022-2/+2
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-022-4/+4
* clean up whitespace againLamont Granquist2018-07-024-15/+15
* fix Layout/IndentHeredocLamont Granquist2018-07-025-141/+141
* fix Style/HashSyntaxLamont Granquist2018-07-022-9/+9
* Simplify the deprecations system a bit, and introduce ways to silence depreca...Noah Kantrowitz2018-06-142-18/+13
* Feed the Rubocop.Noah Kantrowitz2018-04-261-1/+1
* Allow specifying `ignore_failure :quiet` to disable the error spew.Noah Kantrowitz2018-04-261-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-261-3/+3
* Chefstyle fixes.Noah Kantrowitz2017-04-031-4/+3
* Expand the system info displayed on error to give us some more data to work w...Noah Kantrowitz2017-03-311-1/+19
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-132-11/+10
* fix Style/DefWithParenthesesLamont Granquist2016-12-061-1/+1
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-162-5/+24
* Hook up the recipe_file_loaded event which was defined but not actually called.Noah Kantrowitz2016-09-021-2/+2
* autofixing Style/MultilineIfThen copLamont Granquist2016-08-161-2/+2
* Log platform in pretty error outputcd/log-platformJordan Running2016-03-182-1/+3
* Merge pull request #4658 from chef/tm/remote_file_download_progress11.9Thom May2016-03-151-0/+16
|\
| * Enable progress output to be configuredtm/remote_file_download_progressThom May2016-03-041-2/+2
| * Merge branch 'remote-file-download-progress' of https://github.com/brandocorp...Thom May2016-03-031-0/+16
| |\
| | * new doc formatter event, remove progress barBrandon Raabe2015-03-201-0/+16
* | | manual fixing for raise unlessLamont Granquist2016-03-141-2/+2
* | | chefstyle Style/AndOr fixesLamont Granquist2016-03-143-4/+4
* | | add comments and cleanupLamont Granquist2016-02-091-0/+1
* | | get the formatting for cookbook gems correctLamont Granquist2016-02-091-0/+25
|/ /
* | autofixing whitespace copsLamont Granquist2016-02-0512-77/+66
* | 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-0210-12/+12
* | Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-025-5/+5
* | Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-0210-10/+10
* | Merge pull request #4434 from chef/lcg/better-eof-errorsLamont Granquist2016-01-276-7/+51
|\ \
| * | explicit specs for EOFErrorslcg/better-eof-errorsLamont Granquist2016-01-261-3/+3
| * | adds EOFError message to handlersLamont Granquist2016-01-196-7/+51
* | | Rename openssl-fips to fips and add messagesJay Mundrawala2016-01-252-4/+4
* | | Add fips mode line to Starting chef client runJay Mundrawala2016-01-252-2/+4
|/ /
* | Use double quotes by defaultThom May2016-01-1414-31/+31
* | autocorrecting Style/TrailingCommalcg/trailing_commaLamont Granquist2016-01-131-1/+1
* | chefstyle: fix Lint/StringConversionInInterpolationLamont Granquist2016-01-121-1/+1
* | Implement code review comments and fix failing testsThom May2015-11-091-0/+7
* | Implement live streaming for execute resourcesAdam Jacob2015-11-091-0/+5
* | Capitalize sentencesTim Smith2015-10-181-2/+2
* | I think this was a bad search-and-replace, causes an infinite loop.Noah Kantrowitz2015-09-251-1/+1
* | Find the spot the user called and use that as the deprecation locationJohn Keiser2015-09-251-1/+1