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 36a361c7d UNOMI-880 UNOMI-878: Fix shell dev command bugs flagged in
PR review
add 26ea9c2ba UNOMI-880 UNOMI-878: Code review fixes, PollingUtils
utility, and IT robustness improvements
No new revisions were added by this update.
Summary of changes:
.../unomi/api/services/SchedulerService.java | 5 +-
.../api/services/cache/MultiTypeCacheService.java | 1 +
.../org/apache/unomi/api/utils/PollingUtils.java | 66 +++++++
.../apache/unomi/api/utils/PollingUtilsTest.java | 195 +++++++++++++++++++++
.../shell/commands/schema/SchemaCrudCommand.java | 26 +--
.../apache/unomi/itests/shell/CacheCommandsIT.java | 21 ++-
.../apache/unomi/itests/shell/CrudCommandsIT.java | 54 +++++-
.../itests/shell/RuleStatisticsCommandsIT.java | 6 +-
.../unomi/itests/shell/SchedulerCommandsIT.java | 18 +-
.../unomi/itests/shell/ShellCommandsBaseIT.java | 2 -
.../unomi/shell/dev/commands/CacheCommands.java | 32 ++--
.../dev/commands/apikeys/ApiKeyCrudCommand.java | 52 +++---
.../dev/commands/scheduler/PurgeTasksCommand.java | 8 +-
13 files changed, 413 insertions(+), 73 deletions(-)
create mode 100644
api/src/main/java/org/apache/unomi/api/utils/PollingUtils.java
create mode 100644
api/src/test/java/org/apache/unomi/api/utils/PollingUtilsTest.java