You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by ta...@apache.org on 2021/03/24 16:42:53 UTC

[unomi] branch UNOMI-446-increment-action updated (48a0294 -> 1a8251c)

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

taybou pushed a change to branch UNOMI-446-increment-action
in repository https://gitbox.apache.org/repos/asf/unomi.git.


 discard 48a0294  UNOMI-446 improve increment action and make it generic
    omit 32e05a7  UNOMI-444 redeploy unomi objects in case they are modified (#264)
     add 1a8251c  UNOMI-444 redeploy unomi objects in case they are modified (#264)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (48a0294)
            \
             N -- N -- N   refs/heads/UNOMI-446-increment-action (1a8251c)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

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/BasicIT.java |   2 +-
 .../apache/unomi/itests/IncrementInterestsIT.java  | 236 +++++++++++++++++++
 .../apache/unomi/itests/IncrementPropertyIT.java   | 258 ++++++++++++---------
 ...rtyAction.java => IncrementInterestAction.java} |  70 ++----
 .../actions/IncrementPropertyAction.java           | 148 +++++-------
 ...tPropertyAction.json => incrementInterest.json} |  11 +-
 ...tPropertyAction.json => incrementProperty.json} |   9 +-
 .../META-INF/cxs/rules/incrementInterest.json      |   3 +-
 .../META-INF/cxs/rules/sessionAssigned.json        |  11 +-
 .../resources/OSGI-INF/blueprint/blueprint.xml     |  12 +-
 .../services/actions/ActionExecutorDispatcher.java |   2 +-
 12 files changed, 492 insertions(+), 271 deletions(-)
 create mode 100644 itests/src/test/java/org/apache/unomi/itests/IncrementInterestsIT.java
 copy plugins/baseplugin/src/main/java/org/apache/unomi/plugins/baseplugin/actions/{IncrementPropertyAction.java => IncrementInterestAction.java} (61%)
 copy plugins/baseplugin/src/main/resources/META-INF/cxs/actions/{incrementPropertyAction.json => incrementInterest.json} (53%)
 rename plugins/baseplugin/src/main/resources/META-INF/cxs/actions/{incrementPropertyAction.json => incrementProperty.json} (76%)