dependabot[bot]
6e92c0eb40
chore(deps): bump github.com/prometheus/client_golang
...
Bumps [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang ) from 1.11.0 to 1.13.0.
- [Release notes](https://github.com/prometheus/client_golang/releases )
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prometheus/client_golang/compare/v1.11.0...v1.13.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus/client_golang
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 23:48:39 -04:00
dependabot[bot]
ebdf5bde49
chore(deps): bump github.com/TwiN/health from 1.4.0 to 1.5.0
...
Bumps [github.com/TwiN/health](https://github.com/TwiN/health ) from 1.4.0 to 1.5.0.
- [Release notes](https://github.com/TwiN/health/releases )
- [Commits](https://github.com/TwiN/health/compare/v1.4.0...v1.5.0 )
---
updated-dependencies:
- dependency-name: github.com/TwiN/health
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-01 23:33:21 -04:00
TwiN
be88af5d48
chore: Update Go to 1.19 + Update dependencies
2022-09-21 20:16:00 -04:00
TwiN
01484832fc
feat: Add [DOMAIN_EXPIRATION] placeholder for monitoring domain expiration using WHOIS ( #325 )
...
* feat: Add [DOMAIN_EXPIRATION] placeholder for monitoring domain expiration using WHOIS
* test: Fix issue caused by possibility of millisecond elapsed during previous tests
* test: Fix test with different behavior based on architecture
* docs: Revert accidental change to starttls example
* docs: Fix mistake in comment for Condition.hasIPPlaceholder()
2022-09-06 21:22:02 -04:00
TwiN
f01b66f083
refactor(storage): Remove decommissioned path for memory store ( #313 )
2022-08-11 20:42:56 -04:00
TwiN
076f5c45e8
test(metrics): Improve test coverage
2022-06-16 20:02:46 -04:00
TwiN
0792f5490b
feat(storage)!: Remove persistence for memory storage
2022-06-14 23:36:18 -04:00
TwiN
e6c6b4e06f
chore: Update TwiN/health to v1.4.0
2022-04-11 01:39:47 -04:00
Andre Bindewald
c4255e65bc
feat(client): OAuth2 Client credential support ( #259 )
...
* Initial implementation
* Added OAuth2 support to `client` config
* Revert "Initial implementation"
This reverts commit 7f2f3a603a
.
* Restore vendored clientcredentials
* configureOAuth2 is now a func (including tests)
* README update
* Use the same OAuth2Config in all related tests
* Cleanup & comments
2022-03-09 20:53:51 -05:00
TwiN
c712133df0
feat(security): Implement Bcrypt for basic auth and deprecate SHA512
...
I've re-written the code for this several times before but always ended up not going through with it because a hashed Bcrypt string has dollar signs in it, which caused issues with the config due to environment variable support.
I finally decided to go through with it by forcing users to base64 encode the bcrypt hash
2022-01-08 19:59:45 -05:00
TwiN
425c1d3674
oidc: Add /api/v1/config route for determining whether to display a login button on the UI
2022-01-02 21:14:01 -05:00
TwiN
be9087bee3
#205 : Work on supporting OpenID Connect for auth
2022-01-02 21:14:01 -05:00
TwiN
00aec70fb8
Update dependencies
2021-12-13 19:38:20 -05:00
TwiN
f6336eac4e
Fix #117 : Implement email alerts
2021-12-02 21:05:17 -05:00
TwiN
5877c4b2be
Update TwiN/health to v1.3.0
2021-11-19 23:43:24 -05:00
TwiN
31bf2aeb80
Update TwiN/health to v1.1.0
2021-11-15 20:11:13 -05:00
TwiN
6c45f5b99c
⚠ Migrate TwinProduction/gatus to TwiN/gatus
2021-10-07 21:28:04 -04:00
TwinProduction
154bc7dbc6
Update dependencies
2021-10-03 22:15:20 -04:00
TwinProduction
babe7b0be9
Update Go to 1.17
2021-10-03 15:03:09 -04:00
TwinProduction
bacf7d841b
Close #124 : Add support for Postgres as a storage solution
2021-09-10 19:01:44 -04:00
TwinProduction
556f559221
Remove Kubernetes auto discovery
2021-09-06 13:28:35 -04:00
TwinProduction
470e3a3ebc
Add response time badge and chart
2021-08-21 18:12:06 -04:00
TwinProduction
bd1eb7c61b
#136 : Start working on database persistence
2021-07-18 17:29:08 -04:00
TwinProduction
d03271d128
Update TwinProduction/gocache to v1.2.3
2021-06-18 09:56:55 -04:00
TwinProduction
ca87547430
Update TwinProduction/gocache to v1.2.2
2021-06-06 14:54:58 -04:00
TwinProduction
ea9623f695
Use TwinProduction/health for health endpoint
2021-02-12 23:29:21 -05:00
TwinProduction
52ad4ee9e5
Update gocache to v1.2.1
2021-02-05 22:11:25 -05:00
TwinProduction
79bef8d391
Implement persistence
2021-02-02 23:06:34 -05:00
TwinProduction
aec867ae69
Fix #72 : Connected placeholder shouldn't resolve to true when when host is unreachable
2021-01-12 21:08:18 -05:00
TwinProduction
641c2029f7
Switch to using TwinProduction/gocache for caching service status
2020-12-30 01:08:20 -05:00
TwinProduction
bc4380db19
Work on #62 : Add uptime percentage + badges
2020-12-29 20:22:17 -05:00
TwinProduction
746032397e
Use 127.0.0.1 in ICMP test
2020-12-25 03:05:47 -05:00
TwinProduction
cf923af230
Fix dependencies
2020-12-25 03:02:44 -05:00
TwinProduction
416178fb28
Fix dependencies
2020-12-25 03:00:08 -05:00
TwinProduction
10ab9265d9
Fix dependencies
2020-12-25 02:50:21 -05:00
TwinProduction
dea469d6fc
Pin github.com/googleapis/gnostic to v0.4.0
...
See https://github.com/google/gnostic/pull/155
2020-12-25 02:40:39 -05:00
TwinProduction
83a5813daf
Work on #61 : Add support for ICMP
...
+ Update dependencies
2020-12-25 00:07:18 -05:00
cemturker
bc914e12b0
Add health check for DNS
2020-11-18 00:55:31 +01:00
Adarsh K Kumar
81e6e0b188
(feat) Add auto-discovery in k8s | Adarsh
2020-10-30 21:01:12 +05:30
TwinProduction
77ad91a297
Fix Golint
2020-10-23 16:29:20 -04:00
TwinProduction
fefc728201
Update dependencies
2020-09-16 19:32:13 -04:00
TwinProduction
cc159fa8fb
Update to Go 1.14
2020-04-10 16:35:55 -04:00
TwinProduction
3620e5306c
Implement Prometheus metrics
2019-11-16 16:52:11 -05:00
TwinProduction
7bb341fe92
Go mod vendor
2019-09-06 00:11:13 -04:00