Skip to content
Snippets Groups Projects
  1. Apr 10, 2024
    • Denis Smirnov's avatar
      feat!(sql): implement drop index · 6ea360f7
      Denis Smirnov authored
      BREAKING CHANGE: "name" index in the _pico_index has changed:
      previously it guarantees uniqueness for a pair of (space_id,
      index_name). Now index name must be unique among the cluster.
      So, all the global indexes for _pico tables were renamed.
      Verified
      6ea360f7
  2. 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
  3. Mar 12, 2024
  4. Jan 30, 2024
  5. Dec 19, 2023
  6. Dec 04, 2023
  7. Dec 01, 2023
  8. Nov 27, 2023
  9. Nov 24, 2023
  10. Nov 20, 2023
  11. Nov 02, 2023
  12. Oct 16, 2023
  13. Oct 09, 2023
  14. Sep 21, 2023
  15. Sep 06, 2023
  16. Aug 30, 2023
  17. Aug 25, 2023
    • Dmitry Rodionov's avatar
      feat: add password min length check · 6377f918
      Dmitry Rodionov authored
      The patch adds `password_min_length` parameter to `_pico_properties` space.
      The parameter is taken into account in `pico.create_user` and 
      `pico.change_password` lua functions.
      6377f918
  18. Aug 23, 2023
  19. Aug 15, 2023
  20. Aug 07, 2023
  21. Aug 02, 2023
  22. Jul 26, 2023
  23. Jul 24, 2023
  24. Jul 18, 2023
  25. Jul 12, 2023
  26. Jul 10, 2023
  27. Jun 15, 2023
Loading