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

50 analysis module first rule based analysis implemented #90

Merged
merged 14 commits into from
Nov 26, 2024

Commits on Nov 22, 2024

  1. Start implementing the simple rule-based analyzer

    Signed-off-by: Oliver Schnell <mail@oliver-schnell.de>
    Omega65536 committed Nov 22, 2024
    Configuration menu
    Copy the full SHA
    ad34181 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2024

  1. Adhere to naming convention, fix tests, refactor SimpleRuleBasedAnalyzer

    Signed-off-by: Oliver Schnell <mail@oliver-schnell.de>
    Omega65536 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    d39b997 View commit details
    Browse the repository at this point in the history
  2. Update SimpleRuleBasedAnalyzer to send alerts to the backend

    Signed-off-by: Oliver Schnell <mail@oliver-schnell.de>
    Omega65536 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    1577776 View commit details
    Browse the repository at this point in the history
  3. Add basic test for the simpleRuleBasedAnalyzer

    Signed-off-by: Oliver Schnell <mail@oliver-schnell.de>
    Omega65536 committed Nov 23, 2024
    Configuration menu
    Copy the full SHA
    c7205eb View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2024

  1. Refactor and add more tests

    Signed-off-by: Oliver Schnell <mail@oliver-schnell.de>
    Omega65536 committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    2590222 View commit details
    Browse the repository at this point in the history
  2. Raise exceptions when backend API call fails

    Signed-off-by: Oliver Schnell <mail@oliver-schnell.de>
    Omega65536 committed Nov 24, 2024
    Configuration menu
    Copy the full SHA
    d3af9d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 26, 2024

  1. Add limit option to the API to limit the number of triggered alerts, …

    …add more tests
    
    Signed-off-by: Oliver Schnell <mail@oliver-schnell.de>
    Omega65536 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    888bf8a View commit details
    Browse the repository at this point in the history
  2. added rule based analysis of diff backups

    Signed-off-by: Amelie Regl <mellyre42@gmail.com>
    heskil committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    8904930 View commit details
    Browse the repository at this point in the history
  3. added tests for diff analysis

    Signed-off-by: Amelie Regl <mellyre42@gmail.com>
    heskil committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    44d882d View commit details
    Browse the repository at this point in the history
  4. removed debug prints

    Signed-off-by: Amelie Regl <mellyre42@gmail.com>
    heskil committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    78e928a View commit details
    Browse the repository at this point in the history
  5. added basic rulebased analysis to inc backups

    Signed-off-by: Amelie Regl <mellyre42@gmail.com>
    heskil committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c087a4a View commit details
    Browse the repository at this point in the history
  6. small fix and removal of debug prints

    Signed-off-by: Amelie Regl <mellyre42@gmail.com>
    heskil committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    b6bf530 View commit details
    Browse the repository at this point in the history
  7. Merge remote-tracking branch 'origin/dev' into 50-analysis-module-fir…

    …st-rule-based-analysis-implemented
    flo0852 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    c37e6d6 View commit details
    Browse the repository at this point in the history
  8. Workaround for floats

    Signed-off-by: Florian Oberndörfer <florian8751t@gmail.com>
    flo0852 committed Nov 26, 2024
    Configuration menu
    Copy the full SHA
    1e439ee View commit details
    Browse the repository at this point in the history