You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by sh...@apache.org on 2020/11/19 08:25:46 UTC

[unomi] branch master updated (5de4cab -> a535d03)

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

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


    from 5de4cab  UNOMI-400 Refactoring of hardcoded property accessors (#218)
     add a535d03  UNOMI-366: Implement increment interest event type & action (#201)

No new revisions were added by this update.

Summary of changes:
 .../apache/unomi/itests/IncrementInterestsIT.java  | 140 +++++++++++++++++++++
 .../main/resources/etc/custom.system.properties    |   7 ++
 .../actions/IncrementInterestAction.java           | 118 +++++++++++++++++
 .../META-INF/cxs/actions/incrementInterest.json    |  19 +++
 .../META-INF/cxs/conditions/incrementInterest.json |   7 +-
 .../META-INF/cxs/rules/incrementInterest.json      |  21 ++++
 .../resources/OSGI-INF/blueprint/blueprint.xml     |  38 ++++--
 7 files changed, 338 insertions(+), 12 deletions(-)
 create mode 100644 itests/src/test/java/org/apache/unomi/itests/IncrementInterestsIT.java
 create mode 100644 plugins/baseplugin/src/main/java/org/apache/unomi/plugins/baseplugin/actions/IncrementInterestAction.java
 create mode 100644 plugins/baseplugin/src/main/resources/META-INF/cxs/actions/incrementInterest.json
 copy graphql/cxs-impl/src/main/resources/META-INF/cxs/conditions/cdpSessionEvent.json => plugins/baseplugin/src/main/resources/META-INF/cxs/conditions/incrementInterest.json (68%)
 create mode 100644 plugins/baseplugin/src/main/resources/META-INF/cxs/rules/incrementInterest.json