Commit Graph

  • c86492dbfd fix(alerting): Encode ntfy request body using json.Marshal TwiN 2022-10-09 22:58:18 -0400
  • 8a4db600c9 test: Add tests for endpoint display name v4.3.0 TwiN 2022-10-09 21:34:36 -0400
  • 02879e2645 ci: Bump docker/build-push-action to v3 and add "stable" tag TwiN 2022-10-09 21:33:55 -0400
  • 00b56ecefd
    feat: Bundle assets in binary using go:embed (#340) TwiN 2022-10-09 21:33:31 -0400
  • 3a912211b6 feat: Bundle assets in binary using go:embed TwiN 2022-10-09 17:39:56 -0400
  • 47dd18a0b5 test(alerting): Add coverage for ntfy's request body TwiN 2022-10-09 16:39:51 -0400
  • 1a708ebca2 test(alerting): Fix tests following change to defaults TwiN 2022-10-09 16:34:08 -0400
  • 5f8e62dad0 fix(alerting): Make priority and url optional for ntfy TwiN 2022-10-09 16:32:06 -0400
  • b74f7758dc docs(alerting): Document how to configure ntfy alerts TwiN 2022-10-09 16:30:55 -0400
  • 899c19b2d7 fix: Swap tag for resolved and triggered TwiN 2022-10-04 23:29:17 -0400
  • 35038a63c4 feat(alerting): Implement ntfy provider TwiN 2022-10-04 23:26:34 -0400
  • 7b2af3c514 chore: Fix alerting provider order TwiN 2022-10-04 23:22:41 -0400
  • 4ab7428599 chore: Format code TwiN 2022-10-04 23:19:55 -0400
  • 657efa996a test(alerting): Add coverage for ntfy's request body TwiN 2022-10-09 16:39:51 -0400
  • ae16ea606f test(alerting): Fix tests following change to defaults TwiN 2022-10-09 16:34:08 -0400
  • 25b067da37 fix(alerting): Make priority and url optional for ntfy TwiN 2022-10-09 16:32:06 -0400
  • 651803ae81 docs(alerting): Document how to configure ntfy alerts TwiN 2022-10-09 16:30:55 -0400
  • 4944b6bc28 fix: Swap tag for resolved and triggered TwiN 2022-10-04 23:29:17 -0400
  • bea78e3778 feat(alerting): Implement ntfy provider TwiN 2022-10-04 23:26:34 -0400
  • f1ef100ef5 chore: Fix alerting provider order TwiN 2022-10-04 23:22:41 -0400
  • 253837524f chore: Format code TwiN 2022-10-04 23:19:55 -0400
  • 39afd90cd0 Corrected error formatting chr1st1ank 2022-10-02 22:38:15 +0200
  • e8ce3e5438 Rename some variables as suggested chr1st1ank 2022-10-02 22:33:21 +0200
  • 66d885d3e3 Mhell 3.10.3 Merge remote-tracking branch 'gatus/master' chr1st1ank 2022-09-30 20:59:02 +0200
  • 932c0b4397 Add test for handling TLS chr1st1ank 2022-09-30 20:53:26 +0200
  • da2271a4c9 Adding tests for config/web chr1st1ank 2022-09-30 20:40:07 +0200
  • 09d0f62d7f Moving TLS settings to subsection of web settings chr1st1ank 2022-09-30 13:16:03 +0200
  • be88af5d48 chore: Update Go to 1.19 + Update dependencies TwiN 2022-09-21 20:16:00 -0400
  • 5bb3f6d0a9 refactor: Use %w instead of %s for formatting errors TwiN 2022-09-20 21:54:59 -0400
  • 17c14a7243 docs(alerting): Provide better Matrix examples TwiN 2022-09-19 22:08:39 -0400
  • f44d4055e6 refactor(alerting): Clean up Matrix code TwiN 2022-09-19 22:08:18 -0400
  • c868785780 fix(ui): center and fixed navigation arrows Shashank D 2022-09-18 16:21:16 +0000
  • 38054f57e5 feat: Set minimum interval for endpoints with [DOMAIN_EXPIRATION] to 5m v4.2.0 TwiN 2022-09-15 21:23:14 -0400
  • 33ce0e99b5 chore: Fix typo in deprecation message TwiN 2022-09-15 17:41:24 -0400
  • 8995785563 Extending TOC in README chr1st1ank 2022-09-10 21:34:54 +0200
  • 33bdc8ed7d Add TLS Encryption section again to README chr1st1ank 2022-09-10 21:31:20 +0200
  • 0ec719f72f Merge remote-tracking branch 'gatus/master' chr1st1ank 2022-09-10 21:27:31 +0200
  • 2cca3c59c8 Refactor TLS configuration setup chr1st1ank 2022-09-10 21:12:35 +0200
  • b5e6466c1d docs(security): Link "Securing Gatus with OIDC using Auth0" article TwiN 2022-09-09 22:59:13 -0400
  • f89ecd5c64 fix(ui): Decrease size of error message TwiN 2022-09-09 22:58:45 -0400
  • e434178a5c test(alerting): Make sure ClientConfig is set after IsValid() call in Telegram provider TwiN 2022-09-07 19:02:30 -0400
  • 7a3ee1b557
    feat(alerting): add client config for telegram (#324) Lukas Schlötterer 2022-09-08 00:50:59 +0200
  • e51abaf5bd chore: Add check-domain-expiration to placeholder configuration file TwiN 2022-09-07 18:19:57 -0400
  • 46d6d6c733 test(alerting): Improve coverage for custom alerting provider TwiN 2022-09-07 18:19:20 -0400
  • d9f86f1155 fix(storage): Default domain_expiration to 0 for SQL when the column doesn't already exist TwiN 2022-09-07 18:17:28 -0400
  • 01484832fc
    feat: Add [DOMAIN_EXPIRATION] placeholder for monitoring domain expiration using WHOIS (#325) TwiN 2022-09-06 21:22:02 -0400
  • 7bc9f588e1
    chore: remove dns example Lukas Schlötterer 2022-09-06 16:52:49 +0200
  • cd626b274d docs: Fix mistake in comment for Condition.hasIPPlaceholder() TwiN 2022-09-05 20:58:22 -0400
  • 2d2b464d1d docs: Revert accidental change to starttls example TwiN 2022-09-05 20:56:15 -0400
  • b5ad0bbab5 test: Fix test with different behavior based on architecture TwiN 2022-09-05 20:27:00 -0400
  • 1b9084e170 test: Fix issue caused by possibility of millisecond elapsed during previous tests TwiN 2022-09-05 20:13:18 -0400
  • d593ab136e feat: Add [DOMAIN_EXPIRATION] placeholder for monitoring domain expiration using WHOIS TwiN 2022-09-05 19:12:08 -0400
  • 70bc3c16c7
    style: markdown table alignment Lukas Schlötterer 2022-09-02 20:46:46 +0200
  • 73bf3fc290
    feat(alerting): add client config for telegram Lukas Schlötterer 2022-09-02 20:33:51 +0200
  • 4857b43771 test: Improve coverage for Endpoint.Type() TwiN 2022-09-01 21:09:36 -0400
  • 52d7cb6f04 ux: Improve endpoint validation by checking type on start TwiN 2022-09-01 20:59:09 -0400
  • 5c6bf84106 ux: Improve error message when endpoint is invalid TwiN 2022-09-01 20:51:37 -0400
  • c84ae1cd55 refactor: Remove unused file TwiN 2022-09-01 20:32:04 -0400
  • 657dca4c3f test: Improve coverage for Endpoint.Type() TwiN 2022-09-01 21:09:36 -0400
  • 5dcbe24d28 ux: Improve endpoint validation by checking type on start TwiN 2022-09-01 20:59:09 -0400
  • 24f4cce47e ux: Improve error message when endpoint is invalid TwiN 2022-09-01 20:51:37 -0400
  • 381e09a2ba refactor: Remove unused file TwiN 2022-09-01 20:32:04 -0400
  • f7bdf71c05 image name tostt 2022-09-01 14:55:13 +0200
  • d0fcd511e5 use standard YAML in GATUS_CONFIG tostt 2022-09-01 14:48:25 +0200
  • daf8e3a16f test(chart): Improve coverage for response time charts TwiN 2022-08-30 20:00:04 -0400
  • 7ece7330cf Documenting TLS chr1st1ank 2022-08-27 12:08:52 +0200
  • 7420285857 Correctly handle the case of missing TLS configs chr1st1ank 2022-08-27 11:54:29 +0200
  • 3206ff176c Basic setup to serve HTTPS chr1st1ank 2022-08-27 10:20:52 +0200
  • df719958cf chore(remote): Log message about feature being a candidate for removal TwiN 2022-08-23 21:38:50 -0400
  • 2be81b8e1a docs(remote): Add "Remote instances (EXPERIMENTAL)" section v4.1.0 TwiN 2022-08-22 18:26:36 -0400
  • 4bed86dec9 ui(event): Add divider between each event TwiN 2022-08-18 20:24:52 -0400
  • 072cf20cc6 chore(dependencies): Update tailwindcss to 3.1.8 TwiN 2022-08-18 20:24:08 -0400
  • cca421e283 refactor(storage): Remove TODO comment about writeThroughCache TwiN 2022-08-18 19:23:27 -0400
  • a044f1d274 docs(storage): Add documentation for storage.caching TwiN 2022-08-18 19:18:16 -0400
  • 9de6334f21 feat(storage): Add optional write-through cache to sql store TwiN 2022-08-11 20:47:29 -0400
  • 9ee8be161e refactor(storage): Remove TODO comment about writeThroughCache TwiN 2022-08-18 19:23:27 -0400
  • 331590756f docs(storage): Add documentation for storage.caching TwiN 2022-08-18 19:18:16 -0400
  • 8894ac5609
    Update docker-compose.yml tostt 2022-08-14 13:00:33 +0200
  • bda9b43c0a
    Update README.md tostt 2022-08-14 12:48:45 +0200
  • cfeb49e991 add README.md tostt 2022-08-14 12:29:53 +0200
  • 7f9ce1d5da create in-memory config option, with GATUS_CONFIG tostt 2022-08-14 12:02:19 +0200
  • 0eaf5c9fcb feat(storage): Add optional write-through cache to sql store TwiN 2022-08-11 20:47:29 -0400
  • b7185dce31 feat(storage): Add optional write-through cache to sql store TwiN 2022-08-11 20:47:29 -0400
  • f01b66f083
    refactor(storage): Remove decommissioned path for memory store (#313) TwiN 2022-08-11 20:42:56 -0400
  • b1bd2c64c6 refactor(storage): Remove decommissioned path for memory store TwiN 2022-08-11 20:37:39 -0400
  • 262d436533 ci: Remove paths-ignore since workflow_run doesn't support it TwiN 2022-08-11 20:33:25 -0400
  • b8ab17eee1 ci: Decrease timeout-minutes to 20 TwiN 2022-08-11 20:31:36 -0400
  • 7bbd7bcee3 ci: Stop publish-latest from being triggered by changes in .github folder TwiN 2022-08-11 20:29:33 -0400
  • 4865d12147 chore(ci): Remove redundant input TwiN 2022-08-11 20:27:48 -0400
  • 0713ca1c1a chore(ci): Remove useless "description" parameter TwiN 2022-08-11 20:25:10 -0400
  • dce202d0be feat(ci): Add publish-experimental workflow TwiN 2022-08-11 20:24:23 -0400
  • 4673d147db chore(ci): Update docker/login-action to v2 TwiN 2022-08-11 20:17:17 -0400
  • 0943c45ae6 test(badge): Add test cases for custom response-time badge thresholds TwiN 2022-08-10 21:26:36 -0400
  • 798c4248ff refactor(badge): Fix formatting TwiN 2022-08-10 21:09:22 -0400
  • 1bce4e727e
    feat(api): Configurable response time badge thresholds (#309) Jesibu 2022-08-11 03:05:34 +0200
  • 88844c5883 test: added the suggestons to set the UiConfig at another line jesibu 2022-08-09 07:44:25 +0200
  • d9e21b299d
    Update README.md TwiN 2022-08-08 21:01:52 -0400
  • 857ea16af0
    Update controller/handler/badge.go TwiN 2022-08-08 21:01:48 -0400
  • f0adedd49f Merge branch 'configurable-response-time-badges' of https://github.com/Jesibu/gatus into configurable-response-time-badges jesibu 2022-08-04 07:02:30 +0200
  • c172c032b0 implemented final suggestions by Twin jesibu 2022-08-04 07:02:17 +0200