- Apr 17, 2024
-
-
- Dec 21, 2023
-
-
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)
-
- Dec 19, 2023
-
-
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>
-
- Nov 06, 2023
-
-
Kurdakov Alexander authored
Transferred replication factor from Properties table to new Tier table Instance and Replicaset belongs to tier via new field tier in _pico_instance and _pico_replicaset New cli option init-cfg with path to configuration file in yaml format. For now contains only info about tiers.
-
- Apr 21, 2023
-
-
This patch introduces `picodata connect` CLI command. It allows connecting to interactive lua console of a picodata instance via iproto The whole implementation comes down to invoking a lua script with `require("console").start()`.
-
- Apr 20, 2023
-
-
Yaroslav Dynnikov authored
Refactor corresponding tests accordingly
-
- Dec 02, 2022
-
-
Valentin Syrovatskiy authored
-
- Oct 17, 2022
-
-
Valentin Syrovatskiy authored
-
- Sep 29, 2022
-
-
Valentin Syrovatskiy authored
-
- Jun 23, 2022
-
-
Valentin Syrovatskiy authored
-
- May 25, 2022
-
-
Sergey V authored
-
- May 11, 2022
-
-
Yaroslav Dynnikov authored
1. Review `Pipfile`: - Remove unused `filelock`; - Install `mypy` - static type checker for Python. 2. Add new command `pipenv run lint`. 3. Enable `mypy` in CI. Fix reported errors in `test_basics.py`. 4. Renew readme.
-
- Apr 28, 2022
-
-
Sergey V authored
-