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

Devel #29

Merged
merged 20 commits into from
Apr 9, 2022
Merged

Devel #29

merged 20 commits into from
Apr 9, 2022

Commits on Feb 23, 2022

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

Commits on Feb 24, 2022

  1. Configuration menu
    Copy the full SHA
    5b835e5 View commit details
    Browse the repository at this point in the history
  2. Fixed poetry entry-point.

    It threw the error 'EntryPoint must be in 'name=module:attrs [extras]' format'. Fixed it changing the '-' in 'monitor-agent' for a '_'.
    n0nuser committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    1f12ed4 View commit details
    Browse the repository at this point in the history
  3. Implemented receiving settings as a JSON ->FILE<- (not text).

    Need to fix testing of data types when a JSON is received
    n0nuser committed Feb 24, 2022
    Configuration menu
    Copy the full SHA
    c936940 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2022

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

Commits on Feb 26, 2022

  1. Implemented alert manager.

    Need to check if it's the best way to store the thresholds.
    n0nuser committed Feb 26, 2022
    Configuration menu
    Copy the full SHA
    5ea3e72 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f99eed7 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2022

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

Commits on Mar 22, 2022

  1. Fix #24.

    n0nuser committed Mar 22, 2022
    Configuration menu
    Copy the full SHA
    865cf0c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c343967 View commit details
    Browse the repository at this point in the history

Commits on Mar 24, 2022

  1. Remote Work

    n0nuser committed Mar 24, 2022
    Configuration menu
    Copy the full SHA
    002081b View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2022

  1. Settings reformmated and FINALLY FIXED. Removed Thresholds POST

    Thresholds will now be passed through the config file instead of saving it as a dictionary.
    n0nuser committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    dbc7f23 View commit details
    Browse the repository at this point in the history
  2. Bump Dependency Versions

    n0nuser committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    aa815e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    39e5868 View commit details
    Browse the repository at this point in the history
  4. Improved logging

    Needs testing with Postman.
    n0nuser committed Mar 26, 2022
    1 Configuration menu
    Copy the full SHA
    d451ddc View commit details
    Browse the repository at this point in the history
  5. Added Name to Auth in Settings. Fix #27

    Logger saves the Uvicorn logs too
    n0nuser committed Mar 26, 2022
    Configuration menu
    Copy the full SHA
    c88fd8f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2022

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

Commits on Mar 29, 2022

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

Commits on Apr 7, 2022

  1. Remote Work

    n0nuser committed Apr 7, 2022
    Configuration menu
    Copy the full SHA
    eb556c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2022

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