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 <[email protected]> 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(-)
