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

Unify DB and Handle types into just DB #51

Merged
merged 2 commits into from
Sep 6, 2024
Merged

Commits on Sep 6, 2024

  1. Unify DB and Handle into the single DB type

    Instead of having separate DB and Handle types, merge them into
    just DB. This allows Hive to decorate the "*DB" type for each module
    and use the module's ID as the handle name.
    
    Signed-off-by: Jussi Maki <[email protected]>
    joamaki committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    63ca696 View commit details
    Browse the repository at this point in the history
  2. reconciler: Fix the prune total errors expvar

    The example expvar metrics implementation incremented the
    total errors variable even when there wasn't an error.
    
    Signed-off-by: Jussi Maki <[email protected]>
    joamaki committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    32c44aa View commit details
    Browse the repository at this point in the history