You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@unomi.apache.org by js...@apache.org on 2022/06/24 08:06:21 UTC

[unomi] 01/01: Merge pull request #447 from apache/UNOMI-611-add-additional-information-to-objects

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

jsinovassinnaik pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/unomi.git

commit 3264cdb8a2330aceac5f6be1bb399af89957c133
Merge: 41d5bf625 e8c5b4342
Author: jsinovassin <58...@users.noreply.github.com>
AuthorDate: Fri Jun 24 10:06:16 2022 +0200

    Merge pull request #447 from apache/UNOMI-611-add-additional-information-to-objects
    
    UNOMI-611 : update systemTags and automaticMappingsFrom on existing o…

 .../test/java/org/apache/unomi/itests/PatchIT.java |   4 +-
 itests/src/test/resources/patch4.json              |   1 -
 .../cxs/conditions/formEventCondition.json         |   3 +-
 .../geoLocationByPointSessionCondition.json        |   5 +-
 .../conditions/geoLocationSessionCondition.json    |   5 +-
 .../cxs/conditions/goalMatchCondition.json         |   4 +-
 .../cxs/conditions/newVisitorCondition.json        |   4 +-
 .../cxs/conditions/pastEventCondition.json         |   4 +-
 .../cxs/conditions/profilePropertyCondition.json   | 134 ++++++++++-----------
 .../cxs/conditions/profileSegmentCondition.json    |  66 +++++-----
 .../cxs/conditions/profileUserListCondition.json   |   3 +-
 .../cxs/conditions/returningVisitorCondition.json  |   4 +-
 .../META-INF/cxs/conditions/scoringCondition.json  |   3 +-
 .../cxs/conditions/sessionDurationCondition.json   |   4 +-
 .../cxs/conditions/sessionPropertyCondition.json   |   4 +-
 .../cxs/conditions/videoViewEventCondition.json    |   3 +-
 .../cxs/properties/profiles/basic/firstName.json   |   6 +-
 .../cxs/properties/profiles/basic/gender.json      |   6 +-
 .../cxs/properties/profiles/basic/lastName.json    |   6 +-
 .../cxs/properties/profiles/basic/nationality.json |   8 +-
 .../cxs/properties/profiles/contact/city.json      |  10 +-
 .../properties/profiles/contact/countryName.json   |   4 +-
 .../cxs/properties/profiles/contact/email.json     |   6 +-
 .../cxs/properties/profiles/contact/zipCode.json   |   2 +-
 .../properties/profiles/personal/birthDate.json    |   6 +-
 .../cxs/properties/profiles/social/facebookId.json |   6 +-
 .../cxs/properties/profiles/social/linkedInId.json |   6 +-
 .../cxs/properties/profiles/social/twitterId.json  |   6 +-
 .../cxs/properties/profiles/work/company.json      |   6 +-
 .../cxs/properties/profiles/work/income.json       |   6 +-
 .../cxs/properties/profiles/work/jobTitle.json     |  10 +-
 31 files changed, 194 insertions(+), 151 deletions(-)