- Sep 26, 2024
-
-
Dmitry Ivanov authored
-
Dmitry Ivanov authored
-
Georgy Moshkin authored
-
- Sep 25, 2024
-
-
Вартан Бабаян authored
-
- Sep 24, 2024
-
-
Denis Smirnov authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Yaroslav Dynnikov authored
Up to this patch `instance_uuid` and `replicaset_uuid` were generated using name-based UUID v3. So all instances named `i1` in all clusters had the same UUID. With this patch UUIDs become random v4. Particular UUID values are generated in two locations: 1. `start_boot` (src/lib.rs) 2. `handle_join_request_and_wait` -> `build_instance` (src/rpc/join.rs) Function `Instance::new()` is removed in favor of explicit struct construction.
-
Yaroslav Dynnikov authored
The main purpose is to reduce the usage of `Instance::new()` function. It's going to be removed soon. No behavior changes are introduced yet.
-
Yaroslav Dynnikov authored
-
- Sep 23, 2024
-
-
Arseniy Volynets authored
-
- Sep 20, 2024
-
-
Вартан Бабаян authored
-
Do not ban admin console via unix socket after several failed attempts via `picodata connect`.
-
Closes #664
-
- Sep 19, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Sep 18, 2024
-
-
Dmitry Rodionov authored
-
Closes #708
-
fix(plugin): remove `on_config_validate` callback and introduce `ServiceRegistry::add_config_validator` function These changes make it possible to change the configuration for a disabled plugin, as well as initiate a configuration change from instances where the plugin was not enabled. Closes #845
-
Tier of replicaset if exists must match with tier from arguments of rpc.
-
- Sep 17, 2024
-
-
Closes: #837
-
Maksim Kaitmazian authored
-
Maksim Kaitmazian authored
This commit restores the user name in the ALTER USER command to "Dave" after it was mistakenly changed to "DAVE", a nonexistent user. This change broke the test logic, causing the test to erroneously verify granting privileges to a nonexistent user, rather than confirming that we can grant default privileges. The previous implementation resulted in noop, so this went unnoticed until we started validating user existence. Here is the commit changing Dave to DAVE: https://git.picodata.io/picodata/picodata/picodata/-/commit/ecbb520b559ceb7f2dbe7ae0462c8d062faf1589
-
-
Вартан Бабаян authored
-
Kurdakov Alexander authored
-
- Sep 16, 2024
-
-
Вартан Бабаян authored
-
-
-
-
-
-
Strictness!
-
-
-
-
-
-
-