- Jul 01, 2016
-
-
Konstantin Nazarov authored
This happens because console:eval swallows errors and doesn't print them to stdout. Also, console.connect() doesn't always call on_client_disconnect() in case of errors, so the code that was meant to terminate local session on errors, didn't do this in some cases and caused local console to remain open. Fixes #1586
-
- May 24, 2016
-
- May 23, 2016
-
-
bigbes authored
-
- May 18, 2016
-
-
bigbes authored
-
Konstantin Nazarov authored
`tarantoolctl connect <URI>` connects to a remote tarantool instance, specified by URI and opens an interactive console session. Unlike other tarantoolctl subcommands it doesn't operate on instance names. Fixes #1288
-
- May 11, 2016
-
-
Georgy Kirichenko authored
-
- May 03, 2016
-
-
Konstantin Osipov authored
-
- Apr 10, 2016
-
-
Konstantin Osipov authored
-
- Apr 03, 2016
-
-
bigbes authored
If `default_cfg` was nil, then system will errored.
-
- Apr 01, 2016
-
-
Roman Tsisyk authored
* Don't mislead users with box.cfg{} options which shouldn't be set under tarantoolctl. * Mention that all data directories must have absolute paths and remove work_dir from example.lua (see #1406). * Specify correct default values.
-
bigbes authored
+ closes gh-1405 (right path for unix socket) + wrap box.cfg and loadfile with pcall + some variable/function scope cleanups (global -> local) + closes gh-1409 (check for lua syntax before running/restarting/eval server)
-
- Mar 28, 2016
-
-
Roman Tsisyk authored
Use box.schema.upgrade() to upgrade. ./extra/schema_fill.lua and ./extra/schema_erase.lua were moved to box.internal.bootstrap().
-
- Mar 01, 2016
- Feb 18, 2016
-
-
Roman Tsisyk authored
Content was integrated to the main documentation by 8d0b9761 http://tarantool.org/doc/book/administration.html
-
- Feb 17, 2016
-
-
Roman Tsisyk authored
Use instance.available only with systemd if sysvinit is not enabled. Otherwise (sysvinit or mixed configuration) continue to use instance.enabled.
-
Alexandr Lyapunov authored
-
- Feb 05, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
See #1293
-
Roman Tsisyk authored
tarantoolctl must not search for configuration in PWD if started by root
-
- Feb 03, 2016
-
-
Roman Tsisyk authored
A regression caused by 1c00b034
-
- Feb 01, 2016
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
Use values generated by cmake. Needed for homebrew.
-
- Jan 29, 2016
-
-
bigbes authored
Tested and updated building instructions for Mac OS X. (by Elena Shebunyaeva)
-
- Jan 23, 2016
-
-
Roman Tsisyk authored
-
- Jan 22, 2016
-
-
Roman Tsisyk authored
This patch also enables daemon supervision when used with systemd. A prerequisite for Fedora/EPEL7 packages.
-
Roman Tsisyk authored
-
- Jan 21, 2016
-
-
Roman Tsisyk authored
-
Veniamin Gvozdikov authored
-
- Jan 18, 2016
-
-
Roman Tsisyk authored
Make more abstract version of key_opts parser to re-use code for space options.
-
- Jan 09, 2016
-
-
Roman Tsisyk authored
* Add -DENABLE_DIST=ON option to enable init scripts on `make install` * Create directories for tarantoolctl on `make install` * Add logrotate script to `make install` * Fix example.lua to work out of the box * Use /etc/default instead of /etc/sysconfig on Debian * Fix directories permissions for tarantoolctl * Add support for systemd-tmpfiles (required by Fedora)
-
- Jan 07, 2016
-
-
Roman Tsisyk authored
-
- Jan 02, 2016
-
-
Roman Tsisyk authored
Needed for Fedora buildbot
-
- Dec 30, 2015
- Dec 20, 2015
-
-
Roman Tsisyk authored
-
- Dec 15, 2015
-
-
Roman Tsisyk authored
-
- Dec 11, 2015
-
-
Sulverus authored
-
- Dec 01, 2015
-
- Nov 13, 2015
-
-
bigbes authored
-