<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/taskflow.git, branch juno-eol</title>
<subtitle>opendev.org: openstack/taskflow.git
</subtitle>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/'/>
<entry>
<title>Updated from global requirements</title>
<updated>2015-08-15T20:56:32+00:00</updated>
<author>
<name>OpenStack Proposal Bot</name>
<email>openstack-infra@lists.openstack.org</email>
</author>
<published>2015-08-13T21:11:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=af2963945c215e766c830d5d1889d4045a684ed3'/>
<id>af2963945c215e766c830d5d1889d4045a684ed3</id>
<content type='text'>
Change-Id: I4440b3299e5a03652ecedb834992fc75de11b15b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I4440b3299e5a03652ecedb834992fc75de11b15b
</pre>
</div>
</content>
</entry>
<entry>
<title>Update from global requirements</title>
<updated>2015-08-13T19:22:48+00:00</updated>
<author>
<name>Doug Hellmann</name>
<email>doug@doughellmann.com</email>
</author>
<published>2015-08-13T15:54:14+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=66c9ae4521f3abacd3df1403e40b639bb2d58679'/>
<id>66c9ae4521f3abacd3df1403e40b639bb2d58679</id>
<content type='text'>
stable/juno was just created for taskflow from the 0.6.1 tag so that we
can cap networkx (and other requirements) for taskflow in Juno.  This is
needed to unblock the gate-cinder-python26 job in Juno which uses
taskflow and with uncapped networkx, pulls in 1.10 which dropped py26
support.

As the first change to stable/juno for taskflow, this also updates
the .gitreview file.

Depends-On: I29aa97b542d82aabe770ad4431125ef5c67f6104

Closes-Bug: #1484267

Change-Id: Ie5fadc3f26b6897440023b2fdb47a07766061cbb
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
stable/juno was just created for taskflow from the 0.6.1 tag so that we
can cap networkx (and other requirements) for taskflow in Juno.  This is
needed to unblock the gate-cinder-python26 job in Juno which uses
taskflow and with uncapped networkx, pulls in 1.10 which dropped py26
support.

As the first change to stable/juno for taskflow, this also updates
the .gitreview file.

Depends-On: I29aa97b542d82aabe770ad4431125ef5c67f6104

Closes-Bug: #1484267

Change-Id: Ie5fadc3f26b6897440023b2fdb47a07766061cbb
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove need to inherit/adjust netutils split</title>
<updated>2015-01-05T23:06:22+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@gmail.com</email>
</author>
<published>2015-01-05T23:05:00+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=69449ae301fd411722021b47197d0a7eda335cf7'/>
<id>69449ae301fd411722021b47197d0a7eda335cf7</id>
<content type='text'>
The code we had for adjusting the netutils urlsplit
function to add in a params method/property is no
longer needed as that functionality is now pushed into
the oslo.utils repo/package where it can be maintained
there in a more proper manner instead; so we can now
remove our adjustment code and just use the upstream
code instead.

Change-Id: I5ca05c0ac6a6221157a737ba20814cfd63adf51e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The code we had for adjusting the netutils urlsplit
function to add in a params method/property is no
longer needed as that functionality is now pushed into
the oslo.utils repo/package where it can be maintained
there in a more proper manner instead; so we can now
remove our adjustment code and just use the upstream
code instead.

Change-Id: I5ca05c0ac6a6221157a737ba20814cfd63adf51e
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Allow specifying the engine 'executor' as a string"</title>
<updated>2015-01-05T04:29:54+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-01-05T04:29:54+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=d9fd9eed6106f0b840e264482fa2bb64218a5ec1'/>
<id>d9fd9eed6106f0b840e264482fa2bb64218a5ec1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow specifying the engine 'executor' as a string</title>
<updated>2015-01-02T04:16:43+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2014-12-23T23:33:13+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=b52db18522a938a995039790649821b65c26ef67'/>
<id>b52db18522a938a995039790649821b65c26ef67</id>
<content type='text'>
To enable a parallel process executor to be used without
having to pass in a futures executor allow for the executor
option to be a string 'processes' (or similar) that will cause
the default parallel process executor to be used automatically.

Also allow for a 'threads' string that ensure a parallel thread
executor is used to match the ability to uses processes.

This also adjusts the WBE engine to have a similar executor fetching
function (which in the WBE case now validates a provided executor to
be of the desired type).

Change-Id: I54a82584c32c697922507b4f6e01ea7b8acc73c6
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To enable a parallel process executor to be used without
having to pass in a futures executor allow for the executor
option to be a string 'processes' (or similar) that will cause
the default parallel process executor to be used automatically.

Also allow for a 'threads' string that ensure a parallel thread
executor is used to match the ability to uses processes.

This also adjusts the WBE engine to have a similar executor fetching
function (which in the WBE case now validates a provided executor to
be of the desired type).

Change-Id: I54a82584c32c697922507b4f6e01ea7b8acc73c6
</pre>
</div>
</content>
</entry>
<entry>
<title>Disallowing starting the executor when worker running</title>
<updated>2015-01-01T07:39:58+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2014-12-30T18:29:55+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=2ed1ad94904a314200164835541b9870ce6289e4'/>
<id>2ed1ad94904a314200164835541b9870ce6289e4</id>
<content type='text'>
To avoid consistency/threading/runtime issues stop the action
engine executor from being started if it is already running with
a valid worker thread.

Change-Id: I39925e55e7b171f289152d941ebdf390552f880c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To avoid consistency/threading/runtime issues stop the action
engine executor from being started if it is already running with
a valid worker thread.

Change-Id: I39925e55e7b171f289152d941ebdf390552f880c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Avoid creating a temporary list(s) for tree type"</title>
<updated>2015-01-01T06:29:44+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-01-01T06:29:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=d6a1be73e8ff6075b0047fac5490d3a80398ce86'/>
<id>d6a1be73e8ff6075b0047fac5490d3a80398ce86</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Use a single shared queue for an executors lifecycle"</title>
<updated>2015-01-01T05:56:51+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-01-01T05:56:51+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=b18798520aabe320b556e45cd86403692d424408'/>
<id>b18798520aabe320b556e45cd86403692d424408</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a single shared queue for an executors lifecycle</title>
<updated>2015-01-01T04:36:09+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@gmail.com</email>
</author>
<published>2014-12-25T22:56:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=50c5441efdd4406d3cb2dac40823a9c318175d9b'/>
<id>50c5441efdd4406d3cb2dac40823a9c318175d9b</id>
<content type='text'>
Instead of having many queues (one per task) just have a shared
one and use sender identifiers to know which originating task
to proxy back to.

This scales better and avoids the needless polling of many
queues for a potential message to emit (and can now instead
just poll one queue); when now we can just poll a single
queue for any messages (this does though remove the ability to
throttle messages from a given sender).

Change-Id: I3566a5ab20ad15a80a4c6969f48b076ddde1d7ac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of having many queues (one per task) just have a shared
one and use sender identifiers to know which originating task
to proxy back to.

This scales better and avoids the needless polling of many
queues for a potential message to emit (and can now instead
just poll one queue); when now we can just poll a single
queue for any messages (this does though remove the ability to
throttle messages from a given sender).

Change-Id: I3566a5ab20ad15a80a4c6969f48b076ddde1d7ac
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Update statement around stopwatch thread safety"</title>
<updated>2014-12-31T08:38:04+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-12-31T08:38:04+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=3fa8bf305fec949b0748d91186cdd2ab8f0ba788'/>
<id>3fa8bf305fec949b0748d91186cdd2ab8f0ba788</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
