- Oct 06, 2014
-
-
Konstantin Osipov authored
Recognize -w --wrapper, and don't daemonize if run from a wrapper.
-
- Oct 03, 2014
-
-
Dmitry E. Oboukhov authored
-
- Oct 02, 2014
-
-
Dmitry E. Oboukhov authored
-
- Oct 01, 2014
-
-
Dmitry E. Oboukhov authored
-
- Sep 30, 2014
-
-
Dmitry E. Oboukhov authored
+ Add tarantoolctl enter instance_name command
-
- Sep 26, 2014
-
-
Dmitry Simonenko authored
-
Dmitry E. Oboukhov authored
+ Fix logrotate.d config. #473
-
Dmitry Simonenko authored
-
- Sep 25, 2014
-
-
Dmitry E. Oboukhov authored
-
- Sep 15, 2014
-
-
bigbes authored
-
- Sep 14, 2014
-
-
bigbes authored
-
- Sep 12, 2014
-
-
Konstantin Osipov authored
-
bigbes authored
-
bigbes authored
-
- Sep 11, 2014
-
-
Konstantin Osipov authored
Don't try to execute a Lua script.
-
- Sep 10, 2014
-
-
Konstantin Osipov authored
- change /etc/default format to Lua - change defaults format to tarantool.cfg - don't force logger/snap_dir/wal_dir/work_dir if it's set - minor fixes in logging - implement fio.dirname
-
- Sep 04, 2014
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Sep 02, 2014
- Sep 01, 2014
- Aug 31, 2014
-
-
bigbes authored
-
bigbes authored
* In RPM/DEB we introduce new utility - tarantool_ctl (extra/dist/dist.lua) * /var/pid -> /var/run * Fix extra/dist/dist.lua * /extra/dist/tarantool.init and /extra/dist/tarantool.service now are regenerated by cmake (paths to `dist.lua`) * Systemd service (Uses sysv-init script) * RPM Supports both systemd and init (by using '--with systemd' in rpmbuild flags)
-
- Aug 29, 2014
-
-
Konstantin Osipov authored
-
buildslave authored
TODO: Fedora 19,20,rawhide, CentOS 7 Uses systemd.
-
Dmitry E. Oboukhov authored
-
- Aug 27, 2014
-
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
Dmitry E. Oboukhov authored
-
- Aug 20, 2014
-
-
Konstantin Osipov authored
Split effective and granted access. Add "role exists", "role doesn't exist" errors. Test role create and drop. Rename space_check_access() to access_check_space() to follow the convention. box.session.su('role') is not allowed Implement box.schema.user.info() which print user's grants
-
- Aug 15, 2014
-
-
bigbes authored
-
- Aug 12, 2014
-
-
Dmitry E. Oboukhov authored
-
- Aug 06, 2014
-
-
Dmitry E. Oboukhov authored
-
- Aug 04, 2014
-
-
Konstantin Osipov authored
gh-409: connect followed by session.su causes privilege error The problem was in the order of access checks for functions: if a user has no universal access, find function check if a user has rights to execute the function There were no pre-created function object for 'dostring', so access check for this function failed. The fix is to give universal access to ADMIN user right in bootstrap.snap and remove check for ADMIN uid as a special case from access checks. This avoids a functio lookup which would still find nothing. The fix revealed a race condition in replica bootstrap (see changed replication tests): replica begins accepting requets before fully recovering. Add a manual check for full replica recovery to make the tests pass.
-
- Jul 30, 2014
-
-
bigbes authored
-
- Jul 22, 2014
-
-
bigbes authored
Also - remove 0*1.snap from RPM Spec
-
- Jul 21, 2014
-
-
bigbes authored
1) Backport `path_find` 2) Disable debuginfo in RPM 3) Disable failing part of BSDSocket test
-
- Jul 14, 2014
-
-
bigbes authored
-