# HG changeset patch # User Thierry Florac # Date 1542701521 -3600 # Node ID 99e6eb57ca19bfadaf0a1a9846a8853ea536bdc3 # Parent b14588a5bfb1f55bd30f5ea88f6a5dbfac94c229 Version 0.1.16.1 diff -r b14588a5bfb1 -r 99e6eb57ca19 buildout.cfg --- a/buildout.cfg Mon Nov 19 11:35:07 2018 +0100 +++ b/buildout.cfg Tue Nov 20 09:12:01 2018 +0100 @@ -84,4 +84,4 @@ eggs = pyams_content_es [test] [versions] -pyams_content_es = 0.1.16 +pyams_content_es = 0.1.16.1 diff -r b14588a5bfb1 -r 99e6eb57ca19 docs/HISTORY.txt --- a/docs/HISTORY.txt Mon Nov 19 11:35:07 2018 +0100 +++ b/docs/HISTORY.txt Tue Nov 20 09:12:01 2018 +0100 @@ -1,6 +1,10 @@ History ======= +0.1.16.1 +-------- + - use commits (after 10 documents) instead of savepoints when re-indexing the whole site to avoid ES timeouts + 0.1.16 ------ - check if content indexer port is available before starting indexer process to avoid zombies diff -r b14588a5bfb1 -r 99e6eb57ca19 setup.py --- a/setup.py Mon Nov 19 11:35:07 2018 +0100 +++ b/setup.py Tue Nov 20 09:12:01 2018 +0100 @@ -22,7 +22,7 @@ README = os.path.join(DOCS, 'README.txt') HISTORY = os.path.join(DOCS, 'HISTORY.txt') -version = '0.1.16' +version = '0.1.16.1' long_description = open(README).read() + '\n\n' + open(HISTORY).read() tests_require = [] diff -r b14588a5bfb1 -r 99e6eb57ca19 src/pyams_content_es.egg-info/PKG-INFO --- a/src/pyams_content_es.egg-info/PKG-INFO Mon Nov 19 11:35:07 2018 +0100 +++ b/src/pyams_content_es.egg-info/PKG-INFO Tue Nov 20 09:12:01 2018 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 2.1 Name: pyams-content-es -Version: 0.1.16 +Version: 0.1.16.1 Summary: PyAMS content interfaces and classes for ElasticSearch indexation Home-page: http://hg.ztfy.org/pyams/pyams_content_es Author: Thierry Florac @@ -23,6 +23,10 @@ History ======= + 0.1.16.1 + -------- + - use commits (after 10 documents) instead of savepoints when re-indexing the whole site to avoid ES timeouts + 0.1.16 ------ - check if content indexer port is available before starting indexer process to avoid zombies