<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/taskflow.git/tools, branch 0.6.0</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>Some package additions and adjustments to the env_builder.sh</title>
<updated>2014-12-04T00:15:05+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2014-12-04T00:13:28+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=6a6aa795fe9e3fa95599050a18a40bc99da42cc8'/>
<id>6a6aa795fe9e3fa95599050a18a40bc99da42cc8</id>
<content type='text'>
This just adjusts to install wget and certain other packages
before further work commences to ensure they are ready and
avaiable for further use.

Tested on rhel6.x as a cloud-init userdata script and it appears
to continue to work as expected.

Change-Id: Ia85715e27bc8342fd61d23e2c8a659dbce20aea9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This just adjusts to install wget and certain other packages
before further work commences to ensure they are ready and
avaiable for further use.

Tested on rhel6.x as a cloud-init userdata script and it appears
to continue to work as expected.

Change-Id: Ia85715e27bc8342fd61d23e2c8a659dbce20aea9
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add a sample script that can be used to build a test environment"</title>
<updated>2014-12-03T21:01:01+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-12-03T21:01:01+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=87abb27f1759fdce06c72fcbd2ece69ab06c5ea4'/>
<id>87abb27f1759fdce06c72fcbd2ece69ab06c5ea4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add the database schema to the sqlalchemy docs</title>
<updated>2014-10-10T06:24:39+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2014-10-10T00:55:36+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=c90e36020a6993166bae1013402c30d827014317'/>
<id>c90e36020a6993166bae1013402c30d827014317</id>
<content type='text'>
In order to show people that are reading the docs what the current
schema for the database is create a helper tool that upgrades the
schema to the newest version and then uses tabulate to create a
restructured text version of that schema which is then included in
the documentation.

Change-Id: Id215f88430971a4a083f9739fb2ec59d971dc8fa
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to show people that are reading the docs what the current
schema for the database is create a helper tool that upgrades the
schema to the newest version and then uses tabulate to create a
restructured text version of that schema which is then included in
the documentation.

Change-Id: Id215f88430971a4a083f9739fb2ec59d971dc8fa
</pre>
</div>
</content>
</entry>
<entry>
<title>Color some of the states depending on there meaning</title>
<updated>2014-09-21T03:39:13+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@gmail.com</email>
</author>
<published>2014-09-20T21:56:26+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=96014cbba3bcb471d36796d2dc9662d22bd89552'/>
<id>96014cbba3bcb471d36796d2dc9662d22bd89552</id>
<content type='text'>
Instead of just having black text color adjust some of the
states text color depending on there type/name and highlight
some as red, green, orange depending on there underlying
meaning.

Color names are from:

http://www.graphviz.org/doc/info/colors.html

Change-Id: I89f8f90837551a257936d254516ada6130e7b6da
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of just having black text color adjust some of the
states text color depending on there type/name and highlight
some as red, green, orange depending on there underlying
meaning.

Color names are from:

http://www.graphviz.org/doc/info/colors.html

Change-Id: I89f8f90837551a257936d254516ada6130e7b6da
</pre>
</div>
</content>
</entry>
<entry>
<title>Update the state graph builder to use state machine type</title>
<updated>2014-09-09T19:09:09+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2014-09-08T21:57:49+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=155326b6e7066f01bb82d02d184c3c2069159b45'/>
<id>155326b6e7066f01bb82d02d184c3c2069159b45</id>
<content type='text'>
To build the state diagrams switch from using a custom
algorithm that builds a state machine in a table to using
our state machine class to build those same machines before
translation into a dot diagram.

This also allows us to use the state machine that already
is being used in the action engine as the source of transitions
to build the dot diagram with.

Change-Id: I4a0d16a3fb7c620c2774b535ab952b5d5006e9e9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To build the state diagrams switch from using a custom
algorithm that builds a state machine in a table to using
our state machine class to build those same machines before
translation into a dot diagram.

This also allows us to use the state machine that already
is being used in the action engine as the source of transitions
to build the dot diagram with.

Change-Id: I4a0d16a3fb7c620c2774b535ab952b5d5006e9e9
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a sample script that can be used to build a test environment</title>
<updated>2014-07-21T19:09:06+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2014-07-16T21:27:44+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=8dc6e4f0fdb88aace0b4b127fe22ef4b9ab12928'/>
<id>8dc6e4f0fdb88aace0b4b127fe22ef4b9ab12928</id>
<content type='text'>
It can be difficult to figure out what to install to get a test
environment that can be used to test all the opportunistic tests,
zookeeper and mysql (with the right user and password and test
database).

