summaryrefslogtreecommitdiff
path: root/lib/chef_zero/socketless_server_map.rb
Commit message (Collapse)AuthorAgeFilesLines
* Update http -> https links in tests / commmentshttpsTim Smith2021-09-071-1/+1
| | | | | | | We have to update our test link to get chef-server to pass. I updated all the comments while I was there. Signed-off-by: Tim Smith <tsmith@chef.io>
* Optimize requires for non-omnibus installsTim Smith2020-08-121-1/+1
| | | | | | require is quite slow in Ruby and doing requires for things you've already required is also slow. We've used this simple hack in Chef to speed up our requires. In the omnibus installs we patch how rubygems works to make this somewhat pointless, but this will help non-omnibus installs Signed-off-by: Tim Smith <tsmith@chef.io>
* Substitute require for require_relativeTim Smith2019-12-291-1/+1
| | | | | | require_relative is significantly faster and should be used when available. Signed-off-by: Tim Smith <tsmith@chef.io>
* Apply ChefstyleTim Smith2019-12-291-0/+1
| | | | | | Autocorrect with the latest chefstyle Signed-off-by: Tim Smith <tsmith@chef.io>
* Initial brand refactoringTensibai2019-04-251-1/+2
| | | | Signed-off-by: Tensibai <tensibai@iabis.net>
* chefstyle 0.6Thom May2018-02-151-1/+1
| | | | Signed-off-by: Thom May <thom@chef.io>
* ChefStyletm/styleThom May2016-07-291-3/+2
| | | | Signed-off-by: Thom May <thom@may.lt>
* Adding 'server_on_port' method to socketless server maptball/socketlesstyler-ball2015-05-061-0/+8
|
* Extract socketless server map and add specssocketlessdanielsdeleo2015-03-301-0/+84