TwiN
36a3419aec
Update .gitignore
2021-12-09 20:40:28 -05:00
Vinicius Reis
7353fad809
Opsgenie Alert Provider ( #214 )
...
* ✨ opsgenie alert provider
* ✅ add unit tests
* ✏️ typofix
* 📝 update readme
* ✨ add details
* ✨ use group to previne colisions
* ✏️ typofix
* ✏️ typofix
2021-12-09 20:32:38 -05:00
TwiN
b5a26caa08
Merge pull request #217 from ianagbip1oti/patch-3
...
Grammatical Fix
2021-12-09 01:19:54 -05:00
Princess Lana
d7206546af
Grammatical Fix
2021-12-08 22:16:06 -08:00
TwiN
4fa86a2c46
Merge pull request #216 from ianagbip1oti/patch-2
...
Grammatical Fix
2021-12-09 01:14:51 -05:00
Princess Lana
a6ed23b169
Grammatical Fix
2021-12-08 22:13:12 -08:00
TwiN
d9201c5084
Merge pull request #215 from ianagbip1oti/patch-1
...
Grammatical fix
2021-12-09 01:08:27 -05:00
Princess Lana
d0ba8261e3
Grammatical fix
2021-12-08 22:07:04 -08:00
TwiN
f89447badc
Merge pull request #211 from Juneezee/deprecate-ioutil
...
refactor: move from io/ioutil to io and os packages
2021-12-03 20:31:31 -05:00
TwiN
14c42f6e6d
Fix #212 : Stale endpoint on dashboard after config change
2021-12-03 18:20:14 -05:00
Eng Zer Jun
7a05bdcb82
refactor: move from io/ioutil to io and os packages
...
The io/ioutil package has been deprecated as of Go 1.16, see
https://golang.org/doc/go1.16#ioutil . This commit replaces the existing
io/ioutil functions with their new definitions in io and os packages.
Signed-off-by: Eng Zer Jun <engzerjun@gmail.com>
2021-12-03 14:44:17 +08:00
TwiN
5eb7763052
Implement email alerts
2021-12-02 23:31:14 -05:00
TwiN
8c73ae6035
Fix #22 : Improve alerting provider tests by mocking HTTP client
2021-12-02 23:10:21 -05:00
TwiN
6954e9dde7
Move alerting provider mocked tests at the watchdog level
2021-12-02 22:15:51 -05:00
TwiN
f6336eac4e
Fix #117 : Implement email alerts
2021-12-02 21:05:17 -05:00
TwiN
0331c18401
Make sure cache is disabled for badges and charts
2021-11-24 18:36:31 -05:00
TwiN
1f8fd29dad
Get rid of Discord link
...
I don't have time to manage a community 😩
2021-11-23 19:18:29 -05:00
TwiN
5877c4b2be
Update TwiN/health to v1.3.0
2021-11-19 23:43:24 -05:00
TwiN
c6d0809ecc
Hide Alert.ResolveKey and Alert.Triggered
2021-11-18 00:11:32 -05:00
TwiN
cf8a601104
Add more images to README.md
2021-11-17 21:47:38 -05:00
TwiN
96a0eebc0c
Change license to Apache 2 ( #203 )
...
Call me indecisive if you want, since I've done this once before (see 70c9c4b87c
), but after thing about the pros and cons, I decided that Apache 2 offers better protection for Gatus
2021-11-17 21:47:06 -05:00
TwiN
2af3425b9e
Fix #202 : Postgres error when an endpoint has a second page but others do not
2021-11-16 22:56:16 -05:00
TwiN
31bf2aeb80
Update TwiN/health to v1.1.0
2021-11-15 20:11:13 -05:00
TwiN
787f6f0d74
Add feedback email address
2021-11-12 00:32:11 -05:00
TwiN
17a431321c
Pass http.NoBody instead of nil as body
2021-11-11 00:14:00 -05:00
TwiN
05e9add16d
Regenerate static assets
2021-11-09 00:16:48 -05:00
TwiN
c4ef56511d
Update dependencies
2021-11-09 00:07:44 -05:00
TwiN
cfa2c8ef6f
Minor updates
2021-11-09 00:06:41 -05:00
TwiN
f36b6863ce
Minor update
2021-11-08 23:54:06 -05:00
TwiN
24482cf7a0
Fix icon_url for Mattermost
2021-11-08 21:07:16 -05:00
TwiN
d661a0ea6d
Add logo.png in .github/assets
2021-11-08 21:05:16 -05:00
TwiN
a0ec6941ab
Display number of days rather than hours if >72h
2021-11-08 20:57:58 -05:00
TwiN
5e711fb3b9
Use http.Error instead of writer.Write
2021-11-08 20:56:35 -05:00
TwiN
ab66e7ec8a
Fix badge examples
2021-11-08 02:22:43 -05:00
TwiN
08aba6cd51
Minor updates
2021-11-04 21:40:05 -04: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
dd70136e6c
Omit empty hostname and errors field
2021-11-03 22:18:23 -04:00
TwiN
a94c480c22
Fix typo in comment
2021-11-03 22:17:58 -04:00
TwiN
10fd4ecd6b
Minor fixes
2021-11-03 19:48:58 -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
257f859825
Rename getPagerDutyIntegrationKeyForGroup to getIntegrationKeyForGroup
2021-10-27 23:16:05 -04:00
TwiN
3a4ab62ddd
#191 : Handle memory issue caused by migration from Service to Endpoint
2021-10-24 21:20:01 -04:00
TwiN
a4e9d8e9b0
Revert "Add GATUS_DONT_EXPAND_ENV env var"
2021-10-24 18:34:39 -04:00
TwiN
3be6d04d29
Add GATUS_DONT_EXPAND_ENV env var
2021-10-24 16:20:24 -04:00
TwiN
b59ff6f89e
Add ServiceAccount to Kubernetes example
2021-10-24 15:33:15 -04:00
TwiN
813fea93ee
#167 : Rename examples/minimal to .examples/docker-minimal
2021-10-24 15:27:25 -04:00
TwiN
8f50e44b45
#167 : Rename examples/ to .examples/
2021-10-24 15:20:39 -04:00
TwiN
fb2448c15a
Omit fields that are not set
2021-10-24 15:03:41 -04:00
TwiN
db575aad13
Remove comments that no longer apply
2021-10-24 14:51:49 -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