This script provides a way to do this on rhel/ubuntu based
environments and can be used to examine how to do this for other
environment types.

I use it with nova boot (on rhel images) and it has worked out
great as a way to rebuild a clean test environment as I need.

Change-Id: I9aef7e5536aa38e951a6411a8e83097339a43955
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It can be difficult to figure out what to install to get a test
environment that can be used to test all the opportunistic tests,
zookeeper and mysql (with the right user and password and test
database).

This script provides a way to do this on rhel/ubuntu based
environments and can be used to examine how to do this for other
environment types.

I use it with nova boot (on rhel images) and it has worked out
great as a way to rebuild a clean test environment as I need.

Change-Id: I9aef7e5536aa38e951a6411a8e83097339a43955
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Use the `state_graph.py` for all states diagrams"</title>
<updated>2014-07-11T22:35:33+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-07-11T22:35:33+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=1a7de75b1e4dc2040245442319a48a71d7c3dbee'/>
<id>1a7de75b1e4dc2040245442319a48a71d7c3dbee</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Use the `state_graph.py` for all states diagrams</title>
<updated>2014-07-06T19:21:34+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@gmail.com</email>
</author>
<published>2014-07-05T05:06:02+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=e54cb21d554940a93423c79733cabaf039c1590b'/>
<id>e54cb21d554940a93423c79733cabaf039c1590b</id>
<content type='text'>
Switch to using the `state_graph.py` and dot output
as the source of all of the state diagrams (this
makes it easy for anyone to recreate them by just
running the script in the tools directory).

Also update the state diagram creator to have engine
states as well as retry states and replaces all
existing state diagrams with the updated prettified
versions.

Also adjusts some nits around wording and grammar that
were encountered during this updating process.

Change-Id: Ia783aed6c4136763e1e34cbd0b3e57ffb1109abe
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Switch to using the `state_graph.py` and dot output
as the source of all of the state diagrams (this
makes it easy for anyone to recreate them by just
running the script in the tools directory).

Also update the state diagram creator to have engine
states as well as retry states and replaces all
existing state diagrams with the updated prettified
versions.

Also adjusts some nits around wording and grammar that
were encountered during this updating process.

Change-Id: Ia783aed6c4136763e1e34cbd0b3e57ffb1109abe
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove check_doc.py and use doc8</title>
<updated>2014-06-19T06:59:53+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2014-06-03T22:12:11+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=510635a9134f7ed2563e60649802708564a5d39b'/>
<id>510635a9134f7ed2563e60649802708564a5d39b</id>
<content type='text'>
Instead of using a helper script that is internal to taskflow
use the doc8 package (which was created based on the check_doc.py
work) instead. This avoids repeating duplicated code when a
stackforge/external pypi package can provide the same
functionality.

Change-Id: Ie5a43f96b20e34f3955657ad2ef8beba05a4300e
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of using a helper script that is internal to taskflow
use the doc8 package (which was created based on the check_doc.py
work) instead. This avoids repeating duplicated code when a
stackforge/external pypi package can provide the same
functionality.

Change-Id: Ie5a43f96b20e34f3955657ad2ef8beba05a4300e
</pre>
</div>
</content>
</entry>
<entry>
<title>Add a helper tool which clears zookeeper test dirs</title>
<updated>2014-05-10T05:14:48+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2014-05-10T05:00:23+00:00</published>
<link rel='alternate' type='text/html' href='http://git.baserock.org/cgit/delta/openstack/taskflow.git/commit/?id=cb87c6e2c58593d5ef5710c4d7db0c18831e354c'/>
<id>cb87c6e2c58593d5ef5710c4d7db0c18831e354c</id>
<content type='text'>
Create a tool that can clear any leftover garbage left
by the testing of taskflow unit tests with zookeeper for
when this is needed (for example, a test does not clean up
correctly on its own).

Change-Id: Icfaf28273b76a6ca27683d174f111fba2858f055
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Create a tool that can clear any leftover garbage left
by the testing of taskflow unit tests with zookeeper for
when this is needed (for example, a test does not clean up
correctly on its own).

Change-Id: Icfaf28273b76a6ca27683d174f111fba2858f055
</pre>
</div>
</content>
</entry>
</feed>
