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

shuber pushed a change to branch unomi-1.5.x
in repository https://gitbox.apache.org/repos/asf/unomi.git.


    from 26504d0  Fix cases where property is in Date format.
     new deb906f  Porting ITest fixes
     new e4cdce0  fix(SetEventOccurenceCountAction) - fix future timestamp check
     new 6d87742  feat(org.apache.unomi.services.cfg) - add an environment 
variable for a configuration property
     new 29f603a  refresh profile index
     new 1bad997  Add profileId to the ContextRequest, and create profile with 
this id if provided
     new 9e18dd4  Fix compilation issue in Windows
     new fe4f09c  Add itests for sending a new event with profile id
     new d7ab62e  UNOMI-363 add consent mapping
     new f70ec42  UNOMI-363 add consent mapping in the profile.json
     new d2b905f  UNOMI-363 Fix mappings
     new 456091c  Fix unit test by not re-using event IDs

The 11 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 ++++++
 .../test/java/org/apache/unomi/itests/BaseIT.java  | 43 ++++++++++----
 .../org/apache/unomi/itests/ContextServletIT.java  | 69 +++++++++++++++++++---
 .../apache/unomi/itests/ProfileImportActorsIT.java | 33 ++++++++---
 .../unomi/itests/ProfileImportRankingIT.java       | 22 +++++--
 .../unomi/itests/ProfileImportSurfersIT.java       | 33 +++++++----
 .../java/org/apache/unomi/itests/TestUtils.java    | 23 ++++++--
 .../main/resources/etc/custom.system.properties    |  2 +
 .../ElasticSearchPersistenceServiceImpl.java       | 17 +++++-
 .../resources/META-INF/cxs/mappings/profile.json   | 16 ++++-
 .../unomi/persistence/spi/PersistenceService.java  |  9 +++
 .../actions/SetEventOccurenceCountAction.java      |  4 +-
 .../conditions/PropertyConditionEvaluatorTest.java | 26 ++++----
 .../services/impl/profiles/ProfileServiceImpl.java |  6 +-
 .../main/resources/org.apache.unomi.services.cfg   |  3 +
 .../java/org/apache/unomi/web/ContextServlet.java  | 26 +++++---
 16 files changed, 271 insertions(+), 79 deletions(-)

Reply via email to