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 2020/08/20 15:41:16 UTC

[unomi] branch UNOMI-368-double-property updated (af55c6e -> 403265f)

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

taybou pushed a change to branch UNOMI-368-double-property
in repository https://gitbox.apache.org/repos/asf/unomi.git.


    omit af55c6e  UNOMI-368 add propertyValueDouble to condition evaluator
    omit 7c8144a  Fix unit test by not re-using event IDs
    omit ff3558d  UNOMI-363 Fix mappings
    omit 6341520  Merge pull request #177 from apache/UNOMI-363-add-consent-mapping
    omit 574d57e  UNOMI-363 add consent mapping in the profile.json
    omit 29c8d3b  Merge pull request #176 from YotpoLtd/context-servlet-create-profile
    omit 0f59e72  UNOMI-363 add consent mapping
    omit f83a236  Add itests for sending a new event with profile id
    omit 749a52f  Add profileId to the ContextRequest, and create profile with this id if provided
     add 46e5d54  UNOMI-368 add propertyValueDouble to condition evaluator
     add 403265f  UNOMI-368 add itest for double property

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   (af55c6e)
            \
             N -- N -- N   refs/heads/UNOMI-368-double-property (403265f)

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:
 .../java/org/apache/unomi/api/ContextRequest.java  | 18 ----------
 .../org/apache/unomi/itests/ConditionBuilder.java  | 38 +++++++++++++++++++++-
 .../apache/unomi/itests/ConditionEvaluatorIT.java  | 18 +++++++++-
 .../org/apache/unomi/itests/ContextServletIT.java  | 27 ---------------
 .../java/org/apache/unomi/itests/TestUtils.java    | 11 ++-----
 .../resources/META-INF/cxs/mappings/profile.json   | 16 ++-------
 .../java/org/apache/unomi/web/ContextServlet.java  | 20 +++++-------
 7 files changed, 68 insertions(+), 80 deletions(-)