gatus/config
Rani 541a70584d
feat(alerting): Add Incident.io alerting provider (#972)
* feat(alerting): added incident.io provider alerting.

* Tests: added incident.io provider unit tests.

* Documentation: added incidentio documentation.

* Refactor: Changed documentation + types to an alphabetical order.

* Refactor: change wrong comment.

Co-authored-by: Maksim Zhylinski <maksim@zhylinski.me>

* Update README.md

Co-authored-by: Maksim Zhylinski <maksim@zhylinski.me>

* Update alerting/provider/incidentio/incident_io.go

Co-authored-by: Julien Limoges <limoges@users.noreply.github.com>

* Update alerting/provider/incidentio/incident_io.go

Co-authored-by: Julien Limoges <limoges@users.noreply.github.com>

* Update alerting/provider/incidentio/incident_io.go

Co-authored-by: Julien Limoges <limoges@users.noreply.github.com>

* Update alerting/provider/incidentio/incident_io.go

Co-authored-by: Julien Limoges <limoges@users.noreply.github.com>

* Refactor: changed alertSourceID to url.

* Refactor: changed documentation.

* Refactor: refactored tests, removed status from config.

* Readme: updated docs.

* Refactor: removed duplication key in favor of ResolveKey.

* Refactor: change variable format.

* Feat + Test: added support for passing metadata and source url, added resolved-with-metadata-source-url test case.

* Refactor: chaned variable naming

* Update alerting/config.go

* Update README.md

* Update README.md

* Update README.md

* Apply suggestions from code review

* Refactor: sort var by abc

---------

Co-authored-by: Maksim Zhylinski <maksim@zhylinski.me>
Co-authored-by: Julien Limoges <limoges@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>
2025-02-06 19:21:35 -05:00
..
connectivity refactor: Update connectivity.Checker struct to use pointer on receiver 2024-04-18 21:08:43 -04:00
endpoint feat(ssh): Support authless SSH health check (#956) 2025-01-19 16:22:41 -05:00
maintenance fix(maintenance): timezone handling offset issue (#981) 2025-01-28 22:15:35 -05:00
remote fix(logging): Replace log-level parameter by GATUS_LOG_LEVEL env var (#895) 2024-11-13 23:54:00 -05:00
ui feat(ui): Implement Custom CSS configuration (#943) 2024-12-26 23:08:16 -05:00
web fix(web): Allow configuration of read-buffer-size (#675) 2024-02-07 18:54:30 -05:00
config_test.go feat(alerting): Implement alert-level provider overrides (#929) 2024-12-16 20:32:13 -05:00
config.go feat(alerting): Add Incident.io alerting provider (#972) 2025-02-06 19:21:35 -05:00