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 2021/03/26 13:42:50 UTC

[unomi] branch master updated (72fa95d -> b2eca47)

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

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


    from 72fa95d  UNOMI-451 : Use bus service rest server (#269)
     add b2eca47  UNOMI-448 : Create generic action to copy properties to profile (#268)

No new revisions were added by this update.

Summary of changes:
 .../test/java/org/apache/unomi/itests/AllITs.java  |   1 +
 .../test/java/org/apache/unomi/itests/BaseIT.java  |   8 +-
 .../unomi/itests/CopyPropertiesActionIT.java       | 275 +++++++++++++++++++++
 itests/src/test/resources/testCopyProperties.json  |  26 ++
 .../testCopyPropertiesWithoutSystemTags.json       |  23 ++
 itests/src/test/resources/testLogin.json           |   2 +-
 .../baseplugin/actions/CopyPropertiesAction.java   | 115 +++++++++
 .../actions/allEventToProfilePropertiesAction.json |   5 +-
 .../META-INF/cxs/actions/copyPropertiesAction.json |  17 +-
 .../resources/OSGI-INF/blueprint/blueprint.xml     |  10 +
 10 files changed, 467 insertions(+), 15 deletions(-)
 create mode 100644 itests/src/test/java/org/apache/unomi/itests/CopyPropertiesActionIT.java
 create mode 100644 itests/src/test/resources/testCopyProperties.json
 create mode 100644 itests/src/test/resources/testCopyPropertiesWithoutSystemTags.json
 create mode 100644 plugins/baseplugin/src/main/java/org/apache/unomi/plugins/baseplugin/actions/CopyPropertiesAction.java
 copy graphql/cxs-impl/src/main/resources/META-INF/cxs/actions/cdpSessionEvent.json => plugins/baseplugin/src/main/resources/META-INF/cxs/actions/copyPropertiesAction.json (54%)