This is an automated email from the ASF dual-hosted git repository.
sergehuber pushed a change to branch UNOMI-879-unified-crud-shell
in repository https://gitbox.apache.org/repos/asf/unomi.git
from f9aee2dd1 Merge branch 'master' into UNOMI-879-unified-crud-shell
add a3cafe320 UNOMI-879: Fix review findings in unified CRUD shell commands
No new revisions were added by this update.
Summary of changes:
.../org/apache/unomi/api/conditions/Condition.java | 93 ----------------------
.../apache/unomi/api/services/ProfileService.java | 2 +
.../unomi/itests/PropertiesUpdateActionIT.java | 2 +-
.../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 +-
17 files changed, 110 insertions(+), 162 deletions(-)