Skip to content

minor changes

Georgy Moshkin requested to merge gmoshkin/minor-changes into master

Summary

  • refactor: add a global Clusterwide storage instance
  • refactor: unify _pico_property default values
  • refactor: SpaceDump now contains a space_id instead of space_name
  • feat: no yield guard
  • feat: RaftEntryId = (term, index)
  • refactor: storage tweaks
  • fix: truncate absurdly long tuples in impl Display for Op

Ensure that

  • New code is covered by tests
  • API is documented
  • Changelog is up to date
  • (if Lua API changed) Lua API version is bumped in luamod.rs
  • (if API docs changed) A follow-up doc issue is created in picodata/docs and linked here
Edited by Yaroslav Dynnikov

Merge request reports