- Jan 31, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Jan 30, 2024
-
-
Dmitry Rodionov authored
Having dynamic build as a default was dictated by certification and now when we merged certification patches back to master it started to cause friction. So this patch makes static build the default and introduces dynamic_build cargo feature instead of static_build one.
-
-
Denis Smirnov authored
-
- Jan 26, 2024
-
-
Feodor Alexandrov authored
1. Add a new option picodata run --shredding to enable shredding upon xlog_remove_file_impl. 2. For test purposes additionally use the inject_errors feature to keep files after shred operation and allow the test code to look inside and make sure that content was really shredded.
-
Yaroslav Dynnikov authored
It was rebased recently on top of the same 2.11.2-picodata
-
-
-
-
-
- Jan 25, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
Note: this changes return values from all .proc_* stored procedures, making them more usable, but completely breaking the compatibility with older versions. Closes #500
-
- Jan 24, 2024
-
-
Dmitry Ivanov authored
-
- Jan 23, 2024
-
-
Dmitry Rodionov authored
Use single step after system specific requirements. Do not use system packages on ubuntu.
-
Dmitry Rodionov authored
-
Dmitry Rodionov authored
This way helps us to avoid installing native dependencies needed for dynamically linked binary.
-
Dmitry Rodionov authored
-
It's unused since 44a0fc61
-
- Jan 22, 2024
-
-
Alexander Kurdakov authored
-
-
-
Arseniy Volynets authored
- update sbroad submodule to commit with support of except for global tables - add integration tests for except with global tbls
-
- Jan 19, 2024
-
-
Arseniy Volynets authored
- update sbroad submodule to commit supporting union all with global tbls - add integration tests
-
Dmitry Rodionov authored
-
Dmitry Rodionov authored
New feature `static_build` is added to Cargo.toml. By default dynamic build is being used. build.rs is changed to respect it. Use `cargo build --features static_build` to build static binary. Previous attempt directly modified static-build cmake files which is less convenient and doesnt allow us to support both build types at the same time Replaces https://git.picodata.io/picodata/tarantool/-/merge_requests/143 and https://git.picodata.io/picodata/picodata/picodata/-/merge_requests/817
-
Dmitry Rodionov authored
-
- Jan 18, 2024
-
-
Egor Ivkov authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
- remove logical clock from raft entry context, (term, index) is used for synchronization instead - this allows us to remove the Notify/Notifier boilerplate - NodeImpl::notifications -> NodeImpl::read_state_wakers - this and the recently refactored proc_join finally allows us to remove OpResult - ContextCoercion & CoercionError are also removed for the sake of simplification
-
- Jan 17, 2024
-
-
Dmitry Rodionov authored
Is needed because ipv6 is not available on CI but localhost is resolved to both v4 and v6 addresses
-
Dmitry Rodionov authored
-
Dmitry Rodionov authored
By adding a comment here in ce9ddc26 I made the whole command to be ignored because for gitlab > means single command that is split across lines, so by starting it with # on the first line I made the whole command a comment. See https://docs.gitlab.com/ee/ci/yaml/script.html#split-long-commands for details.
-
- Jan 15, 2024
-
-
Georgy Moshkin authored
-