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

Optional sigalarm #135

Closed
wants to merge 12 commits into from
Closed

Optional sigalarm #135

wants to merge 12 commits into from

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    325b43f View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2023

  1. update config file name and format

    add json_config variable to constants
    
    remove plugins from default, dist config
    
    add required plugin keys & config versioning
    txoof committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    c3a11ce View commit details
    Browse the repository at this point in the history
  2. rewrite get_config_files()

    add jsonmerge module
    txoof committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    00fc718 View commit details
    Browse the repository at this point in the history
  3. main config follows plugin format

    rewrite to match standard plugin format
    
    fix typo
    
    fix typo
    txoof committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    6496afc View commit details
    Browse the repository at this point in the history
  4. parse json into dictionary

    parse and merge command line options into config
    txoof committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    d3682aa View commit details
    Browse the repository at this point in the history
  5. change plugins section to list of dict

    add  name key for human readable name
    
    fix case on 'False' values
    
    fix missing comma
    
    add expected sections
    txoof committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    7e43569 View commit details
    Browse the repository at this point in the history
  6. enable JSON configuration

    add "enabled" key to plugin keys
    txoof committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    ae0644d View commit details
    Browse the repository at this point in the history
  7. update changelog

    txoof committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    9c01fcd View commit details
    Browse the repository at this point in the history
  8. update Lock file

    txoof committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    23e1c78 View commit details
    Browse the repository at this point in the history
  9. add extract plugin_config

    txoof committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    3f8256f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Configuration menu
    Copy the full SHA
    0af8981 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    e887e65 View commit details
    Browse the repository at this point in the history