Branch: refs/heads/master
Home: https://github.com/mailru/tarantool
Commit: eb5255939f893a5e35981e25d9ca4244eea55f5e
https://github.com/mailru/tarantool/commit/eb5255939f893a5e35981e25d9ca4244eea55f5e
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M doc/user/stored-procedures.xml
M mod/box/CMakeLists.txt
M mod/box/box_lua.m
A mod/box/box_lua_uuid.h
A mod/box/box_lua_uuid.m
M test/box/lua.result
M test/box/lua.test
Log Message:
-----------
box.uuid() and box.uuid_hex() functions
https://blueprints.launchpad.net/tarantool/+spec/box-uuid
Commit: 32d416509ff2bca27a436f7220d9b3f1f25aa6d0
https://github.com/mailru/tarantool/commit/32d416509ff2bca27a436f7220d9b3f1f25aa6d0
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M debian/control
M mod/box/CMakeLists.txt
M mod/box/box_lua_uuid.m
M test/box/lua.result
M test/box/lua.test
Log Message:
-----------
uses libuuid as depends
Commit: 73c62f9fc9338a15c72268e6f6be84df9b25048a
https://github.com/mailru/tarantool/commit/73c62f9fc9338a15c72268e6f6be84df9b25048a
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M mod/box/box_lua_uuid.m
Log Message:
-----------
cleanup code
Commit: 665e9e60fd17f497b2b8df342ad5ec686ba97feb
https://github.com/mailru/tarantool/commit/665e9e60fd17f497b2b8df342ad5ec686ba97feb
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M CMakeLists.txt
M mod/box/CMakeLists.txt
M mod/box/box_lua_uuid.m
Log Message:
-----------
Add checks for libuuid
If libuuid is not found it won't be linked/used.
Commit: 645d232acb1f45beeb20ab36aba5598aead891d5
https://github.com/mailru/tarantool/commit/645d232acb1f45beeb20ab36aba5598aead891d5
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M mod/box/CMakeLists.txt
Log Message:
-----------
cleanup CMake messages
Commit: b99ce32431de8782f167c461b747fbf9e486bc8c
https://github.com/mailru/tarantool/commit/b99ce32431de8782f167c461b747fbf9e486bc8c
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2012-08-21 (Tue, 21 Aug 2012)
Changed paths:
M README
Log Message:
-----------
README: libuuid
Commit: f9944e31da9ea65903e187b2a255ce9b9d20951c
https://github.com/mailru/tarantool/commit/f9944e31da9ea65903e187b2a255ce9b9d20951c
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2012-08-27 (Mon, 27 Aug 2012)
Changed paths:
M CMakeLists.txt
M mod/box/CMakeLists.txt
M mod/box/box_lua_uuid.m
Log Message:
-----------
Return back to dlopen/dlclose variant of uuid_generate call
Commit: 3064c2ddc154dcbea7d787f9f3e4cdf4281a6038
https://github.com/mailru/tarantool/commit/3064c2ddc154dcbea7d787f9f3e4cdf4281a6038
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2012-08-27 (Mon, 27 Aug 2012)
Changed paths:
M doc/user/stored-procedures.xml
Log Message:
-----------
infinitive in documentation
Commit: f144bbc5134206e27acb6db36cf1ab6deb730b4d
https://github.com/mailru/tarantool/commit/f144bbc5134206e27acb6db36cf1ab6deb730b4d
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2012-08-27 (Mon, 27 Aug 2012)
Changed paths:
M mod/box/box_lua.m
M mod/box/box_lua_uuid.h
M mod/box/box_lua_uuid.m
Log Message:
-----------
add box.uuid_is_loaded() function to check if box.uuid is available
Commit: 2b2badfb5f1dafd31fd206c5ad947ee25b21939e
https://github.com/mailru/tarantool/commit/2b2badfb5f1dafd31fd206c5ad947ee25b21939e
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2012-08-27 (Mon, 27 Aug 2012)
Changed paths:
M doc/user/stored-procedures.xml
M mod/box/box_lua_uuid.m
Log Message:
-----------
update documentation, don't raise error if library was not found
Commit: 4dc6cd284d3b622a4a75a05b1dbce42a04b05080
https://github.com/mailru/tarantool/commit/4dc6cd284d3b622a4a75a05b1dbce42a04b05080
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2012-08-28 (Tue, 28 Aug 2012)
Changed paths:
M mod/box/box_lua.m
M mod/box/box_lua_uuid.h
M mod/box/box_lua_uuid.m
Log Message:
-----------
drop is_loaded function
Commit: 6f41e17ac7c32fccb52ea68872188fe35b766482
https://github.com/mailru/tarantool/commit/6f41e17ac7c32fccb52ea68872188fe35b766482
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2012-08-28 (Tue, 28 Aug 2012)
Changed paths:
M test/box/lua.result
M test/box/lua.test
A test/box/lua_box_uuid.result
A test/box/lua_box_uuid.test
Log Message:
-----------
extract box.uuid() tests into its own file
Commit: 48376273dcf8a105cde312556e2ba93d08676c34
https://github.com/mailru/tarantool/commit/48376273dcf8a105cde312556e2ba93d08676c34
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2012-08-28 (Tue, 28 Aug 2012)
Changed paths:
M test/box/lua.result
Log Message:
-----------
fix original lua tests
Commit: fb3fa6062deb49b25e95f31b802d85cccd1984e8
https://github.com/mailru/tarantool/commit/fb3fa6062deb49b25e95f31b802d85cccd1984e8
Author: Dmitry E. Oboukhov <[email protected]>
Date: 2012-08-28 (Tue, 28 Aug 2012)
Changed paths:
A test/box/lua_box_uuid.skipcond
M test/lib/test_suite.py
Log Message:
-----------
test framework can runtime skip tests
Commit: 2c5f4283eeef6afe3806db1bcc74bb809ec20751
https://github.com/mailru/tarantool/commit/2c5f4283eeef6afe3806db1bcc74bb809ec20751
Author: Konstantin Osipov <[email protected]>
Date: 2012-08-28 (Tue, 28 Aug 2012)
Changed paths:
M doc/user/stored-procedures.xml
M mod/box/CMakeLists.txt
M mod/box/box_lua_uuid.h
M mod/box/box_lua_uuid.m
M test/box/lua.test
M test/lib/test_suite.py
Log Message:
-----------
Code review fixes for box-uuid patch.
Fix coding style, add comments, remove
an unused variable (int raise).
Commit: 036a8d1ca34b7bfd730fddc0b468268258e22e6b
https://github.com/mailru/tarantool/commit/036a8d1ca34b7bfd730fddc0b468268258e22e6b
Author: Konstantin Osipov <[email protected]>
Date: 2012-08-28 (Tue, 28 Aug 2012)
Changed paths:
M README
M debian/control
M doc/user/stored-procedures.xml
M mod/box/CMakeLists.txt
M mod/box/box_lua.m
A mod/box/box_lua_uuid.h
A mod/box/box_lua_uuid.m
M test/box/lua.result
A test/box/lua_box_uuid.result
A test/box/lua_box_uuid.skipcond
A test/box/lua_box_uuid.test
M test/lib/test_suite.py
Log Message:
-----------
Merge branch 'box.uuid'
Conflicts:
test/box/lua.result
Compare: https://github.com/mailru/tarantool/compare/b87af82d0e50...036a8d1ca34b
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help : https://help.launchpad.net/ListHelp