- Jan 15, 2024
-
-
Use `std::ops::ControlFlow` instead
-
- Jan 12, 2024
-
-
- Jan 11, 2024
-
-
Yaroslav Dynnikov authored
-
- Dec 28, 2023
-
-
Kurdakov Alexander authored
-
- Dec 26, 2023
-
-
- Dec 22, 2023
-
-
-
Yaroslav Dynnikov authored
-
Yaroslav Dynnikov authored
-
- Dec 21, 2023
-
-
Dmitry Rodionov authored
-
Dmitry Rodionov authored
pytest supports providing full diff between dictionaries when higher verbosity is specified. For details see https://docs.pytest.org/en/7.1.x/how-to/output.html#verbosity. Make use of max verbosity level in CI (-vv)
-
Yaroslav Dynnikov authored
-
- Dec 20, 2023
-
-
Yaroslav Dynnikov authored
Notice: gitlab doesn't support variables interpolation in `rules:changes:compare_to`, so we interpolate it with yaml anchors.
-
Дмитрий Кольцов 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.
-
This version of tarantool-sys drops 4 controversial commits from the upstream: * wal: fix transaction boundaries for replicated transactions * relay: send rows transactionally * box: get rid of dummy NOPs after transactions ending with local rows * box: fix force recovery for transactions with local rows
-
-
-
-
-
-
-
-
-
-
Cases when verdict was missing: - unknown user - user was blocked Close: https://git.picodata.io/picodata/picodata/picodata/-/issues/438
-
-
- Use retries for flaky sql tests with global subqueries instead of commenting them out
-
-
Yaroslav Dynnikov authored
This is a follow-up for ac2671e3
-
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>
-
-
-
-
-
-