Skip to content

Tags: TwiN/gatus

Tags

v5.36.0

Toggle v5.36.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): Bump all Go dependencies (#1674)

* chore(deps): Bump all Go dependencies

* test: Use httptest.NewRequest instead of http.NewRequest

v5.35.0

Toggle v5.35.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
chore(deps): bump golang.org/x/oauth2 from 0.34.0 to 0.35.0 (#1543)

Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2) from 0.34.0 to 0.35.0.
- [Commits](golang/oauth2@v0.34.0...v0.35.0)

---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
  dependency-version: 0.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com>

v5.34.0

Toggle v5.34.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
ui: Disable hover effect if no link is set (#1419)

* fix(ui): Disable hover effect if no link is set

* refactor: Simplify conditional class logic

* chore(ui): Regenerate static assets

* chore(ui): Regenerate static assets

---------

Co-authored-by: TwiN <twin@linux.com>

v5.33.1

Toggle v5.33.1's commit message
chore(ui): Regenerate static assets

v5.33.0

Toggle v5.33.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(client): Add ssh private-key support (#1390)

* feat(endpoint): Add ssh key support

Fixes #1257

* test(config): Add tests for private key config

---------

Co-authored-by: TwiN <twin@linux.com>

v5.32.0

Toggle v5.32.0's commit message
test(ui): Improve validation tests for UI config

v5.31.0

Toggle v5.31.0's commit message
refactor(announcements): Move duplicate markdown code into utils/mark…

…down.js

v5.30.0

Toggle v5.30.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(ui): Modernize response time chart (#1373)

v5.29.0

Toggle v5.29.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(metrics): Add metrics for domain expiration (#1244)

* Add metrics for domain expiration

* Update grafana and prometheus versions and extend grafana dashboard with Domain expiration

* feat(deps) update whois version

---------

Co-authored-by: TwiN <twin@linux.com>

v5.28.0

Toggle v5.28.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(ui): Add support for `endpoints[].ui.hide-errors` to hide errors (

…#1361)

Supersedes #1292