-
Notifications
You must be signed in to change notification settings - Fork 0
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
92 clean up task technical debt clean up #118
Conversation
Signed-off-by: Amelie Regl <[email protected]>
Signed-off-by: Amelie Regl <[email protected]>
…ical-debt-clean-up # Conflicts: # apps/analyzer/metadata_analyzer/simple_rule_based_analyzer.py
Signed-off-by: Florian Oberndörfer <[email protected]>
Signed-off-by: Florian Oberndörfer <[email protected]>
Signed-off-by: Florian Oberndörfer <[email protected]>
Signed-off-by: Florian Oberndörfer <[email protected]>
…ical-debt-clean-up # Conflicts: # apps/backend/src/app/alerting/alerting.controller.ts
Signed-off-by: Oliver Schnell <[email protected]>
Signed-off-by: engelharddirk <[email protected]>
Signed-off-by: Oliver Schnell <[email protected]>
…:amosproj/amos2024ws02-backup-metadata-analyzer into 92-clean-up-task-technical-debt-clean-up
Signed-off-by: engelharddirk <[email protected]>
…d tests for this Signed-off-by: Oliver Schnell <[email protected]>
…ical-debt-clean-up # Conflicts: # apps/backend/src/app/alerting/alerting.controller.ts # apps/backend/src/app/alerting/alerting.service.ts
Signed-off-by: Florian Oberndörfer <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Changes that were not authored by me are appropriate and cleaner than before. Further changes are needed for correctly implementing analysis of only new data, but that will be adressed next sprint.
I reviewed the code written by @heskil. The changes meet the requirements and the code looks great. |
All TODOs done:
The backend offers an API to query the last alert created for a specific alert type and backup type. The analyzer only sends alerts for new backups created after that time.