This is an automated email from the ASF dual-hosted git repository.
sergehuber pushed a change to branch UNOMI-904-v2-api-compatibility
in repository https://gitbox.apache.org/repos/asf/unomi.git
omit 2419ae764 Merge branch 'UNOMI-139-platform' into
UNOMI-904-v2-api-compatibility
omit 4c5828ebb Merge branch 'UNOMI-888-import-export-javadoc' into
UNOMI-139-platform
omit 61572cb9a Merge branch 'UNOMI-139-platform' into
UNOMI-904-v2-api-compatibility
omit 18857f1f4 Merge branch 'UNOMI-888-import-export-javadoc' into
UNOMI-139-platform
omit 1d505c582 Merge branch 'UNOMI-139-platform' into
UNOMI-904-v2-api-compatibility
omit 391a6ecea UNOMI-139: EventCollectorResponse Jackson deserialization
omit 74c396742 UNOMI-880: Deduplicate recursion-limit warnings in
EventServiceImpl
omit c8a8f8539 Merge branch 'UNOMI-139-platform' into
UNOMI-904-v2-api-compatibility
omit 4951c90d6 Merge branch 'UNOMI-888-import-export-javadoc' into
UNOMI-139-platform
omit 04e59d7c9 UNOMI-904: Add viewEvent.json fixture for
V2CompatibilityModeIT
omit 3efda1ae6 UNOMI-904: V2 API compatibility mode
omit eafa761d6 UNOMI-139/880/878/884: Multi-tenant platform core
add 5a5aedba7 UNOMI-921: Replace elasticsearch-maven-plugin with
Docker-based Elasticsearch in integration tests (#767)
add 31fe93e4f UNOMI-920: Improve debugging with YAML-based toString() for
core API types (#768)
add 956440cd4 UNOMI-879 Unified CRUD Karaf shell developer commands
(includes UNOMI-920 YAML toString() debugging) (#755)
add 42c751592 Merge branch 'master' into UNOMI-888-import-export-javadoc
add eb22dd1fb UNOMI-888: Remove duplicate Condition methods (merge
artifact)
add 1cae7b862 UNOMI-139/880/878/884: Multi-tenant platform core
add 2fe293ea1 UNOMI-880: Deduplicate recursion-limit warnings in
EventServiceImpl
add d2093d136 UNOMI-139: EventCollectorResponse Jackson deserialization
add aae9bcb4e UNOMI-904: V2 API compatibility mode
add a7c5f9289 UNOMI-904: Add viewEvent.json fixture for
V2CompatibilityModeIT
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 (2419ae764)
\
N -- N -- N refs/heads/UNOMI-904-v2-api-compatibility (a7c5f9289)
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:
.../org/apache/unomi/api/conditions/Condition.java | 15 ++++----
.../apache/unomi/api/services/ProfileService.java | 15 ++++----
.../java/org/apache/unomi/api/utils/YamlUtils.java | 18 ++++------
.../apache/unomi/api/conditions/ConditionTest.java | 5 ++-
build.sh | 14 +++++++-
itests/pom.xml | 31 ++++++++++++-----
.../unomi/itests/PropertiesUpdateActionIT.java | 8 +++--
.../apache/unomi/itests/graphql/GraphQLListIT.java | 7 +++-
.../unomi/shell/dev/actions/UnomiCrudCommand.java | 13 +++----
.../dev/commands/DeploymentCommandSupport.java | 33 +++++++++++++-----
.../unomi/shell/dev/commands/TailCommandUtils.java | 10 +++---
.../shell/dev/commands/UndeployDefinition.java | 6 ++--
.../commands/campaigns/CampaignCrudCommand.java | 2 +-
.../campaigns/CampaignEventCrudCommand.java | 40 ++++++++++++----------
.../dev/commands/consents/ConsentCrudCommand.java | 17 ++++++---
.../shell/dev/commands/goals/GoalCrudCommand.java | 4 ++-
.../commands/profiles/ProfileAliasCrudCommand.java | 26 ++++++++------
.../dev/commands/profiles/ProfileCrudCommand.java | 7 ++--
.../dev/commands/segments/SegmentCrudCommand.java | 4 +--
.../dev/commands/sessions/SessionCrudCommand.java | 1 -
.../unomi/shell/dev/services/BaseCrudCommand.java | 5 ++-
21 files changed, 172 insertions(+), 109 deletions(-)