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 Frontend to ZDB #407

Merged
merged 5 commits into from
Jun 16, 2024
Merged

Add Frontend to ZDB #407

merged 5 commits into from
Jun 16, 2024

Commits on Jun 14, 2024

  1. build: move slf4j version

    ChrisKujawa committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    53b6a4b View commit details
    Browse the repository at this point in the history
  2. feat: add zdb frontend

     * Adds a new module that contains a frontend for zdb
     * The frontend allows to
       * observe the log, each record property is an own column
       * investigate the state, via selecting different CF's.
         The state view shows keys in correct formats, and values as
         strings.
    ChrisKujawa committed Jun 14, 2024
    Configuration menu
    Copy the full SHA
    bf55229 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2024

  1. feat: add copy to clipboard

     * Add feature to copy to clipboard in table views
    ChrisKujawa committed Jun 15, 2024
    Configuration menu
    Copy the full SHA
    eb94e5b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    af4de26 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2024

  1. feat: add to-from filters to log view

     * Add to filter which specifies until which position the log should be read
     * Add from filter that specifies from which position the log should be read
    ChrisKujawa committed Jun 16, 2024
    Configuration menu
    Copy the full SHA
    ce39e0a View commit details
    Browse the repository at this point in the history