summaryrefslogtreecommitdiff
path: root/lib/chef/application/client.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix --no-fips on chef-clientbtm/no-fipsBryan McLellan2017-02-021-1/+1
* fixes for rubocop 0.44.1 enginelcg/rubocop-0.44.1Lamont Granquist2016-10-201-2/+2
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-171-4/+4
* Merge branch 'master' into configoptionNoah Kantrowitz2016-08-021-2/+2
|\
| * Use Mixlib::Archive to extract tarballsThom May2016-07-071-2/+2
* | First pass on --config-option handling.Noah Kantrowitz2016-06-211-0/+8
|/
* * define exit codesSteven Murawski2016-05-231-3/+3
* Revert "Run in fips mode if node is fips enabled"Thom May2016-04-271-1/+1
* run in fips mode if node is fips enabledMatt Wrock2016-04-251-1/+1
* Add optional integer argument for --daemonize optionJordan Running2016-03-291-26/+33
* 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