<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef-zero.git/lib/chef_zero/endpoints/actors_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>chefstyle 0.6</title>
<updated>2018-02-15T15:19:08+00:00</updated>
<author>
<name>Thom May</name>
<email>thom@chef.io</email>
</author>
<published>2018-02-15T15:10:07+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/chef-zero.git/commit/?id=0f8280aa100aa60238f39f9df66ecba700fdc16f'/>
<id>0f8280aa100aa60238f39f9df66ecba700fdc16f</id>
<content type='text'>
Signed-off-by: Thom May &lt;thom@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Thom May &lt;thom@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>GET /users?email=ME@MINE.COM -- compare emails ignoring case</title>
<updated>2017-05-31T14:27:02+00:00</updated>
<author>
<name>Stephan Renatus</name>
<email>srenatus@chef.io</email>
</author>
<published>2017-05-31T09:04: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=a57b15ae42925301840e35bc15659fa28c245099'/>
<id>a57b15ae42925301840e35bc15659fa28c245099</id>
<content type='text'>
As of POOL-608, the query will return users with the mail `me@mine.com`,
too. While this is technically a little incorrect (only the host part is
case insensitive), most mail providers treat the user part as case
insensitive as well.

Note that this implies that the response may involve more than one user.
But chef-zero behaves like chef-server does, returning them all.

Signed-off-by: Stephan Renatus &lt;srenatus@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
As of POOL-608, the query will return users with the mail `me@mine.com`,
too. While this is technically a little incorrect (only the host part is
case insensitive), most mail providers treat the user part as case
insensitive as well.

Note that this implies that the response may involve more than one user.
But chef-zero behaves like chef-server does, returning them all.

Signed-off-by: Stephan Renatus &lt;srenatus@chef.io&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>Add external_authentication_uid to actors endpoint for querying</title>
<updated>2016-06-09T11:17:42+00:00</updated>
<author>
<name>kmacgugan</name>
<email>kmacgugan@chef.io</email>
</author>
<published>2016-06-09T00:08:12+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/chef-zero.git/commit/?id=1b950b246c3d385e52fde619538f03763bcb3c11'/>
<id>1b950b246c3d385e52fde619538f03763bcb3c11</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Actually merge key data in user PUT response</title>
<updated>2016-04-14T23:19:32+00:00</updated>
<author>
<name>John Keiser</name>
<email>john@johnkeiser.com</email>
</author>
<published>2016-04-14T23:19:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/chef-zero.git/commit/?id=208ece263dd360667bc833a31409cc97a4b71c89'/>
<id>208ece263dd360667bc833a31409cc97a4b71c89</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use json helpers instead of calling FFI_Yajl directly</title>
<updated>2016-02-25T20:52:30+00:00</updated>
<author>
<name>danielsdeleo</name>
<email>dan@chef.io</email>
</author>
<published>2016-02-25T20:52:30+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/chef-zero.git/commit/?id=2b255fd27211274cc48cf0b865e33eae9ee49b83'/>
<id>2b255fd27211274cc48cf0b865e33eae9ee49b83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement APIv1 behaviors</title>
<updated>2016-02-25T18:03:51+00:00</updated>
<author>
<name>danielsdeleo</name>
<email>dan@chef.io</email>
</author>
<published>2016-02-24T23:40:01+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/chef-zero.git/commit/?id=c858f736c2a33a8bd061564cb784c4947d015824'/>
<id>c858f736c2a33a8bd061564cb784c4947d015824</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Removing 'json' gem dependency, replacing with 'ffi-yajl'</title>
<updated>2014-09-26T23:18:48+00:00</updated>
<author>
<name>tyler-ball</name>
<email>tyleraball@gmail.com</email>
</author>
<published>2014-09-26T23:18:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/ruby-gems/chef-zero.git/commit/?id=e3f2e8471cd97340c28b7541ffb0fa7143a33ca4'/>
<id>e3f2e8471cd97340c28b7541ffb0fa7143a33ca4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
