<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/kitchen-tests/test, branch https_shell</title>
<subtitle>github.com: opscode/chef.git
</subtitle>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/'/>
<entry>
<title>add a few more distros to kitchen testing</title>
<updated>2016-05-25T17:18:40+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-05-25T17:18:40+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=5f63ad8716e03a29a515aed8c138f41327638901'/>
<id>5f63ad8716e03a29a515aed8c138f41327638901</id>
<content type='text'>
adds debian, centos-7 and fedora-23
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
adds debian, centos-7 and fedora-23
</pre>
</div>
</content>
</entry>
<entry>
<title>convert kitchen tests to docker + other fixes</title>
<updated>2016-05-24T20:50:05+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-05-24T20:50:05+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=040e7473b458d1c917291d9857c15848a647e126'/>
<id>040e7473b458d1c917291d9857c15848a647e126</id>
<content type='text'>
- use kitchen-dokken instead of kitchen-ec2
- add tests for gem metadata + chef-sugar
- convert to inspec and add some tests

this disables the webapp stuff completely and its testing for now, that
needs to be updated to more modern httpd/mysql cookbooks and have its
testing converted to inspec.

more O/S distros are also in the pipeline.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- use kitchen-dokken instead of kitchen-ec2
- add tests for gem metadata + chef-sugar
- convert to inspec and add some tests

this disables the webapp stuff completely and its testing for now, that
needs to be updated to more modern httpd/mysql cookbooks and have its
testing converted to inspec.

more O/S distros are also in the pipeline.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove Gemfile.windows and put both platforms in Gemfile.lock</title>
<updated>2016-04-18T21:21:02+00:00</updated>
<author>
<name>John Keiser</name>
<email>john@johnkeiser.com</email>
</author>
<published>2016-04-17T16:34:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=01cf3ef2a85d3190b0bd46835ff6ae37f830764a'/>
<id>01cf3ef2a85d3190b0bd46835ff6ae37f830764a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Pin everything down with Gemfile.lock, add rake dependencies to update</title>
<updated>2016-04-18T21:21:02+00:00</updated>
<author>
<name>John Keiser</name>
<email>john@johnkeiser.com</email>
</author>
<published>2016-04-11T18:53:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=257500a90a17e9604c798f2b73afd0ada5d42903'/>
<id>257500a90a17e9604c798f2b73afd0ada5d42903</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Autofixing Style/PercentLiteralDelimeters</title>
<updated>2016-01-18T17:12:29+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-01-18T17:12:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=86643d99789002eca3f064f3450fe48dcd316753'/>
<id>86643d99789002eca3f064f3450fe48dcd316753</id>
<content type='text'>
See chef/chefstyle#11 for analysis and discussion.  We select '{}' since
audit of our source code shows that is the most common, and that used to
be the dominant learning paradigm (e.g. in ruby 1.9 pickaxe book.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See chef/chefstyle#11 for analysis and discussion.  We select '{}' since
audit of our source code shows that is the most common, and that used to
be the dominant learning paradigm (e.g. in ruby 1.9 pickaxe book.
</pre>
</div>
</content>
</entry>
<entry>
<title>Use double quotes by default</title>
<updated>2016-01-14T14:08:03+00:00</updated>
<author>
<name>Thom May</name>
<email>thom@chef.io</email>
</author>
<published>2016-01-14T14:08:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=51cfbdc4d16739caac4d946fadbe678444aafe34'/>
<id>51cfbdc4d16739caac4d946fadbe678444aafe34</id>
<content type='text'>
This is an entirely mechanically generated (chefstyle -a) change, to go
along with chef/chefstyle#5 . We should pick something and use it
consistently, and my opinion is that double quotes are the appropriate
thing.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This is an entirely mechanically generated (chefstyle -a) change, to go
along with chef/chefstyle#5 . We should pick something and use it
consistently, and my opinion is that double quotes are the appropriate
thing.
</pre>
</div>
</content>
</entry>
<entry>
<title>add 14.04 to supported vagrant distros</title>
<updated>2014-10-29T02:15:11+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2014-10-29T02:12:13+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=fddec00efe721e68fb1f2ba0440f93e496ce145c'/>
<id>fddec00efe721e68fb1f2ba0440f93e496ce145c</id>
<content type='text'>
10.04 and 14.10 'documented' as broken in the upstream
mysql cookbook
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
10.04 and 14.10 'documented' as broken in the upstream
mysql cookbook
</pre>
</div>
</content>
</entry>
<entry>
<title>WIP</title>
<updated>2014-10-27T23:24:36+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2014-10-07T17:57:32+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=c50046851b5e2af3cfef6c7b02b69e3c36a51db1'/>
<id>c50046851b5e2af3cfef6c7b02b69e3c36a51db1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Having busser install ffy-yajl gem so it can use it for serverspec test runs</title>
<updated>2014-10-07T23:39:56+00:00</updated>
<author>
<name>tyler-ball</name>
<email>tyleraball@gmail.com</email>
</author>
<published>2014-09-24T17:24:43+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=bd4becc6f45296f90ff2a0695ccab53fd1e57a4e'/>
<id>bd4becc6f45296f90ff2a0695ccab53fd1e57a4e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>ffi_yajl still isn't loading, and when I manually installed it on the host I was calling the wrong method</title>
<updated>2014-10-07T23:39:56+00:00</updated>
<author>
<name>tyler-ball</name>
<email>tyleraball@gmail.com</email>
</author>
<published>2014-09-24T16:47:03+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=7b172fe93aeb0e23832340406c86d41728a49a56'/>
<id>7b172fe93aeb0e23832340406c86d41728a49a56</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
