- Aug 21, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Aug 20, 2024
-
-
Вартан Бабаян authored
-
-
Build: ``` $ make build --dry-run echo "" > tarantool-sys/VERSION if test -f ~/.cargo/env; then . ~/.cargo/env; fi && \ cargo build --locked --features webui $ make build --dry-run -j1 echo "" > tarantool-sys/VERSION if test -f ~/.cargo/env; then . ~/.cargo/env; fi && \ cargo build --locked -j1 --features webui ``` Test: ``` $ make test --dry-run cargo test --locked pipenv run pytest --numprocesses=auto $ make test --dry-run cargo test --locked -j1 pipenv run pytest --numprocesses=1 ``` Lint: ``` $ make lint --dry-run cargo fmt --check cargo check --locked cargo clippy --version cargo clippy \ --locked \ --features=load_test,error_injection,webui \ -- --deny clippy::all --no-deps RUSTDOCFLAGS="-Dwarnings -Arustdoc::private_intra_doc_links" \ cargo doc \ --locked \ --workspace --no-deps --document-private-items \ --exclude={tlua,sbroad-core,tarantool} pipenv run lint $ make lint --dry-run -j1 cargo fmt --check cargo check --locked -j1 cargo clippy --version cargo clippy \ --locked -j1 \ --features=load_test,error_injection,webui \ -- --deny clippy::all --no-deps RUSTDOCFLAGS="-Dwarnings -Arustdoc::private_intra_doc_links" \ cargo doc \ --locked -j1 \ --workspace --no-deps --document-private-items \ --exclude={tlua,sbroad-core,tarantool} pipenv run lint ```
-
Georgy Moshkin authored
- Don't ignore operation if plugin is already enabled, the client must take care of this via the CaS ranges - Don't propose mutliple Raft operations during one step as this may lead to inconsistencies in case of crashes
-
Georgy Moshkin authored
- Don't ignore operation if plugin is already installed, the client must take care of this via the CaS ranges - Don't propose multiple Raft operations during one step as this may lead to inconsistencies in case of crashes
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Aug 19, 2024
-
-
Кирилл Безуглый authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Add services to each tier and list of installed plugins to cluster info Closes #809
-
-
-
- Aug 15, 2024
-
-
Closes #653
-
-
Arseniy Volynets authored
- sbroad submodule was already updated and has commit supporting inferring sk from pk - add integration test to check inference is working
-
Arseniy Volynets authored
- Currently we use Retriable for handling flaky sql tests (temporary solution). If our sql query succeeded but on client the timeout was raised, Retriable will execute the query again. This may lead to situation, when we will get an error for violating unique index. This commit ignores this error
-
- Aug 14, 2024
-
-