Commit Graph

  • 6b3e11a47c Minor update TwinProduction 2021-01-18 23:28:33 -05:00
  • 0985e3bed8 Minor update TwinProduction 2021-01-17 16:38:22 -05:00
  • 6d8fd267de Fix mattermost docker-compose example TwinProduction 2021-01-16 20:36:59 -05:00
  • e89bb932ea Fix pattern issue TwinProduction 2021-01-15 20:11:43 -05:00
  • 77737dbab6 Add TestCondition_evaluateWithBodyHTMLPattern TwinProduction 2021-01-15 19:45:17 -05:00
  • 271c3dc91d Performance improvements TwinProduction 2021-01-14 22:49:48 -05:00
  • 5860a27ab5 Improve existing tests TwinProduction 2021-01-14 22:49:19 -05:00
  • 819093cb7e Implement any function and prettify displayed condition on failure TwinProduction 2021-01-14 20:08:27 -05:00
  • 855c106e9b Reduce ping timeout during test TwinProduction 2021-01-12 22:19:19 -05:00
  • 04de262268 Add comment for pingTimeout TwinProduction 2021-01-12 21:37:21 -05:00
  • 26d8870cab Improve test coverage TwinProduction 2021-01-12 21:26:28 -05:00
  • aec867ae69 Fix #72: Connected placeholder shouldn't resolve to true when when host is unreachable TwinProduction 2021-01-12 21:08:18 -05:00
  • a515335c15 Improve test coverage TwinProduction 2021-01-10 01:32:50 -05:00
  • 96dd9809f4 Disable patch status TwinProduction 2021-01-10 01:27:20 -05:00
  • 20b4c86023 Improve test coverage TwinProduction 2021-01-10 01:22:27 -05:00
  • 6f8a728c5f Improve test coverage TwinProduction 2021-01-10 00:24:31 -05:00
  • 1669f91a2d Improve test coverage TwinProduction 2021-01-09 23:52:11 -05:00
  • 3d265afa37 Minor update TwinProduction 2021-01-09 23:09:35 -05:00
  • aa050e9292 Add codecov.yml TwinProduction 2021-01-09 23:06:30 -05:00
  • 91a9fa5274 Improve testing coverage TwinProduction 2021-01-09 22:55:36 -05:00
  • 150e33a1c7 Update comment TwinProduction 2021-01-09 21:14:54 -05:00
  • da9a6282c7 Fix test TwinProduction 2021-01-09 01:17:16 -05:00
  • 907b611505 Use a fixed date instead TwinProduction 2021-01-08 23:40:43 -05:00
  • eaf205eded Minor fix TwinProduction 2021-01-08 22:56:13 -05:00
  • 329bd86e09 Replace GetAll by GetAllAsJSON and change storage package implementation TwinProduction 2021-01-08 22:41:57 -05:00
  • 19bb831fbf Update test to prevent this from happening again TwinProduction 2021-01-08 17:43:45 -05:00
  • bca38bd372 Fix #70: Success always showing as true TwinProduction 2021-01-08 17:25:55 -05:00
  • 9095649afb Minor update TwinProduction 2021-01-04 23:38:47 -05:00
  • 4ff391bcf3 Minor improvements TwinProduction 2021-01-04 18:28:12 -05:00
  • c27cb7af08 Fix issue with backslashes when using pattern function TwinProduction 2021-01-04 18:01:39 -05:00
  • f1c0bbe73c Minor update TwinProduction 2021-01-04 18:00:36 -05:00
  • 2b4fc7138a Merge pull request #67 from cjheppell/split-memory-map-out-of-watchdog Chris C 2020-12-31 17:40:52 -05:00
  • 7f647305ce Update storage/memory.go Chris Heppell 2020-12-31 22:31:51 +00:00
  • fb5477f50b inline json.Marshal return Chris Heppell 2020-12-31 22:00:38 +00:00
  • fc4858b1a8 Update storage/memory.go Chris Heppell 2020-12-31 21:56:06 +00:00
  • 0af8837710 return pointer for consistency Chris Heppell 2020-12-31 20:49:13 +00:00
  • 8ca9fd7db5 make each memory store struct have its own internal map Chris Heppell 2020-12-31 20:37:11 +00:00
  • 029c87df89 add tests for new func Chris Heppell 2020-12-31 20:43:11 +00:00
  • 4d24a4d647 add func to store for getting single service status Chris Heppell 2020-12-31 20:33:35 +00:00
  • 5eb289c4d3 rename GetJSONEncodedServiceStatuses -> GetServiceStatusesAsJSON Chris Heppell 2020-12-31 20:28:57 +00:00
  • dbd95b1bbd remove no longer valid comment Chris Heppell 2020-12-31 12:05:57 +00:00
  • 678b78ac01 off-topic: add artifact to gitignore Chris Heppell 2020-12-31 12:01:48 +00:00
  • f8e1fc25a4 use the new store in the watchdog Chris Heppell 2020-12-31 11:49:41 +00:00
  • c3bc375ff1 add memory tests Chris Heppell 2020-12-30 10:57:17 +00:00
  • 8ecaf4cfd5 create an in-memory store implementation Chris Heppell 2020-12-29 20:47:57 +00:00
  • 143e6cb0da Improve test coverage TwinProduction 2020-12-30 20:07:07 -05:00
  • be75ef9c58 Work on #58: Add default "User-Agent: Gatus/1.0" header TwinProduction 2020-12-30 19:56:12 -05:00
  • 118b62c979 Revert "Revert changes that were accidentally committed" but default to showing status on hover TwinProduction 2020-12-30 01:20:22 -05:00
  • d8cfcd04f1 Revert changes that were accidentally committed TwinProduction 2020-12-30 01:18:30 -05:00
  • 641c2029f7 Switch to using TwinProduction/gocache for caching service status TwinProduction 2020-12-30 01:08:20 -05:00
  • 1209c477df Minor fix TwinProduction 2020-12-30 01:07:40 -05:00
  • 6ca1e39b90 Minor update TwinProduction 2020-12-30 01:04:58 -05:00
  • d206d63151 Minor updates TwinProduction 2020-12-29 21:04:07 -05:00
  • bc4380db19 Work on #62: Add uptime percentage + badges TwinProduction 2020-12-29 20:22:17 -05:00
  • 3eb8299316 Fix potential issue with integration DNS and NS fallbacks TwinProduction 2020-12-29 17:31:43 -05:00
  • a83f6c7619 Remove unnecessary blank lines TwinProduction 2020-12-29 17:30:01 -05:00
  • bbf39e70fd Improve test coverage TwinProduction 2020-12-29 17:27:58 -05:00
  • ddbf391c39 Rename TestGetHttpClient to TestGetHTTPClient TwinProduction 2020-12-28 17:19:41 -05:00
  • 2eca1ab145 Get the round-trip time directly from the pinger TwinProduction 2020-12-27 17:07:50 -05:00
  • f0995f696f Run tests as privileged user for ICMP test to pass TwinProduction 2020-12-25 03:09:06 -05:00
  • 746032397e Use 127.0.0.1 in ICMP test TwinProduction 2020-12-25 03:05:47 -05:00
  • cf923af230 Fix dependencies TwinProduction 2020-12-25 03:02:44 -05:00
  • 416178fb28 Fix dependencies TwinProduction 2020-12-25 03:00:08 -05:00
  • 10ab9265d9 Fix dependencies TwinProduction 2020-12-25 02:50:21 -05:00
  • ef7b435f1b Remove comment added by mistake TwinProduction 2020-12-25 02:43:54 -05:00
  • dea469d6fc Pin github.com/googleapis/gnostic to v0.4.0 TwinProduction 2020-12-25 02:40:39 -05:00
  • 83a5813daf Work on #61: Add support for ICMP + Update dependencies TwinProduction 2020-12-25 00:07:18 -05:00
  • c86173d46f Fix typo TwinProduction 2020-12-24 00:28:44 -05:00
  • c23ba7b85d Update documentation TwinProduction 2020-12-18 18:40:20 -05:00
  • 0541adec5e Add TestService_buildHTTPRequestWithGraphQLEnabled test TwinProduction 2020-12-18 18:40:11 -05:00
  • eee5bc8f9d Automatically add Content-Type: application/json header for GraphQL requests, unless a different Content-Type is already defined TwinProduction 2020-12-18 18:39:22 -05:00
  • 4d186c6e71 Improve test coverage TwinProduction 2020-12-18 18:06:57 -05:00
  • 4be2273662 Minor update TwinProduction 2020-12-18 18:06:50 -05:00
  • ef9ba10e45 Fix #60: Fix undesired behavior when setting Host header TwinProduction 2020-12-18 17:37:03 -05:00
  • b35747bf31 Improve documentation TwinProduction 2020-12-13 17:24:16 -05:00
  • 8cd82605dd Improve documentation TwinProduction 2020-12-12 23:32:26 -05:00
  • 7f0b862822 Refactor imports TwinProduction 2020-12-10 20:00:42 -05:00
  • 7f9fe9acdf Rename buildRequest to buildHTTPRequest TwinProduction 2020-12-08 20:03:59 -05:00
  • 46d476128d Add missing newline TwinProduction 2020-12-05 18:21:35 -05:00
  • e309ffb1b6 Don't push latest TwinProduction 2020-12-04 11:26:51 -05:00
  • 48a1e435e4 Remove linux/arm/v6 TwinProduction 2020-12-04 11:15:52 -05:00
  • 6c91bbcc4a Crossbuild docker image for different architectures (#55) Ivan Larin 2020-12-04 18:58:27 +03:00
  • d1fe8d93ee Update documentation TwinProduction 2020-12-01 22:25:16 -05:00
  • afdbb1ea77 Don't return unnecessary data TwinProduction 2020-11-30 09:40:57 -05:00
  • d58a256628 Minor fix TwinProduction 2020-11-30 09:25:14 -05:00
  • 971967ae78 Don't append / at the end of the path TwinProduction 2020-11-30 09:23:03 -05:00
  • 43504913b4 Allow duplicate service names as long as they're in a different group (#13) TwinProduction 2020-11-30 08:44:58 -05:00
  • f034bd15de Add missing comments TwinProduction 2020-11-29 19:03:40 -05:00
  • 35c232d925 Merge pull request #52 from TwinProduction/service-groups Chris C 2020-11-27 08:48:54 -05:00
  • 9c8bfcd19f Add service-status_test.go TwinProduction 2020-11-26 23:45:17 -05:00
  • 6a08c816e5 Update default configuration TwinProduction 2020-11-26 23:23:59 -05:00
  • da4fb10bfc Add documentation for groups TwinProduction 2020-11-26 23:23:51 -05:00
  • 35b9758b23 Add non-grouped services at the bottom of the dashboard TwinProduction 2020-11-26 18:29:11 -05:00
  • 94eb3868e6 Start working on #13: Service groups TwinProduction 2020-11-26 18:09:01 -05:00
  • 68f32b0fcc Minor update TwinProduction 2020-11-24 19:03:48 -05:00
  • 66946e20f0 Merge pull request #51 from olimpias/add-messagebird-alerting-provider Chris C 2020-11-24 18:58:28 -05:00
  • 64f1c41e0c Fix the test cemturker 2020-11-25 00:31:51 +01:00
  • 199f14667e put property name back as originator and recipients cemturker 2020-11-25 00:30:23 +01:00
  • c5e2b0f159 Fix wrong set property names in readme cemturker 2020-11-24 21:05:27 +01:00
  • a645c14452 fix the test error outputs cemturker 2020-11-24 17:16:54 +01:00