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

feat: Implement push-based external endpoints #724

Merged
merged 9 commits into from
Apr 9, 2024
Merged

Conversation

TwiN
Copy link
Owner

@TwiN TwiN commented Apr 7, 2024

Summary

Implements push-based external endpoints

Also refactored some code here and there & fixed formatting on the docs

Fixes #722
Fixes #673
Fixes #95

Checklist

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

@TwiN TwiN added the feature New feature or request label Apr 7, 2024
@TwiN TwiN mentioned this pull request Apr 7, 2024
@TwiN TwiN marked this pull request as ready for review April 8, 2024 23:41
@TwiN TwiN added the area/api Related to the REST API label Apr 9, 2024
@TwiN TwiN merged commit f54c45e into master Apr 9, 2024
1 check passed
@TwiN TwiN deleted the feat/external-endpoint branch April 9, 2024 01:00
github-merge-queue bot referenced this pull request in chezmoi-sh/atlas Apr 13, 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.8.0` ->
`v5.9.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.9.0`](https://togithub.com/TwiN/gatus/releases/tag/v5.9.0)

[Compare
Source](https://togithub.com/TwiN/gatus/compare/v5.8.0...v5.9.0)

##### What's Changed

- feat(alerting): add alerting support for jetbrains space by
[@&#8203;michael-baraboo](https://togithub.com/michael-baraboo) in
[https://github.com/TwiN/gatus/pull/713](https://togithub.com/TwiN/gatus/pull/713)
- feat(client): add mTLS config by
[@&#8203;chrisbsmith](https://togithub.com/chrisbsmith) in
[https://github.com/TwiN/gatus/pull/665](https://togithub.com/TwiN/gatus/pull/665)
- feat: Implement push-based external endpoints by
[@&#8203;TwiN](https://togithub.com/TwiN) in
[https://github.com/TwiN/gatus/pull/724](https://togithub.com/TwiN/gatus/pull/724)
- fix(alerting): Support alerts with no conditions for external
endpoints by [@&#8203;TwiN](https://togithub.com/TwiN) in
[https://github.com/TwiN/gatus/pull/729](https://togithub.com/TwiN/gatus/pull/729)
- chore(deps): bump codecov/codecov-action from 4.0.1 to 4.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TwiN/gatus/pull/715](https://togithub.com/TwiN/gatus/pull/715)
- chore: fix some typos by
[@&#8203;HongKuang](https://togithub.com/HongKuang) in
[https://github.com/TwiN/gatus/pull/725](https://togithub.com/TwiN/gatus/pull/725)
- refactor: Clean up code and change log format by
[@&#8203;TwiN](https://togithub.com/TwiN) in
[https://github.com/TwiN/gatus/pull/719](https://togithub.com/TwiN/gatus/pull/719)

##### New Contributors

- [@&#8203;michael-baraboo](https://togithub.com/michael-baraboo) made
their first contribution in
[https://github.com/TwiN/gatus/pull/713](https://togithub.com/TwiN/gatus/pull/713)
- [@&#8203;chrisbsmith](https://togithub.com/chrisbsmith) made their
first contribution in
[https://github.com/TwiN/gatus/pull/665](https://togithub.com/TwiN/gatus/pull/665)
- [@&#8203;HongKuang](https://togithub.com/HongKuang) made their first
contribution in
[https://github.com/TwiN/gatus/pull/725](https://togithub.com/TwiN/gatus/pull/725)

**Full Changelog**:
TwiN/gatus@v5.8.0...v5.9.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/nex.rpi).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
xunleii referenced this pull request in chezmoi-sh/atlas May 19, 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.8.0` ->
`v5.9.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.9.0`](https://togithub.com/TwiN/gatus/releases/tag/v5.9.0)

[Compare
Source](https://togithub.com/TwiN/gatus/compare/v5.8.0...v5.9.0)

##### What's Changed

- feat(alerting): add alerting support for jetbrains space by
[@&#8203;michael-baraboo](https://togithub.com/michael-baraboo) in
[https://github.com/TwiN/gatus/pull/713](https://togithub.com/TwiN/gatus/pull/713)
- feat(client): add mTLS config by
[@&#8203;chrisbsmith](https://togithub.com/chrisbsmith) in
[https://github.com/TwiN/gatus/pull/665](https://togithub.com/TwiN/gatus/pull/665)
- feat: Implement push-based external endpoints by
[@&#8203;TwiN](https://togithub.com/TwiN) in
[https://github.com/TwiN/gatus/pull/724](https://togithub.com/TwiN/gatus/pull/724)
- fix(alerting): Support alerts with no conditions for external
endpoints by [@&#8203;TwiN](https://togithub.com/TwiN) in
[https://github.com/TwiN/gatus/pull/729](https://togithub.com/TwiN/gatus/pull/729)
- chore(deps): bump codecov/codecov-action from 4.0.1 to 4.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TwiN/gatus/pull/715](https://togithub.com/TwiN/gatus/pull/715)
- chore: fix some typos by
[@&#8203;HongKuang](https://togithub.com/HongKuang) in
[https://github.com/TwiN/gatus/pull/725](https://togithub.com/TwiN/gatus/pull/725)
- refactor: Clean up code and change log format by
[@&#8203;TwiN](https://togithub.com/TwiN) in
[https://github.com/TwiN/gatus/pull/719](https://togithub.com/TwiN/gatus/pull/719)

##### New Contributors

- [@&#8203;michael-baraboo](https://togithub.com/michael-baraboo) made
their first contribution in
[https://github.com/TwiN/gatus/pull/713](https://togithub.com/TwiN/gatus/pull/713)
- [@&#8203;chrisbsmith](https://togithub.com/chrisbsmith) made their
first contribution in
[https://github.com/TwiN/gatus/pull/665](https://togithub.com/TwiN/gatus/pull/665)
- [@&#8203;HongKuang](https://togithub.com/HongKuang) made their first
contribution in
[https://github.com/TwiN/gatus/pull/725](https://togithub.com/TwiN/gatus/pull/725)

**Full Changelog**:
TwiN/gatus@v5.8.0...v5.9.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/nex.rpi).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
xunleii referenced this pull request in chezmoi-sh/atlas May 19, 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.8.0` ->
`v5.9.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.9.0`](https://togithub.com/TwiN/gatus/releases/tag/v5.9.0)

[Compare
Source](https://togithub.com/TwiN/gatus/compare/v5.8.0...v5.9.0)

##### What's Changed

- feat(alerting): add alerting support for jetbrains space by
[@&#8203;michael-baraboo](https://togithub.com/michael-baraboo) in
[https://github.com/TwiN/gatus/pull/713](https://togithub.com/TwiN/gatus/pull/713)
- feat(client): add mTLS config by
[@&#8203;chrisbsmith](https://togithub.com/chrisbsmith) in
[https://github.com/TwiN/gatus/pull/665](https://togithub.com/TwiN/gatus/pull/665)
- feat: Implement push-based external endpoints by
[@&#8203;TwiN](https://togithub.com/TwiN) in
[https://github.com/TwiN/gatus/pull/724](https://togithub.com/TwiN/gatus/pull/724)
- fix(alerting): Support alerts with no conditions for external
endpoints by [@&#8203;TwiN](https://togithub.com/TwiN) in
[https://github.com/TwiN/gatus/pull/729](https://togithub.com/TwiN/gatus/pull/729)
- chore(deps): bump codecov/codecov-action from 4.0.1 to 4.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TwiN/gatus/pull/715](https://togithub.com/TwiN/gatus/pull/715)
- chore: fix some typos by
[@&#8203;HongKuang](https://togithub.com/HongKuang) in
[https://github.com/TwiN/gatus/pull/725](https://togithub.com/TwiN/gatus/pull/725)
- refactor: Clean up code and change log format by
[@&#8203;TwiN](https://togithub.com/TwiN) in
[https://github.com/TwiN/gatus/pull/719](https://togithub.com/TwiN/gatus/pull/719)

##### New Contributors

- [@&#8203;michael-baraboo](https://togithub.com/michael-baraboo) made
their first contribution in
[https://github.com/TwiN/gatus/pull/713](https://togithub.com/TwiN/gatus/pull/713)
- [@&#8203;chrisbsmith](https://togithub.com/chrisbsmith) made their
first contribution in
[https://github.com/TwiN/gatus/pull/665](https://togithub.com/TwiN/gatus/pull/665)
- [@&#8203;HongKuang](https://togithub.com/HongKuang) made their first
contribution in
[https://github.com/TwiN/gatus/pull/725](https://togithub.com/TwiN/gatus/pull/725)

**Full Changelog**:
TwiN/gatus@v5.8.0...v5.9.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/nex.rpi).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
xunleii referenced this pull request in chezmoi-sh/atlas May 19, 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.8.0` ->
`v5.9.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.9.0`](https://togithub.com/TwiN/gatus/releases/tag/v5.9.0)

[Compare
Source](https://togithub.com/TwiN/gatus/compare/v5.8.0...v5.9.0)

##### What's Changed

- feat(alerting): add alerting support for jetbrains space by
[@&#8203;michael-baraboo](https://togithub.com/michael-baraboo) in
[https://github.com/TwiN/gatus/pull/713](https://togithub.com/TwiN/gatus/pull/713)
- feat(client): add mTLS config by
[@&#8203;chrisbsmith](https://togithub.com/chrisbsmith) in
[https://github.com/TwiN/gatus/pull/665](https://togithub.com/TwiN/gatus/pull/665)
- feat: Implement push-based external endpoints by
[@&#8203;TwiN](https://togithub.com/TwiN) in
[https://github.com/TwiN/gatus/pull/724](https://togithub.com/TwiN/gatus/pull/724)
- fix(alerting): Support alerts with no conditions for external
endpoints by [@&#8203;TwiN](https://togithub.com/TwiN) in
[https://github.com/TwiN/gatus/pull/729](https://togithub.com/TwiN/gatus/pull/729)
- chore(deps): bump codecov/codecov-action from 4.0.1 to 4.1.1 by
[@&#8203;dependabot](https://togithub.com/dependabot) in
[https://github.com/TwiN/gatus/pull/715](https://togithub.com/TwiN/gatus/pull/715)
- chore: fix some typos by
[@&#8203;HongKuang](https://togithub.com/HongKuang) in
[https://github.com/TwiN/gatus/pull/725](https://togithub.com/TwiN/gatus/pull/725)
- refactor: Clean up code and change log format by
[@&#8203;TwiN](https://togithub.com/TwiN) in
[https://github.com/TwiN/gatus/pull/719](https://togithub.com/TwiN/gatus/pull/719)

##### New Contributors

- [@&#8203;michael-baraboo](https://togithub.com/michael-baraboo) made
their first contribution in
[https://github.com/TwiN/gatus/pull/713](https://togithub.com/TwiN/gatus/pull/713)
- [@&#8203;chrisbsmith](https://togithub.com/chrisbsmith) made their
first contribution in
[https://github.com/TwiN/gatus/pull/665](https://togithub.com/TwiN/gatus/pull/665)
- [@&#8203;HongKuang](https://togithub.com/HongKuang) made their first
contribution in
[https://github.com/TwiN/gatus/pull/725](https://togithub.com/TwiN/gatus/pull/725)

**Full Changelog**:
TwiN/gatus@v5.8.0...v5.9.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/nex.rpi).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4yNjkuMiIsInVwZGF0ZWRJblZlciI6IjM3LjI2OS4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/api Related to the REST API feature New feature or request
Projects
None yet
1 participant