summaryrefslogtreecommitdiff
path: root/lib/chef/application/exit_code.rb
Commit message (Expand)AuthorAgeFilesLines
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-151-1/+1
* merge all dist files back into dist.rbMarc Chamberland2020-09-151-1/+1
* tighten all require statements for dist implementationMarc Chamberland2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-4/+4
* define unique exit code for configuration failures and handle correctlyNaomi Reeves2020-08-201-0/+9
* Align all our comments with the codeTim Smith2020-05-061-2/+2
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* More distro constant applicationsMarc Chamberland2019-05-231-2/+2
* Convert require to require_relativeLamont Granquist2019-05-081-1/+1
* Update more help descriptionsTim Smith2019-05-021-1/+1
* Fix up main binary help messagesTim Smith2019-05-021-4/+5
* WIP: Remove audit mode from chef-clientTim Smith2019-03-111-9/+1
* fix Style/MutableConstantLamont Granquist2018-07-021-2/+2
* removing the use of Chef::Exception::DeprecatedExitCodesmurawski/exit_status_defaultSteven Murawski2017-04-041-9/+1
* use rfc exit codesSteven Murawski2017-04-041-72/+11
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-131-5/+3
* Merge pull request #5547 from chef/lcg/unified-integerLamont Granquist2016-11-161-1/+1
|\
| * fix Lint/UnifiedInteger copLamont Granquist2016-11-151-1/+1
* | Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-2/+2
|/
* Adding support for rfc 62 exit code 213Jeremy J. Miller2016-10-061-0/+9
* * define exit codesSteven Murawski2016-05-231-0/+226