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

dgriffon pushed a change to branch UNOMI-750-fix-missing-system-id
in repository https://gitbox.apache.org/repos/asf/unomi.git


    omit b01f12cd4 UNOMI-750 : set itemID when missing on non system items 
(restore previous behavior)
    omit d4d8414bb UNOMI-727: adapt merge system to rollover (and cleanup too)
    omit 1cfaf0030 UNOMI-727: adapt merge system to rollover (and cleanup too)
    omit 2d456a67f UNOMI-727: adapt merge system to rollover (and cleanup too)
     add 2ac126ac9 UNOMI-700 : specify indices when doing a refresh (#584)
     add 385699a5c UNOMI-727: adapt merge system to rollover (and cleanup too) 
(#588)
     add 47cb4de56 UNOMI-750 : set itemID when missing on non system items 
(restore previous behavior)

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (b01f12cd4)
            \
             N -- N -- N   refs/heads/UNOMI-750-fix-missing-system-id 
(47cb4de56)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../apache/unomi/services/UserListServiceImpl.java   |  2 +-
 .../test/java/org/apache/unomi/itests/BaseIT.java    |  8 +++++---
 .../test/java/org/apache/unomi/itests/BasicIT.java   |  4 ++--
 .../unomi/itests/ConditionESQueryBuilderIT.java      |  3 ++-
 .../org/apache/unomi/itests/ContextServletIT.java    |  4 +---
 .../unomi/itests/PropertiesUpdateActionIT.java       | 20 ++++++++++----------
 .../java/org/apache/unomi/itests/RuleServiceIT.java  |  8 ++++----
 .../test/java/org/apache/unomi/itests/SegmentIT.java | 18 +++++++++---------
 .../apache/unomi/itests/graphql/GraphQLEventIT.java  |  4 ++--
 .../apache/unomi/itests/graphql/GraphQLListIT.java   |  9 +++++----
 .../unomi/itests/graphql/GraphQLProfileIT.java       |  4 ++--
 .../unomi/itests/graphql/GraphQLSegmentIT.java       |  4 ++--
 .../apache/unomi/itests/graphql/GraphQLSourceIT.java |  5 +++--
 .../apache/unomi/itests/graphql/GraphQLTopicIT.java  |  7 ++++---
 .../apache/unomi/itests/graphql/GraphQLViewIT.java   |  2 +-
 .../unomi/services/impl/AbstractServiceImpl.java     |  2 +-
 .../impl/definitions/DefinitionsServiceImpl.java     |  3 ++-
 .../unomi/services/impl/goals/GoalsServiceImpl.java  |  2 +-
 .../services/impl/profiles/ProfileServiceImpl.java   |  2 +-
 .../unomi/services/impl/rules/RulesServiceImpl.java  |  5 +++--
 .../services/impl/segments/SegmentServiceImpl.java   |  2 +-
 21 files changed, 62 insertions(+), 56 deletions(-)

Reply via email to