<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef-zero.git/lib/chef_zero/endpoints/node_identifiers_endpoint.rb, branch https</title>
<subtitle>github.com: jkeiser/chef-zero
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/chef-zero.git/'/>
<entry>
<title>Optimize requires for non-omnibus installs</title>
<updated>2020-08-12T21:24:06+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-08-12T21:16:39+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/chef-zero.git/commit/?id=7e2d8e6a1b23cf459becfaaf0525a930bb2bd9e3'/>
<id>7e2d8e6a1b23cf459becfaaf0525a930bb2bd9e3</id>
<content type='text'>
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 &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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 &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Substitute require for require_relative</title>
<updated>2019-12-30T02:07:08+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2019-12-20T23:16:38+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/chef-zero.git/commit/?id=dad360173bb575c17daa531021e80064f6fefded'/>
<id>dad360173bb575c17daa531021e80064f6fefded</id>
<content type='text'>
require_relative is significantly faster and should be used when available.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
require_relative is significantly faster and should be used when available.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>remove hashrocket syntax</title>
<updated>2018-06-26T20:43:06+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2018-06-26T20:43:06+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/chef-zero.git/commit/?id=388576b19fce39303c5d444eb787c7eb89aee994'/>
<id>388576b19fce39303c5d444eb787c7eb89aee994</id>
<content type='text'>
Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>ChefStyle</title>
<updated>2016-07-29T16:00:49+00:00</updated>
<author>
<name>Thom May</name>
<email>thom@chef.io</email>
</author>
<published>2016-07-29T16:00:49+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/chef-zero.git/commit/?id=e257f450c044616fefbd15e9a180387aaaa572a1'/>
<id>e257f450c044616fefbd15e9a180387aaaa572a1</id>
<content type='text'>
Signed-off-by: Thom May &lt;thom@may.lt&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Thom May &lt;thom@may.lt&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Preliminary support for _identifiers API</title>
<updated>2015-08-12T12:52:25+00:00</updated>
<author>
<name>Andrew Brown</name>
<email>anbrown@blackberry.com</email>
</author>
<published>2015-08-12T12:52:25+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/chef-zero.git/commit/?id=3197fc49cacb71c9c55de40935a5e08303afb7a3'/>
<id>3197fc49cacb71c9c55de40935a5e08303afb7a3</id>
<content type='text'>
Adding preliminary support for the _identifiers REST endpoint.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding preliminary support for the _identifiers REST endpoint.
</pre>
</div>
</content>
</entry>
</feed>
