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

Simplify the report processor #24

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Oct 25, 2024

  1. Write out log entry

    Rather than defining an entry and then appending it, this writes it all
    out so it's clear what the structure is.
    ekohl committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    caea11b View commit details
    Browse the repository at this point in the history
  2. Use .fetch where applicable

    ekohl committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    45c4fab View commit details
    Browse the repository at this point in the history
  3. Drop Report format 0 and 1

    Even Puppet 2.6 uses format version 2.
    ekohl committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    63a8350 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    36cf3b0 View commit details
    Browse the repository at this point in the history
  5. Simplify metric construction

    This takes advantage of the fact that each title is the same as the
    metric's name.
    ekohl committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    ef688ae View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    07f3b0c View commit details
    Browse the repository at this point in the history
  7. Use a more effective method of counting

    This saves an intermediate array.
    ekohl committed Oct 25, 2024
    Configuration menu
    Copy the full SHA
    5ff7a96 View commit details
    Browse the repository at this point in the history