This is an automated email from the ASF dual-hosted git repository. shuber pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/unomi.git
commit b6f6fa4fe0c2c19283f4ad3547cbbab895f592d9 Merge: 2cfef87 9d32116 Author: Serge Huber <[email protected]> AuthorDate: Wed Oct 9 10:10:55 2019 +0200 Merge pull request #101 from apache/UNOMI-249-new-shell-commands UNOMI-249 New shell commands to make plugin development easier manual/src/main/asciidoc/shell-commands.adoc | 37 +++- .../unomi/shell/commands/DeployDefinition.java | 245 +++------------------ .../shell/commands/DeploymentCommandSupport.java | 232 +++++++++++++++++++ .../org/apache/unomi/shell/commands/EventList.java | 78 +++++++ .../apache/unomi/shell/commands/EventSearch.java | 99 +++++++++ .../{SegmentView.java => ProfileRemove.java} | 22 +- .../commands/{SegmentView.java => RuleRemove.java} | 22 +- .../{SegmentView.java => SegmentRemove.java} | 28 ++- .../apache/unomi/shell/commands/SegmentView.java | 2 +- .../unomi/shell/commands/UndeployDefinition.java | 111 ++++++++++ 10 files changed, 620 insertions(+), 256 deletions(-)
