summaryrefslogtreecommitdiff
path: root/lib/chef/local_mode.rb
Commit message (Expand)AuthorAgeFilesLines
* Use ChefUtils::CANARY and update to the chefstyle that enforces thatTim Smith2020-09-231-1/+1
* Chefstyle fixesLance Albertson2020-09-151-1/+1
* tighten all require statements for dist implementationMarc Chamberland2020-09-151-1/+1
* move dist implementation into chef-utilsMarc Chamberland2020-09-151-2/+2
* Remove copyright dateslcg/remove-copyright-datesLamont Granquist2020-04-131-1/+1
* Add chef-utils gem with various recipe DSL helpersLamont Granquist2019-11-081-1/+1
* Fix another occurence of chef-zero in local_mode.rb fileTensibai2019-05-231-1/+2
* Change some more require to require_relativeLamont Granquist2019-05-101-1/+1
* Convert require to require_relativeLamont Granquist2019-05-081-3/+3
* Remove checks for old versions of RubyTim Smith2019-02-281-6/+3
* Display a deprecation warning when using --listen mode.Noah Kantrowitz2017-05-251-0/+1
* autofixing whitespace copsLamont Granquist2016-02-051-1/+1
* Update all auth email address from opscode.com and getchef.com to chef.io.Noah Kantrowitz2016-02-021-1/+1
* Replace all Opscode copyrights with Chef Software.Noah Kantrowitz2016-02-021-1/+1
* Copyright year update for 2016 and massive cleanup.Noah Kantrowitz2016-02-021-1/+1
* Enable Chef 12 mode for local mode by defaultdanielsdeleo2016-01-261-0/+2
* Use double quotes by defaultThom May2016-01-141-9/+9
* Add monkey patch for webrickjdm/webrick-monkeyJay Mundrawala2015-09-081-0/+5
* Add --no-listen option to disable zero binding to portdanielsdeleo2015-04-011-1/+5
* Extract Chef Zero code out to chef zero, re-enable socket listeningdanielsdeleo2015-04-011-15/+12
* Hoist socketless chef-zero support into Chef::HTTPdanielsdeleo2015-04-011-0/+2
* Initial socketless local modedanielsdeleo2015-04-011-10/+17
* Update to chef-zero 3John Keiser2014-08-221-4/+10
* Fix log message that shows useless port rangeJohn Keiser2014-07-171-2/+1
* Refactor caller decorations into with_server_connectivityJohn Keiser2014-07-071-0/+28
* Move local-mode server connectivity code to Chef::LocalModeJohn Keiser2014-07-071-0/+78