summaryrefslogtreecommitdiff
path: root/lib/chef/application
Commit message (Expand)AuthorAgeFilesLines
* 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
| * Target Mode initial implementationBryan McLellan2019-05-061-0/+15
* | Use keyword arguments for acceptanceMark Anderson2019-05-031-1/+1
* | Only Chef Software binaries should enforce EULAtyler-ball2019-05-032-2/+4
* | knife bootstrap is only knife command to have license acceptance flowtyler-ball2019-05-031-3/+0
* | Adding in the license-acceptance flowtyler-ball2019-05-032-0/+6
|/
* Update specs for the new messagesTim Smith2019-05-021-1/+1
* Update more help descriptionsTim Smith2019-05-026-17/+18
* Fix a description I missedTim Smith2019-05-021-1/+1
* Fix up main binary help messagesTim Smith2019-05-025-109/+110
* chef-client => Chef::Dist::CLIENTMarc Chamberland2019-04-262-2/+2
* applying requested fixesMarc Chamberland2019-04-231-1/+1
* reversing changes to knifeMarc Chamberland2019-04-191-3/+3
* addressing comments by coderangerMarc Chamberland2019-04-191-1/+1
* fixing testsMarc Chamberland2019-04-191-2/+2
* Replacing workmarks with distro constantsMarc Chamberland2019-04-195-49/+54
* Merge pull request #8391 from chef/solo_syncLamont Granquist2019-04-171-5/+5
|\
| * Sync the CLI option descriptions between chef-client and chef-solosolo_syncTim Smith2019-04-171-5/+5
* | Use color in chef-solo by default on Windowssolo_colorTim Smith2019-04-171-1/+1
|/
* Break the error message into 2 sentencesTim Smith2019-04-171-1/+1
* Improve the error message when no config can be loadedTim Smith2019-04-171-1/+1
* Drop privileges before creating files in solo modebtm/fix-solo-permsBryan McLellan2019-04-111-1/+1
* fix undefined local variable 'recipes_path'Adam Bewsher2019-03-151-1/+1