Skip to content
Snippets Groups Projects
  1. May 03, 2024
    • godzie44's avatar
      feature: plugin topology · bb59a877
      godzie44 authored and Yaroslav Dynnikov's avatar Yaroslav Dynnikov committed
      Plugin topology is a mapping plugin service to tiers.
      
      Introduce new `pico.update_plugin_tiers` API.
      This function may be used for control
      where plugin services must be running and where not.
      
      Plugin integration tests have also been refactored.
      bb59a877
  2. Apr 24, 2024
    • godzie44's avatar
      feature: two-step plugin installing and removing · 6a39a360
      godzie44 authored and Yaroslav Dynnikov's avatar Yaroslav Dynnikov committed
      Now for installation and enable plugin, there are two steps instead of one
      (`pico.load_plugin` previously).
      1. Install plugin (`pico.install_plugin`):
      validate plugin, create system tables.
      2. Enable plugin (`pico.enable_plugin`):
      loads plugin into instances memory, call `on_start` callback.
      
      Same for a plugin removing process (`pico.remove_plugin` previously):
      1. Disable plugin (`pico.disable_plugin`): call `on_stop` callbacks, drop
      plugin from instances.
      2. Remove plugin (`pico.remove_plugin`):
      remove plugin meta from system tables.
      6a39a360
  3. Apr 22, 2024
  4. Apr 19, 2024
  5. Apr 17, 2024
  6. Apr 16, 2024
    • Arseniy Volynets's avatar
      feat: support datetime type in sql · a2143d90
      Arseniy Volynets authored and Denis Smirnov's avatar Denis Smirnov committed
      - update sbroad submodule with support of
      datetime type and new `to_date` builtin
      function.
      - initialize sbroad builtin functions in
      init common. Currently there is only one
      builtin function `to_date`
      - add integration tests for datetime types
      - update tarantool module to commit with
      fixes for datetime deserialization
      a2143d90
  7. Apr 12, 2024
  8. Apr 10, 2024
  9. Apr 09, 2024
  10. Apr 08, 2024
  11. Apr 04, 2024
  12. Apr 03, 2024
  13. Mar 29, 2024
Loading