-
-
Notifications
You must be signed in to change notification settings - Fork 431
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
refactor: Break core package into multiple packages under config/endpoint #759
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 #759 +/- ##
==========================================
- Coverage 80.64% 80.56% -0.09%
==========================================
Files 64 64
Lines 4246 4249 +3
==========================================
- Hits 3424 3423 -1
- Misses 624 627 +3
- Partials 198 199 +1 ☔ View full report in Codecov by Sentry. |
2 tasks
JamesHillyard
added a commit
to JamesHillyard/gatus
that referenced
this pull request
May 10, 2024
Signed-off-by: James Hillyard <[email protected]>
github-merge-queue bot
referenced
this pull request
in chezmoi-sh/atlas
May 29, 2024
[![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://github.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://github.com/TwiN/gatus/releases/tag/v5.11.0) [Compare Source](https://github.com/TwiN/gatus/compare/v5.10.0...v5.11.0) ##### What's Changed - feat(alerting): Persist triggered alerts across application restart by [@​TwiN](https://github.com/TwiN) in [https://github.com/TwiN/gatus/pull/764](https://github.com/TwiN/gatus/pull/764) - fix(alerting): Make Microsoft Teams title customizable by [@​rahulchordiya](https://github.com/rahulchordiya) in [https://github.com/TwiN/gatus/pull/731](https://github.com/TwiN/gatus/pull/731) - refactor: Break core package into multiple packages under config/endpoint by [@​TwiN](https://github.com/TwiN) in [https://github.com/TwiN/gatus/pull/759](https://github.com/TwiN/gatus/pull/759) - chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.1 to 2.52.4 by [@​dependabot](https://github.com/dependabot) in [https://github.com/TwiN/gatus/pull/739](https://github.com/TwiN/gatus/pull/739) - chore(deps): bump codecov/codecov-action from 4.3.0 to 4.4.0 by [@​dependabot](https://github.com/dependabot) in [https://github.com/TwiN/gatus/pull/765](https://github.com/TwiN/gatus/pull/765) ##### New Contributors - [@​rahulchordiya](https://github.com/rahulchordiya) made their first contribution in [https://github.com/TwiN/gatus/pull/731](https://github.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-->
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Summary
Breaks the core package into multiple packages under
config/endpoint
Checklist
README.md
, if applicable.