<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/taskflow.git/taskflow/persistence/backends/__init__.py, branch master</title>
<subtitle>opendev.org: openstack/taskflow.git
</subtitle>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/taskflow.git/'/>
<entry>
<title>Use shared util helper for driver name + config extraction</title>
<updated>2015-12-23T01:15:32+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2015-12-23T01:15:32+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/taskflow.git/commit/?id=c145bef2247ebb5ac56c6429b301ae1de622bc37'/>
<id>c145bef2247ebb5ac56c6429b301ae1de622bc37</id>
<content type='text'>
Change-Id: I43465b8f5868e64bdf38d2873417a8a4a403a23b
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I43465b8f5868e64bdf38d2873417a8a4a403a23b
</pre>
</div>
</content>
</entry>
<entry>
<title>Move implementations into there own sub-sections</title>
<updated>2015-05-02T00:53:41+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2015-05-02T00:05:55+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/taskflow.git/commit/?id=46d30eeb29599f698ef95ddc343776d1ebb6b989'/>
<id>46d30eeb29599f698ef95ddc343776d1ebb6b989</id>
<content type='text'>
Also fixes up some inline-code/examples docs to
correctly display in the generated docs (and
tweaks some URI capitalization).

Change-Id: I001ef2460eb5e9a884ca6db6e8d6f72864191fe7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also fixes up some inline-code/examples docs to
correctly display in the generated docs (and
tweaks some URI capitalization).

Change-Id: I001ef2460eb5e9a884ca6db6e8d6f72864191fe7
</pre>
</div>
</content>
</entry>
<entry>
<title>Allow backend connection config (via fetch) to be a string</title>
<updated>2015-03-11T20:23:46+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2015-03-11T20:22:31+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/taskflow.git/commit/?id=646ca59f63296a97eebdd86e1f20135035da140c'/>
<id>646ca59f63296a97eebdd86e1f20135035da140c</id>
<content type='text'>
To make it easier to provide just a connection string to the
persistence backend fetch mechanism (without needing to create
a dictionary with just a 'connection' key) match the behavior
of the other fetch-like functions and accept a string to
simplify the interaction with this function.

Change-Id: I59cd330c545985fe9782c3049690425ead1c8cf3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To make it easier to provide just a connection string to the
persistence backend fetch mechanism (without needing to create
a dictionary with just a 'connection' key) match the behavior
of the other fetch-like functions and accept a string to
simplify the interaction with this function.

Change-Id: I59cd330c545985fe9782c3049690425ead1c8cf3
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Fix split on "+" for connection strings that specify dialects"</title>
<updated>2014-12-15T19:57:35+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-12-15T19:57:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/taskflow.git/commit/?id=7dc11bae11e532cff5ac41c0ec942b1d4e76bc8b'/>
<id>7dc11bae11e532cff5ac41c0ec942b1d4e76bc8b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add and use a new simple helper logging module</title>
<updated>2014-12-09T06:09:13+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@gmail.com</email>
</author>
<published>2014-09-21T17:37:35+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/taskflow.git/commit/?id=14431bc0769673fe5a70182189e2d4038a804cd8'/>
<id>14431bc0769673fe5a70182189e2d4038a804cd8</id>
<content type='text'>
Add a new logging BLATHER level to easily allow its
usage for messages that are below the normal DEBUG level
such as compilation information and scope lookup info
which can be very verbose in logs if always enabled.

Change-Id: I828211403bd02bfd6777b10cdcfe58fb0637a52c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add a new logging BLATHER level to easily allow its
usage for messages that are below the normal DEBUG level
such as compilation information and scope lookup info
which can be very verbose in logs if always enabled.

Change-Id: I828211403bd02bfd6777b10cdcfe58fb0637a52c
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix split on "+" for connection strings that specify dialects</title>
<updated>2014-12-05T00:59:54+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2014-12-05T00:11:56+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/taskflow.git/commit/?id=81505533675d3edff88ab0dc1ac04b0a558bbbbe'/>
<id>81505533675d3edff88ab0dc1ac04b0a558bbbbe</id>
<content type='text'>
Fixes bug 1399486

