Version 0.1.16.1 0.1.16.1
authorThierry Florac <thierry.florac@onf.fr>
Tue, 20 Nov 2018 09:12:01 +0100
changeset 106 99e6eb57ca19
parent 105 b14588a5bfb1
child 107 23673b0e0c5f
Version 0.1.16.1
buildout.cfg
docs/HISTORY.txt
setup.py
src/pyams_content_es.egg-info/PKG-INFO
--- 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
--- 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
--- 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 = []
--- 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