- May 17, 2024
-
-
- Apr 17, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Apr 10, 2024
-
-
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 05, 2024
-
-
Georgy Moshkin authored
-
- Apr 04, 2024
-
-
- Mar 29, 2024
-
-
Georgy Moshkin authored
-
- Mar 27, 2024
-
-
Yaroslav Dynnikov authored
-
-
- Mar 11, 2024
-
-
- Mar 06, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
Also here we refactor all the places where we checked command line parameters, because now PicodataConfig is the main source of this information.
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Mar 01, 2024
-
-
Alexander Kurdakov authored
-
- Feb 12, 2024
-
-
- Feb 08, 2024
-
-
New tarantool options 'memtx_memory' and 'log' can be configured via picodata cli
-
Alexander Kurdakov authored
-
Georgy Moshkin authored
-
Yaroslav Dynnikov authored
1. Hide `picodata tarantool` from help 2. Mark `picodata run -i` option deprecated 3. Renew `picodata help connect` 4. Renew `picodata help admin`
-
- Feb 05, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Feb 02, 2024
-
-
Alexander Kurdakov authored
Also print new greeting and help
-
- Jan 31, 2024
-
-
Georgy Moshkin authored
-
Georgy Moshkin authored
-
- Jan 26, 2024
-
-
Feodor Alexandrov authored
1. Add a new option picodata run --shredding to enable shredding upon xlog_remove_file_impl. 2. For test purposes additionally use the inject_errors feature to keep files after shred operation and allow the test code to look inside and make sure that content was really shredded.
-
- Jan 25, 2024
-
-
Georgy Moshkin authored
Note: this changes return values from all .proc_* stored procedures, making them more usable, but completely breaking the compatibility with older versions. Closes #500
-
- Jan 24, 2024
-
-
Dmitry Ivanov authored
-
- Jan 23, 2024
-
-
It's unused since 44a0fc61
-
- Jan 22, 2024
-
-
Alexander Kurdakov authored
-
- Jan 17, 2024
-
-
Dmitry Rodionov authored
-
- Jan 12, 2024
-
-
- Dec 28, 2023
-
-
Kurdakov Alexander authored
-
- Dec 22, 2023
-
-
-
Yaroslav Dynnikov authored
-