315 Commits (1b513c0802769cb9241f57437b720ef63da7a785)

Author SHA1 Message Date
  Pēteris Caune 4a43ed59fc
Rate limiting for Telegram notifications (10 notifications per chat per minute) 5 years ago
  Pēteris Caune 76ae42bc8f
"Get a single check" API call now supports read-only API keys. Fixes #346 5 years ago
  Pēteris Caune 5a297ba6a2
v1.14.0 5 years ago
  Pēteris Caune 119965b432
Change the order of fields in slack notifications: start with description, project name and tags. Follow with period, last ping, total pings. 5 years ago
  Pēteris Caune da4cf5241e
Minor cleanup, update CHANGELOG 5 years ago
  Pēteris Caune 25d7d5409f
Telegram integration returns more detailed error messages 5 years ago
  Pēteris Caune 8c7f3977e2
OpsGenie integration returns more detailed error messages 5 years ago
  Pēteris Caune f352efdd5f
Experimental Zulip integration. Fixes #202 5 years ago
  Pēteris Caune 00810ff123
Use Selectize.js for entering tags. Fixes #324 5 years ago
  Pēteris Caune dab0c4200e
API reference in Markdown 5 years ago
  Pēteris Caune 29e016d0fc
Update Telegram instructions. Fix redirect after login when adding Telegram integration. 5 years ago
  Pēteris Caune 0c9c453ea0
Profile.current_project not used any more, remove last remaining references. cc: #336 5 years ago
  Pēteris Caune 5e051d53f8
Validate channel identifiers before creating/updating a check. Fixes #335 5 years ago
  Pēteris Caune cde1f50ac2
API: update check's "alert_after" field when changing schedule 5 years ago
  Pēteris Caune fb527e4ed8
Security: check channel ownership when setting check's channels via API 5 years ago
  Pēteris Caune 435659166c
Don't let SuspiciousOperation bubble up when validating channel ids in API 5 years ago
  Pēteris Caune 12b946acf3
Experimental Prometheus metrics endpoint. cc: #300 5 years ago
  Pēteris Caune 0ff4bd01e0
Improved UI to invite users from account's other projects. Fixes #258. 5 years ago
  Pēteris Caune 683dda9c5d
The "render_docs" command checks if markdown and pygments is installed. cc: #329 5 years ago
  Pēteris Caune 174e5a7935
Update CHANGELOG for v1.13.0 5 years ago
  Pēteris Caune 15b9611c5a
Show a warning in project's top navigation if the project has no configured integrations. Fixes #327 5 years ago
  Pēteris Caune c3608ac07c
Use t.me/username URL in the "Add Telegram" page. 5 years ago
  Pēteris Caune c8ccd89af2
In hc.front.views.ping_details, if a ping does not exist, return a friendly message 5 years ago
  Pēteris Caune b0b6ee3149
In hc.front.views.ping_details, if a ping does not exist, return 404 instead of 500 5 years ago
  Pēteris Caune ccd30ac239
Stricter cron validation, reject schedules like "At midnight of February 31" 5 years ago
  Pēteris Caune 4f6f1d9f66
Fix sendalerts crash loop when encountering a bad cron schedule 5 years ago
  Pēteris Caune 9f2638bf72
The sendalerts commands measures notification dwell time and reports it over statsd protocol. Experimental, may go away in a future commit. 5 years ago
  Pēteris Caune 5d9944873c
Don't trigger "down" notifications when changing schedule interactively in web UI 5 years ago
  Pēteris Caune 74ab0d1931
Update CHANGELOG 5 years ago
  Pēteris Caune 50c8c153ea
Documentation in Markdown. 5 years ago
  Pēteris Caune 7cf324872c
Replace the gear icon with three horizontal dots icon. Fixes #322. 5 years ago
  Pēteris Caune cdad632082
Show sub-second durations with higher precision, 2 digits after decimal point. Fixes #321 5 years ago
  Pēteris Caune 77033760f9
Make sure Check.last_ping and Ping.created timestamps match exactly 5 years ago
  Pēteris Caune 58a118c494
Make Ping.body size limit configurable. Fixes #301 5 years ago
  Pēteris Caune eae8d122b7
Update changelog. 5 years ago
  Pēteris Caune 74ad152cc5
For superusers, show "Site Administration" in top navigation, note in README. Fixes #317 5 years ago
  Pēteris Caune 012ad88bb3
createsuperuser management command requires an unique email address (#318) 5 years ago
  Pēteris Caune 4ee2646539
Show a red "!" in project's top navigation if any integration is not working 5 years ago
  Pēteris Caune 8e455965c4
Update changelog for v1.12.0 5 years ago
  Pēteris Caune 3649c500d2
Don't allow adding email integrations with both "up" and "down" unchecked 5 years ago
  Pēteris Caune 38ed309a3c
Don't allow adding webhook integrations with both URLs blank 5 years ago
  Pēteris Caune 6ebae33579
Fix "Send Test Notification" for webhooks that only fire on checks going up 5 years ago
  Pēteris Caune be286518b7
For webhook integration, validate each header line separately 5 years ago
  Pēteris Caune bffb51357e
Add desc to hc.api.schemas.check 5 years ago
  Pēteris Caune 15ba415298
`senddeletionnotices` command skips profiles with recent last_active_date 5 years ago
  Pēteris Caune 2a8e7ee766
Django 3.0 5 years ago
  Pēteris Caune 8d81d27af3
Unsubscribe links serve a form, and require HTTP POST to actually unsubscribe 5 years ago
  Pēteris Caune f9c61dad23
Fix List-Unsubscribe email header value: add angle brackets 5 years ago
  Pēteris Caune 1cdb6e6d1d
Don't set CSRF cookie on first visit. Signup is exempt from CSRF protection. 5 years ago
  Pēteris Caune 22d4d55340
Added support for Shields.io badges. cc: #304, #305 5 years ago