This is an automated email from the ASF dual-hosted git repository.
sergehuber pushed a change to branch UNOMI-139-878-integration-tests
in repository https://gitbox.apache.org/repos/asf/unomi.git
omit c06d88cdb Merge branch 'UNOMI-880-878-shell-dev-commands' into
UNOMI-139-878-integration-tests
omit 7cb94e6e9 Merge branch 'UNOMI-904-v2-api-compatibility' into
UNOMI-880-878-shell-dev-commands
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 fdf8a6f3f Merge branch 'UNOMI-880-878-shell-dev-commands' into
UNOMI-139-878-integration-tests
omit f05e62d9e Merge branch 'UNOMI-904-v2-api-compatibility' into
UNOMI-880-878-shell-dev-commands
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 6a1ef0451 UNOMI-139: Run HealthCheckIT last in AllITs suite
omit 37a218455 Merge branch 'UNOMI-880-878-shell-dev-commands' into
UNOMI-139-878-integration-tests
omit 69137ddf0 Merge branch 'UNOMI-904-v2-api-compatibility' into
UNOMI-880-878-shell-dev-commands
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 6a3cd59df Revert "UNOMI-139: Fix TenantIT and EventsCollectorIT
integration failures"
omit 958d2fb2f UNOMI-139: Fix TenantIT and EventsCollectorIT integration
failures
omit 7b0165f29 UNOMI-139 UNOMI-878: Platform integration tests
omit 229534ce6 UNOMI-880 UNOMI-878 UNOMI-139: Karaf dev shell commands
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
add 8fef94168 UNOMI-880 UNOMI-878 UNOMI-139: Karaf dev shell commands
add cd37f2ce3 UNOMI-139 UNOMI-878: Platform integration tests
add 0a6e64e79 UNOMI-139: Fix TenantIT and EventsCollectorIT integration
failures
add 336d0a537 Revert "UNOMI-139: Fix TenantIT and EventsCollectorIT
integration failures"
add 81efb6186 UNOMI-139: Run HealthCheckIT last in AllITs suite
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 (c06d88cdb)
\
N -- N -- N refs/heads/UNOMI-139-878-integration-tests
(81efb6186)
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/rest/models/EventCollectorResponse.java | 8 -----
.../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 ++-
22 files changed, 172 insertions(+), 117 deletions(-)