summaryrefslogtreecommitdiff
path: root/lib/chef/application
Commit message (Expand)AuthorAgeFilesLines
* Use URI::DEFAULT_PARSER.make_regexp instead of URI.regexpTim Smith2020-11-271-1/+1
* Remove unused monkeypatch on net/http.remove-net-http-monkeypatchPete Higgins2020-10-261-1/+1
* Remote ohai support for chef-clientLamont Granquist2020-10-141-1/+6
* Use ChefUtils::CANARY and update to the chefstyle that enforces thatTim Smith2020-09-232-2/+2
* Revert change that removed use of Chef::Config.platform_specific_pathLance Albertson2020-09-151-1/+1
* Update lib/chef/application/knife.rb to use ChefUtils::Dist::Infra::PRODUCTLance Albertson2020-09-151-1/+1
* Move Chef::Dist::KNIFE_DOCS to ChefUtils::Dist::Org::KNIFE_DOCSLance Albertson2020-09-151-1/+1
* Move Chef::Dist::PATENTS to ChefUtils::Dist::Org::PATENTSLance Albertson2020-09-151-1/+1
* Chefstyle fixesLance Albertson2020-09-152-2/+2
* Workaround rubygems slow requires by only running require for chef-utils/distLance Albertson2020-09-156-6/+6
* Move chef-config/dist to chef-utils/distLance Albertson2020-09-151-1/+1
* merge all dist files back into dist.rbMarc Chamberland2020-09-153-3/+3
* tighten all require statements for dist implementationMarc Chamberland2020-09-157-5/+7
* move dist implementation into chef-utilsMarc Chamberland2020-09-158-67/+67
* Add patent & docs links in knife help commandVSingh/fix-windows-test-casesVivek Singh2020-09-091-0/+9
* use autoloading for many required gemsmwrock2020-09-083-3/+13
* Add --logfile to chef-apply commandapply_loggingTim Smith2020-09-041-0/+5
* define unique exit code for configuration failures and handle correctlyNaomi Reeves2020-08-201-0/+9
* Update RuboCop config to Ruby 2.6Tim Smith2020-08-032-32/+32
* Fixed broken chef-apply with -jTakuto Komazaki2020-06-251-0/+1
* Merge pull request #9963 from ramereth/fix-chef-apply-enforce_licenseTim Smith2020-06-151-1/+1
|\
| * Fix how enforce_license is set in run method for chef-applyLance Albertson2020-06-081-1/+1
* | Avoid a nil checkmatchTim Smith2020-06-111-1/+1
* | Use .match? not =~ when match values aren't necessaryTim Smith2020-06-113-3/+3
|/
* Align all our comments with the codeTim Smith2020-05-062-3/+3
* Logging consistency fixes.lcg/chef-16-logging-fixedLamont Granquist2020-04-271-3/+2
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-137-7/+7
* Fix typoVivek Singh2020-04-061-1/+1
* Simplify YAML mode checking for chef-applyBryan McLellan2020-03-231-5/+2
* Add YAML support to 'chef-apply'Bryan McLellan2020-03-231-1/+15
* fix ruby 2.7 encoding bug and add --always-dump-stacktrace optionLamont Granquist2020-03-112-1/+13
* Fix our verbosity helpTim Smith2020-02-201-1/+1
* new distro constant for chef-applyMarc Chamberland2019-12-091-2/+2
* bribing the copsMarc Chamberland2019-12-052-3/+3
* inserting distro constants into windows service messagesMarc Chamberland2019-12-052-5/+5
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-082-2/+2
* Add format supported option in valuesVivek Singh2019-10-281-0/+1
* Revert "Drop privileges before creating files in solo mode"lcg/revert-drop-permsLamont Granquist2019-09-111-1/+1
* fail on interval runs on windowsLamont Granquist2019-08-283-3/+20
* Tidy up awkward reading commentlcg/application-base-classLamont Granquist2019-07-151-2/+1
* support named run list on commandline in soloLamont Granquist2019-07-152-5/+5
* consolidate some options in the base classLamont Granquist2019-07-153-53/+53
* --fips, --fatal-windows-admin-check and --disable-configLamont Granquist2019-07-153-19/+21
* add some comments on deprecation of the solo classLamont Granquist2019-07-153-0/+22
* missing SELF_PIPE for the daemon loopLamont Granquist2019-07-152-3/+3
* migrate --delete-entire-chef-repo to base classLamont Granquist2019-07-153-10/+5
* Copy the daemon loop from client to baseLamont Granquist2019-07-153-157/+106
* add --target-mode to base classLamont Granquist2019-07-152-9/+9
* copy --ez to base classLamont Granquist2019-07-152-15/+16
* change some uses of CLIENT to PRODUCT in the base classLamont Granquist2019-07-151-4/+4