Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
The release introduces command support for working with Tarantool
Cluster Manager (TCM). Also added support for
fish
shell autocompletion.In addition, code verification with
pre-commit
hooks has been configured.Added
tt cat|play <DIR>
added options-r
/--recursive
to allow find WAL files inside nested subdirectories.tt search tcm
- the command performs a search for tarantool cluster manager (TCM) in the customer zone or localdistfiles
directory.tt install tcm
- the command performs an install for tarantool cluster manager (TCM) from the customer zone or localdistfiles
directory.tt uninstall tcm [version]
- the command removes installed tarantool cluster manager from thebin
directory.tt tcm status
: added command to check TCM runtime status (modes:watchdog
orinteractive
).tt tcm stop
: add command for graceful termination of TCM processes (modes:watchdog
orinteractive
).tcm
versions viatt binaries
CLI.fish
see the commandtt completion fish
.pre-commit
hooks to check code style.tt tcm log
command.Changed
tt pack
: packs TCM config, if any.Fixed
tt aeon connect
when processing responses from certain SQL commands.tt cat|play <DIR>
with directories handles only.snap
or.xlog
files.rs vshard bootstrap
: ignore an error and retry withintimeout
flag period.pack
with modules include only under roottt
environment directory.Modules outside of the directory with
tt.yaml
will be ignored.tt connect|replicaset|cluster|aeon|play
: fixed using of IPv6 in instance URI.