summaryrefslogtreecommitdiff
path: root/lib/chef/application
Commit message (Expand)AuthorAgeFilesLines
* 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
* add --once to base classLamont Granquist2019-07-152-5/+5
* normalize fetch_recipe_tarballLamont Granquist2019-07-153-25/+15
* create application base class for de-duplicationLamont Granquist2019-07-153-346/+198
* Style/StringLiteralsInInterpolationLamont Granquist2019-07-052-3/+3
* Style/RegexpLiteralLamont Granquist2019-07-052-2/+2
* Style/NegatedIfLamont Granquist2019-07-054-4/+4
* Style/SymbolArrayLamont Granquist2019-07-021-1/+1
* more distro constantsMarc Chamberland2019-06-032-3/+3
* More distro constant applicationsMarc Chamberland2019-05-231-2/+2
* distro constants for solo, zero and automateMarc Chamberland2019-05-233-6/+6
* This hits the ones that are most frequently required.lcg/require-idempotencyLamont Granquist2019-05-205-11/+11
* Add Chef license acceptance CLI flag to chef-solochef_apply_licenseTim Smith2019-05-151-0/+2
* Add license CLI options to chef-apply commandTim Smith2019-05-151-0/+2
* fix a bunch of weirdly mangled require linesLamont Granquist2019-05-085-8/+8
* Convert require to require_relativeLamont Granquist2019-05-087-44/+44
* Merge pull request #7758 from chef/btm/target-modeTim Smith2019-05-061-0/+15
|\
| * Update target mode log message for Chef::DistBryan McLellan2019-05-061-1/+1