Roman Proskin
Roman Proskin
When there are multiple schemas in a projects, this message: `Expecting ARRAY of length 31. Encountered ARRAY of length 30.` becomes quite ambiguous. It would dramatically decrease time to find...
Stateboard instance must be monitored alongside other cartridge instances. We must be able to check stateboard availability and current status.
https://github.com/tarantool/cartridge-cli/blob/master/doc/admin.rst#how-does-it-work How-to page for admin functions saya you need extensions, but does not tell what to do with rockspec. It lacks instructions on how to add dependency to my project....
Suppose I create a tar.gz with my project inside. Currently I can't create a standalone installation, because neither `tarantool` binary nor `cartridge` are packed alongside the projcet. I propose adding...
Sometimes you should have access to Tarantool console after your script file has finished. Now it does not fall to console after, for example, `CMD ["tarantool", "/opt/tarantool/init.lua"]`. Would an option...
**Luatest v0.5.3** (with 0.5.0 it works correctly) Steps to reproduce using cartridge-cli: ``` cartridge create --name myapp cd myapp cartridge build tarantoolctl rocks install luatest 0.5.3 tarantoolctl rocks install luacov...
We need a configuration option that will allow to enable/diable verbose logging. That logging must include: - timestamp - criteria, by which a tuple has been expired - key to...
To be consistent with all our products: ``` [root@2560ee3a9083 opt]# tarantool --version Tarantool Enterprise 2.11.0-0 ... ``` ``` [root@2560ee3a9083 opt]# cartridge --version Tarantool Cartridge CLI Version: 2.12.6 OS/Arch: linux/amd64 Git...