.. |
0001_initial.py
|
Fix deprecation warnings.
|
8 years ago |
0002_auto_20150616_0732.py
|
Background worker to send notifications
|
10 years ago |
0003_auto_20150616_1249.py
|
Editable name field.
|
10 years ago |
0004_auto_20150616_1319.py
|
Editable name field.
|
10 years ago |
0005_auto_20150630_2021.py
|
Fix deprecation warnings.
|
8 years ago |
0006_check_grace.py
|
Add ability to set grace period
|
9 years ago |
0007_ping.py
|
Fix deprecation warnings.
|
8 years ago |
0008_auto_20150801_1213.py
|
Make ua column wider, and truncate its values for very long UA strings
|
9 years ago |
0009_auto_20150801_1250.py
|
Webhook for Mandrill inbound email notifications
|
9 years ago |
0010_channel.py
|
Fix deprecation warnings.
|
8 years ago |
0011_notification.py
|
Fix deprecation warnings.
|
8 years ago |
0012_auto_20150930_1922.py
|
Add Slack integration
|
9 years ago |
0013_auto_20151001_2029.py
|
HipChat integration
|
9 years ago |
0014_auto_20151019_2039.py
|
api_check.code should be indexed
|
9 years ago |
0015_auto_20151022_1008.py
|
Add index on api_check (status, user, alert_after), will be used in sendalerts management command.
|
9 years ago |
0016_auto_20151030_1107.py
|
Checks now have a new status: "paused". sendalerts management command will mark checks as paused if sending a notification throws exception. This should avoid potential infinite loops of sendalerts crashes/respawns.
|
9 years ago |
0017_auto_20151117_1032.py
|
Add Pushover integration
|
9 years ago |
0018_remove_ping_body.py
|
Remove body field from Ping model.
|
9 years ago |
0019_check_tags.py
|
New feature: attaching tags to checks, and filtering checks list by their tags.
|
9 years ago |
0020_check_n_pings.py
|
Add n_pings field to Check model. This holds a continually updated count of api_ping entries for each check.
|
9 years ago |
0021_ping_n.py
|
Ping objects get "n" field, their serial numbers, used in "log page". "fillnpings" management command initially populates this field (it touches every ping so it takes time to complete).
|
9 years ago |
0022_auto_20160130_2042.py
|
Move notification logic to hc.api.transports. Don't use "paused" state for checks.
|
9 years ago |
0023_auto_20160131_1919.py
|
Less code duplication in hc.api.transports
|
9 years ago |
0024_auto_20160203_2227.py
|
Add VictorOps integration
|
9 years ago |
0025_auto_20160216_1214.py
|
Set and revoke API key in Settings page.
|
9 years ago |
0026_auto_20160415_1824.py
|
Variables in webhook URLs. Fixes #52
|
9 years ago |
0027_auto_20161213_1059.py
|
UI for entering cron expression and setting timezone.
|
8 years ago |
0028_auto_20170305_1907.py
|
"X-Bounce-Url" header in email messages. An API endpoint to handle bounce notifications. (#112)
|
8 years ago |
0029_auto_20170507_1251.py
|
Pricing page tweaks. Limit free accounts to 20 checks per account.
|
8 years ago |
0030_check_last_ping_body.py
|
Adding Check.last_ping_body field, and an UI to show it (#116)
|
8 years ago |
0031_auto_20170509_1320.py
|
1KB for message bodies is not enough--email headers alone can take 5KB. Changing to 10KB
|
8 years ago |
0032_auto_20170608_1158.py
|
Add Profile.bill_to field which goes on invoices.
|
8 years ago |
0033_auto_20170714_1715.py
|
Per-profile, per-month counters of sent SMS messages.
|
7 years ago |
0034_auto_20171227_1530.py
|
Adding missing migrations. Fixes #145
|
7 years ago |
0035_auto_20171229_2008.py
|
Zendesk integration (experimental and hidden from Integrations page for now)
|
7 years ago |
0036_auto_20180116_2243.py
|
sendalerts was not using the api_check (status, user_id, alert_after) index so removing it. The index was not selective enough.
|
7 years ago |
0037_auto_20180127_1215.py
|
Converting api_ping.id from integer to bigint.
|
7 years ago |
0038_auto_20180318_1306.py
|
Allow body to be null for easier db migration.
|
7 years ago |
0039_remove_check_last_ping_body.py
|
Remove Check.last_ping_body field. CSS tweaks for the "Ping Details" modal.
|
7 years ago |
0040_auto_20180517_1336.py
|
Foundation for "fail" pings (cc: #151)
|
7 years ago |
0041_check_desc.py
|
Checks have a "Description" field. Fixes #182
|
6 years ago |
0042_auto_20181029_1522.py
|
Add read-only API key support
|
6 years ago |
0043_channel_name.py
|
Add Channel.name field, users can now name integrations.
|
6 years ago |
0044_auto_20181120_2004.py
|
Add Channel.name field, users can now name integrations.
|
6 years ago |
0045_flip.py
|
Flip model, for tracking status changes of the Check objects.
|
6 years ago |
0046_auto_20181218_1245.py
|
Add "/ping/<code>/start" API endpoint
|
6 years ago |
__init__.py
|
Renames
|
10 years ago |