TwiN
f2c5f5911c
feat(alerting): Persist triggered alerts across application restart ( #764 )
...
* feat(alerting): Persist triggered alerts across application restart
Fixes #679
* test(alerting): Add numerous tests related to alerts
2024-05-15 21:29:45 -04:00
TwiN
9d151fcdb4
refactor: Break core package into multiple packages under config/endpoint ( #759 )
...
* refactor: Partially break core package into dns, result and ssh packages
* refactor: Move core package to config/endpoint
* refactor: Fix warning about overlapping imported package name with endpoint variable
* refactor: Rename EndpointStatus to Status
* refactor: Merge result pkg back into endpoint pkg, because it makes more sense
* refactor: Rename parameter r to result in Condition.evaluate
* refactor: Rename parameter r to result
* refactor: Revert accidental change to endpoint.TypeDNS
* refactor: Rename parameter r to result
* refactor: Merge util package into endpoint package
* refactor: Rename parameter r to result
2024-05-09 22:56:16 -04:00
TwiN
922638e071
refactor: Clean up code and change log format ( #719 )
2024-04-01 21:47:14 -04:00
TwiN
f6a621da28
chore: Bump module version to v5
2022-12-06 01:41:18 -05:00
TwiN
9de6334f21
feat(storage): Add optional write-through cache to sql store
2022-08-18 19:29:39 -04:00
TwiN
f01b66f083
refactor(storage): Remove decommissioned path for memory store ( #313 )
2022-08-11 20:42:56 -04:00
TwiN
ab2bee9c4b
chore!: Update module from v3 to v4
2022-06-20 21:25:14 -04:00
TwiN
cfa2c8ef6f
Minor updates
2021-11-09 00:06:41 -05:00
TwiN
d3805cd77a
Fix #197 ; Fix #198 : Deprecate storage.file in favor of storage.path and deprecate persistence with memory storage type
2021-11-04 21:33:13 -04:00
TwiN
9287e2f9e2
Move store initialization to store package
...
This will allow importing storage.Config without importing every SQL drivers in the known universe
2021-10-28 19:35:46 -04:00
TwiN
6ed93d4b82
Rename Service to Endpoint ( #192 )
...
* Add clarifications in comments
* #191 : Rename Service to Endpoint
2021-10-23 16:47:12 -04:00
TwiN
6c45f5b99c
⚠ Migrate TwinProduction/gatus to TwiN/gatus
2021-10-07 21:28:04 -04:00
TwinProduction
2d3fe9795f
Add v3 to module path
...
Gatus wasn't intended to be used as a library, but I have a use case now.
2021-10-03 21:53:59 -04:00
TwinProduction
bacf7d841b
Close #124 : Add support for Postgres as a storage solution
2021-09-10 19:01:44 -04:00
TwinProduction
c61b406483
Return array instead of map on /api/v1/services/statuses
2021-09-06 13:28:35 -04:00
TwinProduction
75d8b40327
Add GetAverageResponseTimeByKey method on store for response time badges
2021-08-21 18:12:06 -04:00
TwinProduction
6942f0f8e0
Add response time chart
2021-08-19 23:12:48 -04:00
TwinProduction
0b6fc6b520
Add GetUptimeByKey to store interface
2021-08-13 01:25:50 -04:00
TwinProduction
c700154f5e
Rename database package to sqlite
2021-07-18 17:29:08 -04:00
TwinProduction
d3a81a2d57
Major fixes and improvements
2021-07-18 17:29:08 -04:00
TwinProduction
7126d36d85
Implement paging and refactor stores to match new store interface with paging
2021-07-18 17:29:08 -04:00
TwinProduction
670272f411
Refactor code and enable WAL for 4x performance improvement
2021-07-18 17:29:08 -04:00
TwinProduction
bd1eb7c61b
#136 : Start working on database persistence
2021-07-18 17:29:08 -04:00
TwinProduction
0b4dc34c57
Fix typo
2021-05-19 01:19:02 -04:00
TwinProduction
dc929dac70
#89 : First implementation of longer result history
2021-02-24 22:41:36 -05:00
TwinProduction
8e2a2c4dbc
Implement graceful shutdown
...
- Shutdown the HTTP server before exiting
- Persist data to store before exiting, if applicable
2021-02-05 20:45:28 -05:00
TwinProduction
79bef8d391
Implement persistence
2021-02-02 23:06:34 -05:00