Pēteris Caune
|
63b15d74a5
|
Fix refreshing of the checks page filtered by tags. Fixes #221
|
2019-02-15 21:24:05 +02:00 |
|
Pēteris Caune
|
c4c657f5d4
|
Add "Transfer to Another Project" dialog in check's Details page.
|
2019-01-31 22:09:46 +02:00 |
|
Pēteris Caune
|
4e6fa38ec6
|
Users can create and remove Projects -- WIP
|
2019-01-28 20:09:23 +02:00 |
|
Pēteris Caune
|
b013a92c43
|
Move project-specific settings to a new "Project Settings" page
|
2019-01-22 15:44:54 +02:00 |
|
Pēteris Caune
|
19ef8b3f7b
|
Allow simultaneous access to dashboards from different teams
|
2018-11-29 15:00:01 +02:00 |
|
Pēteris Caune
|
2e6d050656
|
Switch from selectize.js to bootstrap-select (for more versatility)
|
2018-11-28 20:13:24 +02:00 |
|
Pēteris Caune
|
21de50d84e
|
Add Channel.name field, users can now name integrations.
|
2018-11-20 23:31:15 +02:00 |
|
Pēteris Caune
|
40c83e3cba
|
Add a search box in the "My Checks" page.
|
2018-10-29 14:01:03 +02:00 |
|
Pēteris Caune
|
e4d0103544
|
Trello integration WIP
|
2018-10-18 12:20:33 +03:00 |
|
Pēteris Caune
|
2078b45ad6
|
When filtering by tags, put the selected tags in the query string. Fixes #191
|
2018-10-12 12:52:48 +03:00 |
|
Pēteris Caune
|
9214265136
|
Separate sign up and login forms.
|
2018-10-12 10:55:15 +03:00 |
|
Pēteris Caune
|
9e9c504e2d
|
Update plan names, nicer "Change Plan" form.
|
2018-09-25 13:12:21 +03:00 |
|
Pēteris Caune
|
7046e2410c
|
Checks have a "Description" field. Fixes #182
|
2018-08-20 18:16:00 +03:00 |
|
Pēteris Caune
|
7e56eb883e
|
Fetch ping details using HTTP GET, not HTTP POST.
|
2018-08-19 18:18:25 +03:00 |
|
Pēteris Caune
|
3ecd6bd422
|
Can toggle integrations in Details page by clicking on them.
|
2018-08-19 16:02:17 +03:00 |
|
Pēteris Caune
|
8ab8e15c4e
|
Update document.title
|
2018-08-19 13:33:21 +03:00 |
|
Pēteris Caune
|
8fa9a6f3f6
|
Fix local time / UTC switcher (it was getting reset on auto-updates).
|
2018-08-19 13:11:35 +03:00 |
|
Pēteris Caune
|
ecba1eb40b
|
More efficient log updates.
|
2018-08-19 12:52:51 +03:00 |
|
Pēteris Caune
|
a883fe38aa
|
Log auto-refreshes in the details page.
|
2018-08-19 12:32:03 +03:00 |
|
Pēteris Caune
|
04fede0897
|
Auto-refresh current status in log page.
|
2018-08-17 20:53:50 +03:00 |
|
Pēteris Caune
|
8e7b05f96e
|
Gear icon links to Log page directly
|
2018-08-17 15:37:38 +03:00 |
|
Pēteris Caune
|
458c4cfeeb
|
Hook up buttons in the log page.
|
2018-08-17 15:09:36 +03:00 |
|
Pēteris Caune
|
1c71010a41
|
Less repetition, smaller size of "My Checks" HTML
|
2018-06-15 11:40:54 +03:00 |
|
Pēteris Caune
|
123013c67d
|
"Show Log" button in "Last Ping" dialog.
|
2018-06-15 10:52:38 +03:00 |
|
Pēteris Caune
|
dc0a5cb8d8
|
Filtering by tags works properly again.
|
2018-06-11 22:26:55 +03:00 |
|
Pēteris Caune
|
dd5a690b99
|
"My Checks" page uses the same markup for desktop and mobile.
|
2018-06-11 17:25:51 +03:00 |
|
Pēteris Caune
|
67363abe4f
|
Use icon font for channel icons.
|
2018-06-11 15:54:24 +03:00 |
|
Pēteris Caune
|
b6d47eb3b5
|
Generate less HTML to show the channel grid.
|
2018-06-11 12:40:20 +03:00 |
|
Pēteris Caune
|
639249a395
|
/checks/status/ sends smaller payload.
|
2018-06-11 12:02:00 +03:00 |
|
Pēteris Caune
|
8d6a694711
|
Performance tweaks, avoid slow repaints when showing tooltips
|
2018-06-11 11:31:28 +03:00 |
|
Pēteris Caune
|
83a2ff17e6
|
Toggle integrations on/off on "My Checks" page.
|
2018-06-10 23:19:25 +03:00 |
|
Pēteris Caune
|
9ae4235c9b
|
"My Checks" page: show the number of failed checks in the page title.
|
2018-06-04 22:31:12 +03:00 |
|
Pēteris Caune
|
fd367b42da
|
Always show failed checks first. Fixes #173
|
2018-05-25 20:20:58 +03:00 |
|
Pēteris Caune
|
cbd755585a
|
Layout tweaks for the "Log" page.
|
2018-03-18 23:01:24 +02:00 |
|
Pēteris Caune
|
02f6853d4c
|
Save request body for every ping, not just the last one.
|
2018-03-18 14:55:41 +02:00 |
|
Pēteris Caune
|
61191d1cb9
|
Use $.attr() for reading data-tags value, as $.data() can do unwanted conversions. Fixes #161
|
2018-03-13 08:03:31 +02:00 |
|
Pēteris Caune
|
01fef3d054
|
Pricing updates.
|
2018-03-04 20:26:30 +02:00 |
|
Pēteris Caune
|
1110c6908c
|
Testcase for /checks/status/. More efficient DOM updates.
|
2018-02-26 12:10:56 +02:00 |
|
Pēteris Caune
|
422a7911e8
|
Auto-refresh check statuses every 3s while user is active, and every 60s afterwards.
|
2018-02-26 01:36:59 +02:00 |
|
Pēteris Caune
|
1b4ca77096
|
Prepare for auto-refresh in "My Checks" screen.
|
2018-02-25 00:00:37 +02:00 |
|
Pēteris Caune
|
01c3a13922
|
Billing overhaul.
|
2018-01-09 13:31:43 +02:00 |
|
Pēteris Caune
|
7c7919fdb4
|
UI tweaks for the "Add Webhook" form.
|
2017-11-10 13:42:50 +02:00 |
|
Pēteris Caune
|
fbf28e4038
|
Merge pull request #140 from someposer/master
Adding Content-Type header to Webhook integrations
|
2017-11-10 11:39:40 +02:00 |
|
someposer
|
602ad1dea8
|
Improved handling of webhook header values when form has errors
|
2017-11-05 21:24:02 -06:00 |
|
someposer
|
5781ddfe4d
|
Created an improved interface for arbitrary headers and simplified
header storage.
|
2017-11-05 19:10:19 -06:00 |
|
Pēteris Caune
|
cf5cbfaa3c
|
Annual subscriptions, updated Braintree Drop-in integration
|
2017-11-05 14:25:39 +02:00 |
|
Pēteris Caune
|
888d7a1f9c
|
auto-focus input elements in Account Settings modal dialogs.
|
2017-10-18 17:09:07 +03:00 |
|
Pēteris Caune
|
dec006890c
|
Badges can now return either SVG or JSON
|
2017-06-29 15:48:59 +03:00 |
|
Pēteris Caune
|
3862cd6b06
|
Adding Check.last_ping_body field, and an UI to show it (#116)
|
2017-05-09 13:47:23 +03:00 |
|
Pēteris Caune
|
1ce6dffa59
|
Style tweaks, updated titles in modal dialogs.
|
2017-03-16 21:26:29 +02:00 |
|