- Aug 14, 2015
-
-
Sulverus authored
-
- Jul 07, 2015
-
-
bigbes authored
-
Veniamin Gvozdikov authored
-
- Jul 06, 2015
-
-
Veniamin Gvozdikov authored
-
Veniamin Gvozdikov authored
-
- Jun 08, 2015
-
-
Sulverus authored
test-run udpated
-
- Jun 04, 2015
-
-
Sulverus authored
1. Enable background=false for test-run 2. Check local directory for config
-
- May 29, 2015
-
-
Sulverus authored
io replaced with fio
-
- May 28, 2015
-
-
Sulverus authored
-
- May 01, 2015
-
-
Konstantin Osipov authored
tarantoolctl: Don't assume sophia_dir is a subdir of vardir, create everything on the top level. tarantoolctl: marginally fix reload, but see gh-824 fio: fix numerous bugs with failure of lua_tostring(), add tests.
-
- Apr 28, 2015
-
-
Sulverus authored
-
Roman Tsisyk authored
- mysql moved to https://github.com/tarantool/mysql - pg moved to https://github.com/tarantool/pg Please consult documentation on GitHub for more details.
-
- Apr 23, 2015
-
-
Roman Tsisyk authored
Include all neede variables to tarantool.h
-
- Apr 22, 2015
-
-
Roman Tsisyk authored
-
Roman Tsisyk authored
This patch adds `src/module.h` header file with definition of all public API functions suitable to use in Lua/C modules for Tarantool. This header is automatically generated from src/*.h by CMake (`make generate_module_api`) by extracting code blocks between /** \cond public */ /* \endcond public */ Doxygen-style comments. Definitions of functions in module.h are frozen and must not be changed by future commits/releases. A new test case `app/module_api` is added to check compilation, linkage and loading of Lua modules and functionality of provided API functions. Other changes: * Convert mysql and pg to use module.h and prepare to convert to .c * Fix includes in say.h, coeio.h * Rename luaL_pushnumber64 to luaL_pushuint64 and luaL_pushinumber64 to luaL_pushint64 * Add LUA_API macros to public luaL_* functions (actually adds extern "C")
-
- Apr 09, 2015
-
-
Roman Tsisyk authored
Add _vspace, _vindex, _vuser, _vfunc and _vpriv virtual spaces (views) which contains only objects allowed to the current user. This patch is needed for client connectors to work under non-admin user.
-
- Apr 03, 2015
-
-
Sulverus authored
-
- Mar 21, 2015
-
-
Konstantin Osipov authored
~/.config/tarantool superseeds /etc/default, not augments it
-
- Mar 19, 2015
-
-
Veniamin Gvozdikov authored
-
Veniamin Gvozdikov authored
-
- Mar 05, 2015
-
-
Vladimir Rudnyh authored
-
- Feb 20, 2015
-
-
Konstantin Osipov authored
Extract xlog.test.py into an own test suite, in preparation for a split into many tests. xlog.test.py restarts the server all the time anyway, there is no point to keep all tests in the same file. Deal with collateral damange of this seemingly innocuous move: * fix an assertion failure in user.drop(), user_has_data(). The check was using a wrong index. * fix test-run.py to leave cores around in case of a server crash (in a friendly gesture to develoeprs, and joining the ranks of such extremely succefful applications as apport and systemd, it used to delete them) * update bootstrap.snap to provide format for _index space * make a bunch of tests safe to the order in which they are executed * use space name rather than space id for error messages more often, since space id is very volatile after introduction of max_id sequence for space ids.
-
- Feb 17, 2015
-
-
Konstantin Osipov authored
Use a monotonically growing sequence for space identifiers, to ensure they are never reused. Update tests.
-
- Dec 22, 2014
-
-
bigbes authored
-
- Dec 19, 2014
-
-
Konstantin Osipov authored
-
Konstantin Osipov authored
-
- Dec 17, 2014
-
-
Konstantin Osipov authored
Update tests to use this role.
-
bigbes authored
-
- Dec 11, 2014
-
-
bigbes authored
-
- Dec 01, 2014
-
-
Konstantin Osipov authored
Introduce 'public' role. Auto-grant 'public' to every user. Update the snapshot.
-
- Oct 27, 2014
-
-
bigbes authored
-
Eugine Blikh authored
-
- Oct 25, 2014
-
-
bigbes authored
-
- Oct 24, 2014
-
-
bigbes authored
-
Roman Tsisyk authored
-
- Oct 22, 2014
-
-
bigbes authored
-
- Oct 20, 2014
-
-
bigbes authored
0) DIST.LUA: Move dist.lua to tarantoolctl (+ DEB + RPM + DOCS) 0) DIST.LUA: Delete -w option 1) CMAKE: Add pod2man function for generating MAN Files from POD format 2) RPM: Add man files for tarantoolctl, move tarantoolctl+initscripts from `tarantool` into `tarantool-common` 3) DEB: Remove tarantoolctl.1 creation 4) Remove trailing whitespaces Fixes gh-570 Fixes gh-557
-
- 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
-