Pēteris Caune
57336187a7
Fix HTML email preview in the checks list
4 years ago
Pēteris Caune
67560c96e1
Change icon CSS class prefix to work around Fanboy's filter list
Problem: if you use uBlock Origin, and enable the
"Fanboy's Social" filter list, Healthchecks does not show
Telegram or WhatsApp icons. This is because the filter list
contains "##.icon-telegram" and "##.icon-whatsapp" entries.
This commit changes the CSS class prefix to "ic-". So we're
now using icon classes like "ic-telegram" and "ic-whatsapp".
As a bonus, we save 2 bytes in HTML per displayed icon :-)
4 years ago
Pēteris Caune
20008a1d7e
Fix wording
4 years ago
Pēteris Caune
71d7b46379
Add a tooltip to the 'confirmation link' label
Fixes : #436
4 years ago
Pēteris Caune
00790dc33c
Member.rw flag. Read-only users cannot edit check's name/desc/tags or schedule
4 years ago
Pēteris Caune
f573578108
Some JS linting fixes
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
00ea45655d
In checks list, the pause button asks for confirmation. Fixes #356
5 years ago
Pēteris Caune
6147451851
JS cleanup.
5 years ago
Pēteris Caune
00810ff123
Use Selectize.js for entering tags. Fixes #324
5 years ago
Pēteris Caune
7cf324872c
Replace the gear icon with three horizontal dots icon. Fixes #322 .
Add a Pause button in the checks list. Fixes #312
5 years ago
Pēteris Caune
72d608902d
Fix JS to construct correct URLs when running from a subdirectory. Fixes #273
5 years ago
Pēteris Caune
63b15d74a5
Fix refreshing of the checks page filtered by tags. Fixes #221
6 years ago
Pēteris Caune
19ef8b3f7b
Allow simultaneous access to dashboards from different teams
6 years ago
Pēteris Caune
40c83e3cba
Add a search box in the "My Checks" page.
6 years ago
Pēteris Caune
2078b45ad6
When filtering by tags, put the selected tags in the query string. Fixes #191
6 years ago
Pēteris Caune
7046e2410c
Checks have a "Description" field. Fixes #182
6 years ago
Pēteris Caune
7e56eb883e
Fetch ping details using HTTP GET, not HTTP POST.
6 years ago
Pēteris Caune
3ecd6bd422
Can toggle integrations in Details page by clicking on them.
6 years ago
Pēteris Caune
a883fe38aa
Log auto-refreshes in the details page.
6 years ago
Pēteris Caune
04fede0897
Auto-refresh current status in log page.
6 years ago
Pēteris Caune
8e7b05f96e
Gear icon links to Log page directly
6 years ago
Pēteris Caune
458c4cfeeb
Hook up buttons in the log page.
6 years ago
Pēteris Caune
1c71010a41
Less repetition, smaller size of "My Checks" HTML
7 years ago
Pēteris Caune
123013c67d
"Show Log" button in "Last Ping" dialog.
7 years ago
Pēteris Caune
dc0a5cb8d8
Filtering by tags works properly again.
7 years ago
Pēteris Caune
dd5a690b99
"My Checks" page uses the same markup for desktop and mobile.
7 years ago
Pēteris Caune
67363abe4f
Use icon font for channel icons.
7 years ago
Pēteris Caune
b6d47eb3b5
Generate less HTML to show the channel grid.
7 years ago
Pēteris Caune
639249a395
/checks/status/ sends smaller payload.
7 years ago
Pēteris Caune
8d6a694711
Performance tweaks, avoid slow repaints when showing tooltips
7 years ago
Pēteris Caune
83a2ff17e6
Toggle integrations on/off on "My Checks" page.
7 years ago
Pēteris Caune
9ae4235c9b
"My Checks" page: show the number of failed checks in the page title.
7 years ago
Pēteris Caune
fd367b42da
Always show failed checks first. Fixes #173
7 years ago
Pēteris Caune
02f6853d4c
Save request body for every ping, not just the last one.
7 years ago
Pēteris Caune
61191d1cb9
Use $.attr() for reading data-tags value, as $.data() can do unwanted conversions. Fixes #161
7 years ago
Pēteris Caune
1110c6908c
Testcase for /checks/status/. More efficient DOM updates.
7 years ago
Pēteris Caune
422a7911e8
Auto-refresh check statuses every 3s while user is active, and every 60s afterwards.
7 years ago
Pēteris Caune
1b4ca77096
Prepare for auto-refresh in "My Checks" screen.
7 years ago
Pēteris Caune
3862cd6b06
Adding Check.last_ping_body field, and an UI to show it ( #116 )
8 years ago
Pēteris Caune
aabfd55f7c
Cleanup and tests for cron preview.
8 years ago
Pēteris Caune
b29400710f
Fix race conditions in preview code.
8 years ago
Pēteris Caune
1163364989
Improved "Update Timeout" form with dynamic preview for cron mode
8 years ago
Pēteris Caune
c8b1c482ea
Populate timezones, use selectize.
8 years ago
Pēteris Caune
6ada656df4
UI for entering cron expression and setting timezone.
8 years ago
Pēteris Caune
51cda31449
New feature: pause monitoring of an individual check. Fixes #67
8 years ago
Pēteris Caune
84ecac633c
"Usage Examples" item in check's menu
8 years ago
Pēteris Caune
318e97fa76
Use clipboard.js to copy ping URLs to clipboard
9 years ago
Pēteris Caune
820c7b1352
"show usage" button next to each check
9 years ago
Pēteris Caune
5676f7e1e8
Usage instructions in "My Checks" page
9 years ago