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 1fb85e1 Fix formatting that should not be there in ASCII Doctor format
add 20c3f7c UNOMI-281 Add lastUpdated system property to Profiles - This
patch adds the lastUpdated system property to profiles - Added as a system
property to avoid any issues with migration. If it doesn't exist in existing
installations it will simply be added the next time a profile is updated. - Any
profile modification (including changing consents, adding new segments or
scoring plans) will update the last update date on profiles - This patch also
includes some various minor im [...]
add 27859f9 Merge pull request #132 from
apache/UNOMI-281-profile-lastupdated
No new revisions were added by this update.
Summary of changes:
.../main/java/org/apache/unomi/api/Profile.java | 14 +++++
.../apache/unomi/services/UserListServiceImpl.java | 14 +++--
.../unomi/privacy/internal/PrivacyServiceImpl.java | 3 +
.../ElasticSearchPersistenceServiceImpl.java | 14 ++---
.../unomi/persistence/spi/PersistenceService.java | 3 +-
.../actions/MergeProfilesOnPropertyAction.java | 10 ++--
.../unomi/plugins/mail/actions/SendMailAction.java | 5 +-
plugins/pom.xml | 1 +
.../apache/unomi/services/impl/ParserHelper.java | 21 ++++---
.../services/impl/profiles/ProfileServiceImpl.java | 3 +
.../services/impl/segments/SegmentServiceImpl.java | 65 ++++++++++++++++------
.../apache/unomi/shell/commands/ProfileList.java | 10 +++-
12 files changed, 116 insertions(+), 47 deletions(-)