You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by jk...@apache.org on 2023/02/24 15:40:08 UTC

[unomi] branch reduceIndicesItems3 created (now 8ab4e815d)

This is an automated email from the ASF dual-hosted git repository.

jkevan pushed a change to branch reduceIndicesItems3
in repository https://gitbox.apache.org/repos/asf/unomi.git


      at 8ab4e815d Merge branch 'reduceIndicesItems2' into reduceIndicesItems3

This branch includes the following new commits:

     new 8ab4e815d Merge branch 'reduceIndicesItems2' into reduceIndicesItems3

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[unomi] 01/01: Merge branch 'reduceIndicesItems2' into reduceIndicesItems3

Posted by jk...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

jkevan pushed a commit to branch reduceIndicesItems3
in repository https://gitbox.apache.org/repos/asf/unomi.git

commit 8ab4e815d616cfe25a7a338c1deb5374d59a1f31
Merge: c54ec5639 7721d8f57
Author: Kevan <ke...@jahia.com>
AuthorDate: Fri Feb 24 16:39:17 2023 +0100

    Merge branch 'reduceIndicesItems2' into reduceIndicesItems3

 .../actions/listener/GroovyActionListener.java     |   9 --
 .../services/impl/GroovyActionsServiceImpl.java    |  35 ++---
 .../META-INF/cxs/mappings/groovyAction.json        |  28 ----
 .../unomi/schema/impl/SchemaServiceImpl.java       |   9 --
 .../unomi/itests/GroovyActionsServiceIT.java       |   2 +-
 .../ElasticSearchPersistenceServiceImpl.java       |  78 ++++++++++--
 .../META-INF/cxs/mappings/actionType.json          |  20 ---
 .../META-INF/cxs/mappings/campaignevent.json       |  44 -------
 .../META-INF/cxs/mappings/exportConfig.json        |  20 ---
 .../META-INF/cxs/mappings/importConfig.json        |  20 ---
 .../META-INF/cxs/mappings/jsonschema.json          |  25 ----
 .../resources/META-INF/cxs/mappings/persona.json   |  38 ------
 .../META-INF/cxs/mappings/personaSession.json      |  41 ------
 .../META-INF/cxs/mappings/propertyType.json        |  61 ---------
 .../resources/META-INF/cxs/mappings/rulestats.json |  20 ---
 .../META-INF/cxs/mappings/systemItems.json         | 141 +++++++++++++++++++++
 .../resources/META-INF/cxs/mappings/topic.json     |  20 ---
 .../services/impl/rules/RulesServiceImpl.java      |  24 +++-
 .../migrate-2.0.0-05-globalReindex.groovy          |   2 +-
 .../cxs/migration/migrate-2.0.0-20-scopes.groovy   |   2 +-
 .../requestBody/2.0.0}/mappings/campaign.json      |   0
 .../requestBody/2.0.0}/mappings/conditionType.json |   0
 .../requestBody/2.0.0}/mappings/goal.json          |   0
 .../requestBody/2.0.0}/mappings/patch.json         |   0
 .../requestBody/2.0.0}/mappings/rule.json          |   0
 .../requestBody/2.0.0}/mappings/scope.json         |   0
 .../requestBody/2.0.0}/mappings/scoring.json       |   0
 .../requestBody/2.0.0}/mappings/segment.json       |   0
 28 files changed, 247 insertions(+), 392 deletions(-)