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

refactor: Break core package into multiple packages under config/endpoint #759

Merged
merged 11 commits into from
May 10, 2024

Conversation

TwiN
Copy link
Owner

@TwiN TwiN commented May 10, 2024

Summary

Breaks the core package into multiple packages under config/endpoint

Checklist

  • Tested and/or added tests to validate that the changes work as intended, if applicable.
  • Updated documentation in README.md, if applicable.

@codecov-commenter
Copy link

codecov-commenter commented May 10, 2024

Codecov Report

Attention: Patch coverage is 85.45455% with 64 lines in your changes are missing coverage. Please review.

Project coverage is 80.56%. Comparing base (4397dcb) to head (c36653e).

Files Patch % Lines
config/endpoint/endpoint.go 78.63% 14 Missing and 11 partials ⚠️
storage/store/sql/sql.go 80.85% 8 Missing and 1 partial ⚠️
config/config.go 56.25% 6 Missing and 1 partial ⚠️
alerting/provider/awsses/awsses.go 62.50% 3 Missing ⚠️
alerting/provider/email/email.go 62.50% 3 Missing ⚠️
storage/store/memory/memory.go 84.21% 0 Missing and 3 partials ⚠️
alerting/provider/gotify/gotify.go 66.66% 2 Missing ⚠️
alerting/provider/ntfy/ntfy.go 50.00% 2 Missing ⚠️
alerting/provider/twilio/twilio.go 60.00% 2 Missing ⚠️
api/endpoint_status.go 33.33% 2 Missing ⚠️
... and 5 more

❗ 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.
📢 Have feedback on the report? Share it here.

@TwiN TwiN removed the do-not-merge label May 10, 2024
@TwiN TwiN merged commit 9d151fc into master May 10, 2024
1 check passed
@TwiN TwiN deleted the refactor/core branch May 10, 2024 02:56
JamesHillyard added a commit to JamesHillyard/gatus that referenced this pull request May 10, 2024
Signed-off-by: James Hillyard <james.hillyard@payara.fish>
github-merge-queue bot pushed a commit to chezmoi-sh/atlas that referenced this pull request 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://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
[@&#8203;TwiN](https://togithub.com/TwiN) in
[TwiN/gatus#764
- fix(alerting): Make Microsoft Teams title customizable by
[@&#8203;rahulchordiya](https://togithub.com/rahulchordiya) in
[TwiN/gatus#731
- refactor: Break core package into multiple packages under
config/endpoint by [@&#8203;TwiN](https://togithub.com/TwiN) in
[TwiN/gatus#759
- chore(deps): bump github.com/gofiber/fiber/v2 from 2.52.1 to 2.52.4 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[TwiN/gatus#739
- chore(deps): bump codecov/codecov-action from 4.3.0 to 4.4.0 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[TwiN/gatus#765

##### New Contributors

- [@&#8203;rahulchordiya](https://togithub.com/rahulchordiya) made their
first contribution in
[TwiN/gatus#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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants