<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/lib/chef/exceptions.rb, branch disable_cache</title>
<subtitle>github.com: opscode/chef.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/'/>
<entry>
<title>reject cookbooks with ambiguous yaml files</title>
<updated>2021-09-17T01:31:03+00:00</updated>
<author>
<name>Marc A. Paradise</name>
<email>marc.paradise@gmail.com</email>
</author>
<published>2021-05-27T17:50:47+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=4a1d4e85bd1ace41dc54372b2ead39999bcf26f4'/>
<id>4a1d4e85bd1ace41dc54372b2ead39999bcf26f4</id>
<content type='text'>
With this change we will now fail the run when a cookbook contains two same-named
YAML files with different extensions. THis is because we don't know which one to use -
either one is a valid YAML file extension. Instead of picking one
arbitrarily we'll fail with an error explaining how to resolve it.

For example if the cookbook contains both recipes/default.yaml and recipes/default.yml
it will fail with the following output:

Cookbook test1@0.1.0 contains ambiguous files: recipes/default.yaml and recipes/default.yml. Please update the cookbook to remove the incorrect file.

Signed-off-by: Marc A. Paradise &lt;marc.paradise@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
With this change we will now fail the run when a cookbook contains two same-named
YAML files with different extensions. THis is because we don't know which one to use -
either one is a valid YAML file extension. Instead of picking one
arbitrarily we'll fail with an error explaining how to resolve it.

For example if the cookbook contains both recipes/default.yaml and recipes/default.yml
it will fail with the following output:

Cookbook test1@0.1.0 contains ambiguous files: recipes/default.yaml and recipes/default.yml. Please update the cookbook to remove the incorrect file.

Signed-off-by: Marc A. Paradise &lt;marc.paradise@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Chefstyle fixes for RuboCop 1.4.x</title>
<updated>2020-11-26T03:58:38+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-11-26T03:58:38+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=2c877f79fc38d111c555d7b661486019bb787e35'/>
<id>2c877f79fc38d111c555d7b661486019bb787e35</id>
<content type='text'>
There are some new spaces changes in RuboCop 1.4.2

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
There are some new spaces changes in RuboCop 1.4.2

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Use .compact instead of .select/.reject to remove nils</title>
<updated>2020-11-04T22:08:59+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-11-04T22:08:59+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=fa6614b06d26f987d585dd97dd4de14af92ce2ea'/>
<id>fa6614b06d26f987d585dd97dd4de14af92ce2ea</id>
<content type='text'>
This is 3-5x faster from the benchmarks I've run locally. There's a cop
coming in the next release of RuboCop to enforce this going forward.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is 3-5x faster from the benchmarks I've run locally. There's a cop
coming in the next release of RuboCop to enforce this going forward.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Workaround rubygems slow requires by only running require for chef-utils/dist</title>
<updated>2020-09-15T21:04:36+00:00</updated>
<author>
<name>Lance Albertson</name>
<email>lance@osuosl.org</email>
</author>
<published>2020-08-31T19:09:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=9ade086b6e0f64ae0610e3ecd2fb1d99b6d91962'/>
<id>9ade086b6e0f64ae0610e3ecd2fb1d99b6d91962</id>
<content type='text'>
Signed-off-by: Lance Albertson &lt;lance@osuosl.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Lance Albertson &lt;lance@osuosl.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>merge all dist files back into dist.rb</title>
<updated>2020-09-15T21:04:36+00:00</updated>
<author>
<name>Marc Chamberland</name>
<email>chamberland.marc@gmail.com</email>
</author>
<published>2020-05-11T23:14:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=1633da85e2aa3c8b8d8e1bd284ea8c82966d68a0'/>
<id>1633da85e2aa3c8b8d8e1bd284ea8c82966d68a0</id>
<content type='text'>
Signed-off-by: Marc Chamberland &lt;chamberland.marc@gmail.com&gt;
Signed-off-by: Lance Albertson &lt;lance@osuosl.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Marc Chamberland &lt;chamberland.marc@gmail.com&gt;
Signed-off-by: Lance Albertson &lt;lance@osuosl.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>tighten all require statements for dist implementation</title>
<updated>2020-09-15T21:04:36+00:00</updated>
<author>
<name>Marc Chamberland</name>
<email>chamberland.marc@gmail.com</email>
</author>
<published>2020-05-10T13:49:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=215dfd4834cf59e508c26b45dbddbc698c57fd7b'/>
<id>215dfd4834cf59e508c26b45dbddbc698c57fd7b</id>
<content type='text'>
Signed-off-by: Marc Chamberland &lt;chamberland.marc@gmail.com&gt;
Signed-off-by: Lance Albertson &lt;lance@osuosl.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Marc Chamberland &lt;chamberland.marc@gmail.com&gt;
Signed-off-by: Lance Albertson &lt;lance@osuosl.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>move dist implementation into chef-utils</title>
<updated>2020-09-15T21:04:36+00:00</updated>
<author>
<name>Marc Chamberland</name>
<email>chamberland.marc@gmail.com</email>
</author>
<published>2020-05-10T02:58:18+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=ed48186831835be81b436a160bcf190a7756d473'/>
<id>ed48186831835be81b436a160bcf190a7756d473</id>
<content type='text'>
Signed-off-by: Marc Chamberland &lt;chamberland.marc@gmail.com&gt;
Signed-off-by: Lance Albertson &lt;lance@osuosl.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Marc Chamberland &lt;chamberland.marc@gmail.com&gt;
Signed-off-by: Lance Albertson &lt;lance@osuosl.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Simplify implementation for checksum ellipsis</title>
<updated>2020-08-17T14:27:37+00:00</updated>
<author>
<name>Thomas Heinen</name>
<email>theinen@tecracer.de</email>
</author>
<published>2020-08-17T14:27:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=bfa4d558eca86b52eeb4b7e2b00c6dfc50c12fa8'/>
<id>bfa4d558eca86b52eeb4b7e2b00c6dfc50c12fa8</id>
<content type='text'>
Signed-off-by: Thomas Heinen &lt;theinen@tecracer.de&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Thomas Heinen &lt;theinen@tecracer.de&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add spaces after attrs</title>
<updated>2020-07-07T22:28:50+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith84@gmail.com</email>
</author>
<published>2020-07-07T22:28:50+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=d7c4085d55a537d297f557c119fa6a9bd7e22690'/>
<id>d7c4085d55a537d297f557c119fa6a9bd7e22690</id>
<content type='text'>
This makes it easier to read the classes.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it easier to read the classes.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove copyright dates</title>
<updated>2020-04-13T22:47:17+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2020-04-13T22:21:45+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=4d3b847aee1b917bb139862c623e9633d180fb31'/>
<id>4d3b847aee1b917bb139862c623e9633d180fb31</id>
<content type='text'>
Legally incredibly dubious, particularly since we don't follow it
strictly as policy, and we have git history instead, which does it right.
This is just a waste of time and a cargo cult.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Legally incredibly dubious, particularly since we don't follow it
strictly as policy, and we have git history instead, which does it right.
This is just a waste of time and a cargo cult.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
</feed>
