# HG changeset patch # User Thierry Florac # Date 1542379326 -3600 # Node ID c1329f9be074c7a55324e45675d176227f491898 # Parent 2af087625f6f8af7fbc23930c2da9890b2d04c6c Version 0.1.16 diff -r 2af087625f6f -r c1329f9be074 docs/HISTORY.txt --- a/docs/HISTORY.txt Wed Nov 14 17:48:03 2018 +0100 +++ b/docs/HISTORY.txt Fri Nov 16 15:42:06 2018 +0100 @@ -5,6 +5,8 @@ ------ - check if content indexer port is available before starting indexer process to avoid zombies - updated workflow extension to handle any kind of content + - updated "references" view extension to handle new references mode + - added "reference_id" index attribute 0.1.15.1 -------- diff -r 2af087625f6f -r c1329f9be074 docs/mappings/index-settings.json --- a/docs/mappings/index-settings.json Wed Nov 14 17:48:03 2018 +0100 +++ b/docs/mappings/index-settings.json Fri Nov 16 15:42:06 2018 +0100 @@ -79,6 +79,9 @@ "internal_id": { "type": "keyword" }, + "reference_id": { + "type": "keyword" + }, "content_type": { "type": "keyword" }, diff -r 2af087625f6f -r c1329f9be074 src/pyams_content_es.egg-info/PKG-INFO --- a/src/pyams_content_es.egg-info/PKG-INFO Wed Nov 14 17:48:03 2018 +0100 +++ b/src/pyams_content_es.egg-info/PKG-INFO Fri Nov 16 15:42:06 2018 +0100 @@ -1,12 +1,11 @@ -Metadata-Version: 1.1 +Metadata-Version: 2.1 Name: pyams-content-es -Version: 0.1.15.1 +Version: 0.1.16 Summary: PyAMS content interfaces and classes for ElasticSearch indexation Home-page: http://hg.ztfy.org/pyams/pyams_content_es Author: Thierry Florac Author-email: tflorac@ulthar.net License: ZPL -Description-Content-Type: UNKNOWN Description: Liste des actions à effectuer ============================= @@ -24,6 +23,13 @@ History ======= + 0.1.16 + ------ + - check if content indexer port is available before starting indexer process to avoid zombies + - updated workflow extension to handle any kind of content + - updated "references" view extension to handle new references mode + - added "reference_id" index attribute + 0.1.15.1 -------- - updated external video indexer @@ -123,3 +129,4 @@ Classifier: Programming Language :: Python Classifier: Framework :: Pyramid Classifier: Topic :: Software Development :: Libraries :: Python Modules +Provides-Extra: test