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 299a35af607 IGNITE-15629 Defragmentation command implemented (#10706)
add f329383119c IGNITE-19421 Added extended debug logging of client
connections (#10703)
add 21d5e40fec1 IGNITE-19463 Checkout pull request HEAD commit instead of
merge commit on GitHub actions check (#10711)
add 0f5b85f5ac2 IGNITE-19370 control.sh should be able to use custom SSL
factory (#10667)
add 83a87552895 IGNITE-18223 Document same SQL table value_type for CDC
(#10713)
add 01b4bd5f08d Merge branch 'master' into IGNITE-15629
No new revisions were added by this update.
Summary of changes:
.github/workflows/commit-check.yml | 6 ++
.../change-data-capture-extensions.adoc | 3 +
docs/_docs/sql-reference/ddl.adoc | 5 +-
docs/_docs/tools/control-script.adoc | 1 +
modules/control-utility/pom.xml | 25 ++----
.../internal/commandline/CommandHandler.java | 23 ++++-
.../internal/commandline/CommonArgParser.java | 14 +++-
.../commandline/ConnectionAndSslParameters.java | 16 +++-
.../testsuites/IgniteControlUtilityTestSuite.java | 8 +-
.../util/GridCommandHandlerAbstractTest.java | 20 ++++-
...ridCommandHandlerIncompatibleSslConfigTest.java | 54 ++++++++++++
.../ignite/util/GridCommandHandlerSslTest.java | 3 +-
.../ignite/util/GridCommandHandlerTestUtils.java | 38 ---------
.../util/GridCommandHandlerWithSslFactoryTest.java | 98 ++++++++++++++++++++++
...est.java => GridCommandHandlerWithSslTest.java} | 2 +-
.../src/test/resources/ssl-factory-config.xml} | 25 +++---
.../processors/odbc/ClientListenerNioListener.java | 28 +++++--
...mandHandlerClusterByClassTest_cache_help.output | 2 +-
...ridCommandHandlerClusterByClassTest_help.output | 2 +-
...dlerClusterByClassWithSSLTest_cache_help.output | 2 +-
...andHandlerClusterByClassWithSSLTest_help.output | 2 +-
.../Client/ClientTestBase.cs | 3 +-
.../Config/Log/dotnet-log4j.xml | 2 +
23 files changed, 285 insertions(+), 97 deletions(-)
create mode 100644
modules/control-utility/src/test/java/org/apache/ignite/util/GridCommandHandlerIncompatibleSslConfigTest.java
delete mode 100644
modules/control-utility/src/test/java/org/apache/ignite/util/GridCommandHandlerTestUtils.java
create mode 100644
modules/control-utility/src/test/java/org/apache/ignite/util/GridCommandHandlerWithSslFactoryTest.java
rename
modules/control-utility/src/test/java/org/apache/ignite/util/{GridCommandHandlerWithSSLTest.java
=> GridCommandHandlerWithSslTest.java} (93%)
copy modules/{platforms/cpp/odbc-test/config/queries-transaction.xml =>
control-utility/src/test/resources/ssl-factory-config.xml} (64%)