This is an automated email from the ASF dual-hosted git repository.
sergehuber pushed a change to branch UNOMI-880-878-shell-dev-commands
in repository https://gitbox.apache.org/repos/asf/unomi.git
from b5003e0cb UNOMI-880 UNOMI-878 UNOMI-139: Karaf dev shell commands
add 36a361c7d UNOMI-880 UNOMI-878: Fix shell dev command bugs flagged in
PR review
No new revisions were added by this update.
Summary of changes:
.../unomi/api/services/SchedulerService.java | 8 +++++++
.../api/services/cache/MultiTypeCacheService.java | 10 ++++++++
.../apache/unomi/itests/graphql/GraphQLListIT.java | 11 ++++++---
.../impl/cache/MultiTypeCacheServiceImpl.java | 11 +++++++++
.../scheduler/PersistenceSchedulerProvider.java | 13 ++++++++++
.../services/impl/scheduler/SchedulerProvider.java | 6 +++++
.../impl/scheduler/SchedulerServiceImpl.java | 15 ++++++++++++
.../unomi/shell/dev/commands/CacheCommands.java | 3 ++-
.../dev/commands/apikeys/ApiKeyCrudCommand.java | 28 +++++++++++++++-------
.../dev/commands/scheduler/ListTasksCommand.java | 18 ++------------
.../dev/commands/scheduler/PurgeTasksCommand.java | 9 ++++---
.../commands/scheduler/SetExecutorNodeCommand.java | 9 +++----
.../dev/commands/tenants/TenantCrudCommand.java | 18 ++++++--------
13 files changed, 110 insertions(+), 49 deletions(-)