Pēteris Caune
6cd3f0e35a
Upgrade psycopg2 2.8.4 -> 2.8.6
4 years ago
Pēteris Caune
68e19c938e
Upgrade requests version 2.23.0 -> 2.25.1
4 years ago
Pēteris Caune
438ae0264e
Pin fido2 version
4 years ago
Pēteris Caune
474d782869
Rename VictorOps -> Splunk On-Call
4 years ago
Pēteris Caune
c1f433bb71
Rename VictorOps -> Splunk On-Call
4 years ago
Pēteris Caune
5979204691
Fix downtime summary to handle months when the check didn't exist
Fixes : #472
4 years ago
Pēteris Caune
0a0b48a3fe
Update CHANGELOG for v1.19.0 release
4 years ago
Pēteris Caune
b788c7e4f5
Add Healthchecks version in the site footer
4 years ago
Pēteris Caune
67560c96e1
Change icon CSS class prefix to work around Fanboy's filter list
Problem: if you use uBlock Origin, and enable the
"Fanboy's Social" filter list, Healthchecks does not show
Telegram or WhatsApp icons. This is because the filter list
contains "##.icon-telegram" and "##.icon-whatsapp" entries.
This commit changes the CSS class prefix to "ic-". So we're
now using icon classes like "ic-telegram" and "ic-whatsapp".
As a bonus, we save 2 bytes in HTML per displayed icon :-)
4 years ago
Pēteris Caune
dc9fcfa0ab
Fix a grid misalignment in the welcome page
4 years ago
Pēteris Caune
65ace8238a
Add the ZULIP_ENABLED setting
4 years ago
Pēteris Caune
e2c90c05b8
Add the VICTOROPS_ENABLED setting
4 years ago
Pēteris Caune
205f1ccce6
Upgrade croniter to 1.0.6
4 years ago
snyk-bot
a5ea8a03c6
fix: requirements.txt to reduce vulnerabilities
The following vulnerabilities are fixed by pinning transitive dependencies:
- https://snyk.io/vuln/SNYK-PYTHON-DJANGO-1066259
4 years ago
Pēteris Caune
238d0b8ff1
Upgrade croniter to 1.0.5
4 years ago
Pēteris Caune
8811640d45
Add the SPIKE_ENABLED setting
4 years ago
Pēteris Caune
725be65bdd
Add the PROMETHEUS_ENABLED setting
4 years ago
Pēteris Caune
419d96da7a
Add the PAGERTREE_ENABLED setting
4 years ago
Pēteris Caune
28150e85fa
Add the PD_ENABLED setting
4 years ago
Pēteris Caune
8d5890d883
Add the OPSGENIE_ENABLED setting, rename OpsGenie -> Opsgenie
4 years ago
Pēteris Caune
5f31b8b873
Add the MSTEAMS_ENABLED setting
4 years ago
Pēteris Caune
6c3debaf11
Add the MATTERMOST_ENABLED setting
4 years ago
Pēteris Caune
52435a9a0c
Add the SLACK_ENABLED setting
4 years ago
Pēteris Caune
67ff8a9bee
Add the WEBHOOKS_ENABLED setting
4 years ago
Pēteris Caune
45078e6566
Set the SECRET_KEY default value back to "---"
Previously, I had changed the default value to "", to force
users to set the SECRET_KEY value (the app refuses to start
if SECRET_KEY is empty).
The problem with that is, out of the box, with the default
configuration, the tests also don't run and complain about the
empty SECRET_KEY.
So, a compromise: revert back to the default value "---".
At runtime, if SECRET_KEY has the default value, show a warning
at the top of every page.
4 years ago
Pēteris Caune
dc39831aef
Reorder integrations in settings.py in A-Z order
4 years ago
Pēteris Caune
59ebcb963f
Remove the "Configuration" section, link to docs instead
4 years ago
Pēteris Caune
4e480cac57
Update instructions in docker/README.md
4 years ago
Pēteris Caune
c2bb4b31b5
Add rate limiting for Pushover notifications
4 years ago
Pēteris Caune
ae976a38b6
Fix a crash when adding an integration for an empty Trello account
4 years ago
Pēteris Caune
b9997137a6
Bump croniter version to 1.0.2
4 years ago
Pēteris Caune
98b1e13aa1
Update the Docker Compose sample to use an .env file
4 years ago
Pēteris Caune
168f8b0bc6
Fix alphabetic order
4 years ago
msansen1
5ee0ef6381
Adding french and gitignore file
revert gitignore file
fix remove a space
fix french locale
Add .mo for the French translations
4 years ago
Pēteris Caune
1419da460e
Add id attributes to headings in the "Server Configuration" page
4 years ago
Pēteris Caune
35e6d41793
Add README
4 years ago
Pēteris Caune
a763fa1de3
Fix DEFAULT_FROM_EMAIL
4 years ago
Pēteris Caune
98439623c5
Add experimental Dockerfile and docker-compose.yml
4 years ago
Pēteris Caune
601d8fac94
Remove the warning about a missing local_settings.py
4 years ago
Pēteris Caune
376d80afd4
Add more content from README
4 years ago
Pēteris Caune
7e6afba8bd
Fix CI: set SECRET_KEY
4 years ago
Pēteris Caune
b7c769fc0e
Add a section in Docs about running self-hosted instances
Fixes : #467
4 years ago
Pēteris Caune
fbefcbc0ed
Update apprise tests to skip if apprise is not installed
4 years ago
Pēteris Caune
94abe0fbb5
Update intro and dev setup steps in README
4 years ago
Shea Polansky
5540fc2c6d
Update README.txt to include more dev setup steps
4 years ago
Pēteris Caune
d45dc2f6a3
Change Zulip onboarding, ask for the zuliprc file
Fixes : #202
4 years ago
Pēteris Caune
9a0888aacd
Update sendalerts to log per-notification send times
To send notifications, sendalerts calls Flip.send_alerts().
I updated Flip.send_alerts() to be a generator, and to yield
a (channel, error, send_time_in_seconds) triple per sent
notification.
4 years ago
Pēteris Caune
3b6afae140
Specify timeout in the DBus calls
4 years ago
Pēteris Caune
1e46cd6e93
Tweak coveralls configuration
coveralls.io is throwing 422 and breaking CI,
this may or may not help.
Related: https://github.com/TheKevJames/coveralls-python/issues/252
4 years ago
Pēteris Caune
d7c7ae6531
Fix tests
4 years ago