<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/spec/functional/knife/configure_spec.rb, branch https_shell</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>Copyright year update for 2016 and massive cleanup.</title>
<updated>2016-02-02T22:43:28+00:00</updated>
<author>
<name>Noah Kantrowitz</name>
<email>noah@coderanger.net</email>
</author>
<published>2016-02-02T22:43:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=0878ed6123706ed4201644ee798da993f8cb5ad4'/>
<id>0878ed6123706ed4201644ee798da993f8cb5ad4</id>
<content type='text'>
Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Generated via git ls-files | xargs perl -pi -e "s/[Cc]opyright (?:\([Cc]\) )?((?\!$(date +%Y))\\d{4})(-\\d{4})?([, ][ \d]+)*(,|(?= ))/Copyright \\1-$(date +%Y),/g"</pre>
</div>
</content>
</entry>
<entry>
<title>Use OHAI_SYSTEM where possible</title>
<updated>2016-02-02T16:14:51+00:00</updated>
<author>
<name>Jay Mundrawala</name>
<email>jdmundrawala@gmail.com</email>
</author>
<published>2016-02-01T23:24:27+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=4906f0b6bea47b4e2c564d66c6232b1efa70114a'/>
<id>4906f0b6bea47b4e2c564d66c6232b1efa70114a</id>
<content type='text'>
Rerunning ohai wastes a lot of time. This should
get us back to within our time limits in appveyor
even with the perf regression in Ohai.

Don't rerun ohai for unit/regsitry_helper_spec

Ohai is slow. We don't need to rerun this, it's
already run in our spec_helper.

Don't keep rerunning ohai for reboot_pending_spec

Running Ohai is slow. This should know almost 2
mins off the runtime of the tests.

Don't need to run ohai for registry_spec

crypto_spec does not need its own ohai

cmdlet_spec does not need its own ohai

functional registry_helper_spec does not need its own ohai

Use spec ohai system for knife configure_spec

Use OHAI_SYSTEM for dsc_script_spec

use OHAI_SYSTEM for dsc_resource_spec
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Rerunning ohai wastes a lot of time. This should
get us back to within our time limits in appveyor
even with the perf regression in Ohai.

Don't rerun ohai for unit/regsitry_helper_spec

Ohai is slow. We don't need to rerun this, it's
already run in our spec_helper.

Don't keep rerunning ohai for reboot_pending_spec

Running Ohai is slow. This should know almost 2
mins off the runtime of the tests.

Don't need to run ohai for registry_spec

crypto_spec does not need its own ohai

cmdlet_spec does not need its own ohai

functional registry_helper_spec does not need its own ohai

Use spec ohai system for knife configure_spec

Use OHAI_SYSTEM for dsc_script_spec

use OHAI_SYSTEM for dsc_resource_spec
</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://git.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>CHEF-5211: fix configure hostname guessing</title>
<updated>2014-04-23T17:54:43+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2014-04-23T17:54:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=09349d0c02b6a76b11db20e7f4b4608ec3c801d9'/>
<id>09349d0c02b6a76b11db20e7f4b4608ec3c801d9</id>
<content type='text'>
ohai[:fqdn] depends on DNS and may be nil.  change the algorithm to use
the hostnaome of the machine as a fallback using the same algorithm
that Chef::Client uses for guessing the node_name of a host.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
ohai[:fqdn] depends on DNS and may be nil.  change the algorithm to use
the hostnaome of the machine as a fallback using the same algorithm
that Chef::Client uses for guessing the node_name of a host.
</pre>
</div>
</content>
</entry>
<entry>
<title>CHEF-5211: Make sure ohai[:fqdn] succeeds</title>
<updated>2014-04-22T22:53:39+00:00</updated>
<author>
<name>Bryan McLellan</name>
<email>btm@getchef.com</email>
</author>
<published>2014-04-10T16:31:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=f8b096cfbe86dccb3f1eb443577b4f8fc44df519'/>
<id>f8b096cfbe86dccb3f1eb443577b4f8fc44df519</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
