summaryrefslogtreecommitdiff
path: root/lib/chef/application/base.rb
Commit message (Expand)AuthorAgeFilesLines
* Use URI::DEFAULT_PARSER.make_regexp instead of URI.regexpURI_regexTim Smith2020-11-211-1/+1
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-22/+22
* use autoloading for many required gemsmwrock2020-09-081-1/+4
* Avoid a nil checkmatchTim Smith2020-06-111-1/+1
* Use .match? not =~ when match values aren't necessaryTim Smith2020-06-111-1/+1
* Logging consistency fixes.lcg/chef-16-logging-fixedLamont Granquist2020-04-271-3/+2
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* fix ruby 2.7 encoding bug and add --always-dump-stacktrace optionLamont Granquist2020-03-111-1/+7
* fail on interval runs on windowsLamont Granquist2019-08-281-0/+7
* Tidy up awkward reading commentlcg/application-base-classLamont Granquist2019-07-151-2/+1
* support named run list on commandline in soloLamont Granquist2019-07-151-0/+5
* consolidate some options in the base classLamont Granquist2019-07-151-0/+53
* --fips, --fatal-windows-admin-check and --disable-configLamont Granquist2019-07-151-0/+18
* add some comments on deprecation of the solo classLamont Granquist2019-07-151-0/+12
* missing SELF_PIPE for the daemon loopLamont Granquist2019-07-151-0/+3
* migrate --delete-entire-chef-repo to base classLamont Granquist2019-07-151-0/+5
* Copy the daemon loop from client to baseLamont Granquist2019-07-151-0/+106
* add --target-mode to base classLamont Granquist2019-07-151-0/+9
* copy --ez to base classLamont Granquist2019-07-151-0/+16
* change some uses of CLIENT to PRODUCT in the base classLamont Granquist2019-07-151-4/+4
* add --once to base classLamont Granquist2019-07-151-0/+5
* normalize fetch_recipe_tarballLamont Granquist2019-07-151-0/+15
* create application base class for de-duplicationLamont Granquist2019-07-151-0/+194