.. |
0001_initial.py
|
Fix deprecation warnings.
|
2017-06-02 22:39:53 +03:00 |
0002_profile_ping_log_limit.py
|
Updated pricing page, added billing history and invoices.
|
2015-12-28 18:55:46 +02:00 |
0003_profile_token.py
|
Store the one time login token in profile so user.password can be used for regular passwords.
|
2016-01-04 22:39:49 +02:00 |
0004_profile_api_key.py
|
Set and revoke API key in Settings page.
|
2016-02-16 15:08:13 +02:00 |
0005_auto_20160509_0801.py
|
Team access WIP
|
2016-05-09 11:54:18 +03:00 |
0006_profile_current_team.py
|
Fix deprecation warnings.
|
2017-06-02 22:39:53 +03:00 |
0007_profile_check_limit.py
|
Pricing page tweaks. Limit free accounts to 20 checks per account.
|
2017-05-07 16:58:44 +03:00 |
0008_profile_bill_to.py
|
Add Profile.bill_to field which goes on invoices.
|
2017-06-08 15:07:57 +03:00 |
0009_auto_20170714_1734.py
|
Per-profile, per-month counters of sent SMS messages.
|
2017-07-15 01:04:05 +03:00 |
0010_profile_team_limit.py
|
All plans now have team access, but different team size limits.
|
2017-09-02 15:45:20 +03:00 |
0011_profile_sort.py
|
Checks can be sorted by name or last ping. Fixes #136
|
2017-09-12 17:32:53 +03:00 |
0012_auto_20171014_1002.py
|
Adding an option to send daily or hourly reminders if any check is down. Fixes #48
|
2017-10-14 16:03:56 +03:00 |
0013_remove_profile_team_access_allowed.py
|
team_access_allowed field is not used any more, removing.
|
2017-10-14 19:16:01 +03:00 |
0014_auto_20171227_1530.py
|
Adding missing migrations. Fixes #145
|
2017-12-27 17:35:05 +02:00 |
0015_auto_20181029_1858.py
|
Add read-only API key support
|
2018-10-29 21:44:34 +02:00 |
0016_remove_profile_bill_to.py
|
Remove Profile.bill_to field.
|
2018-11-06 10:19:59 +02:00 |
0017_auto_20190112_1426.py
|
Project model. cc: #183
|
2019-01-12 16:40:21 +02:00 |
0018_auto_20190112_1426.py
|
Project model. cc: #183
|
2019-01-12 16:40:21 +02:00 |
0019_project_badge_key.py
|
Add Project.badge_key so we can preserve the current badge URLs
|
2019-01-12 21:56:56 +02:00 |
0020_auto_20190112_1950.py
|
Add Project.badge_key so we can preserve the current badge URLs
|
2019-01-12 21:56:56 +02:00 |
0021_auto_20190112_2005.py
|
Project.badge_key must be not null and unique.
|
2019-01-12 22:08:43 +02:00 |
0022_auto_20190114_0857.py
|
project_id must be not null.
|
2019-01-14 11:00:14 +02:00 |
0023_auto_20190117_1419.py
|
Drop Profile.api_key and Profile.api_key_readonly (both are stored with Project now)
|
2019-01-17 16:26:45 +02:00 |
0024_auto_20190119_1540.py
|
Remove Profile.team_name (use Project.name instead) and Profile.current_team (use Profile.current_project instead)
|
2019-01-19 17:56:16 +02:00 |
0025_remove_member_team.py
|
Remove Member.team_id (use Member.project_id instead)
|
2019-01-22 10:36:41 +02:00 |
__init__.py
|
Initial commit
|
2015-06-11 22:12:09 +03:00 |