summaryrefslogtreecommitdiff
path: root/lib/chef/formatters
Commit message (Expand)AuthorAgeFilesLines
* Spelling errorjbsmith862014-08-141-1/+1
* 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
* 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
* Make indentable print() function more intelligibleJohn Keiser2014-05-021-47/+58
* Move output stream to its own class fileJohn Keiser2014-05-012-144/+156
* 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-302-24/+28
* Add ability to stream (and indent) command outputJohn Keiser2014-04-302-37/+69
* Use indent and unindent instead of indent_by()John Keiser2014-04-291-14/+21
* Add indentation to pretty-print LWRPs with inline resourcesJohn Keiser2014-04-292-23/+93
* Merge branch 'handle-missing-error-messge' of github.com:bossmc/chef into bos...sersut2014-03-121-1/+1
|\
| * Handle sections without text parametersAndy Caldwell2013-11-071-1/+1
* | OC-2192: change error message to suggest namespace collision between nodes an...Lamont Granquist2014-01-171-1/+2
* | [CHEF-4784] Output formatter "doc" lacks information about handlersSteffen Gebert2013-12-201-0/+15
* | print total number of resources as wellRanjib Dey2013-12-051-2/+8
|/
* CHEF-4379: initialize @end_time to @start_timeBryan McLellan2013-11-061-0/+1
* compute elapsed time without altering public apiRanjib Dey2013-11-062-6/+15
* pass elapsed time along with node/exception in event hanldersRanjib Dey2013-11-062-8/+8
* Normalize whitespace on all filesSeth Vargo2013-09-266-15/+15
* Change error description sections elements to be hashes.tylercloke2013-07-081-4/+5
* Merge pull request #833 from opscode/handle-new-depsolver-errorsSerdar Sutay2013-06-191-3/+23
|\
| * Handle new 412 depsolver errors without any cookbook information.sersut2013-06-191-3/+23
* | [CHEF-972] created a ConditionalAction class to be used in resource#should_sk...Xabier de Zuazo2013-06-191-1/+1
|/
* [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-172-2/+3
* 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-3014-0/+1819