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/22 12:06:47 UTC

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

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 3188425  UNOMI-446 improve increment action and make it generic
     add 48a0294  UNOMI-446 improve increment action and make it generic

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   (3188425)
            \
             N -- N -- N   refs/heads/UNOMI-446-increment-action (48a0294)

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:
 itests/src/test/java/org/apache/unomi/itests/AllITs.java     |  1 +
 .../java/org/apache/unomi/itests/IncrementPropertyIT.java    | 12 ++++++------
 .../plugins/baseplugin/actions/IncrementPropertyAction.java  | 10 ++++------
 .../META-INF/cxs/actions/incrementPropertyAction.json        | 11 ++++++++---
 .../main/resources/META-INF/cxs/rules/incrementInterest.json |  2 +-
 .../main/resources/META-INF/cxs/rules/sessionAssigned.json   |  2 +-
 .../src/main/resources/OSGI-INF/blueprint/blueprint.xml      |  4 ++--
 7 files changed, 23 insertions(+), 19 deletions(-)