<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/docker-py.git/tests/integration, branch remove_node</title>
<subtitle>github.com: dotcloud/docker-py.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/'/>
<entry>
<title>Implement swarm node removal</title>
<updated>2016-12-07T20:24:18+00:00</updated>
<author>
<name>Joffrey F</name>
<email>joffrey@docker.com</email>
</author>
<published>2016-12-05T21:33:41+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=c239e4050425394b20970998d3c33776621a90a7'/>
<id>c239e4050425394b20970998d3c33776621a90a7</id>
<content type='text'>
Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'patch-1' of https://github.com/manics/docker-py into manics-patch-1</title>
<updated>2016-12-02T22:50:40+00:00</updated>
<author>
<name>Joffrey F</name>
<email>joffrey@docker.com</email>
</author>
<published>2016-12-02T22:50:40+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=88b733b0f446440f8d8ef1a73e09daadee67dcb5'/>
<id>88b733b0f446440f8d8ef1a73e09daadee67dcb5</id>
<content type='text'>
Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Move config type creation from docker.utils functions to classes in</title>
<updated>2016-12-02T00:06:41+00:00</updated>
<author>
<name>Joffrey F</name>
<email>joffrey@docker.com</email>
</author>
<published>2016-11-30T02:00:46+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=993f298e85539751343048467004a679414426ec'/>
<id>993f298e85539751343048467004a679414426ec</id>
<content type='text'>
docker.types

Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
docker.types

Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge pull request #1297 from docker/stepanstipl-allow_custom_pid_mode</title>
<updated>2016-11-28T22:00:07+00:00</updated>
<author>
<name>Joffrey F</name>
<email>f.joffrey@gmail.com</email>
</author>
<published>2016-11-28T22:00:07+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=9643253c50aacc57ec66453137599ddeeee10d84'/>
<id>9643253c50aacc57ec66453137599ddeeee10d84</id>
<content type='text'>
Allow custom pid mode</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow custom pid mode</pre>
</div>
</content>
</entry>
<entry>
<title>Re-enable pid_mode checks for API &lt; 1.24</title>
<updated>2016-11-28T20:01:25+00:00</updated>
<author>
<name>Joffrey F</name>
<email>joffrey@docker.com</email>
</author>
<published>2016-11-28T20:01:25+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=44e57fb95d94145a789cc29884756b7fd4e03fe1'/>
<id>44e57fb95d94145a789cc29884756b7fd4e03fe1</id>
<content type='text'>
Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Joffrey F &lt;joffrey@docker.com&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow custom PID mode for the container</title>
<updated>2016-11-28T19:42:00+00:00</updated>
<author>
<name>Stepan Stipl</name>
<email>stepan@stipl.net</email>
</author>
<published>2016-08-31T17:30:29+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=7ef48c3769cc42115b59157847275b2d072d7e5f'/>
<id>7ef48c3769cc42115b59157847275b2d072d7e5f</id>
<content type='text'>
Docker added support for sharing PID namespaces with other containers
since version 1.12 (see https://github.com/docker/docker/pull/22481).

Signed-off-by: Stepan Stipl &lt;stepan@stipl.net&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Docker added support for sharing PID namespaces with other containers
since version 1.12 (see https://github.com/docker/docker/pull/22481).

Signed-off-by: Stepan Stipl &lt;stepan@stipl.net&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove MAINTAINER from Dockerfiles</title>
<updated>2016-11-24T13:32:20+00:00</updated>
<author>
<name>Ben Firshman</name>
<email>ben@firshman.co.uk</email>
</author>
<published>2016-11-24T13:32:20+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=b4c02393b2773bddb212a24ded85d805bdca8334'/>
<id>b4c02393b2773bddb212a24ded85d805bdca8334</id>
<content type='text'>
It was deprecated in https://github.com/docker/docker/pull/25466

(Sorry @shin- ;)

Signed-off-by: Ben Firshman &lt;ben@firshman.co.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It was deprecated in https://github.com/docker/docker/pull/25466

(Sorry @shin- ;)

Signed-off-by: Ben Firshman &lt;ben@firshman.co.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add new user-focused API</title>
<updated>2016-11-22T17:05:43+00:00</updated>
<author>
<name>Ben Firshman</name>
<email>ben@firshman.co.uk</email>
</author>
<published>2016-11-08T01:56:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=1984f68730512a1c07017118f4e229c7949ff8a8'/>
<id>1984f68730512a1c07017118f4e229c7949ff8a8</id>
<content type='text'>
See #1086

Signed-off-by: Ben Firshman &lt;ben@firshman.co.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
See #1086

Signed-off-by: Ben Firshman &lt;ben@firshman.co.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Add random_name test helper</title>
<updated>2016-11-22T17:03:04+00:00</updated>
<author>
<name>Ben Firshman</name>
<email>ben@firshman.co.uk</email>
</author>
<published>2016-11-08T01:55:32+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=d98a8790163d3e3cdc15a43c9f981d28af1003d2'/>
<id>d98a8790163d3e3cdc15a43c9f981d28af1003d2</id>
<content type='text'>
Signed-off-by: Ben Firshman &lt;ben@firshman.co.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Signed-off-by: Ben Firshman &lt;ben@firshman.co.uk&gt;
</pre>
</div>
</content>
</entry>
<entry>
<title>Split out base integration test for APIClient</title>
<updated>2016-11-22T17:03:04+00:00</updated>
<author>
<name>Ben Firshman</name>
<email>ben@firshman.co.uk</email>
</author>
<published>2016-09-15T16:57:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/docker-py.git/commit/?id=6334312e475572f42a87988e09b3f65f03c91f93'/>
<id>6334312e475572f42a87988e09b3f65f03c91f93</id>
<content type='text'>
So the cleanup stuff can be reused for model tests.

Signed-off-by: Ben Firshman &lt;ben@firshman.co.uk&gt;
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
So the cleanup stuff can be reused for model tests.

Signed-off-by: Ben Firshman &lt;ben@firshman.co.uk&gt;
</pre>
</div>
</content>
</entry>
</feed>
