# HG changeset patch # User Thierry Florac # Date 1520763801 -3600 # Node ID 38115f8aa6148a7ab971855434796060b4e77597 # Parent 6e9c67caab862095a9a5d5e9c970c38b4c6d7af6 Updated translations diff -r 6e9c67caab86 -r 38115f8aa614 docs/HISTORY.txt --- a/docs/HISTORY.txt Sun Mar 11 10:55:27 2018 +0100 +++ b/docs/HISTORY.txt Sun Mar 11 11:23:21 2018 +0100 @@ -1,6 +1,13 @@ History ======= +0.1.9 +----- + - added 0MQ authentication and access control + - updated global registry access + - check for PyAMS command line scripts in application startup + - use transaction annotations to avoid multiple document indexations in a single request + 0.1.8 ----- - updated Elasticsearch mappings diff -r 6e9c67caab86 -r 38115f8aa614 docs/mappings/mappings/WfImageMap.json --- a/docs/mappings/mappings/WfImageMap.json Sun Mar 11 10:55:27 2018 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,102 +0,0 @@ -{ - "WfImageMap": { - "properties": { - "internal_id": { - "type": "keyword" - }, - "content_type": { - "type": "keyword" - }, - "title": { - "type": "object", - "properties": { - "en": { - "type": "string" - }, - "fr": { - "type": "string", - "analyzer": "french", - "search_analyzer": "french_search" - } - } - }, - "short_name": { - "type": "object", - "properties": { - "en": { - "type": "string" - }, - "fr": { - "type": "string", - "analyzer": "french", - "search_analyzer": "french_search" - } - } - }, - "description": { - "type": "object", - "properties": { - "en": { - "type": "string" - }, - "fr": { - "type": "string", - "analyzer": "french", - "search_analyzer": "french_search" - } - } - }, - "body": { - "type": "object", - "properties": { - "en": { - "type": "string" - }, - "fr": { - "type": "string", - "analyzer": "french", - "search_analyzer": "french_search" - } - } - }, - "keywords": { - "type": "keyword" - }, - "workflow": { - "type": "object", - "properties": { - "name": { - "type": "keyword" - }, - "date": { - "type": "date" - }, - "status": { - "type": "keyword" - }, - "created_date": { - "type": "date" - }, - "modified_date": { - "type": "date" - }, - "publication_date": { - "type": "date" - }, - "effective_date": { - "type": "date" - }, - "push_end_date": { - "type": "date" - }, - "expiration_date": { - "type": "date" - }, - "first_publication_date": { - "type": "date" - } - } - } - } - } -} diff -r 6e9c67caab86 -r 38115f8aa614 src/pyams_content_es.egg-info/PKG-INFO --- a/src/pyams_content_es.egg-info/PKG-INFO Sun Mar 11 10:55:27 2018 +0100 +++ b/src/pyams_content_es.egg-info/PKG-INFO Sun Mar 11 11:23:21 2018 +0100 @@ -1,6 +1,6 @@ Metadata-Version: 1.1 Name: pyams-content-es -Version: 0.1.8 +Version: 0.1.9 Summary: PyAMS content interfaces and classes for ElasticSearch indexation Home-page: http://hg.ztfy.org/pyams/pyams_content_es Author: Thierry Florac @@ -24,6 +24,13 @@ History ======= + 0.1.9 + ----- + - added 0MQ authentication and access control + - updated global registry access + - check for PyAMS command line scripts in application startup + - use transaction annotations to avoid multiple document indexations in a single request + 0.1.8 ----- - updated Elasticsearch mappings diff -r 6e9c67caab86 -r 38115f8aa614 src/pyams_content_es.egg-info/SOURCES.txt --- a/src/pyams_content_es.egg-info/SOURCES.txt Sun Mar 11 10:55:27 2018 +0100 +++ b/src/pyams_content_es.egg-info/SOURCES.txt Sun Mar 11 11:23:21 2018 +0100 @@ -5,7 +5,6 @@ docs/mappings/attachment-pipeline.json docs/mappings/index-settings.json docs/mappings/mappings/WfBlogPost.json -docs/mappings/mappings/WfImageMap.json docs/mappings/mappings/WfNewsEvent.json docs/mappings/mappings/WfTopic.json src/pyams_content_es/__init__.py