-
-
Notifications
You must be signed in to change notification settings - Fork 466
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
feat(alerting): Persist triggered alerts across application restart #764
Conversation
Codecov ReportAttention: Patch coverage is
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #764 +/- ##
==========================================
+ Coverage 80.56% 80.79% +0.23%
==========================================
Files 64 64
Lines 4249 4368 +119
==========================================
+ Hits 3423 3529 +106
- Misses 627 638 +11
- Partials 199 201 +2 ☔ View full report in Codecov by Sentry. |
@TwiN I tried you PR since I was trying to look at this feature myself. When I restart gatus for the second time I re-receive all the OK notification. The KO ones seems fine. Later today I will try to look more in detail your commit to give you some more details. |
@LCerebo Much appreciated! Due to the nature of the change, I will probably let it sit in latest for a few weeks in case somebody reports an issue with it. |
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | OpenSSF | |---|---|---|---| | [TwiN/gatus](https://togithub.com/TwiN/gatus) | minor | `v5.10.0` -> `v5.11.0` | [![OpenSSF Scorecard](https://api.securityscorecards.dev/projects/github.com/TwiN/gatus/badge)](https://securityscorecards.dev/viewer/?uri=github.com/TwiN/gatus) | --- ### Release Notes <details> <summary>TwiN/gatus (TwiN/gatus)</summary> ### [`v5.11.0`](https://togithub.com/TwiN/gatus/releases/tag/v5.11.0) [Compare Source](https://togithub.com/TwiN/gatus/compare/v5.10.0...v5.11.0) ##### What's Changed - feat(alerting): Persist triggered alerts across application restart by [@​TwiN](https://togithub.com/TwiN) in [https://github.com/TwiN/gatus/pull/764](https://togithub.com/TwiN/gatus/pull/764) - fix(alerting): Make Microsoft Teams title customizable by [@​rahulchordiya](https://togithub.com/rahulchordiya) in [https://github.com/TwiN/gatus/pull/731](https://togithub.com/TwiN/gatus/pull/731) - refactor: Break core package into multiple packages under config/endpoint by [@​TwiN](https://togithub.com/TwiN) in [https://github.com/TwiN/gatus/pull/759](https://togithub.com/TwiN/gatus/pull/759) - chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.1 to 2.52.4 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TwiN/gatus/pull/739](https://togithub.com/TwiN/gatus/pull/739) - chore(deps): bump codecov/codecov-action from 4.3.0 to 4.4.0 by [@​dependabot](https://togithub.com/dependabot) in [https://github.com/TwiN/gatus/pull/765](https://togithub.com/TwiN/gatus/pull/765) ##### New Contributors - [@​rahulchordiya](https://togithub.com/rahulchordiya) made their first contribution in [https://github.com/TwiN/gatus/pull/731](https://togithub.com/TwiN/gatus/pull/731) **Full Changelog**: TwiN/gatus@v5.10.0...v5.11.0 </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://developer.mend.io/github/chezmoi-sh/atlas). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4zNzcuOCIsInVwZGF0ZWRJblZlciI6IjM3LjM3Ny44IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Summary
Fixes #679
Checklist
README.md
, if applicable.