summaryrefslogtreecommitdiff
path: root/lib/chef/formatters/doc.rb
Commit message (Collapse)AuthorAgeFilesLines
* Rename openssl-fips to fips and add messagesJay Mundrawala2016-01-251-2/+2
|
* Add fips mode line to Starting chef client runJay Mundrawala2016-01-251-1/+2
|
* Use double quotes by defaultThom May2016-01-141-3/+3
| | | | | | | This is an entirely mechanically generated (chefstyle -a) change, to go along with chef/chefstyle#5 . We should pick something and use it consistently, and my opinion is that double quotes are the appropriate thing.
* Remove Timecop dependencyJoel Handwell2015-09-021-1/+1
|
* Keep elapsed_time and add pretty_elapsed_timeJoel Handwell2015-09-021-3/+7
|
* Add unit tests for elapsed_timeJoel Handwell2015-09-021-1/+1
|
* Human friendly elapsed time in logJoel Handwell2015-09-021-3/+11
|
* Pass deprecations through formatter instead of logsJohn Keiser2015-09-011-0/+36
|
* Revert back to the first argument being cookbook_name.Noah Kantrowitz2015-07-311-1/+1
|
* Make the doc formatter actually show what version of a cookbook is being used.Noah Kantrowitz2015-07-221-3/+3
| | | | | | | | This has bugged me forever. It does change the API of the Formatter system in a ~non-back-compat way but I don't think I've actually seen any formatters outside of core Chef so how much do we want to worry about this? We could write a shim in `Chef::EventDispatcher::Dispatcher` to check the arity of the method if needed.
* count skipped resources in among total resourcesRanjib Dey2015-06-251-1/+3
|
* Make sure the audit mode output is reflected both in the logs and in the ↵Serdar Sutay2015-05-291-2/+4
| | | | formatter output.
* Save and report audit phase failure on run_completed or run_failed.Claire McQuin2015-05-271-2/+4
|
* Display policy name and ID during the chef rundanielsdeleo2015-05-221-0/+4
|
* Remove old TODO commentdanielsdeleo2015-05-221-3/+3
|
* Make terminology consistent about audits versus controlsJulian C. Dunn2015-03-111-2/+2
|
* Unit tests for audit-mode in chef-solo.Claire McQuin2014-12-171-2/+1
| | | | | * Audits are disabled by default. * Also, updated spec file to use RSpec :let.
* if in why_run, do not enter the audit phase - because people run why_run to ↵tyler-ball2014-12-171-2/+8
| | | | see converge statistics
* Adding cookbook and recipe information per analytics requesttyler-ball2014-12-171-8/+19
|
* Test including supported serverspec helpers. Updates per PR comments.Serdar Sutay2014-12-171-4/+2
|
* Wiring audit event proxy to send events correctly to the audit_reportertyler-ball2014-12-171-29/+1
|
* Preparing for demo - using rspec documentation formatter for output instead ↵tyler-ball2014-12-171-2/+4
| | | | of the proxy
* Adding first round of formatter integration - STDOUT doc formattertyler-ball2014-12-171-7/+47
|
* Adding logic for exceptions from converge phase not interfering with audit ↵tyler-ball2014-12-171-0/+18
| | | | phase and vice-versa
* Refactor for simplicity, make the resource a streamJohn Keiser2014-04-301-4/+4
| | | | | so that it is guaranteed to stick together or at least not get anything else appended to it
* Add ability to stream (and indent) command outputJohn Keiser2014-04-301-0/+4
|
* 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-291-22/+36
|
* [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
| | | | | Prevents a TypeError when working with elapsed_time if something unexpected happens.
* compute elapsed time without altering public apiRanjib Dey2013-11-061-2/+11
|
* pass elapsed time along with node/exception in event hanldersRanjib Dey2013-11-061-4/+4
|
* Normalize whitespace on all filesSeth Vargo2013-09-261-5/+5
|
* [CHEF-972] created a ConditionalAction class to be used in ↵Xabier de Zuazo2013-06-191-1/+1
| | | | resource#should_skip? method
* Merge branch '10-stable' into integrate-chef-10-18-0danielsdeleo2013-01-171-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Conflicts: .gitattributes chef-expander/Rakefile chef-expander/lib/chef/expander/version.rb chef-server-api/Rakefile chef-server-api/chef-server-api.gemspec chef-server-api/lib/chef-server-api/version.rb chef-server-webui/Rakefile chef-server-webui/chef-server-webui.gemspec chef-server-webui/lib/chef-server-webui/version.rb chef-server/Rakefile chef-server/lib/chef-server/version.rb chef-solr/lib/chef/solr/version.rb chef.gemspec chef/Rakefile chef/spec/support/platform_helpers.rb chef/spec/support/shared/functional/file_resource.rb chef/spec/unit/api_client_spec.rb chef/spec/unit/provider/directory_spec.rb ci/jenkins_run_tests.bat ci/jenkins_run_tests.sh distro/common/html/chef-client.8.html distro/common/html/chef-expander.8.html distro/common/html/chef-expanderctl.8.html distro/common/html/chef-server-webui.8.html distro/common/html/chef-server.8.html distro/common/html/chef-shell.1.html distro/common/html/chef-solo.8.html distro/common/html/chef-solr.8.html distro/common/html/knife-bootstrap.1.html distro/common/html/knife-client.1.html distro/common/html/knife-configure.1.html distro/common/html/knife-cookbook-site.1.html distro/common/html/knife-cookbook.1.html distro/common/html/knife-data-bag.1.html distro/common/html/knife-environment.1.html distro/common/html/knife-exec.1.html distro/common/html/knife-index.1.html distro/common/html/knife-node.1.html distro/common/html/knife-role.1.html distro/common/html/knife-search.1.html distro/common/html/knife-ssh.1.html distro/common/html/knife-status.1.html distro/common/html/knife-tag.1.html distro/common/html/knife.1.html distro/common/man/man1/chef-shell.1 distro/common/man/man1/knife-bootstrap.1 distro/common/man/man1/knife-client.1 distro/common/man/man1/knife-configure.1 distro/common/man/man1/knife-cookbook-site.1 distro/common/man/man1/knife-cookbook.1 distro/common/man/man1/knife-data-bag.1 distro/common/man/man1/knife-environment.1 distro/common/man/man1/knife-exec.1 distro/common/man/man1/knife-index.1 distro/common/man/man1/knife-node.1 distro/common/man/man1/knife-role.1 distro/common/man/man1/knife-search.1 distro/common/man/man1/knife-ssh.1 distro/common/man/man1/knife-status.1 distro/common/man/man1/knife-tag.1 distro/common/man/man1/knife.1 distro/common/man/man8/chef-client.8 distro/common/man/man8/chef-expander.8 distro/common/man/man8/chef-expanderctl.8 distro/common/man/man8/chef-server-webui.8 distro/common/man/man8/chef-server.8 distro/common/man/man8/chef-solo.8 distro/common/man/man8/chef-solr.8 lib/chef/api_client.rb lib/chef/rest.rb lib/chef/version.rb spec/functional/knife/ssh_spec.rb spec/functional/resource/cookbook_file_spec.rb spec/spec_helper.rb spec/stress/win32/security_spec.rb spec/support/shared/functional/securable_resource.rb spec/unit/config_spec.rb spec/unit/knife/ssh_spec.rb
* [OC-3564] move core Chef to the repo root \o/ \m/Seth Chisamore2012-10-301-0/+236
The opscode/chef repository now only contains the core Chef library code used by chef-client, knife and chef-solo!