summaryrefslogtreecommitdiff
path: root/lib/chef/application/client.rb
Commit message (Expand)AuthorAgeFilesLines
* [SHACK-290] Unpacking tarball paths suffer from URI errortyler-ball2018-08-031-3/+3
* fix Style/MutableConstantLamont Granquist2018-07-021-1/+1
* fix Style/PreferredHashMethodsLamont Granquist2018-07-021-6/+6
* fix Style/UnneededInterpolationLamont Granquist2018-07-021-1/+1
* fix Style/HashSyntaxLamont Granquist2018-07-021-162/+161
* check the path to --recipe-urlwindows-open-uriThom May2018-05-041-3/+7
* Trying to use --recipe-url on Windows with local file failstyler-ball2018-05-031-3/+7
* Updating a few logging references to include :tracesp/cli-logging-optionsStuart Preston2018-04-251-1/+1
* mechanical conversion of most debug log statements to traceThom May2018-03-261-5/+5
* Don't use supervisor process for one-shot / command-line runsLamont Granquist2018-02-261-3/+7
* Allow tarballs generated by chef export to be usedtm/policyful_tarballsThom May2018-02-201-0/+2
* Revert "Fail on interval runs on windows"Lamont Granquist2018-01-231-14/+3
* fail on interval runs on windowslcg/windows-intervalLamont Granquist2018-01-221-3/+9
* Add a warning about using --interval on Windows.Noah Kantrowitz2018-01-221-2/+7
* Sleep for another interval after handling SIGHUPGiedrius Rekasius2017-10-091-1/+1
* Always run reconfigure between runs, and when HUP'dBryan McLellan2017-05-311-21/+24
* Calling reconfigure outside trap('HUP')nimisha2017-05-311-0/+6
* Change the default listen mode to false.Noah Kantrowitz2017-05-251-1/+1
* 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