<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/docker.git/integration-cli/docker_cli_push_test.go, branch release</title>
<subtitle>github.com: dotcloud/docker.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker.git/'/>
<entry>
<title>Update regression test</title>
<updated>2015-08-13T01:52:01+00:00</updated>
<author>
<name>Arnaud Porterie</name>
<email>arnaud.porterie@docker.com</email>
</author>
<published>2015-08-13T01:36:46+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker.git/commit/?id=a9aaa6678073d2cac4b9c5d86eb012f0aa024ccb'/>
<id>a9aaa6678073d2cac4b9c5d86eb012f0aa024ccb</id>
<content type='text'>
Signed-off-by: Arnaud Porterie &lt;arnaud.porterie@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Arnaud Porterie &lt;arnaud.porterie@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert #14884</title>
<updated>2015-08-13T01:51:57+00:00</updated>
<author>
<name>Arnaud Porterie</name>
<email>arnaud.porterie@docker.com</email>
</author>
<published>2015-08-13T01:32:23+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker.git/commit/?id=e19060dceacf79e1384e4aa224c76e4bcc6f86e9'/>
<id>e19060dceacf79e1384e4aa224c76e4bcc6f86e9</id>
<content type='text'>
This reverts commit 810d3b2642d4a82dc186d6eff8c2e487ee624bc5.

Signed-off-by: Arnaud Porterie &lt;arnaud.porterie@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 810d3b2642d4a82dc186d6eff8c2e487ee624bc5.

Signed-off-by: Arnaud Porterie &lt;arnaud.porterie@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Skip notary tests which update system clock</title>
<updated>2015-08-07T17:08:37+00:00</updated>
<author>
<name>Derek McGowan</name>
<email>derek@mcgstyle.net</email>
</author>
<published>2015-07-29T19:09:40+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker.git/commit/?id=83f6dbe30adac62cd0cce3d07f562184ddb22711'/>
<id>83f6dbe30adac62cd0cce3d07f562184ddb22711</id>
<content type='text'>
Currently some notary tests change the system clock to check for expiration.
Skip these tests until the code can be refactored to not rely on updating the system clock.

Signed-off-by: Derek McGowan &lt;derek@mcgstyle.net&gt; (github: dmcgowan)
(cherry picked from commit bf3c1e6a3afc951e41643b8d55d4ac25fa9cb06d)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Currently some notary tests change the system clock to check for expiration.
Skip these tests until the code can be refactored to not rely on updating the system clock.

Signed-off-by: Derek McGowan &lt;derek@mcgstyle.net&gt; (github: dmcgowan)
(cherry picked from commit bf3c1e6a3afc951e41643b8d55d4ac25fa9cb06d)
</pre>
</div>
</content>
</entry>
<entry>
<title>Updated to use latest version of notary</title>
<updated>2015-08-03T16:37:35+00:00</updated>
<author>
<name>Derek McGowan</name>
<email>derek@mcgstyle.net</email>
</author>
<published>2015-07-31T22:01:50+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker.git/commit/?id=a16ab243e578fdefab6bdf89d0db201bb14be489'/>
<id>a16ab243e578fdefab6bdf89d0db201bb14be489</id>
<content type='text'>
Update UX to use aliases for root, snapshot, and target key

Signed-off-by: Derek McGowan &lt;derek@mcgstyle.net&gt; (github: dmcgowan)
(cherry picked from commit 6ce76cd9ed0e014e109ec632fa21b7e853f56951)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update UX to use aliases for root, snapshot, and target key

Signed-off-by: Derek McGowan &lt;derek@mcgstyle.net&gt; (github: dmcgowan)
(cherry picked from commit 6ce76cd9ed0e014e109ec632fa21b7e853f56951)
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename to flags and environment variables to content trust</title>
<updated>2015-07-24T23:31:18+00:00</updated>
<author>
<name>Derek McGowan</name>
<email>derek@mcgstyle.net</email>
</author>
<published>2015-07-24T08:59:42+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker.git/commit/?id=259cadb0b19a9049302e78fec529b0105efabb1d'/>
<id>259cadb0b19a9049302e78fec529b0105efabb1d</id>
<content type='text'>
Update help line to allow 90 characters instead of 80

