<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/ruby-gems/chef.git/spec/functional, branch ruby255</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>windows_certificate: Import root/nested certificates while importing P7B certificates</title>
<updated>2019-03-05T01:17:42+00:00</updated>
<author>
<name>Nimesh-Msys</name>
<email>nimesh.patni@msystechnologies.com</email>
</author>
<published>2019-02-20T10:02:24+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=6e6b5ffbac4eb268a81b7535c1c26c54f9b3aeea'/>
<id>6e6b5ffbac4eb268a81b7535c1c26c54f9b3aeea</id>
<content type='text'>
- P7B might contain multiple certificates and we should not miss the internal one while import.
- Added test cases and ensured chef-style
- Fixes: MSYS-977

Signed-off-by: Nimesh-Msys &lt;nimesh.patni@msystechnologies.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- P7B might contain multiple certificates and we should not miss the internal one while import.
- Added test cases and ensured chef-style
- Fixes: MSYS-977

Signed-off-by: Nimesh-Msys &lt;nimesh.patni@msystechnologies.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Fetching OpenSSL::X509::Certificate object without shell interactions.</title>
<updated>2019-03-04T18:00:09+00:00</updated>
<author>
<name>Nimesh-Msys</name>
<email>nimesh.patni@msystechnologies.com</email>
</author>
<published>2019-02-15T15:51:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=8989b00b3209a092fc07d3daae4683cf9fe682f2'/>
<id>8989b00b3209a092fc07d3daae4683cf9fe682f2</id>
<content type='text'>
- Previously, we were building a new OpenSSL::X509::Certificate object with PEM string contents.
- To get this content, we were using openssl utility and were converting all certificate types into PEM
- And were extracting the PEM contents out of resulting data.
- It could directly be done via correct usage of applicable classes.
- Reverted using Open3. It uses shell hence did not solved the purpose.

Signed-off-by: Nimesh-Msys &lt;nimesh.patni@msystechnologies.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Previously, we were building a new OpenSSL::X509::Certificate object with PEM string contents.
- To get this content, we were using openssl utility and were converting all certificate types into PEM
- And were extracting the PEM contents out of resulting data.
- It could directly be done via correct usage of applicable classes.
- Reverted using Open3. It uses shell hence did not solved the purpose.

Signed-off-by: Nimesh-Msys &lt;nimesh.patni@msystechnologies.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Windows Certificate: Add support to import Base 64 encoded CER certificates</title>
<updated>2019-03-04T18:00:01+00:00</updated>
<author>
<name>Nimesh-Msys</name>
<email>nimesh.patni@msystechnologies.com</email>
</author>
<published>2019-02-12T10:27:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=cc111ec75b22d0bd94301aa164a73a0734838473'/>
<id>cc111ec75b22d0bd94301aa164a73a0734838473</id>
<content type='text'>
- Till now, cer certificates were only considered to be in binary format (DER)
- They can also be base-64 encoded(PEM)
- We should only append "inform DER" only if it is a binary certificate, otherwise, default ("inform PEM") would support base64 encoded certificates.
- Added test caes
- Ensured Chef style

Signed-off-by: Nimesh-Msys &lt;nimesh.patni@msystechnologies.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Till now, cer certificates were only considered to be in binary format (DER)
- They can also be base-64 encoded(PEM)
- We should only append "inform DER" only if it is a binary certificate, otherwise, default ("inform PEM") would support base64 encoded certificates.
- Added test caes
- Ensured Chef style

Signed-off-by: Nimesh-Msys &lt;nimesh.patni@msystechnologies.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8205 from chef/task_14</title>
<updated>2019-02-06T00:03:43+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2019-02-06T00:03:43+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=050d5e74c88c843c61fb80fb45a65016fc2feab0'/>
<id>050d5e74c88c843c61fb80fb45a65016fc2feab0</id>
<content type='text'>
windows_task: Properly set command / arguments so resource updates behave as expected</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
windows_task: Properly set command / arguments so resource updates behave as expected</pre>
</div>
</content>
</entry>
<entry>
<title>Import PFX certificates with their private keys</title>
<updated>2019-02-05T23:12:24+00:00</updated>
<author>
<name>Nimesh-Msys</name>
<email>nimesh.patni@msystechnologies.com</email>
</author>
<published>2019-01-30T09:31:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=11aeff603ac2e2a494021e58979e6dc1eb78e5e1'/>
<id>11aeff603ac2e2a494021e58979e6dc1eb78e5e1</id>
<content type='text'>
- Using `add_pfx` of Win32::Certstore to import a PFX certificate with its thumbprint
- Using correct version of `win32-certstore` to support these changes
- Added Test cases
- Minor cleanup and opimization

