48 Commits

Author SHA1 Message Date
Craine Runton
de5e516241 Update the readme and add release notes 2016-08-26 08:20:19 -06:00
Craine Runton
00a1b0bf66 Update monitored_hosts.js example for new build 2016-08-26 08:20:03 -06:00
Craine Runton
796abaadd3 Bump jQuery to 3.1.0 2016-08-26 08:19:36 -06:00
Craine Runton
cd7e4c277b Bump jQuery to v3.1.0 2016-08-26 08:19:11 -06:00
Craine Runton
5d8972cc19 Update the example certificate to include the new scheme for hostname 2016-08-25 22:04:45 -06:00
Craine Runton
a9acc073a0 stop tracking the output certificates file 2016-08-25 22:03:55 -06:00
Craine Runton
c4ea1d134d Update to a dark and light style and change some of the layouts a bit. 2016-08-25 21:55:21 -06:00
Craine Runton
815bf5bcb6 Refactor and document the scripts for the web app 2016-08-04 16:30:57 -06:00
Craine Runton
f35bef6753 Refactor the show/hide functionality to contend with both of the ways to show/hide cert cards 2016-08-04 16:05:12 -06:00
Craine Runton
ac60c18565 Layout changes to the web page 2016-08-04 16:04:24 -06:00
Craine Runton
8145b468ae Add the typeahead library and a typeahead input for filtering 2016-08-04 16:04:06 -06:00
Craine Runton
0311371037 Formatting 2016-08-04 16:02:39 -06:00
Craine Runton
c38bd9f8b1 Page formatting 2016-08-04 16:00:24 -06:00
Craine Runton
885abc7f0f Update the readme to reflect that you need to copy the example config files since we are now ignoring the actual config files 2016-08-04 16:00:15 -06:00
Craine Runton
841ef6d432 Add the output certificates file to the gitignore 2016-08-03 18:26:00 -06:00
Craine Runton
017648b661 Dash to underscore 2016-08-03 18:24:05 -06:00
Craine Runton
7eeaadbea3 Add node_app/config.js + monitored_hosts.js to the repo gitignore. Better for git based deployments 2016-08-03 17:51:47 -06:00
Craine Runton
dd7bc99df7 Rename config and monitored hosts to example_ for better deployment compatibility 2016-08-03 17:50:04 -06:00
Craine Runton
2489120620 Newline at end of monitored_hosts.js 2016-08-03 17:47:36 -06:00
Craine Runton
eeb5822aa7 Add filtering to the web app 2016-07-21 09:33:25 -05:00
Craine Runton
1b7a79a5f9 Keep an example certificates.js file for after testing 2016-07-21 08:43:45 -05:00
Craine Runton
f8b376afe0 Update demo page url 2016-06-17 14:31:52 -06:00
Craine Runton
858dc7a4e7 Ready update with new feature requests 2016-06-17 14:23:51 -06:00
Craine Runton
3cb6849e5b Closes #10. Made more use of x-large screen space for users on very large monitors. 2016-06-17 14:23:35 -06:00
Craine Runton
c8252135b1 Forgot to include new monitored_hosts.js file in the error module commit. 2016-06-17 14:22:18 -06:00
Craine Runton
babb94c2fc Fix parsing order for dashboard presentation 2016-06-17 14:21:50 -06:00
Craine Runton
0500ae139b Closes #7, closes #9, closes #12.
Rewrote the error handling module to check for object keys and report the correct error code associated with the failure, as well as includes default cases.
2016-06-17 14:20:56 -06:00
Craine Runton
2bad1fa923 Update README to reflect testing on a local machine. Closes Issue #11 2016-06-08 15:02:13 -06:00
Craine Runton
613941cce3 Merge branch 'master' of github.com:cmrunton/tls-dashboard 2016-06-08 14:17:07 -06:00
Craine Runton
804f65fa67 Change dashboard title to 'TLS Dashboard'. Fixes issue #5. 2016-06-08 14:16:34 -06:00
Craine
1938bc83a7 Merge pull request #4 from marvinmartian/patch-1
Added missing comma in error block.
2016-06-01 09:05:14 -06:00
marvinmartian
2cf96f537b Added missing comma in error block.
Fixed SyntaxError caused by missing comma in error block.
2016-06-01 08:58:02 -06:00
Craine Runton
b095739633 Add an error block for a hostname mismatch, and a final error block for all other errors, to prevent the script from dying when a connection fails. Fixes Issue #3. 2016-05-31 10:16:17 -06:00
Craine Runton
428e35c5db Update dependencies in the readme 2016-05-25 09:56:57 -06:00
Craine Runton
d6ada3506a Update the readme to cover the new configuration and splitting the app up 2016-05-25 09:54:59 -06:00
Craine Runton
f38c5dd931 Move the node files into their own directory 2016-05-25 09:54:27 -06:00
Craine Runton
8fbbcc5dfd Move the web service files into their own directory 2016-05-25 09:54:09 -06:00
Craine Runton
12cbab073e Update readme and screenshots 2016-05-24 17:13:11 -06:00
Craine Runton
e4e01078fc Add handling for errored connections 2016-05-24 17:13:01 -06:00
Craine Runton
2231fba6eb Update the example certificates.js file 2016-05-24 17:12:43 -06:00
Craine Runton
fc19c920b9 Add error handling if the connection to the remote server errors out (e.g. refused or timed out connections). 2016-05-24 17:06:32 -06:00
Craine Runton
f11710f48a Change to hostname in request options, to help with dns parsing. 2016-05-24 17:05:36 -06:00
Craine Runton
f75a549aa1 Move some items into a separate config file for easy setup 2016-05-24 17:04:50 -06:00
Craine Runton
1f4d5f0f77 Move the monitored hosts to a separate file 2016-05-24 17:03:05 -06:00
Craine Runton
679822f889 Update to include danger and warning certs, and update to use gitlab address, because cloudflare is borked right now 2016-05-20 13:29:22 -06:00
Craine Runton
411c504805 Add comments to module functions 2016-05-18 09:30:19 -06:00
Craine Runton
a652237205 Initial commit 2016-05-17 16:25:53 -06:00
Craine
fc9d72c6ae Initial commit 2016-05-17 15:58:14 -06:00