1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-04 14:41:45 +00:00

Commit Graph

  • 967124eb43 fix(alerting): Resolve GoogleChat issue with bad payload when condition has " in it TwiN 2022-11-08 20:47:39 -05:00
  • fa47a199e5 feat: support SCTP & UDP as endpoint type (#352) Ian Chen 2022-11-10 08:22:13 +08:00
  • 1f84f2afa0 fix: Make sure len([BODY]) works if the body is a JSON array TwiN 2022-11-03 20:46:35 -04:00
  • ed3683cb32 chore(deps): bump github.com/lib/pq from 1.10.3 to 1.10.7 dependabot[bot] 2022-11-02 06:29:09 +00:00
  • 6e92c0eb40 chore(deps): bump github.com/prometheus/client_golang dependabot[bot] 2022-11-02 03:42:29 +00:00
  • cd927f630b ci: Remove unnecessary dependabot labels TwiN 2022-11-01 23:41:35 -04:00
  • c6c9bc8fa5 ci: Update dependabot labels TwiN 2022-11-01 23:36:40 -04:00
  • a3facc3887 chore(deps): bump docker/setup-qemu-action from 1 to 2 dependabot[bot] 2022-11-02 03:31:13 +00:00
  • 991d7e876d chore(deps): bump docker/setup-buildx-action from 1 to 2 dependabot[bot] 2022-11-02 03:31:10 +00:00
  • 3b7fb083ca chore(deps): bump codecov/codecov-action from 2.1.0 to 3.1.1 dependabot[bot] 2022-11-02 03:31:08 +00:00
  • ebdf5bde49 chore(deps): bump github.com/TwiN/health from 1.4.0 to 1.5.0 dependabot[bot] 2022-11-02 03:31:35 +00:00
  • d4983733f5 ci: Add dependabot.yml TwiN 2022-11-01 23:30:35 -04:00
  • fed021826a ui: Generate static assets TwiN 2022-11-01 00:45:04 -04:00
  • 8f9eca51c0 ui: Show "now" if the pretty time difference is less than 500ms TwiN 2022-11-01 00:44:41 -04:00
  • e13730f119 docs: Fix table format TwiN 2022-11-01 00:43:42 -04:00
  • 22d74a5ea8 feat(ui): Allow configuring meta description (#342) David Wheatley 2022-11-01 05:33:19 +01:00
  • fe4d9821f3 fix(alerting): Fix Discord alert payload missing required field v4.3.2 TwiN 2022-10-20 20:18:25 -04:00
  • d01a5d418b test: Improve error readability TwiN 2022-10-20 17:09:40 -04:00
  • 34f8cd1eca docs: Update screenshot of Mattermost alerts TwiN 2022-10-20 17:09:03 -04:00
  • d101c17136 fix(alerting): Resolve Mattermost issue with bad payload when condition has " in it TwiN 2022-10-20 17:05:01 -04:00
  • ade3d05983 fix(alerting): Use required Field.Title in Slack provider even if it's not enforced TwiN 2022-10-20 16:50:21 -04:00
  • fbab0ef7ca fix(alerting): Resolve Discord issue with bad payload when condition has " in it TwiN 2022-10-20 15:49:23 -04:00
  • 9121ec1cc8 fix(alerting): Resolve Matrix issue with bad payload when condition has " in it TwiN 2022-10-20 15:48:51 -04:00
  • 6ddf1258e5 fix(alerting): Resolve PagerDuty issue with bad payload when alert description has " in it TwiN 2022-10-20 15:47:07 -04:00
  • 490610ccfd fix(alerting): Resolve Teams issue with bad payload when condition has " in it TwiN 2022-10-20 15:31:29 -04:00
  • 0eb6958085 fix(alerting): Resolve Telegram issue with bad payload when condition has " in it TwiN 2022-10-20 15:22:27 -04:00
  • d20a41c7a7 fix(alerting): Make sure to close response body TwiN 2022-10-20 15:16:27 -04:00
  • 4c18e0d602 chore(alerting): Remove unnecessary cast TwiN 2022-10-20 14:58:06 -04:00
  • da24b7e8ac fix(alerting): Resolve Slack issue with bad payload when condition has " in it TwiN 2022-10-20 14:45:42 -04:00
  • c619066e25 docs: Swap conditions/dark screenshots TwiN 2022-10-19 18:00:53 -04:00
  • 3688dd6e6f chore: Clean up unused assets TwiN 2022-10-19 17:53:43 -04:00
  • fc778300be ci: Update Go to 1.19 TwiN 2022-10-19 17:52:53 -04:00
  • df560ad872 ui: Replace and reposition old icons by SVG icons (#349) TwiN 2022-10-19 17:38:32 -04:00
  • de9c366777 docs: Add Keeping your configuration small section TwiN 2022-10-19 16:51:04 -04:00
  • 6a5fec2c55 perf: Improve jsonpath speed (#348) TwiN 2022-10-19 15:52:20 -04:00
  • 01d2ed3f02 ui: Make it more obvious that the response time can be toggled between avg and min-max TwiN 2022-10-17 00:49:33 -04:00
  • 92b85ee1ab ui: Improve login page TwiN 2022-10-17 00:48:40 -04:00
  • a789deb8c2 ui: Render div instead of a when link is blank (#346) TwiN 2022-10-17 00:03:15 -04:00
  • e5a94979dd fix: add Google Chat to list of alert types when determining valid providers (#341) v4.3.1 David Wheatley 2022-10-15 22:56:38 +01:00
  • 3c0ea72a5c ci: Bump docker/build-push-action to v3 TwiN 2022-10-10 22:11:19 -04:00
  • d17e893131 docs: Uniformize number of newlines between each header TwiN 2022-10-10 22:05:48 -04:00
  • 7ea34ec8a8 docs: Add link for sponsoring below description TwiN 2022-10-10 21:49:55 -04:00
  • f6b99f34db ci: Add missing concurrency.group parameter TwiN 2022-10-09 23:08:52 -04:00
  • 37495ac3f3 ci: Prevent publish-latest workflow from running concurrently TwiN 2022-10-09 23:02:05 -04:00
  • 557f696f88 fix(alerting): Encode messagebird request body using json.Marshal TwiN 2022-10-09 22:59:18 -04:00
  • c86492dbfd fix(alerting): Encode ntfy request body using json.Marshal TwiN 2022-10-09 22:58:18 -04:00
  • 8a4db600c9 test: Add tests for endpoint display name v4.3.0 TwiN 2022-10-09 21:34:36 -04:00
  • 02879e2645 ci: Bump docker/build-push-action to v3 and add "stable" tag TwiN 2022-10-09 21:33:55 -04:00
  • 00b56ecefd feat: Bundle assets in binary using go:embed (#340) TwiN 2022-10-09 21:33:31 -04:00
  • 47dd18a0b5 test(alerting): Add coverage for ntfy's request body TwiN 2022-10-09 16:39:51 -04:00
  • 1a708ebca2 test(alerting): Fix tests following change to defaults TwiN 2022-10-09 16:34:08 -04:00
  • 5f8e62dad0 fix(alerting): Make priority and url optional for ntfy TwiN 2022-10-09 16:32:06 -04:00
  • b74f7758dc docs(alerting): Document how to configure ntfy alerts TwiN 2022-10-09 16:30:55 -04:00
  • 899c19b2d7 fix: Swap tag for resolved and triggered TwiN 2022-10-04 23:29:17 -04:00
  • 35038a63c4 feat(alerting): Implement ntfy provider TwiN 2022-10-04 23:26:34 -04:00
  • 7b2af3c514 chore: Fix alerting provider order TwiN 2022-10-04 23:22:41 -04:00
  • 4ab7428599 chore: Format code TwiN 2022-10-04 23:19:55 -04:00
  • be88af5d48 chore: Update Go to 1.19 + Update dependencies TwiN 2022-09-21 20:16:00 -04:00
  • 5bb3f6d0a9 refactor: Use %w instead of %s for formatting errors TwiN 2022-09-20 21:54:59 -04:00
  • 17c14a7243 docs(alerting): Provide better Matrix examples TwiN 2022-09-19 22:08:39 -04:00
  • f44d4055e6 refactor(alerting): Clean up Matrix code TwiN 2022-09-19 22:08:18 -04:00
  • 38054f57e5 feat: Set minimum interval for endpoints with [DOMAIN_EXPIRATION] to 5m v4.2.0 TwiN 2022-09-15 21:23:14 -04:00
  • 33ce0e99b5 chore: Fix typo in deprecation message TwiN 2022-09-15 17:41:24 -04:00
  • b5e6466c1d docs(security): Link "Securing Gatus with OIDC using Auth0" article TwiN 2022-09-09 22:59:13 -04:00
  • f89ecd5c64 fix(ui): Decrease size of error message TwiN 2022-09-09 22:58:45 -04:00
  • e434178a5c test(alerting): Make sure ClientConfig is set after IsValid() call in Telegram provider TwiN 2022-09-07 19:02:30 -04:00
  • 7a3ee1b557 feat(alerting): add client config for telegram (#324) Lukas Schlötterer 2022-09-08 00:50:59 +02:00
  • e51abaf5bd chore: Add check-domain-expiration to placeholder configuration file TwiN 2022-09-07 18:19:57 -04:00
  • 46d6d6c733 test(alerting): Improve coverage for custom alerting provider TwiN 2022-09-07 18:19:20 -04:00
  • d9f86f1155 fix(storage): Default domain_expiration to 0 for SQL when the column doesn't already exist TwiN 2022-09-07 18:17:28 -04:00
  • 01484832fc feat: Add [DOMAIN_EXPIRATION] placeholder for monitoring domain expiration using WHOIS (#325) TwiN 2022-09-06 21:22:02 -04:00
  • 4857b43771 test: Improve coverage for Endpoint.Type() TwiN 2022-09-01 21:09:36 -04:00
  • 52d7cb6f04 ux: Improve endpoint validation by checking type on start TwiN 2022-09-01 20:59:09 -04:00
  • 5c6bf84106 ux: Improve error message when endpoint is invalid TwiN 2022-09-01 20:51:37 -04:00
  • c84ae1cd55 refactor: Remove unused file TwiN 2022-09-01 20:32:04 -04:00
  • daf8e3a16f test(chart): Improve coverage for response time charts TwiN 2022-08-30 20:00:04 -04:00
  • df719958cf chore(remote): Log message about feature being a candidate for removal TwiN 2022-08-23 21:38:50 -04:00
  • 2be81b8e1a docs(remote): Add "Remote instances (EXPERIMENTAL)" section v4.1.0 TwiN 2022-08-22 18:26:36 -04:00
  • 4bed86dec9 ui(event): Add divider between each event TwiN 2022-08-18 20:24:52 -04:00
  • 072cf20cc6 chore(dependencies): Update tailwindcss to 3.1.8 TwiN 2022-08-18 20:24:08 -04:00
  • cca421e283 refactor(storage): Remove TODO comment about writeThroughCache TwiN 2022-08-18 19:23:27 -04:00
  • a044f1d274 docs(storage): Add documentation for storage.caching TwiN 2022-08-18 19:18:16 -04:00
  • 9de6334f21 feat(storage): Add optional write-through cache to sql store TwiN 2022-08-11 20:47:29 -04:00
  • f01b66f083 refactor(storage): Remove decommissioned path for memory store (#313) TwiN 2022-08-11 20:42:56 -04:00
  • 262d436533 ci: Remove paths-ignore since workflow_run doesn't support it TwiN 2022-08-11 20:33:25 -04:00
  • b8ab17eee1 ci: Decrease timeout-minutes to 20 TwiN 2022-08-11 20:31:36 -04:00
  • 7bbd7bcee3 ci: Stop publish-latest from being triggered by changes in .github folder TwiN 2022-08-11 20:29:33 -04:00
  • 4865d12147 chore(ci): Remove redundant input TwiN 2022-08-11 20:27:48 -04:00
  • 0713ca1c1a chore(ci): Remove useless "description" parameter TwiN 2022-08-11 20:25:10 -04:00
  • dce202d0be feat(ci): Add publish-experimental workflow TwiN 2022-08-11 20:24:23 -04:00
  • 4673d147db chore(ci): Update docker/login-action to v2 TwiN 2022-08-11 20:17:17 -04:00
  • 0943c45ae6 test(badge): Add test cases for custom response-time badge thresholds TwiN 2022-08-10 21:26:36 -04:00
  • 798c4248ff refactor(badge): Fix formatting TwiN 2022-08-10 21:09:22 -04:00
  • 1bce4e727e feat(api): Configurable response time badge thresholds (#309) Jesibu 2022-08-11 03:05:34 +02:00
  • 1aa94a3365 feat(remote): Implement lazy distributed feature (#64) TwiN 2022-07-28 20:07:53 -04:00
  • 319f460553 docs: Update GetHTTPClient comment TwiN 2022-07-28 19:35:15 -04:00
  • 7daf2b5cac legal: Revert change to copyright appendix TwiN 2022-07-28 17:55:23 -04:00
  • f0fc275f67 legal: Update copyright dates TwiN 2022-07-28 09:20:42 -04:00
  • 04a682eddc style(alerting): Alphabetically sort Matrix provider Kalissaac 2022-07-19 10:48:12 -07:00
  • 2fb807632c style(alerting): Add comments and rename character bytes constant Kalissaac 2022-07-19 10:42:28 -07:00