summaryrefslogtreecommitdiff
path: root/lib/chef/application/client.rb
Commit message (Expand)AuthorAgeFilesLines
* fix `or return` to `return unless`Lamont Granquist2016-03-141-1/+1
* chefstyle Style/AndOr fixesLamont Granquist2016-03-141-1/+1
* Merge pull request #4617 from chef/lcg/chefstyle-perfLamont Granquist2016-03-041-1/+1
|\
| * Autofixing new Perf cops in 0.37.2Lamont Granquist2016-02-231-1/+1
* | Refactor application/client.rb to use DotD mixin for loading client.dJay Mundrawala2016-02-241-25/+3
* | Use escape_glob_dir for client.d/conf.dJay Mundrawala2016-02-241-1/+1
* | Fix broken load_conf_d_fileJay Mundrawala2016-02-241-2/+2
* | Make chef-client read client.dJay Mundrawala2016-02-241-0/+29
|/
* Tighten up wording (thanks @thommay!)Jos Backus2016-02-171-1/+1
* chef-client: add --[no]skip-cookbook-sync optionJos Backus2016-02-171-0/+5
* 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