The trust flag pushes out the help description column wider, requiring more room to display help messages.

Signed-off-by: Derek McGowan &lt;derek@mcgstyle.net&gt; (github: dmcgowan)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update help line to allow 90 characters instead of 80

The trust flag pushes out the help description column wider, requiring more room to display help messages.

Signed-off-by: Derek McGowan &lt;derek@mcgstyle.net&gt; (github: dmcgowan)
</pre>
</div>
</content>
</entry>
<entry>
<title>Added tests for expired snapshots and timestamps</title>
<updated>2015-07-24T23:31:18+00:00</updated>
<author>
<name>Diogo Monica</name>
<email>diogo@docker.com</email>
</author>
<published>2015-07-23T01:46:59+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker.git/commit/?id=3e90b12d42f6f937639edafa4b2ddc12badf8895'/>
<id>3e90b12d42f6f937639edafa4b2ddc12badf8895</id>
<content type='text'>
Signed-off-by: Diogo Monica &lt;diogo@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Diogo Monica &lt;diogo@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add build integration cli tests</title>
<updated>2015-07-24T23:31:12+00:00</updated>
<author>
<name>Derek McGowan</name>
<email>derek@mcgstyle.net</email>
</author>
<published>2015-07-23T12:12:36+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker.git/commit/?id=871d2b96ed5cf234c41a5e731a34fc9deda4e9f1'/>
<id>871d2b96ed5cf234c41a5e731a34fc9deda4e9f1</id>
<content type='text'>
Clean up tests to remove duplicate code

Add tests which run pull and create in an isolated configuration directory.
Add build test for untrusted tag

Signed-off-by: Derek McGowan &lt;derek@mcgstyle.net&gt; (github: dmcgowan)
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Clean up tests to remove duplicate code

Add tests which run pull and create in an isolated configuration directory.
Add build test for untrusted tag

Signed-off-by: Derek McGowan &lt;derek@mcgstyle.net&gt; (github: dmcgowan)
</pre>
</div>
</content>
</entry>
<entry>
<title>Add test for incorrect nonroot passphrase</title>
<updated>2015-07-24T21:08:20+00:00</updated>
<author>
<name>Diogo Monica</name>
<email>diogo@docker.com</email>
</author>
<published>2015-07-22T18:39:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker.git/commit/?id=eeb6d0a71b754c1c99748f7ba08be27e4d8b8eb9'/>
<id>eeb6d0a71b754c1c99748f7ba08be27e4d8b8eb9</id>
<content type='text'>
Fix failing tests for create, push, and pull

Signed-off-by: Diogo Monica &lt;diogo@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fix failing tests for create, push, and pull

Signed-off-by: Diogo Monica &lt;diogo@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add trust tests for Docker create, run, push, and pull</title>
<updated>2015-07-24T21:08:20+00:00</updated>
<author>
<name>Nathan McCauley</name>
<email>nathan.mccauley@docker.com</email>
</author>
<published>2015-07-22T16:14:48+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker.git/commit/?id=1406cb35fd814a987b91f92ed1a4b61a21205736'/>
<id>1406cb35fd814a987b91f92ed1a4b61a21205736</id>
<content type='text'>
Created date util function

Signed-off-by: Nathan McCauley &lt;nathan.mccauley@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Created date util function

Signed-off-by: Nathan McCauley &lt;nathan.mccauley@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add more integration tests for trusted push and pull</title>
<updated>2015-07-24T21:08:20+00:00</updated>
<author>
<name>Diogo Monica</name>
<email>diogo@docker.com</email>
</author>
<published>2015-07-22T03:36:22+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/docker.git/commit/?id=356b07c89602e4f5e9c9d4c53ec24b341b4e7865'/>
<id>356b07c89602e4f5e9c9d4c53ec24b341b4e7865</id>
<content type='text'>
Signed-off-by: Diogo Monica &lt;diogo@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Diogo Monica &lt;diogo@docker.com&gt;
</pre>
</div>
</content>
</entry>
</feed>
