This is an automated email from the ASF dual-hosted git repository.
dgriffon pushed a change to branch fix-scoring-plan
in repository https://gitbox.apache.org/repos/asf/unomi.git.
discard 7b769d9 UNOMI-530 : update test
discard 0923206 UNOMI-530 : fix maximumEventCount in past event condition
add d48bcdb UNOMI-529: Fix doc generation and build (#362)
add 1519cea UNOMI-527 : fix duplicated linkedItems (#364)
add 2084975 UNOMI-530 : fix maximumEventCount in past event condition
add 94ed58b UNOMI-530 : update test
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 (7b769d9)
\
N -- N -- N refs/heads/fix-scoring-plan (94ed58b)
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:
.github/workflows/unomi-ci-build-tests.yml | 7 +-
.github/workflows/unomi-ci-docs-deploy.yml | 2 +-
.../main/java/org/apache/unomi/api/rules/Rule.java | 3 +-
.../java/org/apache/unomi/itests/SegmentIT.java | 49 ++++++++++
.../services/impl/segments/SegmentServiceImpl.java | 104 ++++++++++-----------
5 files changed, 103 insertions(+), 62 deletions(-)