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

Optimize #83

Closed
wants to merge 4 commits into from
Closed

Optimize #83

wants to merge 4 commits into from

Commits on Jan 19, 2024

  1. optimize search file content

    * read file by line until match
    * only read files once per check
    * prefer include over match
    
    replacing readlines.grep happens to fix voxpupuli#63
    h0tw1r3 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    e91861a View commit details
    Browse the repository at this point in the history
  2. optimize puppetdb query

    h0tw1r3 committed Jan 19, 2024
    Configuration menu
    Copy the full SHA
    592b7b3 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2024

  1. support facts added by symbol

    h0tw1r3 committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    b91c790 View commit details
    Browse the repository at this point in the history
  2. support for hiera datadir

    h0tw1r3 committed Jan 20, 2024
    Configuration menu
    Copy the full SHA
    cba1243 View commit details
    Browse the repository at this point in the history