Commit Graph

  • 84cc33412a
    When copying a check, copy all fields from the "Filtering Rules" dialog Pēteris Caune 2020-08-26 10:08:37 +03:00
  • 40f95d5a56
    When copying a check, also copy the "failure keyword" field Fixes #417 Pēteris Caune 2020-08-26 10:00:49 +03:00
  • a5e1343a66
    Merge pull request #415 from xakraz/master Pēteris Caune 2020-08-21 18:02:53 +03:00
  • dd5ca9d783 Updated REAMDE.md: Add Slack integration instructions Xavier Krantz 2020-08-21 14:49:59 +02:00
  • 11c02d89c1
    Go usage example in docs Pēteris Caune 2020-08-20 13:56:43 +03:00
  • 33639964b8
    Add LINE Notify icon to the icon font. Pēteris Caune 2020-08-20 11:37:30 +03:00
  • 94b993354f
    Sort integrations in A-Z order. Rename "LineNotify" -> "LINE Notify". Update the LINE Notify icon. Pēteris Caune 2020-08-20 11:16:59 +03:00
  • f15e16a0bb
    Remove HTML markup carson.wang 2020-08-18 22:44:20 +08:00
  • 74668551a7
    Add tests & Doesn't get LineNotify token using setting carson.wang 2020-08-14 18:39:19 +08:00
  • 65b65188d1
    Test LineNotify integration with healthcheck carson.wang 2020-08-13 18:04:15 +08:00
  • 2346ac3e80
    Bugfix: don't allow duplicate team memberships Pēteris Caune 2020-08-19 12:07:48 +03:00
  • 9a1127005e
    Link to the "Security" section in dashboard's README Pēteris Caune 2020-08-18 14:21:38 +03:00
  • b7e2404f98
    Host a read-only dashboard (from github.com/healthchecks/dashboard/), link to it from "Project Settings" > "Show API keys" Pēteris Caune 2020-08-18 14:07:55 +03:00
  • c75a37570e
    In channels admin, don't show the notification counts, querying it is too expensive. Pēteris Caune 2020-08-18 13:30:24 +03:00
  • c7af52637a
    Less verbose output in the senddeletionnotices command Pēteris Caune 2020-08-18 11:05:04 +03:00
  • 8ea510cda6
    Removing unused /api/v1/notifications/{uuid}/bounce endpoint Pēteris Caune 2020-08-17 13:18:39 +03:00
  • a29b82a0ed
    In api.views.notification_status, always return HTTP 200 so the other party doesn't retry over and over again Pēteris Caune 2020-08-17 13:10:07 +03:00
  • 697cb19bde
    Handle excessively long email addresses in the team member invite form. Pēteris Caune 2020-08-17 12:05:19 +03:00
  • ffafc16fe5
    Handle excessively long email addresses in the signup form. Pēteris Caune 2020-08-17 11:31:24 +03:00
  • 8223b0c402
    Merge pull request #411 from henrywhitaker3/master Pēteris Caune 2020-08-12 12:35:40 +03:00
  • 77f81b82e7
    Merge pull request #1 from henrywhitaker3/henrywhitaker3-patch-1 Henry Whitaker 2020-08-12 09:54:24 +01:00
  • cef71b1159
    Added PHP wrapper to docs Henry Whitaker 2020-08-12 09:53:11 +01:00
  • 99b0786f19
    Update resources.html Henry Whitaker 2020-08-12 09:40:04 +01:00
  • b63f3bed8e
    Limit project name to 60 characters to prevent abuse Pēteris Caune 2020-08-10 11:23:59 +03:00
  • f131123e0e
    In the test_it_sends_link testcase, explicitly set the USE_PAYMENTS setting. This way tests work regardless of what's in the environment variable or local_settings.py file. Pēteris Caune 2020-08-05 17:35:37 +03:00
  • 96d458fcf3
    Merge pull request #409 from iphoting/patch-1 Pēteris Caune 2020-08-05 17:32:34 +03:00
  • c476f042ba
    Fix logic bug in test_signup (#408) Ronald Ip 2020-08-05 22:27:44 +08:00
  • ae01c7a9d1
    Handle Twilio status callbacks for SMS, WhatsApp and phone call notifications. Pēteris Caune 2020-08-05 17:12:23 +03:00
  • 95d58d26d5
    Handle status callbacks from Twilio, show SMS delivery failures in the Integrations page. Pēteris Caune 2020-08-05 16:10:30 +03:00
  • 750b96c374
    Use Django 3.1 Pēteris Caune 2020-08-05 13:11:39 +03:00
  • 9edb8aa08d
    Update changelog for v1.16.0 release. v1.16.0 Pēteris Caune 2020-08-04 19:24:41 +03:00
  • 2ed9a8fd30
    Rename Channel.sms_number property to Channel.phone_number. It is now used for SMS, WhatsApp and phone call notifications, so "sms_number" is not accurate any more. Pēteris Caune 2020-08-04 16:26:13 +03:00
  • 732df19374
    Fix the "Paid plan required" notice. Pēteris Caune 2020-08-04 16:01:58 +03:00
  • d05691f86f
    SMS and phone calls now have separate "limit reached" email templates. Pēteris Caune 2020-08-03 18:00:48 +03:00
  • 8c13457037
    Use separate counters for SMS and phone calls. Pēteris Caune 2020-08-03 17:52:09 +03:00
  • 77ee8452c5
    Update docs. Pēteris Caune 2020-07-29 19:29:34 +03:00
  • ee9ac0ffef
    New integration: phone calls. Fixes #403 Pēteris Caune 2020-07-29 18:30:50 +03:00
  • 43e56ce788
    Add support for multiple, comma-separated keywords (cc: #396) Pēteris Caune 2020-07-23 12:06:17 +03:00
  • 5acea4c89d
    Update Node.js pinging examples -- handle the 'error' event. Pēteris Caune 2020-07-22 18:36:11 +03:00
  • 1ff7b2c581
    Merge pull request #406 from UniversitaDellaCalabria/locale-it Pēteris Caune 2020-07-22 15:02:17 +03:00
  • ce50755314 IT localization Giuseppe 2020-07-22 13:31:33 +02:00
  • ea896c907f
    Translation tweaks Pēteris Caune 2020-07-22 11:05:26 +03:00
  • fd14e0e03b
    Experimental L10N support in base and welcome templates. cc: #404 Pēteris Caune 2020-07-21 22:57:40 +03:00
  • 519a666057
    {% site_name %} -> {{ site_name }} so we can use blocktrans tags for L10N Pēteris Caune 2020-07-21 17:59:39 +03:00
  • 0d03e3f00b
    Add "Failure Keyword" filtering for inbound emails (cc: #396) Pēteris Caune 2020-07-21 14:57:48 +03:00
  • 556e8c67c5
    Syntax highlighting for PHP examples. Pēteris Caune 2020-07-17 19:55:11 +03:00
  • 59e566117b
    Update pinging examples. Pēteris Caune 2020-07-17 17:21:10 +03:00
  • 6834adf878
    Django 3.0.8 Pēteris Caune 2020-07-17 16:51:39 +03:00
  • 028e131327
    Update pinging examples. Pēteris Caune 2020-07-17 16:51:23 +03:00
  • 589c0c0363
    Updated Discord integration to use discord.com instead of discordapp.com Pēteris Caune 2020-07-17 13:36:41 +03:00
  • f814035f03
    Declutter /admin/accounts/profile/ Pēteris Caune 2020-07-16 16:31:57 +03:00
  • 255d4e7bb7
    Reduce the number of queries in /admin/api/channel/ Pēteris Caune 2020-07-16 16:15:58 +03:00
  • ec5ee03a3e
    Add "check_id" in Spike payload. Pēteris Caune 2020-07-15 17:56:18 +03:00
  • f789cad2af
    Handle HTTP 429 responses from Matrix server when joining a Matrix room Pēteris Caune 2020-07-10 16:44:49 +03:00
  • f5ceb612e0
    Link to the Prometheus docs from the welcome page. Pēteris Caune 2020-07-10 15:24:19 +03:00
  • 80fdfbfa59
    Add Spike icon in the iconfont (cc: #393) Pēteris Caune 2020-07-10 15:12:33 +03:00
  • 62fe42e953
    ".field-email span" selector was too broad and affecting profile details page, fixed. Pēteris Caune 2020-07-09 18:45:51 +03:00
  • 58f16da935
    Edits to Spike setup instructions. Pēteris Caune 2020-07-09 11:22:14 +03:00
  • 1f978ff80e
    Fix tests. Pēteris Caune 2020-07-09 10:48:51 +03:00
  • 6300947c77
    integration for Spike Divyansh 2020-07-07 15:31:42 +05:30
  • d34854f838
    Update bash examples with the "-m" parameter. Pēteris Caune 2020-07-08 17:19:13 +03:00
  • 911293e1d2
    Add a few missing meta description tags. Pēteris Caune 2020-07-08 16:10:30 +03:00
  • 3f44eac485
    Update the section about read-write and read-only API keys. Pēteris Caune 2020-07-08 13:55:46 +03:00
  • c160045bda
    Update the section about read-write and read-only API keys. Pēteris Caune 2020-07-08 13:52:31 +03:00
  • d6c0d9722b
    Use PING_URL placeholder in the PHP example. Pēteris Caune 2020-07-07 21:22:56 +03:00
  • 2510e387e6
    Use PING_URL placeholder in the PHP example. Pēteris Caune 2020-07-07 21:17:31 +03:00
  • 4324843c41
    Merge pull request #395 from smknstd/master Pēteris Caune 2020-07-07 20:57:40 +03:00
  • 2cb0ac907d add php curl example with timeout and retry options Arnaud Becher 2020-07-07 18:36:41 +02:00
  • e89229a2ca
    In admin, visualize account's number of checks Pēteris Caune 2020-07-06 18:39:27 +03:00
  • 27a91bfe22
    Tweak navigation in docs, added "Docs > Reliability Tips" page (cc: #384) Pēteris Caune 2020-07-02 18:39:30 +03:00
  • df65ec9d89
    Adding pauldenver/healthchecks-io-client to the 3rd party resources page Pēteris Caune 2020-07-02 12:15:32 +03:00
  • f573578108
    Some JS linting fixes Pēteris Caune 2020-07-01 19:23:50 +03:00
  • 3a00c0d2aa
    Sending a test notification updates Channel.last_error. Fixes #391 Pēteris Caune 2020-07-01 14:03:11 +03:00
  • ae4918db86
    CSS tweaks: do slightly less white-on-white painting Pēteris Caune 2020-07-01 12:32:28 +03:00
  • 1e53027b84
    CSS tweaks: do slightly less white-on-white painting Pēteris Caune 2020-06-30 12:39:12 +03:00
  • 5b3928ce79
    render_docs Pēteris Caune 2020-06-26 10:11:08 +03:00
  • 192e72c243
    Edit Prometheus guide, add "API Keys" screenshot. Pēteris Caune 2020-06-26 10:10:59 +03:00
  • 3c461473ec
    Merge pull request #387 from issmirnov/prometheus-docs Pēteris Caune 2020-06-26 09:49:30 +03:00
  • 634b525d1a generate html assets Ivan Smirnov 2020-06-25 15:06:09 -07:00
  • 0b5fa40f68 Create configuring_prometheus.md Ivan Smirnov 2020-06-22 15:53:22 -07:00
  • 149096811d
    In the checks list, indicate a started check with a progress spinner under the status icon (cc: #338) Pēteris Caune 2020-06-25 16:44:25 +03:00
  • a18eb134f5
    Refactor: change Check.get_status(with_started=...) default value from True to False (with_started=False is or will be useful in more places) Pēteris Caune 2020-06-25 15:23:59 +03:00
  • eccc193b87
    In the cron expression dialog, show a human-friendly version of the expression Pēteris Caune 2020-06-19 11:25:46 +03:00
  • a3b58d25ff
    Change "--output" to "-o" in curl examples. Pēteris Caune 2020-06-15 16:14:03 +03:00
  • bd3f150284
    Merge pull request #380 from Simonmicro/master Pēteris Caune 2020-06-15 15:57:59 +03:00
  • 84889d6160
    Render docs. Pēteris Caune 2020-06-15 13:28:20 +03:00
  • 276c36841a
    Merge branch 'jameskirsop-return-single-history' Pēteris Caune 2020-06-15 13:27:37 +03:00
  • 5ab09f61f7
    Update changelog Pēteris Caune 2020-06-15 13:26:56 +03:00
  • c3d8ee0965
    Update API docs. Pēteris Caune 2020-06-15 13:25:55 +03:00
  • 832580f343
    Simplify hc.api.views.flips, add validation and more tests. Pēteris Caune 2020-06-15 13:08:17 +03:00
  • 60d1c6e2a3
    Format timestamp as ISO 8601 without microseconds, same as elsewhere. Pēteris Caune 2020-06-15 12:20:07 +03:00
  • a90f8a3a56
    Remove unused code. Pēteris Caune 2020-06-15 12:17:15 +03:00
  • f9c10d99c1
    Merge pull request #383 from makom/master Pēteris Caune 2020-06-15 12:05:05 +03:00
  • 368d7a4fec Commit with requested changes and tests James Kirsop 2020-06-15 13:15:57 +10:00
  • c11526a05d
    Merge pull request #1 from makom/fix-typo Martin 2020-06-14 17:22:43 +02:00
  • bc0684df63
    fix typo Martin 2020-06-14 14:51:11 +02:00
  • c5c4e0f782 Returning all historical flips if no parameters are passed James Kirsop 2020-06-12 17:42:45 +10:00
  • 7d625cb6a6 Merge branch 'return-single-history' of https://github.com/jameskirsop/healthchecks into return-single-history James Kirsop 2020-06-12 13:39:13 +10:00
  • 90d4246848 Second interation of this James Kirsop 2020-06-12 13:39:03 +10:00
  • 4b1b232959 Chnange 'status' field in response to 'up' James Kirsop 2020-06-12 09:16:20 +10:00