Skip to content
Snippets Groups Projects
  1. Oct 22, 2024
  2. Oct 17, 2024
    • Maksim Kaitmazian's avatar
      feat(plugins): add picodata version compatibility check · 86a08ef9
      Maksim Kaitmazian authored
      This commit embeds in plugins a new variable, containing picoplugin
      version used to build it. If this version differs from the picodata version
      when the plugin gets loaded, the loading fails with an error reporting
      the expected and the current versions. This check can be disabled via env
      PICODATA_UNSAFE_DISABLE_PLUGIN_COMPATIBILITY_CHECK.
      86a08ef9
  3. Oct 16, 2024
  4. Oct 02, 2024
  5. Sep 27, 2024
  6. Sep 17, 2024
  7. Sep 16, 2024
  8. Sep 12, 2024
  9. Sep 06, 2024
  10. Aug 22, 2024
  11. Aug 20, 2024
  12. Aug 12, 2024
  13. Aug 08, 2024
  14. Aug 02, 2024
  15. Jul 26, 2024
  16. Jul 24, 2024
  17. Jul 09, 2024
  18. Jul 04, 2024
  19. Jul 03, 2024
  20. Jun 21, 2024
  21. Jun 20, 2024
  22. Jun 14, 2024
  23. Jun 11, 2024
  24. May 31, 2024
  25. May 24, 2024
  26. May 17, 2024
  27. Apr 17, 2024
  28. Apr 10, 2024
  29. Apr 09, 2024
    • godzie44's avatar
      feature: plugins · 26b11774
      godzie44 authored and Yaroslav Dynnikov's avatar Yaroslav Dynnikov committed
      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
      26b11774
  30. Apr 05, 2024
  31. Apr 04, 2024
  32. Mar 29, 2024
Loading