summaryrefslogtreecommitdiff
path: root/lib/chef/application/client.rb
Commit message (Expand)AuthorAgeFilesLines
* remove rm -rf in chef solo recipe_urlLamont Granquist2016-02-101-9/+21
* autofixing some missed copsLamont Granquist2016-02-051-4/+4
* autofixing whitespace copsLamont Granquist2016-02-051-7/+8
* Some more author domain stragglers.Noah Kantrowitz2016-02-021-2/+2
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Allow chef-client --fipsJay Mundrawala2016-01-251-0/+7
* Use double quotes by defaultThom May2016-01-141-20/+20
* Allow named_run_list to be loaded from configDonald Guy2015-11-111-2/+1
* Merge pull request #4034 from chef/lcg/ruby-profilingLamont Granquist2015-10-131-1/+7
|\
| * make description of option scarierLamont Granquist2015-10-061-1/+1
| * add optional ruby-profiling with --profile-rubyLamont Granquist2015-10-051-1/+7
* | Windows cli tools should have color true by defaultadamedx/windows-color-defaultsAdam Edwards2015-10-061-2/+2
|/
* Configure named run list via command line or config filedanielsdeleo2015-09-211-0/+6
* fix explanation for configuring audit mode in client.rbalexpop/fix_audit_mode_explanationAlex Pop2015-07-091-3/+3
* Merge pull request #3299 from juliandunn/remove-audit-mode-experimental-warningThom May2015-06-091-19/+2
|\
| * Remove experimental warning on audit mode.Julian C. Dunn2015-04-281-19/+2
* | Revert "Add CLI option --audit-as-warning"Claire McQuin2015-05-271-5/+0
* | Add CLI option --audit-as-warningClaire McQuin2015-05-271-0/+5
* | Fix cli issue with unset chef_repo_pathshain/fix_cliScott Hain2015-05-221-0/+6
|/
* Add --no-listen option to disable zero binding to portdanielsdeleo2015-04-011-0/+5
* Add minimal ohai mode option flagminimal-ohai-modedanielsdeleo2015-03-271-0/+5
* Make terminology consistent about audits versus controlsJulian C. Dunn2015-03-111-2/+2
* Refs #2709: Isolate/fix the no-fork faultAJ Christensen2015-02-091-1/+1
* fix masterLamont Granquist2015-01-251-3/+1
* Merge pull request #2771 from drag00n/drag00n/updateloghelpLamont Granquist2015-01-251-1/+1
|\
| * Update chef-client help with auto.drag00n2015-01-171-1/+1
* | drop expensive exception handlingVasiliy Tolstov2015-01-251-8/+2
* | raise exception when errorVasiliy Tolstov2015-01-251-0/+1
* | cosmetic fixesVasiliy Tolstov2015-01-251-3/+12
* | cleanup code to avoid its duplicationVasiliy Tolstov2015-01-251-10/+10
* | add ability to fetch recipes like in chef-solo when using local-modeVasiliy Tolstov2015-01-251-1/+25
* | update docs as suggestedRob Redpath2015-01-251-1/+1
* | Move the require up a levelRob Redpath2015-01-251-2/+1
* | require exceptions!Rob Redpath2015-01-251-0/+1
* | Correct syntax for using Chef::ExceptionsRob Redpath2015-01-251-2/+2
* | Use Chef::Exception to raise exception if PIDfile and lockfile matchRob Redpath2015-01-251-8/+3
* | Use PathHelper to establish path equalityRob Redpath2015-01-251-2/+3
* | Rephrase errorRob Redpath2015-01-251-1/+1
* | FATAL if pidfile and lockfile matchRob Redpath2015-01-251-0/+6
* | Set lockfile, not pidfileRob Redpath2015-01-251-2/+7
* | Make the --pid / -P option to chef-client set the :lockfile config optRob Redpath2015-01-251-1/+1
|/
* Add specs for audit-mode command-line and configuration settings.Claire McQuin2014-12-171-6/+5
* Disable audit-mode by default.Claire McQuin2014-12-171-11/+39
* Instructions on running audit mode examples.Serdar Sutay2014-12-171-1/+9
* :interval setting can be used on Windows without fork when Chef Client window...Serdar Sutay2014-12-081-1/+3
* 1) No longer allowing multiple args passed to ResourceCollection#<< 2) removi...tyler-ball2014-10-171-0/+5
* Test signal safely on windowsmcquin/Issue-1910Claire McQuin2014-10-011-1/+1
* Tidy up some comments, whitespace.Claire McQuin2014-10-011-3/+2
* Reconfigure signal trapping.Claire McQuin2014-10-011-22/+16