Pēteris Caune
|
ea896c907f
|
Translation tweaks
|
4 years ago |
Pēteris Caune
|
fd14e0e03b
|
Experimental L10N support in base and welcome templates. cc: #404
|
4 years ago |
Pēteris Caune
|
519a666057
|
{% site_name %} -> {{ site_name }} so we can use blocktrans tags for L10N
|
4 years ago |
Pēteris Caune
|
0d03e3f00b
|
Add "Failure Keyword" filtering for inbound emails (cc: #396)
|
4 years ago |
Pēteris Caune
|
556e8c67c5
|
Syntax highlighting for PHP examples.
|
4 years ago |
Pēteris Caune
|
59e566117b
|
Update pinging examples.
|
4 years ago |
Pēteris Caune
|
6834adf878
|
Django 3.0.8
|
4 years ago |
Pēteris Caune
|
028e131327
|
Update pinging examples.
|
4 years ago |
Pēteris Caune
|
589c0c0363
|
Updated Discord integration to use discord.com instead of discordapp.com
|
4 years ago |
Pēteris Caune
|
f814035f03
|
Declutter /admin/accounts/profile/
|
4 years ago |
Pēteris Caune
|
255d4e7bb7
|
Reduce the number of queries in /admin/api/channel/
|
4 years ago |
Pēteris Caune
|
ec5ee03a3e
|
Add "check_id" in Spike payload.
|
4 years ago |
Pēteris Caune
|
f789cad2af
|
Handle HTTP 429 responses from Matrix server when joining a Matrix room
|
4 years ago |
Pēteris Caune
|
f5ceb612e0
|
Link to the Prometheus docs from the welcome page.
|
4 years ago |
Pēteris Caune
|
80fdfbfa59
|
Add Spike icon in the iconfont (cc: #393)
|
4 years ago |
Pēteris Caune
|
62fe42e953
|
".field-email span" selector was too broad and affecting profile details page, fixed.
|
4 years ago |
Pēteris Caune
|
58f16da935
|
Edits to Spike setup instructions.
|
4 years ago |
Pēteris Caune
|
1f978ff80e
|
Fix tests.
|
4 years ago |
Divyansh
|
6300947c77
|
integration for Spike
|
4 years ago |
Pēteris Caune
|
d34854f838
|
Update bash examples with the "-m" parameter.
|
4 years ago |
Pēteris Caune
|
911293e1d2
|
Add a few missing meta description tags.
|
4 years ago |
Pēteris Caune
|
3f44eac485
|
Update the section about read-write and read-only API keys.
|
4 years ago |
Pēteris Caune
|
c160045bda
|
Update the section about read-write and read-only API keys.
|
4 years ago |
Pēteris Caune
|
d6c0d9722b
|
Use PING_URL placeholder in the PHP example.
|
4 years ago |
Pēteris Caune
|
2510e387e6
|
Use PING_URL placeholder in the PHP example.
|
4 years ago |
Pēteris Caune
|
4324843c41
|
Merge pull request #395 from smknstd/master
[docs] add php curl example with timeout and retry options
|
4 years ago |
Arnaud Becher
|
2cb0ac907d
|
add php curl example with timeout and retry options
|
4 years ago |
Pēteris Caune
|
e89229a2ca
|
In admin, visualize account's number of checks
|
4 years ago |
Pēteris Caune
|
27a91bfe22
|
Tweak navigation in docs, added "Docs > Reliability Tips" page (cc: #384)
|
4 years ago |
Pēteris Caune
|
df65ec9d89
|
Adding pauldenver/healthchecks-io-client to the 3rd party resources page
|
4 years ago |
Pēteris Caune
|
f573578108
|
Some JS linting fixes
|
4 years ago |
Pēteris Caune
|
3a00c0d2aa
|
Sending a test notification updates Channel.last_error. Fixes #391
|
4 years ago |
Pēteris Caune
|
ae4918db86
|
CSS tweaks: do slightly less white-on-white painting
|
4 years ago |
Pēteris Caune
|
1e53027b84
|
CSS tweaks: do slightly less white-on-white painting
|
4 years ago |
Pēteris Caune
|
5b3928ce79
|
render_docs
|
4 years ago |
Pēteris Caune
|
192e72c243
|
Edit Prometheus guide, add "API Keys" screenshot.
|
4 years ago |
Pēteris Caune
|
3c461473ec
|
Merge pull request #387 from issmirnov/prometheus-docs
Create configuring_prometheus.md
|
4 years ago |
Ivan Smirnov
|
634b525d1a
|
generate html assets
|
4 years ago |
Ivan Smirnov
|
0b5fa40f68
|
Create configuring_prometheus.md
Add documentation on how to export metrics to prometheus.
|
4 years ago |
Pēteris Caune
|
149096811d
|
In the checks list, indicate a started check with a progress spinner under the status icon (cc: #338)
|
4 years ago |
Pēteris Caune
|
a18eb134f5
|
Refactor: change Check.get_status(with_started=...) default value from True to False (with_started=False is or will be useful in more places)
|
4 years ago |
Pēteris Caune
|
eccc193b87
|
In the cron expression dialog, show a human-friendly version of the expression
|
4 years ago |
Pēteris Caune
|
a3b58d25ff
|
Change "--output" to "-o" in curl examples.
|
4 years ago |
Pēteris Caune
|
bd3f150284
|
Merge pull request #380 from Simonmicro/master
Switched from pipeing to --output /dev/null for curl
|
4 years ago |
Pēteris Caune
|
84889d6160
|
Render docs.
|
4 years ago |
Pēteris Caune
|
276c36841a
|
Merge branch 'jameskirsop-return-single-history'
|
4 years ago |
Pēteris Caune
|
5ab09f61f7
|
Update changelog
|
4 years ago |
Pēteris Caune
|
c3d8ee0965
|
Update API docs.
|
4 years ago |
Pēteris Caune
|
832580f343
|
Simplify hc.api.views.flips, add validation and more tests.
|
4 years ago |
Pēteris Caune
|
60d1c6e2a3
|
Format timestamp as ISO 8601 without microseconds, same as elsewhere.
|
4 years ago |