summaryrefslogtreecommitdiff
path: root/lib/chef/application.rb
Commit message (Expand)AuthorAgeFilesLines
* Make the stacktrace.out message more visibleLamont Granquist2021-08-131-1/+3
* Add a slow resources report to chef-clientLamont Granquist2021-05-281-1/+1
* Use Ruby 2.6 endless Range syntax007lva2020-09-241-1/+1
* Use ChefUtils::CANARY and update to the chefstyle that enforces thatTim Smith2020-09-231-1/+1
* Chefstyle fixesLance Albertson2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-8/+8
* Remove an outdated comment.Pete Higgins2020-09-111-3/+0
* use autoloading for many required gemsmwrock2020-09-081-1/+3
* Resolve RuboCop Style/RedundantInterpolation warningsTim Smith2020-09-081-1/+1
* rescue all configuration errors and re-raiseNaomi Reeves2020-08-201-4/+7
* Optimize requires for non-omnibus installsrequire_optimizationTim Smith2020-08-121-1/+1
* Fix syslog logging on Chef-16Lamont Granquist2020-07-011-0/+12
* Logging consistency fixes.lcg/chef-16-logging-fixedLamont Granquist2020-04-271-53/+28
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Fix all(?) circular requires coming from the specs.Ryan Davis2020-03-161-1/+1
* fix ruby 2.7 encoding bug and add --always-dump-stacktrace optionLamont Granquist2020-03-111-2/+6
* some leftover/new "Chef" references converted to distro constantsMarc Chamberland2019-12-051-3/+3
* inserting distro constants into windows service messagesMarc Chamberland2019-12-051-2/+2
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-2/+2
* fix this error messageLamont Granquist2019-09-101-1/+1
* fix Layout/EmptyLineAfterGuardClauseLamont Granquist2019-07-021-0/+1
* more distro constantsMarc Chamberland2019-06-031-1/+1
* Merge pull request #8460 from cc-build/dist_solo_zeroTim Smith2019-05-271-1/+1
|\
| * more distro constants for "Chef"Marc Chamberland2019-05-231-1/+1
* | Fixed issue for chef-client run was throwing error when provided empty string...vinay sharma2019-05-251-1/+7
|/
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-201-4/+4
* Convert require to require_relativeLamont Granquist2019-05-081-8/+8
* Use keyword arguments for acceptanceMark Anderson2019-05-031-1/+1
* Only Chef Software binaries should enforce EULAtyler-ball2019-05-031-2/+2
* Read license-acceptance from chef config (knife.rb, client.rb)tyler-ball2019-05-031-1/+6
* Adding in the license-acceptance flowtyler-ball2019-05-031-0/+6
* chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-261-1/+2
* Break the error message into 2 sentencesTim Smith2019-04-171-2/+2
* Improve the error message when no config can be loadedTim Smith2019-04-171-2/+2
* Allow empty strings in -o to result in empty override run listlcg/empty-override-runlistLamont Granquist2019-04-121-2/+1
* fixed review commentsdheerajd-msys2018-10-231-1/+1
* fix duplicate logsdheerajd-msys2018-10-231-1/+1
* fix logger logic with is_default? from new mixlib-configchef-nolan/double-stdoutLamont Granquist2018-07-051-5/+1
* Adding log_location_default? methodNolan Davidson2018-07-051-1/+5
* Fix dupe stdout_loggerNolan Davidson2018-07-051-1/+1
* Address possible gem installs between interval runs that are then used in the...configure-gemsNoah Kantrowitz2018-04-021-0/+2
* mechanical conversion of most debug log statements to traceThom May2018-03-261-3/+3
* Add the ability to inject log objectstm/inject_logThom May2018-03-191-31/+32
* Stop mixlib-cli default clobbering mixlib-config settingslcg/fix-default-precedenceLamont Granquist2018-02-261-45/+71
* fix double-logging buglcg/fix-double-loggingLamont Granquist2018-01-181-2/+2
* fix non-daemonized umasklcg/fix-non-daemonized-umaskLamont Granquist2018-01-161-0/+1
* Always run reconfigure between runs, and when HUP'dBryan McLellan2017-05-311-0/+5
* Calling reconfigure outside trap('HUP')nimisha2017-05-311-5/+0
* Chef-13: restore log_location in client.rbLamont Granquist2017-04-061-0/+15
* CHEF-13: remove magic from the logger/formatter settingsLamont Granquist2017-04-051-27/+4