This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch 
dependabot/gradle/org.openapi.generator-7.8.0
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    omit faa224b541 Bump org.openapi.generator from 7.7.0 to 7.8.0
     add 5882c514e8 IGNITE-23034 Make sorted index lock match the IEP (#4343)
     add df30ee3674 IGNITE-23153 Some CLI commands don't print verbose log 
(#4339)
     add 444345ec10 IGNITE-23174 Fix alias for cluster show command (#4367)
     add f3dd332481 IGNITE-23142 Docker compose example doesn't save config 
(#4328)
     add 44d313496c IGNITE-22048 .NET: Add Gradle task to run tests (#4368)
     add 1faa3e9094 IGNITE-23173 Distributions should log libraries too (#4360)
     add 76d286d94f IGNITE-23068 Improve cluster init command (#4342)
     add 35a685101f IGNITE-23180 Fix fsync setting for RocksDbSharedLogStorage 
(#4369)
     add f7153bb113 IGNITE-23126 DB API Driver 3: Implement execution with 
parameters (#4371)
     add 2529abea06 IGNITE-22712 Describe catalog compaction in README.md 
(#4325)
     add 291c7dfff3 IGNITE-23189 Increase rocksdb write buffer size in unit 
tests (#4373)
     add cc50633bb1 IGNITE-23056 Improve checkpoint and compactor log messages 
(#4372)
     add 03d6729166 Bump com.google.guava:guava from 33.2.1-jre to 33.3.0-jre 
(#4354)
     add 6870f5391e Bump org.openapi.generator from 7.7.0 to 7.8.0

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (faa224b541)
            \
             N -- N -- N   
refs/heads/dependabot/gradle/org.openapi.generator-7.8.0 (6870f5391e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 gradle/libs.versions.toml                          |   2 +-
 modules/catalog-compaction/README.md               | 102 ++++++++
 .../catalog-compaction/tech-notes/compaction.png   | Bin 0 -> 64952 bytes
 .../catalog-compaction/tech-notes/compaction.puml  |  41 ++++
 .../tech-notes/replicas-update.png                 | Bin 0 -> 43735 bytes
 .../tech-notes/replicas-update.puml                |  35 +++
 .../cli/commands/ItNonInitializedClusterTest.java  |   2 +-
 .../commands/ItReplNonInitializedClusterTest.java  |   8 +
 .../internal/cli/call/connect/ConnectCall.java     |   2 +-
 .../cli/call/connect/ConnectCallInput.java         |  18 +-
 .../cli/call/connect/ConnectSuccessCall.java       |  43 +++-
 .../cli/call/connect/ConnectWizardCall.java        |   4 +-
 .../ignite/internal/cli/commands/BaseCommand.java  |  30 ++-
 .../ignite/internal/cli/commands/Options.java      |   2 +-
 .../commands/cliconfig/CliConfigGetCommand.java    |   8 +-
 .../cliconfig/CliConfigGetReplCommand.java         |   8 +-
 .../commands/cliconfig/CliConfigRemoveCommand.java |   8 +-
 .../cliconfig/CliConfigRemoveReplCommand.java      |   8 +-
 .../commands/cliconfig/CliConfigSetCommand.java    |   8 +-
 .../cliconfig/CliConfigSetReplCommand.java         |   8 +-
 .../commands/cliconfig/CliConfigShowCommand.java   |   8 +-
 .../cliconfig/CliConfigShowReplCommand.java        |   8 +-
 .../profile/CliConfigProfileActivateCommand.java   |   7 +-
 .../profile/CliConfigProfileCreateCommand.java     |   7 +-
 .../profile/CliConfigProfileListCommand.java       |   8 +-
 .../profile/CliConfigProfileShowCommand.java       |   8 +-
 .../cluster/config/ClusterConfigShowCommand.java   |   8 +-
 .../config/ClusterConfigShowReplCommand.java       |   5 +-
 .../cluster/config/ClusterConfigUpdateCommand.java |   8 +-
 .../config/ClusterConfigUpdateReplCommand.java     |   5 +-
 .../commands/cluster/init/ClusterInitCommand.java  |   8 +-
 .../cluster/init/ClusterInitReplCommand.java       |   5 +-
 .../cluster/status/ClusterStatusCommand.java       |  10 +-
 .../cluster/status/ClusterStatusReplCommand.java   |   9 +-
 .../cluster/topology/LogicalTopologyCommand.java   |   8 +-
 .../topology/LogicalTopologyReplCommand.java       |   4 +-
 .../cluster/topology/PhysicalTopologyCommand.java  |   8 +-
 .../topology/PhysicalTopologyReplCommand.java      |   4 +-
 .../cluster/unit/ClusterUnitDeployCommand.java     |   7 +-
 .../cluster/unit/ClusterUnitDeployReplCommand.java |   7 +-
 .../cluster/unit/ClusterUnitListCommand.java       |   9 +-
 .../cluster/unit/ClusterUnitListReplCommand.java   |   5 +-
 .../cluster/unit/ClusterUnitUndeployCommand.java   |   9 +-
 .../unit/ClusterUnitUndeployReplCommand.java       |   5 +-
 .../cli/commands/connect/ConnectCommand.java       |   9 +-
 .../cli/commands/connect/ConnectReplCommand.java   |   6 +-
 .../cli/commands/connect/DisconnectCommand.java    |  10 +-
 .../node/config/NodeConfigShowCommand.java         |   8 +-
 .../node/config/NodeConfigShowReplCommand.java     |   5 +-
 .../node/config/NodeConfigUpdateCommand.java       |   8 +-
 .../node/config/NodeConfigUpdateReplCommand.java   |   5 +-
 .../node/metric/NodeMetricSetListCommand.java      |   8 +-
 .../node/metric/NodeMetricSetListReplCommand.java  |   4 +-
 .../metric/NodeMetricSourceDisableCommand.java     |   8 +-
 .../metric/NodeMetricSourceDisableReplCommand.java |   5 +-
 .../node/metric/NodeMetricSourceEnableCommand.java |   8 +-
 .../metric/NodeMetricSourceEnableReplCommand.java  |   5 +-
 .../node/metric/NodeMetricSourceListCommand.java   |   8 +-
 .../metric/NodeMetricSourceListReplCommand.java    |   4 +-
 .../commands/node/status/NodeStatusCommand.java    |   8 +-
 .../node/status/NodeStatusReplCommand.java         |   5 +-
 .../commands/node/unit/NodeUnitListCommand.java    |   9 +-
 .../node/unit/NodeUnitListReplCommand.java         |   5 +-
 .../commands/node/version/NodeVersionCommand.java  |  10 +-
 .../node/version/NodeVersionReplCommand.java       |   5 +-
 .../questions/ConnectToClusterQuestion.java        |   6 +-
 .../partitions/reset/ResetPartitionsCommand.java   |   8 +-
 .../reset/ResetPartitionsReplCommand.java          |   5 +-
 .../restart/RestartPartitionsCommand.java          |   8 +-
 .../restart/RestartPartitionsReplCommand.java      |   5 +-
 .../partitions/states/PartitionStatesCommand.java  |   8 +-
 .../states/PartitionStatesReplCommand.java         |   7 +-
 .../internal/cli/commands/sql/SqlCommand.java      |   7 +-
 .../call/AsyncCallExecutionPipelineBuilder.java    |   6 +-
 .../cli/core/call/CallExecutionPipeline.java       |   4 +-
 .../core/call/CallExecutionPipelineBuilder.java    | 115 +++------
 ...ava => SingleCallExecutionPipelineBuilder.java} |  26 +-
 .../persistence/WriteSpeedFormatter.java           |  76 ++++++
 .../persistence/checkpoint/CheckpointManager.java  |   1 +
 .../checkpoint/CheckpointMetricsTracker.java       |  90 +++----
 .../persistence/checkpoint/Checkpointer.java       |  94 ++++---
 .../compaction/CompactionMetricsTracker.java       |  74 ++++++
 .../persistence/compaction/Compactor.java          |  35 ++-
 .../checkpoint/CheckpointMetricsTrackerTest.java   |  77 +++---
 .../persistence/checkpoint/CheckpointerTest.java   |   8 +
 .../persistence/compaction/CompactorTest.java      |  10 +-
 modules/platforms/build.gradle                     |  10 +
 .../cpp/ignite/odbc/app/parameter_set.cpp          |  50 ++--
 .../platforms/cpp/ignite/odbc/app/parameter_set.h  |  96 ++++++--
 .../platforms/cpp/ignite/odbc/query/data_query.cpp |   9 +-
 .../platforms/cpp/ignite/odbc/query/data_query.h   |   4 +-
 .../platforms/cpp/ignite/odbc/sql_statement.cpp    |  14 +-
 modules/platforms/cpp/ignite/odbc/sql_statement.h  |  19 +-
 modules/platforms/python/cpp_module/module.cpp     |  60 ++++-
 modules/platforms/python/cpp_module/module.h       |  26 ++
 .../platforms/python/cpp_module/py_connection.h    |   2 +
 modules/platforms/python/cpp_module/py_cursor.cpp  | 200 ++++++++-------
 modules/platforms/python/cpp_module/py_cursor.h    |   2 +
 .../platforms/python/cpp_module/type_conversion.h  | 200 +++++++++++++++
 modules/platforms/python/pyignite3/__init__.py     |  45 +++-
 modules/platforms/python/tests/conftest.py         |  39 +++
 modules/platforms/python/tests/test_connect.py     |  14 +-
 modules/platforms/python/tests/test_execute.py     | 104 +++-----
 .../platforms/python/tests/test_fetch_constants.py | 211 ++++------------
 .../python/tests/test_fetch_parameters.py          |  67 +++++
 modules/platforms/python/tests/test_fetch_table.py | 272 +++++++++------------
 modules/platforms/python/tests/util.py             |   2 +-
 .../storage/impl/DefaultLogStorageFactory.java     |  11 +-
 .../raft/storage/impl/RocksDbSharedLogStorage.java |   9 +-
 .../storage/LocalFileConfigurationStorage.java     |   1 +
 .../RocksDbMvPartitionStorageConcurrencyTest.java  |   3 +-
 .../rocksdb/RocksDbMvPartitionStorageGcTest.java   |   3 +-
 .../rocksdb/RocksDbMvPartitionStorageTest.java     |   1 +
 .../storage/rocksdb/RocksDbMvTableStorageTest.java |   3 +-
 .../rocksdb/index/RocksDbHashIndexStorageTest.java |   3 +-
 .../index/RocksDbSortedIndexStorageTest.java       |   3 +-
 .../instance/SharedRocksDbInstanceTest.java        |   3 +-
 .../table/distributed/SortedIndexLocker.java       |  27 +-
 .../PartitionReplicaListenerIndexLockingTest.java  |  14 +-
 .../internal/tx/ItTransactionsInsertLockTest.java  |  74 ++++++
 packaging/build.gradle                             |   1 +
 packaging/db/build.gradle                          |   1 +
 packaging/docker/docker-compose.yml                |   9 +-
 123 files changed, 1814 insertions(+), 1118 deletions(-)
 create mode 100644 modules/catalog-compaction/tech-notes/compaction.png
 create mode 100644 modules/catalog-compaction/tech-notes/compaction.puml
 create mode 100644 modules/catalog-compaction/tech-notes/replicas-update.png
 create mode 100644 modules/catalog-compaction/tech-notes/replicas-update.puml
 copy 
modules/cli/src/main/java/org/apache/ignite/internal/cli/core/call/{CallExecutionPipelineBuilder.java
 => SingleCallExecutionPipelineBuilder.java} (74%)
 create mode 100644 
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/WriteSpeedFormatter.java
 create mode 100644 
modules/page-memory/src/main/java/org/apache/ignite/internal/pagememory/persistence/compaction/CompactionMetricsTracker.java
 create mode 100644 modules/platforms/python/cpp_module/type_conversion.h
 create mode 100644 modules/platforms/python/tests/test_fetch_parameters.py
 create mode 100644 
modules/transactions/src/integrationTest/java/org/apache/ignite/internal/tx/ItTransactionsInsertLockTest.java

Reply via email to