This website requires JavaScript.
Explore
Help
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
/
api
History
Pēteris Caune
32ee6d4ca9
Fix the "send_alert" admin action.
2019-05-02 14:06:56 +03:00
..
management
Explicit decode_data=False (otherwise, py3.5 passes str, py3.6+ passes bytes). Should
fix
#242
2019-04-16 10:32:00 +03:00
migrations
Rate limiting for the "Log In" emails
2019-04-25 21:28:40 +03:00
tests
Rate limiting for the "Log In" emails
2019-04-25 21:28:40 +03:00
__init__.py
…
admin.py
Fix the "send_alert" admin action.
2019-05-02 14:06:56 +03:00
decorators.py
Drop Profile.api_key and Profile.api_key_readonly (both are stored with Project now)
2019-01-17 16:26:45 +02:00
models.py
Rate limit login-with-password attempts.
2019-04-26 15:51:10 +03:00
schemas.py
…
transports.py
Can configure the email integration to only report the "down" events.
Fixes
#231
2019-04-10 17:54:19 +03:00
urls.py
…
views.py
Drop Check.user_id and Channel.user_id (obsolete, using project_id now)
2019-01-18 17:24:02 +02:00