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
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
fea95b8479
perf(storage): Improve benchmarks and fix race condition
2022-06-13 20:35:51 -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
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
8516c41b43
Update benchmarks
2021-07-18 17:29:08 -04:00
TwinProduction
2c95cce7b3
Consolidate store tests into interface package + Fix issues
2021-07-18 17:29:08 -04:00
TwinProduction
c1d9006aaf
Uncomment memory benchmarks
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
4203355edc
Improve benchmarks
2021-07-18 17:29:08 -04:00
TwinProduction
ffc3e644c5
Add benchmark scenarios for concurrent inserts
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
541e0264ab
Don't export, persist or retain result body after evaluation
2021-03-08 21:30:11 -05:00
TwinProduction
b37dd5e819
Minor update
2021-03-05 00:50:24 -05:00
TwinProduction
dc929dac70
#89 : First implementation of longer result history
2021-02-24 22:41:36 -05:00
TwinProduction
79bef8d391
Implement persistence
2021-02-02 23:06:34 -05:00