- Dec 11, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
Now panics from plugin code are handled the same way panics from picodata code, that is they log the backtrace to the tarantool logger and then abort the process.
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Виталий Шунков authored
-
Egor Ivkov authored
-
Виталий Шунков authored
-
- Dec 10, 2024
-
-
Виталий Шунков authored
Use gitlab schedule to run these jobs every night to reduce time it takes to complete main pipeline
-
- Dec 09, 2024
-
-
Кирилл Безуглый authored
-
Вартан Бабаян authored
-
Вартан Бабаян authored
-
Kurdakov Alexander authored
-
-
-
-
-
-
-
Kurdakov Alexander authored
Introduce new parameters for alter system: - vdbe_max_steps - vtable_max_rows
-
- Dec 06, 2024
-
-
- Dec 05, 2024
-
-
Co-authored-by:
Dmitry Rodionov <d.rodionov@picodata.io>
-
-
Erik Khamitov authored
-
-
- Dec 04, 2024
-
-
Вартан Бабаян authored
-
- Dec 03, 2024
-
-
Erik Khamitov authored
-
- Dec 02, 2024
-
-
Maksim Kaitmazian authored
Previously, LuaValue was used for deserializing msgpack data. It is marked with #[serde(untagged)] attribute, meaning that the enum is deserializaed by probing each variant in order unless one succeeds. It turned out, that this can cause unexpected type convertions due to the order of variants. For example, msgpack integer value was deserialized into LuaValue::Double, because this variant comes before LuaValue::Integer and integer values can be represented as floats. This commit resolves this issue by configuring LuaValue to be deserialized as rmpv::Value using #[serde(try_from)] attribute.
-
- Nov 30, 2024
-
-
Georgy Moshkin authored
Closes #1130
-
Georgy Moshkin authored
-
Georgy Moshkin authored
Add new files: - storage/snapshot.rs: stuff related to raft snapshot - storage/schema.rs: stuff related to DDL logic Code is only moved, no changes to logic
-
- Nov 29, 2024
-
-
Andrey Strochuk authored
-
Here's a few data points: * Linux + amd64: ENABLE_BACKTRACE=ON by default. * Linux + aarch64: ENABLE_BACKTRACE=OFF by default. See https://github.com/tarantool/tarantool/issues/8791.
-
-
- Nov 28, 2024
-
-