- Oct 03, 2024
-
-
Вартан Бабаян authored
-
- Sep 17, 2024
-
-
Вартан Бабаян authored
-
- Sep 16, 2024
-
-
Вартан Бабаян authored
-
- Sep 13, 2024
-
-
Kurdakov Alexander authored
Move vshard related fields from _pico_property to _pico_tier and adapt it in governor algorithm
-
- Sep 12, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Aug 14, 2024
-
-
- Aug 08, 2024
-
-
Кирилл Безуглый authored
-
- Jul 26, 2024
-
-
Creating default tier on absence of `tier` section in configuration file taking into account `default_replication_factor`.
-
Vartan Babayan authored
-
- Jul 16, 2024
-
-
Kurdakov Alexander authored
default tier persisted only in the absence of configuration file This partially reverts commit 6f0cee63.
-
- Jun 21, 2024
-
-
Vartan Babayan authored
-
- Jun 17, 2024
-
-
following sections were renamed: tiers -> tier peers -> peer
-
- Jun 13, 2024
-
-
Georgy Moshkin authored
-
- Jun 05, 2024
-
-
Previously tests did change environment variables and since they run in parallel this lead to other tests failing because of unexpected env content Co-authored-by:
Dmitry Rodionov <d.rodionov@picodata.io>
-
- Jun 04, 2024
-
-
- May 31, 2024
-
-
Егор Ивков authored
this fixes the following bug: ``` picodata run --data-dir tmp/i1/ C> invalid socket path: tmp/i1//admin.sock [supervisor:214288] no ipc message from child [supervisor:214288] subprocess 214289 exited with code 1 ```
-
- May 17, 2024
-
-
- May 08, 2024
-
-
Maksim Kaitmazian authored
-
- Apr 17, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
Currently only 2 cases are supported: - config_file - commandline_or_environment
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Apr 09, 2024
-
-
Introduce a plugin system for picodata cluster. Plugin system contains: - `picoplugin` crate with plugin interfaces. This crate exposes plugin interfaces for user implementation and API that used by picodata to interact with plugin as with a code from dynamic library. - Support for plugin work cycle in picodata instance work cycle. Picodata instance interacts with running plugin by `PluginManager` component. Typically, plugins react to events that occur in instance or whole cluster. - New lua API with plugin CRUD actions. - pico.create_plugin - load a new plugin into picodata cluster - pico.remove_plugin - remove plugin from picodata cluster - pico.update_plugin_config - update plugin service configuration
-
- Apr 08, 2024
-
-
Georgy Moshkin authored
We don't expect users to be changing those too often.
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Apr 05, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Mar 29, 2024
-
-
Georgy Moshkin authored
-
- Mar 06, 2024
-
-
Georgy Moshkin authored
-