Branch: refs/heads/master
  Home:   https://github.com/mailru/tarantool
  Commit: 2ca97d8c4d38293859f1f35893028ca64d7d7d11
      
https://github.com/mailru/tarantool/commit/2ca97d8c4d38293859f1f35893028ca64d7d7d11
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-08-28 (Tue, 28 Aug 2012)

  Changed paths:
    M include/tarantool.h
    M include/tarantool_lua.h
    M mod/box/CMakeLists.txt
    M mod/box/box.m
    M mod/box/box_lua.m
    A mod/box/box_lua_info.h
    A mod/box/box_lua_info.m
    M src/tarantool_lua.m
    A test/box/info.result
    A test/box/info.test
    M test/box/lua.result

  Log Message:
  -----------
  box.info realized


  Commit: 320a82b0e12348a1f22585d0c337ccb798da0dc9
      
https://github.com/mailru/tarantool/commit/320a82b0e12348a1f22585d0c337ccb798da0dc9
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-08-29 (Wed, 29 Aug 2012)

  Changed paths:
    M doc/user/stored-procedures.xml
    M mod/box/box_lua_info.m
    M test/box/info.result
    M test/box/info.test

  Log Message:
  -----------
  updated documentation, cleanup code


  Commit: 6fa9fbf46e909125384c5830db23c3c3d554c3aa
      
https://github.com/mailru/tarantool/commit/6fa9fbf46e909125384c5830db23c3c3d554c3aa
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-08-29 (Wed, 29 Aug 2012)

  Changed paths:
    M doc/user/stored-procedures.xml
    M mod/box/box_lua_info.m
    M test/box/info.result
    M test/box/info.test

  Log Message:
  -----------
  box.info.build and tarantool_box --version have the same information


  Commit: 56fdf0aa2602743d0eb892bfaaafc56ce0463149
      
https://github.com/mailru/tarantool/commit/56fdf0aa2602743d0eb892bfaaafc56ce0463149
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-08-29 (Wed, 29 Aug 2012)

  Changed paths:
    M doc/user/stored-procedures.xml
    M mod/box/box_lua_info.m
    M test/box/info.result
    M test/box/info.test

  Log Message:
  -----------
  forgotten uptime (box.info)


  Commit: cade7dfa7a64d997d88aaca9dd7aa4028bebd098
      
https://github.com/mailru/tarantool/commit/cade7dfa7a64d997d88aaca9dd7aa4028bebd098
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-08-29 (Wed, 29 Aug 2012)

  Changed paths:
    M mod/box/box_lua_info.h
    M mod/box/box_lua_info.m

  Log Message:
  -----------
  code permissions, code style


  Commit: 8aa0021c3e5faafe99e054d41785688a6918d25c
      
https://github.com/mailru/tarantool/commit/8aa0021c3e5faafe99e054d41785688a6918d25c
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-09-04 (Tue, 04 Sep 2012)

  Changed paths:
    M mod/box/CMakeLists.txt
    M mod/box/box_lua.m
    R mod/box/box_lua_info.h
    R mod/box/box_lua_info.m
    M src/CMakeLists.txt
    A src/box_lua_info.h
    A src/box_lua_info.m
    M src/tarantool_lua.m
    M test/box/info.result
    M test/box/info.test

  Log Message:
  -----------
  fix box.info by review


  Commit: eb45922b4265ed50446e511fd52c64cbe8fced69
      
https://github.com/mailru/tarantool/commit/eb45922b4265ed50446e511fd52c64cbe8fced69
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-09-04 (Tue, 04 Sep 2012)

  Changed paths:
    M src/box_lua_info.m

  Log Message:
  -----------
  code cleanup


  Commit: fe88cd7e68cc091c8f48dcf38807e1ca33a40d87
      
https://github.com/mailru/tarantool/commit/fe88cd7e68cc091c8f48dcf38807e1ca33a40d87
  Author: Dmitry E. Oboukhov <[email protected]>
  Date:   2012-09-06 (Thu, 06 Sep 2012)

  Changed paths:
    M src/box_lua_info.m

  Log Message:
  -----------
  fix function some names (code cleanup)


  Commit: 8fa35a98e837aee2d574385b1a3e789f7263456c
      
https://github.com/mailru/tarantool/commit/8fa35a98e837aee2d574385b1a3e789f7263456c
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-09-06 (Thu, 06 Sep 2012)

  Changed paths:
    M doc/user/stored-procedures.xml
    M include/tarantool.h
    M mod/box/box.m
    M src/CMakeLists.txt
    R src/box_lua_info.h
    R src/box_lua_info.m
    M src/tarantool_lua.m
    A src/tarantool_lua_info.h
    A src/tarantool_lua_info.m

  Log Message:
  -----------
  Package box.info: review.

Fix style, add comments, expand the manual.


  Commit: 41dddec8485a1d79507bec898e2903b846352c0a
      
https://github.com/mailru/tarantool/commit/41dddec8485a1d79507bec898e2903b846352c0a
  Author: Konstantin Osipov <[email protected]>
  Date:   2012-09-06 (Thu, 06 Sep 2012)

  Changed paths:
    M doc/user/stored-procedures.xml
    M include/tarantool.h
    M include/tarantool_lua.h
    M mod/box/box.m
    M mod/box/box_lua.m
    M src/CMakeLists.txt
    M src/tarantool_lua.m
    A src/tarantool_lua_info.h
    A src/tarantool_lua_info.m
    A test/box/info.result
    A test/box/info.test
    M test/box/lua.result

  Log Message:
  -----------
  Merge branch 'box.info'

Conflicts:
        mod/box/box_lua.m
        test/box/lua.result


Compare: https://github.com/mailru/tarantool/compare/3ffcfc3808b5...41dddec8485a
_______________________________________________
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