This is an automated email from the ASF dual-hosted git repository.
gkoszyk pushed a change to branch io_uring_final
in repository https://gitbox.apache.org/repos/asf/iggy.git
from c7a0cff17 speedup tests
add 886e11027 feat(js): add getClusterMetadata command (#2187)
add 9a622df57 Merge branch 'master' into io_uring_final
No new revisions were added by this update.
Summary of changes:
.github/actions/node-npm/pre-merge/action.yml | 2 +
foreign/node/package-lock.json | 614 +++++++++++----------
foreign/node/src/client/client.socket.ts | 2 +-
.../e2e/{tcp.token.e2e.ts => tcp.cluster.e2e.ts} | 50 +-
foreign/node/src/wire/cluster/cluster.type.ts | 91 +++
foreign/node/src/wire/cluster/cluster.utils.ts | 151 +++++
.../get-cluster-metadata.command.ts} | 13 +-
foreign/node/src/{stream => wire/cluster}/index.ts | 4 +-
foreign/node/src/wire/command-set.ts | 10 +
foreign/node/src/wire/command.code.ts | 1 +
foreign/node/src/wire/command.utils.ts | 7 -
foreign/node/src/wire/error.utils.ts | 21 +
foreign/node/src/wire/system/get-stats.command.ts | 2 +-
13 files changed, 653 insertions(+), 315 deletions(-)
copy foreign/node/src/e2e/{tcp.token.e2e.ts => tcp.cluster.e2e.ts} (60%)
create mode 100644 foreign/node/src/wire/cluster/cluster.type.ts
create mode 100644 foreign/node/src/wire/cluster/cluster.utils.ts
copy foreign/node/src/wire/{system/ping.command.ts =>
cluster/get-cluster-metadata.command.ts} (71%)
copy foreign/node/src/{stream => wire/cluster}/index.ts (90%)