<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/spec, branch array_mount</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>Add some retry/delay in HTTP functional tests</title>
<updated>2018-10-25T19:39:30+00:00</updated>
<author>
<name>Seth Chisamore</name>
<email>schisamo@chef.io</email>
</author>
<published>2018-10-25T19:39:30+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=8a29d94084b75e03cc9452661f6372a1bd44d209'/>
<id>8a29d94084b75e03cc9452661f6372a1bd44d209</id>
<content type='text'>
We are seeing some failures when running the functional tests on our new
Anka-based macOS testers. This small tweaks to the `Chef::Config` used
in the specs fix the issues.

Signed-off-by: Seth Chisamore &lt;schisamo@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We are seeing some failures when running the functional tests on our new
Anka-based macOS testers. This small tweaks to the `Chef::Config` used
in the specs fix the issues.

Signed-off-by: Seth Chisamore &lt;schisamo@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix the registry_key resource so the correct value is set when sensitive is true</title>
<updated>2018-10-23T22:27:51+00:00</updated>
<author>
<name>Josh Barker</name>
<email>josh.barker.developer@gmail.com</email>
</author>
<published>2018-10-23T20:45:34+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=5f76daac96db499617b47785dea6d43ad442b5c1'/>
<id>5f76daac96db499617b47785dea6d43ad442b5c1</id>
<content type='text'>
Signed-off-by: Josh Barker &lt;josh.barker.developer@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Josh Barker &lt;josh.barker.developer@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for localized system account to windows_task resource</title>
<updated>2018-10-16T19:46:27+00:00</updated>
<author>
<name>Anton Kvashenkin</name>
<email>ak@gfoil.ru</email>
</author>
<published>2018-09-24T18:57:12+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=b2f02d134ce96599416f1c3a5ab045cb261cc883'/>
<id>b2f02d134ce96599416f1c3a5ab045cb261cc883</id>
<content type='text'>
Signed-off-by: Anton Kvashenkin &lt;anton.jugatsu@gmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Anton Kvashenkin &lt;anton.jugatsu@gmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7753 from chef/lcg/fix-sticky-bits</title>
<updated>2018-10-16T08:28:26+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2018-10-16T08:28:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=ab0b4d5bbddc916f347911fea5d7de5459e83e96'/>
<id>ab0b4d5bbddc916f347911fea5d7de5459e83e96</id>
<content type='text'>
File provider:  fix sticky bits management / preservation</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
File provider:  fix sticky bits management / preservation</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7752 from chef/lcg/deep-merge-cache-fix</title>
<updated>2018-10-16T08:27:23+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2018-10-16T08:27:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=283cdc1e0fc4e470c40f9764d856a1ad6d1032d4'/>
<id>283cdc1e0fc4e470c40f9764d856a1ad6d1032d4</id>
<content type='text'>
Node Attributes: Build ImmutableMash properly in deep_merge!</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Node Attributes: Build ImmutableMash properly in deep_merge!</pre>
</div>
</content>
</entry>
<entry>
<title>File provider:  fix sticky bits management / preservation</title>
<updated>2018-10-16T00:59:37+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2018-10-16T00:59:37+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=4aa73c6d0e04b293d63ea7cc15773033c010f000'/>
<id>4aa73c6d0e04b293d63ea7cc15773033c010f000</id>
<content type='text'>
Looks to be an at least 5 year old bug here dealing with how POSIX
strips sticky bits off of files on a chown/chgrp.

closes #7711

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Looks to be an at least 5 year old bug here dealing with how POSIX
strips sticky bits off of files on a chown/chgrp.

closes #7711

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Node Attributes: Build ImmutableMash properly in deep_merge!</title>
<updated>2018-10-16T00:06:54+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2018-10-16T00:06:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=598146da16425de86b42732f2e6a9078435bf5e7'/>
<id>598146da16425de86b42732f2e6a9078435bf5e7</id>
<content type='text'>
closes #7738

The root cause here is that there's a difference between doing

Chef::Node::VividMash.new( &lt;another VividMash&gt; )

And:

Chef::Node::ImmutableMash.new( &lt;a VividMash&gt; )

The former short circuits and does no work in convert_value.  The
latter will not short circuit and does the proper work to dup
and convert the value argument.

Since we build an ImmutableMash now, we do not need to wrap it
with the extra immutablize() call.

This should be perf neutral or very, very slightly better perf.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
closes #7738

The root cause here is that there's a difference between doing

Chef::Node::VividMash.new( &lt;another VividMash&gt; )

And:

Chef::Node::ImmutableMash.new( &lt;a VividMash&gt; )

The former short circuits and does no work in convert_value.  The
latter will not short circuit and does the proper work to dup
and convert the value argument.

Since we build an ImmutableMash now, we do not need to wrap it
with the extra immutablize() call.

This should be perf neutral or very, very slightly better perf.

Signed-off-by: Lamont Granquist &lt;lamont@scriptkiddie.org&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>When a property regex fails don't call it an option</title>
<updated>2018-10-11T21:38:55+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2018-10-10T22:24:06+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=c29d12950e556f8e99efc03542d245606d5e7e1c'/>
<id>c29d12950e556f8e99efc03542d245606d5e7e1c</id>
<content type='text'>
These aren't options. These are properties.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
These aren't options. These are properties.

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the timezone resource from the timezone_lwrp cookbook</title>
<updated>2018-10-09T19:14:22+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2018-10-09T19:14:22+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=9c92baeba900ffb0b62b35da9bcae5390d511baa'/>
<id>9c92baeba900ffb0b62b35da9bcae5390d511baa</id>
<content type='text'>
Adding this resource to core Chef with permission from @dragonsmith

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Adding this resource to core Chef with permission from @dragonsmith

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #7701 from chef/lcg/allow-downgrade-pseudo-default</title>
<updated>2018-09-28T01:28:03+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2018-09-28T01:28:03+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=061b1a2786d3718258c7caee142a0ca44a24846c'/>
<id>061b1a2786d3718258c7caee142a0ca44a24846c</id>
<content type='text'>
Change the allow_downgrade pseudo-default in the package provider superclass to true</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change the allow_downgrade pseudo-default in the package provider superclass to true</pre>
</div>
</content>
</entry>
</feed>