Signed-off-by: Nimesh-Msys &lt;nimesh.patni@msystechnologies.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Using `add_pfx` of Win32::Certstore to import a PFX certificate with its thumbprint
- Using correct version of `win32-certstore` to support these changes
- Added Test cases
- Minor cleanup and opimization

Signed-off-by: Nimesh-Msys &lt;nimesh.patni@msystechnologies.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>windows_task: Minor fix while setting command and arguments of task</title>
<updated>2019-02-05T23:10:46+00:00</updated>
<author>
<name>Nimesh-Msys</name>
<email>nimesh.patni@msystechnologies.com</email>
</author>
<published>2019-02-04T16:23:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=aa4b7f27904d5142b1c5385521a72e0c5de50c95'/>
<id>aa4b7f27904d5142b1c5385521a72e0c5de50c95</id>
<content type='text'>
Signed-off-by: Nimesh-Msys &lt;nimesh.patni@msystechnologies.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Nimesh-Msys &lt;nimesh.patni@msystechnologies.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Should be run only on Appveyor, without affecting anyone elses machine</title>
<updated>2019-01-24T18:59:10+00:00</updated>
<author>
<name>Nimesh-Msys</name>
<email>nimesh.patni@msystechnologies.com</email>
</author>
<published>2019-01-24T06:05:08+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=8924f9a7e9e960af470a1b4bd22583574bd5c757'/>
<id>8924f9a7e9e960af470a1b4bd22583574bd5c757</id>
<content type='text'>
Signed-off-by: Nimesh-Msys &lt;nimesh.patni@msystechnologies.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Nimesh-Msys &lt;nimesh.patni@msystechnologies.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Adding Functional specs for windows_certificate.</title>
<updated>2019-01-24T18:59:06+00:00</updated>
<author>
<name>Nimesh-Msys</name>
<email>nimesh.patni@msystechnologies.com</email>
</author>
<published>2019-01-23T20:52:58+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=a6a65d48a206571bb1c4467a41d9c2aa4f63f7d4'/>
<id>a6a65d48a206571bb1c4467a41d9c2aa4f63f7d4</id>
<content type='text'>
- Mostly focus on all major actions and their idempotency.

Signed-off-by: Nimesh-Msys &lt;nimesh.patni@msystechnologies.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
- Mostly focus on all major actions and their idempotency.

Signed-off-by: Nimesh-Msys &lt;nimesh.patni@msystechnologies.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Added unit test for the timezone resource</title>
<updated>2019-01-17T00:53:00+00:00</updated>
<author>
<name>username-is-already-taken2</name>
<email>digitalgaz@hotmail.com</email>
</author>
<published>2018-11-23T09:17:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=01f2649c9496e51162b6e60d4813cd6d1781e5f8'/>
<id>01f2649c9496e51162b6e60d4813cd6d1781e5f8</id>
<content type='text'>
Signed-off-by: username-is-already-taken2 &lt;digitalgaz@hotmail.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: username-is-already-taken2 &lt;digitalgaz@hotmail.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #8120 from chef/tasks</title>
<updated>2019-01-16T19:19:15+00:00</updated>
<author>
<name>Tim Smith</name>
<email>tsmith@chef.io</email>
</author>
<published>2019-01-16T19:19:15+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/ruby-gems/chef.git/commit/?id=064a7dbe5b3bc4e225f5d657638283f3fb8b9f95'/>
<id>064a7dbe5b3bc4e225f5d657638283f3fb8b9f95</id>
<content type='text'>
windows_task resource: allow non-system users without password for interactive tasks</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
windows_task resource: allow non-system users without password for interactive tasks</pre>
</div>
</content>
</entry>
</feed>
