summaryrefslogtreecommitdiff
path: root/lib/chef/application
Commit message (Expand)AuthorAgeFilesLines
* 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-252-2/+2
* Make non-legacy solo use socketless mode.Noah Kantrowitz2017-05-241-0/+1
* Chef-13: restore log_location in client.rbLamont Granquist2017-04-061-1/+16
* remove logger magic from the windows serviceLamont Granquist2017-04-051-17/+2
* removing the use of Chef::Exception::DeprecatedExitCodesmurawski/exit_status_defaultSteven Murawski2017-04-042-12/+4
* use rfc exit codesSteven Murawski2017-04-041-72/+11
* Remove Chef::RESTtm/remove_chef_restThom May2017-03-161-1/+0
* fix specs: RedundantReturn, RedundantSelf, RedundantBeginLamont Granquist2017-02-135-48/+43
* Fix --no-fips on chef-clientbtm/no-fipsBryan McLellan2017-02-021-1/+1
* fix Style/MultilineIfModifierLamont Granquist2016-12-061-4/+6
* Merge pull request #5547 from chef/lcg/unified-integerLamont Granquist2016-11-161-1/+1
|\
| * fix Lint/UnifiedInteger copLamont Granquist2016-11-151-1/+1
* | Structure deprecations with additional metadatatm/deprecation_with_urlThom May2016-11-161-2/+2
|/
* fixes for rubocop 0.44.1 enginelcg/rubocop-0.44.1Lamont Granquist2016-10-202-3/+3
* Adding support for rfc 62 exit code 213Jeremy J. Miller2016-10-061-0/+9
* fix Style/BlockDelimiters, Style/MultilineBlockLayout and 0.42.0 engine upgradeLamont Granquist2016-08-172-6/+6
* Merge branch 'master' into configoptionNoah Kantrowitz2016-08-022-4/+11
|\
| * Use Mixlib::Archive to extract tarballsThom May2016-07-072-4/+4
| * Ensure that chef-solo uses the expected repo dirtm/correct_repo_pathThom May2016-06-241-0/+7
* | First pass on --config-option handling.Noah Kantrowitz2016-06-213-0/+24
|/
* Merge pull request #4957 from chef/tm/solo_fixesThom May2016-05-311-1/+9
|\
| * Ensure recipe-url works right in solotm/solo_fixesThom May2016-05-201-1/+9
* | * define exit codesSteven Murawski2016-05-235-12/+238
|/
* move legacy config into a separate functiontm/zoloThom May2016-05-161-26/+29
* remove dead commentThom May2016-05-161-1/+0
* Ensure that solo specific code is run at the proper timeThom May2016-05-162-5/+5
* default to using local modeThom May2016-05-161-28/+48
* 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
* Merge pull request #4707 from chef/lcg/useless-assignmentLamont Granquist2016-03-152-3/+3
|\
| * fix some UselessAssignment caseslcg/useless-assignmentLamont Granquist2016-03-142-3/+3
* | 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
* | Add support for solo.dJay Mundrawala2016-02-241-0/+4
* | 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
|/
* flip multiline function arguments aroundlcg/rubocop-0.37.2Lamont Granquist2016-02-192-3/+3
* Tighten up wording (thanks @thommay!)Jos Backus2016-02-171-1/+1
* chef-client: add --[no]skip-cookbook-sync optionJos Backus2016-02-171-0/+5
* fix alignmentlcg/bump-rubocopLamont Granquist2016-02-121-1/+1
* pull rubocop 0.37.2 into chefstyleLamont Granquist2016-02-121-2/+2
* Merge pull request #4541 from chef/lcg/chefstyle-batchLamont Granquist2016-02-112-3/+3
|\