--- 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
--------
--- 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"
},
--- 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