Change-Id: I3b7e6331751f25d9c4221393e8329934925791e7
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes bug 1399486

Change-Id: I3b7e6331751f25d9c4221393e8329934925791e7
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove attrdict and just use existing types</title>
<updated>2014-10-19T03:37:02+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@gmail.com</email>
</author>
<published>2014-08-22T06:59:19+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/taskflow.git/commit/?id=7fe6bf0d6b3fa1dc0345ab0e9af4909c3f5b9549'/>
<id>7fe6bf0d6b3fa1dc0345ab0e9af4909c3f5b9549</id>
<content type='text'>
In order to make it simpler (and less code) just prefer to use
object types that already exist instead of trying to make dictionaries
also behave like objects.

For those that really need this kind of functionality:

https://pypi.python.org/pypi/attrdict

Change-Id: Ib7ddfa517f0500082fafac2c3e53fd6a158a6ddf
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
In order to make it simpler (and less code) just prefer to use
object types that already exist instead of trying to make dictionaries
also behave like objects.

For those that really need this kind of functionality:

https://pypi.python.org/pypi/attrdict

Change-Id: Ib7ddfa517f0500082fafac2c3e53fd6a158a6ddf
</pre>
</div>
</content>
</entry>
<entry>
<title>Upgrade hacking version and fix some of the issues</title>
<updated>2014-06-14T02:27:17+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2014-06-11T00:04:15+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/taskflow.git/commit/?id=c558da07b65bebdc6940be72348d126fa1eccda6'/>
<id>c558da07b65bebdc6940be72348d126fa1eccda6</id>
<content type='text'>
Update hacking to the new requirements version and
fix about half of the new reported issues. The other
hacking issues are for now ignored until fixed by
adjusting our tox.ini file.

This commit fixes the following new hacking errors:

H405 - multi line docstring summary not separated
       with an empty line
E265 - block comment should start with '# '
F402 - import 'endpoint' from line 21 shadowed by
       loop variable

Change-Id: I6bae61591fb988cc17fa79e21cb5f1508d22781c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Update hacking to the new requirements version and
fix about half of the new reported issues. The other
hacking issues are for now ignored until fixed by
adjusting our tox.ini file.

This commit fixes the following new hacking errors:

H405 - multi line docstring summary not separated
       with an empty line
E265 - block comment should start with '# '
F402 - import 'endpoint' from line 21 shadowed by
       loop variable

Change-Id: I6bae61591fb988cc17fa79e21cb5f1508d22781c
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "Add a persistence backend fetching context manager"</title>
<updated>2014-05-08T02:11:45+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2014-05-08T02:11:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/taskflow.git/commit/?id=ab4cf6339b1a8f1a93df761115e37dd37bd3d06a'/>
<id>ab4cf6339b1a8f1a93df761115e37dd37bd3d06a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Integrate urlparse for configuration augmentation</title>
<updated>2014-04-28T19:13:59+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2014-04-04T00:49:10+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/taskflow.git/commit/?id=cb2ea424c7fd5637e03fcf9d306a3e1cb9f4acc0'/>
<id>cb2ea424c7fd5637e03fcf9d306a3e1cb9f4acc0</id>
<content type='text'>
Allow the uri passed to various entrypoints to itself
contain most of the configuration for that entrypoint
by using the RFC 3986 uri format to allow for additional
parameters to be used in configuring and selecting those
entrypoints.

Also bring over network_utils from oslo since it provides
a more compliant url splitting support.

Part of blueprint persistence-uris

Change-Id: I8e5d8584d2cac4f9b338fa155f220cdfd52bb7d9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Allow the uri passed to various entrypoints to itself
contain most of the configuration for that entrypoint
by using the RFC 3986 uri format to allow for additional
parameters to be used in configuring and selecting those
entrypoints.

Also bring over network_utils from oslo since it provides
a more compliant url splitting support.

Part of blueprint persistence-uris

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