summaryrefslogtreecommitdiff
path: root/lib/chef/formatters/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-051-1/+1
* Style/ClassCheckLamont Granquist2019-07-051-1/+1
* Style/EmptyMethodLamont Granquist2019-07-021-2/+1
* Convert require to require_relativeLamont Granquist2019-05-081-5/+5
* fix Layout/LeadingCommentSpaceLamont Granquist2018-07-021-2/+2
* Simplify the deprecations system a bit, and introduce ways to silence depreca...Noah Kantrowitz2018-06-141-8/+7
* 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
* Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-1/+11
* Hook up the recipe_file_loaded event which was defined but not actually called.Noah Kantrowitz2016-09-021-2/+2
* Log platform in pretty error outputcd/log-platformJordan Running2016-03-181-1/+1
* manual fixing for raise unlessLamont Granquist2016-03-141-2/+2
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-2/+2
* autofixing whitespace copsLamont Granquist2016-02-051-2/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* 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-5/+5
* Implement code review comments and fix failing testsThom May2015-11-091-0/+7
* 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
* Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-0/+3
* add note on why commented line is commentedLamont Granquist2014-07-311-0/+2
* Prevent indentation from being set to negative numbersLamont Granquist2014-07-311-0/+5
* Move output stream to its own class fileJohn Keiser2014-05-011-144/+2
* Print prefix to distinguish separate streams of outputJohn Keiser2014-04-301-6/+26
* Synchronize so that simultaneous prints do notJohn Keiser2014-04-301-22/+27
* Refactor for simplicity, make the resource a streamJohn Keiser2014-04-301-20/+24
* Add ability to stream (and indent) command outputJohn Keiser2014-04-301-37/+65
* Add indentation to pretty-print LWRPs with inline resourcesJohn Keiser2014-04-291-1/+57
* Change default output to formatters when in consoledanielsdeleo2012-11-201-1/+4
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+247