"README.md" did not exist on "9e5a10ee06dad4d7d8de99232d47316b1748bfe5"
- Jan 25, 2024
-
-
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
-
-
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
-
- Jan 18, 2024
-
-
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
-
- Jan 15, 2024
-
-
Georgy Moshkin authored
-
-
Use `std::ops::ControlFlow` instead
-
- Jan 12, 2024
-
-
- Dec 28, 2023
-
-
Kurdakov Alexander authored
-
- Dec 22, 2023
-
-
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
-
- Dec 19, 2023
-
-
Previously it didnt contain title and severity because the event is emitted on tarantool side. As a dirty hack match the message and insert relevant fields.
-
Since https://github.com/tarantool/tarantool/pull/8626 memtx_memory is now rounded up to 64MB in case lower value is specified.
-
-
-
-
-
-
Cases when verdict was missing: - unknown user - user was blocked Close: https://git.picodata.io/picodata/picodata/picodata/-/issues/438
-
-
Yaroslav Dynnikov authored
Web UI feature is already enabled in CI `test` stage. This patch adds it to the `pack` stage. To do that, a path to a webui buldle can be passed explicitly, and it does in CI which now builds it in a separate stage. In default Rust features `webui` remains disabled by default to keep minimal development environment truly minimal.
-
1. http-server: 1. Get info about tiers from _pico_tier 2. Get info about instance addresses from: - http: lua api - binary: _pico_peer_addresses 3. Switch from arrays to map where it makes sense 4. Compose all the data to `cluster_state` object 5. Get version information for lua api. 2. Tests: 1. Add DeepDiff package to better diff for json 2. Amend tests to new specification 3. Get picodata version via lua api and use it in asserts 3. Chore: 1. Add .envrc and .direnv to .gitingore (direnv specific files) 2. Add .vscode to .gitignore. Signed-off-by:
Anatoly Popov <a.popov@picodata.io>
-
-
-
-
-