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

Make gauge adapter names in configuration case insensitive #202

Merged
merged 3 commits into from Feb 2, 2023

Commits on Jan 28, 2023

  1. Make gauge adapter loading case insensitive

    - move the logic into adapter.py for easier testing and to move responsibility out of executor
    
    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    7f80ca5 View commit details
    Browse the repository at this point in the history
  2. Add reminder that regexes are in docs, was missing from earlier changes

    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    a4e053f View commit details
    Browse the repository at this point in the history
  3. Added documentation of the Time adapter

    Signed-off-by: Stefan Marr <git@stefan-marr.de>
    smarr committed Jan 28, 2023
    Configuration menu
    Copy the full SHA
    cddb626 View commit details
    Browse the repository at this point in the history