Tarantool development patches archive
 help / color / mirror / Atom feed
[Tarantool-patches] [PATCH 0/2] Make unit tests TAP-compliant
 2020-06-02  9:20 UTC  (3+ messages)
` [Tarantool-patches] [PATCH 1/2] test: update unit test lib to produce TAP-compliant output

[Tarantool-patches] [PATCH v7 00/11] lua/log: add an ability to setup logger without box.cfg{}
 2020-06-02  8:17 UTC  (24+ messages)
` [Tarantool-patches] [PATCH v7 01/11] core/say: do not reconfig early set up logger
` [Tarantool-patches] [PATCH v7 02/11] core/say: use say_logger_initialized in say_logger_free
` [Tarantool-patches] [PATCH v7 03/11] lua/log: declare say_logger_init and say_logger_initialized
` [Tarantool-patches] [PATCH v7 04/11] lua/log: put string constants to map
` [Tarantool-patches] [PATCH v7 05/11] lua/log: do not allow to set json for boot logger
` [Tarantool-patches] [PATCH v7 06/11] lua/log: declare log as separate variable
` [Tarantool-patches] [PATCH v7 07/11] lua/log: use log module settings inside box.cfg
` [Tarantool-patches] [PATCH v7 08/11] lua/log: allow to configure logging without a box
` [Tarantool-patches] [PATCH v7 09/11] test: use direct log module
` [Tarantool-patches] [PATCH v7 10/11] log/lua: allow to specify logging level as a string
` [Tarantool-patches] [PATCH v7 11/11] lua/log: use log_cfg instead of ffi's instances

[Tarantool-patches] [PATCH] lua: lua_field_inspect_table without pushcfunction
 2020-06-02  0:19 UTC  (2+ messages)

[Tarantool-patches] [PATCH 0/2] Validate result of upserts squash & skip invalid upserts which can't be applied
 2020-06-01 19:24 UTC  (7+ messages)
` [Tarantool-patches] [PATCH 2/2] vinyl: skip invalid upserts during squash

[Tarantool-patches] [PATCH v6 00/25] Add static analysis with luacheck
 2020-06-01 18:13 UTC  (55+ messages)
` [Tarantool-patches] [PATCH v6 01/25] Add initial luacheck config
` [Tarantool-patches] [PATCH v6 02/25] build: enable 'make luacheck' target
` [Tarantool-patches] [PATCH v6 03/25] gitlab-ci: enable static analysis with luacheck
` [Tarantool-patches] [PATCH v6 04/25] Fix luacheck warnings in extra/dist/tarantoolctl.in
` [Tarantool-patches] [PATCH v6 05/25] Fix luacheck warnings in src/lua/
` [Tarantool-patches] [PATCH v6 06/25] Fix luacheck warnings in src/box/lua/
` [Tarantool-patches] [PATCH v6 07/25] Supress luacheck warnings in test/app
` [Tarantool-patches] [PATCH v6 08/25] Fix luacheck warnings in test/app-tap
` [Tarantool-patches] [PATCH v6 09/25] Fix luacheck warnings in test/box
` [Tarantool-patches] [PATCH v6 10/25] Fix luacheck warnings in test/box-py
` [Tarantool-patches] [PATCH v6 11/25] Fix luacheck warnings in test/box-tap
` [Tarantool-patches] [PATCH v6 12/25] Fix luacheck warnings in test/engine
` [Tarantool-patches] [PATCH v6 13/25] Fix luacheck warnings in test/engine_long
` [Tarantool-patches] [PATCH v6 14/25] Fix luacheck warnings in test/long_run-py
` [Tarantool-patches] [PATCH v6 15/25] Fix luacheck warnings in test/replication
` [Tarantool-patches] [PATCH v6 16/25] Fix luacheck warnings in test/replication-py
` [Tarantool-patches] [PATCH v6 17/25] Fix luacheck warnings in test/sql
` [Tarantool-patches] [PATCH v6 18/25] Fix luacheck warnings in test/sql-tap
` [Tarantool-patches] [PATCH v6 19/25] Fix luacheck warnings in test/swim
` [Tarantool-patches] [PATCH v6 20/25] Fix luacheck warnings in test/vinyl
` [Tarantool-patches] [PATCH v6 21/25] Fix luacheck warnings in test/wal_off
` [Tarantool-patches] [PATCH v6 22/25] Fix luacheck warnings in test/xlog
` [Tarantool-patches] [PATCH v6 23/25] Fix luacheck warnings in test/xlog-py
` [Tarantool-patches] [PATCH v6 24/25] Add luacheck supressions for luajit tests
` [Tarantool-patches] [PATCH v6 25/25] luajit: bump new version

[Tarantool-patches] [PATCH 0/3] Merger's NULL defererence
 2020-06-01 18:10 UTC  (4+ messages)
