<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/spec/unit/resource, 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>Added unit specs for powershell package</title>
<updated>2016-11-10T09:06:56+00:00</updated>
<author>
<name>dheerajd-msys</name>
<email>dheeraj.dubey@msystechnologies.com</email>
</author>
<published>2016-10-25T11:17:07+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=d79417f1e3fcd589c29f0527fe57cb68ad150ac8'/>
<id>d79417f1e3fcd589c29f0527fe57cb68ad150ac8</id>
<content type='text'>
Signed-off-by: dheerajd-msys &lt;dheeraj.dubey@msystechnologies.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: dheerajd-msys &lt;dheeraj.dubey@msystechnologies.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Prevent apt_update failures on non-Linux platforms</title>
<updated>2016-11-07T22:22:33+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2016-11-07T22:22:33+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=b24a63950c48c39a64707b127849220a64e8b8ee'/>
<id>b24a63950c48c39a64707b127849220a64e8b8ee</id>
<content type='text'>
We 1/2 wired up the noop functionality, but specifying that we only provided the resource on Linux caused that code to never run.

This prevents this sort of error on non-Linux platforms:

```
Cannot find a resource for apt_update on windows version 6.3.9600
```

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We 1/2 wired up the noop functionality, but specifying that we only provided the resource on Linux caused that code to never run.

This prevents this sort of error on non-Linux platforms:

```
Cannot find a resource for apt_update on windows version 6.3.9600
```

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5475 from tas50/spec_typo</title>
<updated>2016-10-21T16:25:53+00:00</updated>
<author>
<name>Lamont Granquist</name>
<email>lamont@scriptkiddie.org</email>
</author>
<published>2016-10-21T16:25:53+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=a504bb2a2b1f24e1a50b84f7e83cc284f443db56'/>
<id>a504bb2a2b1f24e1a50b84f7e83cc284f443db56</id>
<content type='text'>
Fix a typo in the apt_repository spec</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix a typo in the apt_repository spec</pre>
</div>
</content>
</entry>
<entry>
<title>Fix spec typo</title>
<updated>2016-10-19T16:11:38+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2016-10-19T16:11:38+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=3c5a497734a4a989bdaea58a0c8e9aa88f86ba93'/>
<id>3c5a497734a4a989bdaea58a0c8e9aa88f86ba93</id>
<content type='text'>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5319 from tas50/apt_update_specs</title>
<updated>2016-10-04T17:56:17+00:00</updated>
<author>
<name>Thom May</name>
<email>thom@may.lt</email>
</author>
<published>2016-10-04T17:56:17+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=1cdd613855778050dee83fbc17cced869e9a7c5c'/>
<id>1cdd613855778050dee83fbc17cced869e9a7c5c</id>
<content type='text'>
Test apt_update on non-linux behavior</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Test apt_update on non-linux behavior</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #5359 from MsysTechnologiesllc/ali/windows_registry_key_resource_delete_fix</title>
<updated>2016-09-30T16:17:29+00:00</updated>
<author>
<name>Bryan McLellan</name>
<email>btm@loftninjas.org</email>
</author>
<published>2016-09-30T16:17:29+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=f9a8e2c16f8073f7af6a4414f51d69f644ef97aa'/>
<id>f9a8e2c16f8073f7af6a4414f51d69f644ef97aa</id>
<content type='text'>
Allow deletion of registry_key without the need for users to pass data key in values hash.</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow deletion of registry_key without the need for users to pass data key in values hash.</pre>
</div>
</content>
</entry>
<entry>
<title>Added resource and provider for cab package</title>
<updated>2016-09-30T09:40:46+00:00</updated>
<author>
<name>Vasu1105</name>
<email>vasundhara.jagdale@clogeny.com</email>
</author>
<published>2016-09-07T06:02:01+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=09b44d56bc3f9285360b6b93f7798e6de4dd8dfd'/>
<id>09b44d56bc3f9285360b6b93f7798e6de4dd8dfd</id>
<content type='text'>
Reverted changes

Adding resource and provider for cab file support

Added method identifying package version for installation and removal of package

Updated code to idetitfy installed version

refactored some code

Refactored code for parsing dism get package output

Fixed rubocop issue, working on specs

created spec files

Working on unit specs

Added unit specs and working on functional specs

Working on functional specs and fixed rubocop errors

Fixed failing unit test cases

Resolved rubucop style error

Removed functional specs

Fixed error and working on functional specs

Added missing functional spec file
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Reverted changes

Adding resource and provider for cab file support

Added method identifying package version for installation and removal of package

Updated code to idetitfy installed version

refactored some code

Refactored code for parsing dism get package output

Fixed rubocop issue, working on specs

created spec files

Working on unit specs

Added unit specs and working on functional specs

Working on functional specs and fixed rubocop errors

Fixed failing unit test cases

Resolved rubucop style error

Removed functional specs

Fixed error and working on functional specs

Added missing functional spec file
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow deletion of registry_key without the need for users to pass type and data key in values hash.</title>
<updated>2016-09-30T06:44:41+00:00</updated>
<author>
<name>aliasgar16</name>
<email>aliasgar.batterywala@msystechnologies.com</email>
</author>
<published>2016-09-21T11:41:27+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=a53f31ceba2fc7ce51b6e5713dcb628c401f7ea9'/>
<id>a53f31ceba2fc7ce51b6e5713dcb628c401f7ea9</id>
<content type='text'>
Signed-off-by: aliasgar16 &lt;aliasgar.batterywala@msystechnologies.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: aliasgar16 &lt;aliasgar.batterywala@msystechnologies.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Test apt_update on non-linux behavior</title>
<updated>2016-09-14T21:00:41+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2016-09-14T21:00:41+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=a15331a44d3fe1885c4c787055cba4d2e424e6c6'/>
<id>a15331a44d3fe1885c4c787055cba4d2e424e6c6</id>
<content type='text'>
Make sure on non-linux without running which we still end up with a no-op

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Make sure on non-linux without running which we still end up with a no-op

Signed-off-by: Tim Smith &lt;tsmith@chef.io&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Create and delete yum repositories</title>
<updated>2016-08-24T09:17:12+00:00</updated>
<author>
<name>Thom May</name>
<email>thom@chef.io</email>
</author>
<published>2016-08-10T09:58:28+00:00</published>
<link rel='alternate' type='text/html' href='http://trove.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=62c04b47128009f80024226b1eb75a9f9f9db8c9'/>
<id>62c04b47128009f80024226b1eb75a9f9f9db8c9</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>
</feed>
