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/07/21 06:54:18 UTC

[unomi] branch master updated (47b24cf -> 29c8d3b)

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 47b24cf  UNOMI-354 Add CDP_LongProperty input and output types (#175)
     new 749a52f  Add profileId to the ContextRequest, and create profile with this id if provided
     new f83a236  Add itests for sending a new event with profile id
     new 29c8d3b  Merge pull request #176 from YotpoLtd/context-servlet-create-profile

The 2204 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../java/org/apache/unomi/api/ContextRequest.java  | 18 +++++++++++++++
 .../org/apache/unomi/itests/ContextServletIT.java  | 27 ++++++++++++++++++++++
 .../java/org/apache/unomi/itests/TestUtils.java    | 11 ++++++---
 .../java/org/apache/unomi/web/ContextServlet.java  | 20 +++++++++-------
 4 files changed, 65 insertions(+), 11 deletions(-)