Branch: refs/heads/master
  Home:   https://github.com/tarantool/tarantool
  Commit: 932867650c97a4d0cf2c7121e338434b5b8c0ca4
      
https://github.com/tarantool/tarantool/commit/932867650c97a4d0cf2c7121e338434b5b8c0ca4
  Author: Eugine Blikh <[email protected]>
  Date:   2013-09-12 (Thu, 12 Sep 2013)

  Changed paths:
    M .gitmodules
    M test/lib/box_connection.py
    M test/lib/sql_ast.py
    A test/lib/tarantool-python

  Log Message:
  -----------
  Add first support of python backend for TT. Still need to add support of 
error code (now it return 0 everytime)


  Commit: 901366f89008b61ab869d9fe77d5261a663a327b
      
https://github.com/tarantool/tarantool/commit/901366f89008b61ab869d9fe77d5261a663a327b
  Author: Eugine Blikh <[email protected]>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M test/lib/box_connection.py
    M test/lib/sql_ast.py
    M test/lib/tarantool_connection.py
    M test/lib/tarantool_server.py

  Log Message:
  -----------
  Fix number of bugs and output


  Commit: e7f6f936ebaa955e6f72b20a7c4040e9153fd2e0
      
https://github.com/tarantool/tarantool/commit/e7f6f936ebaa955e6f72b20a7c4040e9153fd2e0
  Author: Eugine Blikh <[email protected]>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    M test/big/sql.result
    M test/box/admin.result
    M test/box/admin.test.py
    M test/box/bad_trigger.result
    M test/box/bad_trigger.test.py
    M test/box/iproto.result
    M test/box/lua.result
    M test/box/lua.test.py
    M test/box/reconfigure.result
    M test/box/reconfigure.test.py
    M test/box/snapshot.result
    M test/box/snapshot.test.py
    M test/box/sql.result
    M test/box/sql.test.py
    M test/box/stat.result
    A test/box/stat.test.lua
    R test/box/stat.test.py
    M test/replication/swap.result
    M test/replication/swap.test.py

  Log Message:
  -----------
  Move test files to new format of box_connection output (yaml-like). Move stat 
test to LUA. We may move reconfigure.test(??) and sql test to LUA, i suppose


  Commit: c502b00d616e1cd061076f29f59b443551782637
      
https://github.com/tarantool/tarantool/commit/c502b00d616e1cd061076f29f59b443551782637
  Author: Eugine Blikh <[email protected]>
  Date:   2013-09-13 (Fri, 13 Sep 2013)

  Changed paths:
    A test/box/admin.test.lua

  Log Message:
  -----------
  first try of admin.test.lua


  Commit: 706997e441ff4316c5e447a6e6e9c5c9980d7d48
      
https://github.com/tarantool/tarantool/commit/706997e441ff4316c5e447a6e6e9c5c9980d7d48
  Author: Eugine Blikh <[email protected]>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M test/box/admin.result
    M test/box/admin.test.lua
    R test/box/admin.test.py

  Log Message:
  -----------
  Move admin.test to lua


  Commit: f63240df4793b666104ed1d8d9d111d136d8e605
      
https://github.com/tarantool/tarantool/commit/f63240df4793b666104ed1d8d9d111d136d8e605
  Author: Eugine Blikh <[email protected]>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M test/box/admin.result
    M test/box/admin.test.lua

  Log Message:
  -----------
  Add forgotten space:drop()


  Commit: d133d1909f68582e741d25d46d4291a708e0b837
      
https://github.com/tarantool/tarantool/commit/d133d1909f68582e741d25d46d4291a708e0b837
  Author: Eugine Blikh <[email protected]>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M test/lib/tarantool_server.py

  Log Message:
  -----------
  Fix race condition


  Commit: 19f001f9ad04d961ba0edf042a2de55813329bf1
      
https://github.com/tarantool/tarantool/commit/19f001f9ad04d961ba0edf042a2de55813329bf1
  Author: Eugine Blikh <[email protected]>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M include/errcode.h
    M src/box/alter.cc
    M src/box/box_lua.cc
    M src/box/box_lua_space.cc
    M src/box/index.h
    M src/box/key_def.cc
    M src/box/key_def.h
    M src/box/lua/schema.lua
    M src/box/schema.cc
    M src/box/schema.h
    M src/box/space.cc
    M src/box/space.h
    M src/box/tuple.cc
    M src/box/tuple.h
    M test/big/sql.result
    M test/big/tree_pk_multipart.result
    M test/box/alter_limits.result
    M test/box/alter_limits.test.lua
    M test/box/lua.result
    M test/box/lua.test.py
    M test/box/lua_misc.result
    M test/lib/sql_ast.py

  Log Message:
  -----------
  Merge remote-tracking branch 'origin/master' into tt-pythonize


  Commit: b2b293a7c4f02f12961ae86b2dab0b938149a5de
      
https://github.com/tarantool/tarantool/commit/b2b293a7c4f02f12961ae86b2dab0b938149a5de
  Author: Eugine Blikh <[email protected]>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M test/big/sql.result
    M test/big/sql.test.py
    M test/box/admin.result
    M test/box/admin.test.lua
    M test/box/bad_trigger.result
    M test/box/lua.result
    M test/box/sql.result
    M test/box/sql.test.py
    M test/lib/box_connection.py
    M test/lib/sql_ast.py
    M test/lib/tarantool_server.py
    M test/lib/test_suite.py
    M test/replication/swap.test.py

  Log Message:
  -----------
  1. remove tnt* aliases
2. modify errmsg
3. rewrite Lua - check_type
4. Move try-except importerror to test_suite file


  Commit: 8acf452929ac704a8c17853d948804412ce877c1
      
https://github.com/tarantool/tarantool/commit/8acf452929ac704a8c17853d948804412ce877c1
  Author: Eugine Blikh <[email protected]>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M test/lib/box_connection.py
    M test/lib/sql_ast.py

  Log Message:
  -----------
  Remove trailing whitespaces


  Commit: 06fff63c2c1445919c33674cc48ce2598d4be473
      
https://github.com/tarantool/tarantool/commit/06fff63c2c1445919c33674cc48ce2598d4be473
  Author: Konstantin Osipov <[email protected]>
  Date:   2013-09-16 (Mon, 16 Sep 2013)

  Changed paths:
    M .gitmodules
    M test/big/sql.result
    M test/big/sql.test.py
    M test/box/admin.result
    A test/box/admin.test.lua
    R test/box/admin.test.py
    M test/box/bad_trigger.result
    M test/box/bad_trigger.test.py
    M test/box/iproto.result
    M test/box/lua.result
    M test/box/lua.test.py
    M test/box/reconfigure.result
    M test/box/reconfigure.test.py
    M test/box/snapshot.result
    M test/box/snapshot.test.py
    M test/box/sql.result
    M test/box/sql.test.py
    M test/box/stat.result
    A test/box/stat.test.lua
    R test/box/stat.test.py
    M test/lib/box_connection.py
    M test/lib/sql_ast.py
    A test/lib/tarantool-python
    M test/lib/tarantool_connection.py
    M test/lib/tarantool_server.py
    M test/lib/test_suite.py
    M test/replication/swap.result
    M test/replication/swap.test.py

  Log Message:
  -----------
  Merge branch 'tt-pythonize'


Compare: 
https://github.com/tarantool/tarantool/compare/236e46c22944...06fff63c2c14
_______________________________________________
Mailing list: https://launchpad.net/~tarantool-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~tarantool-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to