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
0a50962f2b
Drop the
trunc
template filter, Django has a built in
truncatechars
that does the same thing.
2018-08-20 13:50:40 +03:00
..
accounts
Settings > Badges page shows badges from all teams user has access to.
2018-06-15 01:07:52 +03:00
api
Don't serialize POST payload to JSON, Django's TestClient will do that for us.
2018-08-04 19:07:40 +03:00
front
Drop the
trunc
template filter, Django has a built in
truncatechars
that does the same thing.
2018-08-20 13:50:40 +03:00
lib
Preliminary Django 2 support
2018-04-24 22:38:02 +03:00
payments
Increase check limits for paid accounts.
2018-05-09 21:04:07 +03:00
__init__.py
…
local_settings.py.example
…
settings.py
Added deterministic handling of sqlite database location
2018-01-19 14:59:24 -05:00
test.py
All plans now have team access, but different team size limits.
2017-09-02 15:45:20 +03:00
urls.py
Preliminary Django 2 support
2018-04-24 22:38:02 +03:00
wsgi.py
…