Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add pv naming #22

Merged
merged 3 commits into from
Oct 17, 2024
Merged

Add pv naming #22

merged 3 commits into from
Oct 17, 2024

Commits on Oct 14, 2024

  1. Add pretty Display for Trie

    When printing trie it'll show the keys in hierarchical
    way like file system
    
    Signed-off-by: Pavel Abramov <[email protected]>
    uncleDecart committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    5c33c7f View commit details
    Browse the repository at this point in the history
  2. Create parent folders if they are specified for FileStorage

    So if you want to save /my/awesome/file.txt it will create
    /my/awesome folders if they don't exist, otherwise it would
    return error on writing
    
    Signed-off-by: Pavel Abramov <[email protected]>
    uncleDecart committed Oct 14, 2024
    Configuration menu
    Copy the full SHA
    e729905 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2024

  1. FileStorage: make keyspaces as folders and save files as json

    This is to be compatible with EVE-OS PubSub
    
    Signed-off-by: Pavel Abramov <[email protected]>
    uncleDecart committed Oct 17, 2024
    Configuration menu
    Copy the full SHA
    5571c7d View commit details
    Browse the repository at this point in the history