osalloum
bc433161d6
fix(storage): close rows before nested queries to prevent PostgreSQL driver error ( #1503 )
...
Fixes #1435
2026-04-18 20:19:13 -04:00
Copilot
42b51f5da5
fix(test): Remove t.Parallel() from tests racing on injectedHTTPClient ( #1630 )
...
Remove t.Parallel() from tests causing race condition on injectedHTTPClient
Agent-Logs-Url: https://github.com/TwiN/gatus/sessions/bd8f2b87-d453-4653-a61d-4bf4dda4024b
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: TwiN <15699766+TwiN@users.noreply.github.com >
2026-04-18 20:08:59 -04:00
dependabot[bot]
48056def12
chore(deps): bump google.golang.org/api from 0.265.0 to 0.273.1 ( #1613 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.265.0 to 0.273.1.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.265.0...v0.273.1 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-version: 0.273.1
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>
2026-04-11 22:54:38 -04:00
dependabot[bot]
f06c4f132b
chore(deps): bump actions/github-script from 8 to 9 ( #1624 )
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 8 to 9.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](https://github.com/actions/github-script/compare/v8...v9 )
---
updated-dependencies:
- dependency-name: actions/github-script
dependency-version: '9'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-10 22:13:35 -04:00
TwiN
64116ce3da
docs(ai): Add AGENTS.md
2026-04-03 13:48:31 -04:00
Héctor Luaces
12be9facda
feat(ui): Add customizable OIDC login screen branding ( #1583 )
...
* feat(ui): Add customizable OIDC login screen branding
As per https://github.com/TwiN/gatus/discussions/1579 , this PR
allows for some customizations in the OIDC login screen:
- If a logo is set it will be displayed alongside the Gatus one
- New ui config `ui.login-subtitle`: customises the message in
the screen
- If set, use `ui.header` will be used to customise the title
I haven't commited the web static assets. I believe that's
triggered with a comment? let me know if I should be doing it.
Also please clarify if I've forgotten about something here,
this is my first pr.
* chore(ui): Regenerate static assets
---------
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: TwiN <twin@linux.com >
2026-04-01 20:56:47 -04:00
Copilot
f925cb4924
fix(ci): regenerate-static-assets workflow reporting false errors on success ( #1614 )
...
* Initial plan
* Fix workflow logic to properly handle success status
Agent-Logs-Url: https://github.com/TwiN/gatus/sessions/16d5eaf0-8b26-4f8e-8818-f245652fb022
Co-authored-by: TwiN <15699766+TwiN@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: TwiN <15699766+TwiN@users.noreply.github.com >
2026-04-01 20:45:20 -04:00
lif
f4428aa600
fix(client): return error from rdapQuery when no expiration event found ( #1603 )
...
* fix: return error from rdapQuery when no expiration event found
When an RDAP response has no expiration event, rdapQuery returned a
zero-value ExpirationDate with nil error. This prevented
GetDomainExpiration from falling back to WHOIS, causing failures
for TLDs like .net where RDAP may omit the expiration event.
Signed-off-by: majiayu000 <1835304752@qq.com >
* fix: include hostname in RDAP error and add .net domain tests
Add .net domain test cases to TestRdapQuery and TestGetDomainExpiration
to cover the fallback path when RDAP lacks an expiration event (#1570 ).
Include hostname in the error message for easier debugging.
Signed-off-by: majiayu000 <1835304752@qq.com >
---------
Signed-off-by: majiayu000 <1835304752@qq.com >
2026-03-31 20:02:04 -04:00
dependabot[bot]
0e390765e3
chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.19.7 to 1.19.13 ( #1608 )
...
chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) from 1.19.7 to 1.19.13.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/m2/v1.19.7...credentials/v1.19.13 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-version: 1.19.13
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-31 18:54:45 -04:00
dependabot[bot]
893601a5f4
chore(deps): bump golang.org/x/crypto from 0.48.0 to 0.49.0 ( #1599 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.48.0 to 0.49.0.
- [Commits](https://github.com/golang/crypto/compare/v0.48.0...v0.49.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.49.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>
2026-03-27 23:24:55 -04:00
dependabot[bot]
322f278e8f
chore(deps): bump modernc.org/sqlite from 1.46.1 to 1.47.0 ( #1598 )
...
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite ) from 1.46.1 to 1.47.0.
- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md )
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.46.1...v1.47.0 )
---
updated-dependencies:
- dependency-name: modernc.org/sqlite
dependency-version: 1.47.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>
2026-03-25 22:48:17 -04:00
dependabot[bot]
814a9622c4
chore(deps): bump golang.org/x/oauth2 from 0.35.0 to 0.36.0 ( #1595 )
...
Bumps [golang.org/x/oauth2](https://github.com/golang/oauth2 ) from 0.35.0 to 0.36.0.
- [Commits](https://github.com/golang/oauth2/compare/v0.35.0...v0.36.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/oauth2
dependency-version: 0.36.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>
2026-03-24 21:25:02 -04:00
PythonGermany
a2fc5ab9bb
fix(security): Do not allow invalid security configs ( #1531 )
...
* fix: Do not allow invalid security configs
* test: Fix empty security config test
* test: Add missing security config test scenarios
2026-03-23 17:35:42 -04:00
dependabot[bot]
593826ec5f
chore(deps): bump golang.org/x/crypto from 0.47.0 to 0.48.0 ( #1547 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.47.0 to 0.48.0.
- [Commits](https://github.com/golang/crypto/compare/v0.47.0...v0.48.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.48.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>
2026-03-23 16:54:21 -04:00
dependabot[bot]
9b2efa290f
chore(deps): bump modernc.org/sqlite from 1.44.3 to 1.46.1 ( #1554 )
...
Bumps [modernc.org/sqlite](https://gitlab.com/cznic/sqlite ) from 1.44.3 to 1.46.1.
- [Changelog](https://gitlab.com/cznic/sqlite/blob/master/CHANGELOG.md )
- [Commits](https://gitlab.com/cznic/sqlite/compare/v1.44.3...v1.46.1 )
---
updated-dependencies:
- dependency-name: modernc.org/sqlite
dependency-version: 1.46.1
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>
2026-03-23 16:54:03 -04:00
dependabot[bot]
714143204b
chore(deps): bump codecov/codecov-action from 5.5.2 to 5.5.3 ( #1587 )
...
Bumps [codecov/codecov-action](https://github.com/codecov/codecov-action ) from 5.5.2 to 5.5.3.
- [Release notes](https://github.com/codecov/codecov-action/releases )
- [Changelog](https://github.com/codecov/codecov-action/blob/main/CHANGELOG.md )
- [Commits](https://github.com/codecov/codecov-action/compare/v5.5.2...v5.5.3 )
---
updated-dependencies:
- dependency-name: codecov/codecov-action
dependency-version: 5.5.3
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-23 16:53:45 -04:00
dependabot[bot]
ff396b5079
chore(deps): bump docker/build-push-action from 6 to 7 ( #1588 )
...
Bumps [docker/build-push-action](https://github.com/docker/build-push-action ) from 6 to 7.
- [Release notes](https://github.com/docker/build-push-action/releases )
- [Commits](https://github.com/docker/build-push-action/compare/v6...v7 )
---
updated-dependencies:
- dependency-name: docker/build-push-action
dependency-version: '7'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-23 16:53:26 -04:00
jaydeethree
b20935ecfe
fix(alerting): Remove square brackets from email subject ( #1586 )
...
* Email alerts: Use parens instead of square brackets in the subject to resolve Gmail threading issues. Fixes #1563
* Remove parens
* Add `:` after alert name
2026-03-21 21:25:52 -04:00
dependabot[bot]
3a6ad14cba
chore(deps): bump docker/login-action from 3 to 4 ( #1567 )
...
Bumps [docker/login-action](https://github.com/docker/login-action ) from 3 to 4.
- [Release notes](https://github.com/docker/login-action/releases )
- [Commits](https://github.com/docker/login-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: docker/login-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-18 17:05:15 -04:00
dependabot[bot]
e6e211c916
chore(deps): bump docker/setup-qemu-action from 3 to 4 ( #1566 )
...
Bumps [docker/setup-qemu-action](https://github.com/docker/setup-qemu-action ) from 3 to 4.
- [Release notes](https://github.com/docker/setup-qemu-action/releases )
- [Commits](https://github.com/docker/setup-qemu-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: docker/setup-qemu-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
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 >
2026-03-18 16:42:20 -04:00
dependabot[bot]
7cd09e7d03
chore(deps): bump docker/metadata-action from 5 to 6 ( #1571 )
...
Bumps [docker/metadata-action](https://github.com/docker/metadata-action ) from 5 to 6.
- [Release notes](https://github.com/docker/metadata-action/releases )
- [Commits](https://github.com/docker/metadata-action/compare/v5...v6 )
---
updated-dependencies:
- dependency-name: docker/metadata-action
dependency-version: '6'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-18 16:37:51 -04:00
dependabot[bot]
fa8a387c9f
chore(deps): bump docker/setup-buildx-action from 3 to 4 ( #1572 )
...
Bumps [docker/setup-buildx-action](https://github.com/docker/setup-buildx-action ) from 3 to 4.
- [Release notes](https://github.com/docker/setup-buildx-action/releases )
- [Commits](https://github.com/docker/setup-buildx-action/compare/v3...v4 )
---
updated-dependencies:
- dependency-name: docker/setup-buildx-action
dependency-version: '4'
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-18 16:37:36 -04:00
Ozan Onur TEK
c7f0b85ba1
perf: Add PostgreSQL indexes for ~15x performance improvement ( #1541 )
...
fix: missing indexes are added to improve postgresql performance
Co-authored-by: TwiN <twin@linux.com >
2026-02-24 23:39:07 -05:00
dependabot[bot]
c4900ced6c
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](https://github.com/golang/oauth2/compare/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.35.0
2026-02-19 22:31:01 -05:00
dependabot[bot]
433e59b0ce
chore(deps): bump github.com/prometheus-community/pro-bing from 0.7.0 to 0.8.0 ( #1544 )
...
chore(deps): bump github.com/prometheus-community/pro-bing
Bumps [github.com/prometheus-community/pro-bing](https://github.com/prometheus-community/pro-bing ) from 0.7.0 to 0.8.0.
- [Release notes](https://github.com/prometheus-community/pro-bing/releases )
- [Commits](https://github.com/prometheus-community/pro-bing/compare/v0.7.0...v0.8.0 )
---
updated-dependencies:
- dependency-name: github.com/prometheus-community/pro-bing
dependency-version: 0.8.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>
2026-02-09 20:11:15 -05:00
PythonGermany
f09d959c97
refactor: Simplify and modernize loops ( #1522 )
...
* refactor: Simplify loops
* refactor: Modernize loops using range over int
---------
Co-authored-by: TwiN <twin@linux.com >
2026-02-08 19:08:59 -05:00
dependabot[bot]
e5b4e0d381
chore(deps): bump google.golang.org/api from 0.264.0 to 0.265.0 ( #1533 )
...
Bumps [google.golang.org/api](https://github.com/googleapis/google-api-go-client ) from 0.264.0 to 0.265.0.
- [Release notes](https://github.com/googleapis/google-api-go-client/releases )
- [Changelog](https://github.com/googleapis/google-api-go-client/blob/main/CHANGES.md )
- [Commits](https://github.com/googleapis/google-api-go-client/compare/v0.264.0...v0.265.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/api
dependency-version: 0.265.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 >
2026-02-07 22:27:02 -05:00
dependabot[bot]
e580cd362a
chore(deps): bump github.com/TwiN/whois from 1.2.0 to 1.3.0 ( #1538 )
...
Bumps [github.com/TwiN/whois](https://github.com/TwiN/whois ) from 1.2.0 to 1.3.0.
- [Release notes](https://github.com/TwiN/whois/releases )
- [Commits](https://github.com/TwiN/whois/compare/v1.2.0...v1.3.0 )
---
updated-dependencies:
- dependency-name: github.com/TwiN/whois
dependency-version: 1.3.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>
2026-02-06 17:24:24 -05:00
dependabot[bot]
b65b4d83e1
chore(deps): bump code.gitea.io/sdk/gitea from 0.22.1 to 0.23.2 ( #1525 )
...
Bumps code.gitea.io/sdk/gitea from 0.22.1 to 0.23.2.
---
updated-dependencies:
- dependency-name: code.gitea.io/sdk/gitea
dependency-version: 0.23.2
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>
2026-02-03 15:56:35 -05:00
emrebasarannn
618892c248
docs: Fix typo in README concurrency section ( #1520 )
...
fix(typo): Fixing typo in 'README.md/Concurrency' section
2026-02-01 10:43:18 -05:00
TwiN
77cedb080d
chore: Update to Go 1.25 ( #1519 )
2026-01-31 18:30:38 -05:00
dependabot[bot]
786af2dee4
chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials from 1.19.2 to 1.19.7 ( #1498 )
...
chore(deps): bump github.com/aws/aws-sdk-go-v2/credentials
Bumps [github.com/aws/aws-sdk-go-v2/credentials](https://github.com/aws/aws-sdk-go-v2 ) from 1.19.2 to 1.19.7.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/service/m2/v1.19.2...service/m2/v1.19.7 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2/credentials
dependency-version: 1.19.7
dependency-type: direct:production
update-type: version-update:semver-patch
...
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 >
2026-01-26 22:00:24 -05:00
Anurag Ekkati
48531911bb
fix: handle HTTP header names case-insensitively ( #1506 )
...
Details: HTTP header names should be case-insensitive per RFC 7230. When the users
configure the headers like 'user-agent' (lowercase), gatus was adding its own 'User-Agent'
header because the case-sensitive map lookup failed to find the existing header.
Fixed headers:
- User-Agent
- Content-Type
- Host
Fixes #1491 "
Co-authored-by: TwiN <twin@linux.com >
2026-01-24 21:49:16 -05:00
Copilot
720888009e
test: Fix Gitea error handling in tests ( #1508 )
...
* Initial plan
* Fix Gitea test failures by handling authentication and network errors
Co-authored-by: TwiN <15699766+TwiN@users.noreply.github.com >
* Refactor: Extract error checking logic into helper function
Co-authored-by: TwiN <15699766+TwiN@users.noreply.github.com >
---------
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com >
Co-authored-by: TwiN <15699766+TwiN@users.noreply.github.com >
2026-01-24 21:42:50 -05:00
dependabot[bot]
961bffd8e7
chore(deps): bump github.com/miekg/dns from 1.1.68 to 1.1.70 ( #1490 )
...
Bumps [github.com/miekg/dns](https://github.com/miekg/dns ) from 1.1.68 to 1.1.70.
- [Commits](https://github.com/miekg/dns/compare/v1.1.68...v1.1.70 )
---
updated-dependencies:
- dependency-name: github.com/miekg/dns
dependency-version: 1.1.70
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-01-19 23:01:15 -05:00
Mateusz Łoskot
309d68e622
feat(ui): Add support for custom favicon ( #1097 )
...
feat: Add UI configuration for custom favicon
Adds new node `favicon` to `ui` configuration
with properties that allow to overwrite the three
favicons which are currently in use in the index.html template.
Closes #174
Signed-off-by: Mateusz Łoskot <mateusz@loskot.net >
2026-01-16 17:27:39 -05:00
TwiN
ce269905b7
ci: Fix typo in regenerate-static-assets comment
2026-01-16 17:26:26 -05:00
TwiN
d8724d683e
ci: Improve regenerate-static-assets comments
2026-01-16 17:24:57 -05:00
dependabot[bot]
0f22e863a9
chore(deps): bump golang.org/x/crypto from 0.45.0 to 0.46.0 ( #1488 )
...
Bumps [golang.org/x/crypto](https://github.com/golang/crypto ) from 0.45.0 to 0.46.0.
- [Commits](https://github.com/golang/crypto/compare/v0.45.0...v0.46.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/crypto
dependency-version: 0.46.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>
2026-01-15 23:29:05 -05:00
Lorenzo Pereira Piccoli Xavier
7bb959e072
feat(conditions,ui): Add endpoints[].ui.resolve-successful-conditions ( #1486 )
...
feat(ui&endpoints): add bolean option for show resolve-successful-conditions
2026-01-11 22:36:23 -05:00
dependabot[bot]
1095deb3c6
chore(deps): bump github.com/aws/aws-sdk-go-v2 from 1.40.0 to 1.41.0 ( #1466 )
...
Bumps [github.com/aws/aws-sdk-go-v2](https://github.com/aws/aws-sdk-go-v2 ) from 1.40.0 to 1.41.0.
- [Release notes](https://github.com/aws/aws-sdk-go-v2/releases )
- [Changelog](https://github.com/aws/aws-sdk-go-v2/blob/main/changelog-template.json )
- [Commits](https://github.com/aws/aws-sdk-go-v2/compare/v1.40.0...v1.41.0 )
---
updated-dependencies:
- dependency-name: github.com/aws/aws-sdk-go-v2
dependency-version: 1.41.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 >
2026-01-11 18:59:37 -05:00
PythonGermany
c93a321073
fix(ci): Adjust static asset generation workflow ( #1480 )
...
* fix(ci): Add comment workflow has no changes to commit
* refactor: Use github icon syntax
* feat(ci): Mention user who triggered the workflow
* fix: Get actor from context
* fix: Update incorrect variable name
* feat(ci): Add workflow link for all comments
2026-01-09 22:55:33 -05:00
PythonGermany
1bf05d6bf9
fix(ui): Persist show average response time setting ( #1438 )
...
* feat(ui): Persist show average response time
* chore(ui): Regenerate static assets
---------
Co-authored-by: TwiN <twin@linux.com >
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
2026-01-08 21:27:44 -05:00
PythonGermany
1c532971cb
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.34.0
2026-01-02 20:31:19 -05:00
dependabot[bot]
67bf6c16b6
chore(deps): bump google.golang.org/grpc from 1.75.1 to 1.77.0 ( #1465 )
...
Bumps [google.golang.org/grpc](https://github.com/grpc/grpc-go ) from 1.75.1 to 1.77.0.
- [Release notes](https://github.com/grpc/grpc-go/releases )
- [Commits](https://github.com/grpc/grpc-go/compare/v1.75.1...v1.77.0 )
---
updated-dependencies:
- dependency-name: google.golang.org/grpc
dependency-version: 1.77.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>
2026-01-02 19:59:48 -05:00
Luke Tainton
c94c9fa36a
docs(alerting): Remove warning for Splunk alerting provider ( #1475 )
...
Remove warning for Splunk alerting provider
Removed warning about untested Splunk alerting provider from README.
2025-12-31 16:46:27 -05:00
PythonGermany
9587e5db8a
docs: Update config section and add env var faq ( #1450 )
...
* docs: Add faq for environment variables in config giles
* docs: Move config infos to config section
* docs: Extend config env var example
* docs: Remove env var escape from example
2025-12-29 22:07:33 -05:00
TheBinaryGuy
2d5f0a5927
feat(alerting): ClickUp alerting provider ( #1462 )
...
* feat(alerting): Add ClickUp alerting provider
* test: added ClickUp tests, docs in README and switch http to github.com/TwiN/gatus/v5/client from http.Client
* docs: Update ClickUp API token instructions in README
* fix(alerting): Update ClickUp alert configuration and default values
* docs: fixed formatting and removed line breaks from content in README
* feat(alerting): Add group-specific overrides and validation checks, updated README
* Update alerting/provider/clickup/clickup.go
Co-authored-by: PythonGermany <97847597+PythonGermany@users.noreply.github.com >
* fix(alerting): add priority validation
* fix(alerting): set default priority to 3
* feat(alerting): add priority map for ClickUp provider
* feat(alerting): make notify-all configurable for ClickUp provider
* docs: add instructions for finding Assignee IDs for ClickUp
* refactor(alerting): simplified ClickUp configurations example
* refactor(alerting): clean up new lines in ClickUp provider
---------
Co-authored-by: PythonGermany <97847597+PythonGermany@users.noreply.github.com >
2025-12-26 19:39:28 -05:00
PythonGermany
6c8761ca35
docs: Add missing alert provider group override options ( #1467 )
2025-12-22 18:43:47 -05:00
PythonGermany
40b1576ec7
docs: Separate web and ui config into sections ( #1439 )
...
Co-authored-by: TwiN <twin@linux.com >
2025-12-21 20:59:04 -05:00