<feed xmlns='http://www.w3.org/2005/Atom'>
<title>delta/openstack/taskflow.git/taskflow/persistence/path_based.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>Remove six</title>
<updated>2022-05-18T07:12:37+00:00</updated>
<author>
<name>Takashi Kajinami</name>
<email>tkajinam@redhat.com</email>
</author>
<published>2022-05-17T13:56:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/taskflow.git/commit/?id=44f17d005ff53008144ca7c509bcb1307d66b23f'/>
<id>44f17d005ff53008144ca7c509bcb1307d66b23f</id>
<content type='text'>
This library no longer supports Python 2, thus usage of six can be
removed. This also removes workaround about pickle library used in
Python 2 only.

Change-Id: I19d298cf0f402d65f0b142dea0bf35cf992332a9
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This library no longer supports Python 2, thus usage of six can be
removed. This also removes workaround about pickle library used in
Python 2 only.

Change-Id: I19d298cf0f402d65f0b142dea0bf35cf992332a9
</pre>
</div>
</content>
</entry>
<entry>
<title>Rename logbook module -&gt; models module</title>
<updated>2015-07-09T00:04:35+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2015-06-10T01:19:11+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/taskflow.git/commit/?id=1e3dc09453e7e179fba613b61317ebad1556b77b'/>
<id>1e3dc09453e7e179fba613b61317ebad1556b77b</id>
<content type='text'>
Since this module contains more than the logbook
class and really is a our generic models that are used
to hold the runtime structure it is more appropriate to
place it under a models module and deprecate the usage
of the old module by placing a warning there (so that
when it is imported that warning is triggered).

Change-Id: I79def5ee08f560d38f2c9dcefd0b33becc2a4d36
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since this module contains more than the logbook
class and really is a our generic models that are used
to hold the runtime structure it is more appropriate to
place it under a models module and deprecate the usage
of the old module by placing a warning there (so that
when it is imported that warning is triggered).

Change-Id: I79def5ee08f560d38f2c9dcefd0b33becc2a4d36
</pre>
</div>
</content>
</entry>
<entry>
<title>Use a class constant for the default path based backend path</title>
<updated>2015-06-11T01:10:57+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2015-06-11T01:10:57+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/taskflow.git/commit/?id=ad296327136015b03f5e3d95234e79972f99d9f7'/>
<id>ad296327136015b03f5e3d95234e79972f99d9f7</id>
<content type='text'>
When no path is provided to a path based backend via configuration
use a class constant to provide the default, and override this in
backends that support providing defaults.

Change-Id: I0a6c88398403a162b113e34abe7e56821d1f02bc
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
When no path is provided to a path based backend via configuration
use a class constant to provide the default, and override this in
backends that support providing defaults.

Change-Id: I0a6c88398403a162b113e34abe7e56821d1f02bc
</pre>
</div>
</content>
</entry>
<entry>
<title>By default use a in memory backend (when none is provided)</title>
<updated>2015-03-23T05:33:39+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2015-03-18T23:16:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/taskflow.git/commit/?id=f815480c0968710594904c17c96d66dbeafc9156'/>
<id>f815480c0968710594904c17c96d66dbeafc9156</id>
<content type='text'>
Change-Id: I6891d53389f302f104d45d22e489cf66feb85fd8
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Change-Id: I6891d53389f302f104d45d22e489cf66feb85fd8
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge "lazy loading for logbooks and flowdetails"</title>
<updated>2015-03-12T21:08:45+00:00</updated>
<author>
<name>Jenkins</name>
<email>jenkins@review.openstack.org</email>
</author>
<published>2015-03-12T21:08:45+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/taskflow.git/commit/?id=083ea44944f87852907f9f60fdc2835c0aa94597'/>
<id>083ea44944f87852907f9f60fdc2835c0aa94597</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Just use the local conf variable</title>
<updated>2015-03-11T22:36:30+00:00</updated>
<author>
<name>Joshua Harlow</name>
<email>harlowja@yahoo-inc.com</email>
</author>
<published>2015-03-11T22:36:29+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/taskflow.git/commit/?id=94eb978a642112b92f79510350441f63f405a80d'/>
<id>94eb978a642112b92f79510350441f63f405a80d</id>
<content type='text'>
The local conf variable populated by the parent class
already ensures the none/falsey case and sets the conf
to an empty dictionary (as well as checks if its the
expected type and more...); so we should just use that
variable instead of duplicating that work.

Change-Id: I824263d5253d428f6a803f470e29d99de3dbf42c
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
The local conf variable populated by the parent class
already ensures the none/falsey case and sets the conf
to an empty dictionary (as well as checks if its the
expected type and more...); so we should just use that
variable instead of duplicating that work.

Change-Id: I824263d5253d428f6a803f470e29d99de3dbf42c
</pre>
</div>
</content>
</entry>
<entry>
<title>lazy loading for logbooks and flowdetails</title>
<updated>2015-03-11T20:57:07+00:00</updated>
<author>
<name>Dan Krause</name>
<email>dan.krause@rackspace.com</email>
</author>
<published>2015-03-11T02:42:53+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/taskflow.git/commit/?id=9f64c47cb74b27c40135fff79e23d2bd1c6acfdd'/>
<id>9f64c47cb74b27c40135fff79e23d2bd1c6acfdd</id>
<content type='text'>
You can now specify a "lazy" argument when asking a
persistence backend for a logbook for flowdetail.
This will return a logbook with no flowdetails in it,
or a flowdetail with no atomdetails in it, respectively.

Change-Id: Ie81a19a2107b44e2c35c2a92507bec03eee55c50
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
You can now specify a "lazy" argument when asking a
persistence backend for a logbook for flowdetail.
This will return a logbook with no flowdetails in it,
or a flowdetail with no atomdetails in it, respectively.

Change-Id: Ie81a19a2107b44e2c35c2a92507bec03eee55c50
</pre>
</div>
</content>
</entry>
<entry>
<title>Persistence backend refactor</title>
<updated>2015-03-09T20:38:56+00:00</updated>
<author>
<name>Dan Krause</name>
<email>dan.krause@rackspace.com</email>
</author>
<published>2015-03-03T16:57:09+00:00</published>
<link rel='alternate' type='text/html' href='http://91.123.203.49/cgit/delta/openstack/taskflow.git/commit/?id=3e8eb915b55dfd6577a9cdb313afc71fd6d44b1a'/>
<id>3e8eb915b55dfd6577a9cdb313afc71fd6d44b1a</id>
<content type='text'>
Factors lots of duplicate code out of persistence backends
Adds get_flows_for_book to all backends

Change-Id: I0434bd4931cd9274876f9e9c92909531f244bcac
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Factors lots of duplicate code out of persistence backends
Adds get_flows_for_book to all backends

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