This is an automated email from the ASF dual-hosted git repository.
nizhikov pushed a change to branch IGNITE-15629
in repository https://gitbox.apache.org/repos/asf/ignite.git
from c26070d333a IGNITE-15629 Meta command implemented (#10676)
add f4caa309d67 IGNITE-15629 Change tag command implemented (#10678)
No new revisions were added by this update.
Summary of changes:
.../commandline/ClusterChangeTagCommand.java | 115 ---------------------
.../ignite/internal/commandline/CommandList.java | 2 +-
.../commandline/DeclarativeCommandAdapter.java | 5 +
.../util/GridCommandHandlerAbstractTest.java | 4 +-
.../internal/management/ChangeTagCommand.java | 59 +++++++++++
...CacheGroupArg.java => ChangeTagCommandArg.java} | 26 +++--
.../internal/management/IgniteCommandRegistry.java | 1 +
.../internal/management/api/CommandUtils.java | 2 +-
.../api/WithCliConfirmParameter.java} | 7 +-
.../visor/misc/VisorClusterChangeTagTask.java | 15 +--
.../visor/misc/VisorClusterChangeTagTaskArg.java | 59 -----------
11 files changed, 96 insertions(+), 199 deletions(-)
delete mode 100644
modules/control-utility/src/main/java/org/apache/ignite/internal/commandline/ClusterChangeTagCommand.java
create mode 100644
modules/core/src/main/java/org/apache/ignite/internal/management/ChangeTagCommand.java
copy
modules/core/src/main/java/org/apache/ignite/internal/management/{encryption/EncryptionCacheGroupArg.java
=> ChangeTagCommandArg.java} (68%)
copy
modules/core/src/main/java/org/apache/ignite/internal/{IgniteCodeGeneratingFail.java
=> management/api/WithCliConfirmParameter.java} (81%)
delete mode 100644
modules/core/src/main/java/org/apache/ignite/internal/visor/misc/VisorClusterChangeTagTaskArg.java