This is an automated email from the ASF dual-hosted git repository.
sergehuber pushed a change to branch UNOMI-888-import-export-javadoc
in repository https://gitbox.apache.org/repos/asf/unomi.git
from 5b548493a Merge branch 'UNOMI-879-unified-crud-shell' into
UNOMI-888-import-export-javadoc
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
No new revisions were added by this update.
Summary of changes:
.../org/apache/unomi/api/conditions/Condition.java | 106 +++++++++++++++++++--
.../apache/unomi/api/services/ProfileService.java | 2 +
.../java/org/apache/unomi/api/utils/YamlUtils.java | 18 ++--
.../apache/unomi/api/conditions/ConditionTest.java | 5 +-
build.sh | 14 ++-
itests/pom.xml | 38 ++++++--
.../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, 264 insertions(+), 102 deletions(-)