` [Tarantool-patches] [PATCH 1/3] merger: drop luaL prefix where contract allows it
` [Tarantool-patches] [PATCH 2/3] merger: fix NULL dereference when called via iproto
` [Tarantool-patches] [PATCH 3/3] lua: expose temporary Lua state for iproto calls

[Tarantool-patches] [PATCH v2] vinyl: restart read iterator in case of rolled back WAL
 2020-06-01 17:40 UTC  (2+ messages)

[Tarantool-patches] [PATCH v2 0/2] fix replication tx boundaries after local space rework
 2020-06-01 17:06 UTC  (19+ messages)
` [Tarantool-patches] [PATCH v2 1/2] wal: fix tx boundaries
` [Tarantool-patches] [PATCH v2 2/2] wal: reorder tx rows so that a tx ends on a global row

[Tarantool-patches] [PATCH 0/6] Remove implicit cast
 2020-06-01 17:04 UTC  (12+ messages)
` [Tarantool-patches] [PATCH 1/6] sql: remove implicit cast for assignment
` [Tarantool-patches] [PATCH 2/6] sql: remove mem_apply_type() from OP_MakeRecord
` [Tarantool-patches] [PATCH 3/6] sql: replace ApplyType by CheckType for IN operator
` [Tarantool-patches] [PATCH 4/6] sql: remove mem_apply_type() from OP_MustBeInt
` [Tarantool-patches] [PATCH 5/6] sql: remove implicit cast from string for comparison
` [Tarantool-patches] [PATCH 6/6] sql: remove OP_ApplyType

[Tarantool-patches] [PATCH V2] socket: fix error while closing socket.tcp_server
 2020-06-01 15:11 UTC  (3+ messages)

[Tarantool-patches] [PATCH] error: add format string usage to form a CustomError message
 2020-06-01 13:47 UTC  (4+ messages)

[Tarantool-patches] [PATCH v1] Set full testing for all branches
 2020-06-01 12:39 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1 1/2] Correct error message at pwd.lua
 2020-06-01 10:58 UTC  (5+ messages)
` [Tarantool-patches] [PATCH v1 2/2] test: remove skip condition of app-tap/pwd test

[Tarantool-patches] [PATCH 0/2] Fix C module reloading
 2020-06-01 10:53 UTC  (5+ messages)
` [Tarantool-patches] [PATCH 2/2] Allow to set directory for copying DSO before load

[Tarantool-patches] [PATCH v1 1/2] Correct error message at pwd.lua
 2020-06-01 10:47 UTC  (2+ messages)

[Tarantool-patches] [PATCH v1] Divide test box/net.box
 2020-06-01  9:24 UTC  (5+ messages)

[Tarantool-patches] [PATCH v1 1/2] gitlab-ci: enable auto skip pending jobs/pipelines
 2020-06-01  8:42 UTC 

[Tarantool-patches] [PATCH v1 1/2] gitlab-ci: enable auto skip pending jobs/pipelines
 2020-06-01  7:27 UTC 

[Tarantool-patches] [PATCH] vinyl: add NULL check of xrow_upsert_execute() retval
 2020-05-29 23:04 UTC  (4+ messages)

[Tarantool-patches] [PATCH v2 00/10] Sanitize unaligned access
 2020-05-29 22:36 UTC  (29+ messages)
` [Tarantool-patches] [PATCH v2 01/10] small: sanitized rlist and new region API
` [Tarantool-patches] [PATCH v2 10/10] xrow: use unaligned store operation in xrow_to_iovec()
` [Tarantool-patches] [PATCH v2 02/10] cmake: ignore warnings on alignof() and offsetof()
` [Tarantool-patches] [PATCH v2 03/10] cmake: add option ENABLE_UB_SANITIZER
` [Tarantool-patches] [PATCH v2 04/10] crc32: align memory access
` [Tarantool-patches] [PATCH v2 05/10] sql: make BtCursor's memory aligned
` [Tarantool-patches] [PATCH v2 06/10] region: use aligned allocations where necessary
` [Tarantool-patches] [PATCH v2 07/10] vinyl: align statements and bps tree extents
` [Tarantool-patches] [PATCH v2 08/10] tuple: use unaligned store-load for field map
` [Tarantool-patches] [PATCH v2 09/10] port: make port_c_entry not PACKED

[Tarantool-patches] [PATCH v5 00/10] Add static analysis with luacheck
 2020-05-29 14:08 UTC  (21+ messages)
` [Tarantool-patches] [PATCH v5 01/10] Add initial luacheck config
` [Tarantool-patches] [PATCH v5 04/10] Fix luacheck warnings in src/lua/
` [Tarantool-patches] [PATCH v5 06/10] Fix luacheck warnings in src/box/lua/
` [Tarantool-patches] [PATCH v5 07/10] "
` [Tarantool-patches] [PATCH v5 08/10] Fix luacheck warnings in test/
` [Tarantool-patches] [PATCH v5 09/10] Add luacheck supressions for luajit tests

[Tarantool-patches] [PATCH v1] travis-ci: disable OSX testing
 2020-05-29 12:49 UTC  (3+ messages)

[Tarantool-patches] [PATCH v4 0/8] lua/log: add an ability to setup logger without box.cfg{}
 2020-05-29 11:39 UTC  (40+ messages)
` [Tarantool-patches] [PATCH v4 1/8] core/say: do not reconfig early set up logger
` [Tarantool-patches] [PATCH v4 2/8] lua/log: declare say_logger_init and say_logger_initialized
` [Tarantool-patches] [PATCH v4 3/8] lua/log: put string constants to map
` [Tarantool-patches] [PATCH v4 4/8] lua/log: do not allow to set json for boot logger
` [Tarantool-patches] [PATCH v4 5/8] lua/log: declare log as separate variable
` [Tarantool-patches] [PATCH v4 6/8] lua/log: use log module settings inside box.cfg
` [Tarantool-patches] [PATCH v4 7/8] lua/log: allow to configure logging without a box
` [Tarantool-patches] [PATCH v4 8/8] test: use direct log module

[Tarantool-patches] [PATCH 1/1] test: stop linking msgpuck lib with test modules
 2020-05-28 22:15 UTC  (3+ messages)

[Tarantool-patches] [PATCH] core: don't start example instance in postinstall
 2020-05-28 11:33 UTC  (3+ messages)

page:  |  | latest

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox