This website requires JavaScript.
Explore
Help
Register
Sign In
harmacist
/
healthchecks
Watch
1
Star
0
Fork
0
You've already forked healthchecks
forked from
GithubBackups/healthchecks
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
healthchecks
/
hc
History
Pēteris Caune
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.
2020-08-05 17:35:37 +03:00
..
accounts
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.
2020-08-05 17:35:37 +03:00
api
Handle Twilio status callbacks for SMS, WhatsApp and phone call notifications.
2020-08-05 17:12:23 +03:00
front
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.
2020-08-04 16:26:13 +03:00
lib
SMS and phone calls now have separate "limit reached" email templates.
2020-08-03 18:00:48 +03:00
payments
Use separate counters for SMS and phone calls.
2020-08-03 17:52:09 +03:00
__init__.py
…
local_settings.py.example
Simplify: remove djmail and django-ses-backend dependencies.
2017-01-29 11:44:22 +02:00
settings.py
Experimental L10N support in base and welcome templates. cc:
#404
2020-07-21 22:57:40 +03:00
test.py
Adding tests.
2020-04-12 18:21:08 +03:00
urls.py
Source formatted with Black
2019-05-15 14:27:50 +03:00
wsgi.py
…