equal
deleted
inserted
replaced
1 Metadata-Version: 1.1 |
1 Metadata-Version: 2.1 |
2 Name: pyams-content-es |
2 Name: pyams-content-es |
3 Version: 0.1.15.1 |
3 Version: 0.1.16 |
4 Summary: PyAMS content interfaces and classes for ElasticSearch indexation |
4 Summary: PyAMS content interfaces and classes for ElasticSearch indexation |
5 Home-page: http://hg.ztfy.org/pyams/pyams_content_es |
5 Home-page: http://hg.ztfy.org/pyams/pyams_content_es |
6 Author: Thierry Florac |
6 Author: Thierry Florac |
7 Author-email: tflorac@ulthar.net |
7 Author-email: tflorac@ulthar.net |
8 License: ZPL |
8 License: ZPL |
9 Description-Content-Type: UNKNOWN |
|
10 Description: |
9 Description: |
11 Liste des actions à effectuer |
10 Liste des actions à effectuer |
12 ============================= |
11 ============================= |
13 |
12 |
14 curl --noproxy localhost -XPUT http://localhost:9200/_ingest/pipeline/attachment -d @attachment.json |
13 curl --noproxy localhost -XPUT http://localhost:9200/_ingest/pipeline/attachment -d @attachment.json |
21 curl --noproxy localhost -XPUT http://localhost:9200/onf_website/WfBlogPost/_mapping -d @mappings/WfBlogPost.json |
20 curl --noproxy localhost -XPUT http://localhost:9200/onf_website/WfBlogPost/_mapping -d @mappings/WfBlogPost.json |
22 |
21 |
23 |
22 |
24 History |
23 History |
25 ======= |
24 ======= |
|
25 |
|
26 0.1.16 |
|
27 ------ |
|
28 - check if content indexer port is available before starting indexer process to avoid zombies |
|
29 - updated workflow extension to handle any kind of content |
|
30 - updated "references" view extension to handle new references mode |
|
31 - added "reference_id" index attribute |
26 |
32 |
27 0.1.15.1 |
33 0.1.15.1 |
28 -------- |
34 -------- |
29 - updated external video indexer |
35 - updated external video indexer |
30 |
36 |
121 Classifier: License :: OSI Approved :: Zope Public License |
127 Classifier: License :: OSI Approved :: Zope Public License |
122 Classifier: Development Status :: 4 - Beta |
128 Classifier: Development Status :: 4 - Beta |
123 Classifier: Programming Language :: Python |
129 Classifier: Programming Language :: Python |
124 Classifier: Framework :: Pyramid |
130 Classifier: Framework :: Pyramid |
125 Classifier: Topic :: Software Development :: Libraries :: Python Modules |
131 Classifier: Topic :: Software Development :: Libraries :: Python Modules |
|
132 Provides-Extra: test |