Commit Graph

  • e5b91d4f2b Now shipping w/ example config files properly setup so we can deploy from git. master 20221106022500 John R. Dennison 2022-11-06 02:16:19 -06:00
  • 6aacd9f0a6 Quick update John R. Dennison 2022-11-06 02:15:32 -06:00
  • 44fdadc9b2 Quick update John R. Dennison 2022-11-06 02:14:39 -06:00
  • 0a4c9bf229 Update default datestamp to current John R. Dennison 2022-11-06 00:40:42 -05:00
  • f6c1a4666e Added a Python version Myles Braithwaite 2022-11-06 00:13:33 -05:00
  • 9f80743da6 Expose path and comments elements. John R. Dennison 2022-11-05 23:26:11 -05:00
  • 6345e42721 Reduce danger and warning windows: Matt Baer 2022-11-05 23:08:51 -05:00
  • 1da2754bbf Remove extra HRs from the release notes Craine Runton 2016-08-26 08:26:04 -06:00
  • a4791bf5d4 Fix broken links in readme Craine Runton 2016-08-26 08:25:05 -06:00
  • de5e516241 Update the readme and add release notes Craine Runton 2016-08-26 08:20:19 -06:00
  • 00a1b0bf66 Update monitored_hosts.js example for new build Craine Runton 2016-08-26 08:20:03 -06:00
  • 796abaadd3 Bump jQuery to 3.1.0 Craine Runton 2016-08-26 08:19:36 -06:00
  • cd7e4c277b Bump jQuery to v3.1.0 Craine Runton 2016-08-26 08:19:11 -06:00
  • 5d8972cc19 Update the example certificate to include the new scheme for hostname Craine Runton 2016-08-25 22:04:45 -06:00
  • a9acc073a0 stop tracking the output certificates file Craine Runton 2016-08-25 22:03:55 -06:00
  • c4ea1d134d Update to a dark and light style and change some of the layouts a bit. Craine Runton 2016-08-25 21:55:21 -06:00
  • 815bf5bcb6 Refactor and document the scripts for the web app Craine Runton 2016-08-04 16:30:57 -06:00
  • f35bef6753 Refactor the show/hide functionality to contend with both of the ways to show/hide cert cards Craine Runton 2016-08-04 16:05:12 -06:00
  • ac60c18565 Layout changes to the web page Craine Runton 2016-08-04 16:04:24 -06:00
  • 8145b468ae Add the typeahead library and a typeahead input for filtering Craine Runton 2016-08-04 16:04:06 -06:00
  • 0311371037 Formatting Craine Runton 2016-08-04 16:02:39 -06:00
  • c38bd9f8b1 Page formatting Craine Runton 2016-08-04 16:00:24 -06:00
  • 885abc7f0f Update the readme to reflect that you need to copy the example config files since we are now ignoring the actual config files Craine Runton 2016-08-04 16:00:15 -06:00
  • 841ef6d432 Add the output certificates file to the gitignore Craine Runton 2016-08-03 18:26:00 -06:00
  • 017648b661 Dash to underscore Craine Runton 2016-08-03 18:24:05 -06:00
  • 7eeaadbea3 Add node_app/config.js + monitored_hosts.js to the repo gitignore. Better for git based deployments Craine Runton 2016-08-03 17:51:47 -06:00
  • dd7bc99df7 Rename config and monitored hosts to example_ for better deployment compatibility Craine Runton 2016-08-03 17:50:04 -06:00
  • 2489120620 Newline at end of monitored_hosts.js Craine Runton 2016-08-03 17:47:36 -06:00
  • cafe0f1d46 Merge d26c61c240012aa8910318528cf29910a5982128 into eeb5822aa765e7af21d856333b255b8b7e370063 Jose Vasconcellos 2016-08-01 11:27:26 +00:00
  • eeb5822aa7 Add filtering to the web app Craine Runton 2016-07-21 09:33:25 -05:00
  • 1b7a79a5f9 Keep an example certificates.js file for after testing Craine Runton 2016-07-21 08:43:45 -05:00
  • d26c61c240 Add support for hosts with non-standard ports. Jose Vasconcellos 2016-06-20 21:36:13 -05:00
  • f8b376afe0 Update demo page url Craine Runton 2016-06-17 14:31:52 -06:00
  • 858dc7a4e7 Ready update with new feature requests Craine Runton 2016-06-17 14:23:51 -06:00
  • 3cb6849e5b Closes #10. Made more use of x-large screen space for users on very large monitors. Craine Runton 2016-06-17 14:23:35 -06:00
  • c8252135b1 Forgot to include new monitored_hosts.js file in the error module commit. Craine Runton 2016-06-17 14:22:18 -06:00
  • babb94c2fc Fix parsing order for dashboard presentation Craine Runton 2016-06-17 14:21:50 -06:00
  • 0500ae139b Closes #7, closes #9, closes #12. Craine Runton 2016-06-17 14:20:56 -06:00
  • 2bad1fa923 Update README to reflect testing on a local machine. Closes Issue #11 Craine Runton 2016-06-08 15:02:13 -06:00
  • 613941cce3 Merge branch 'master' of github.com:cmrunton/tls-dashboard Craine Runton 2016-06-08 14:17:07 -06:00
  • 804f65fa67 Change dashboard title to 'TLS Dashboard'. Fixes issue #5. Craine Runton 2016-06-08 14:16:34 -06:00
  • 1938bc83a7 Merge pull request #4 from marvinmartian/patch-1 Craine 2016-06-01 09:05:14 -06:00
  • 2cf96f537b Added missing comma in error block. marvinmartian 2016-06-01 08:58:02 -06:00
  • 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. Craine Runton 2016-05-31 10:16:17 -06:00
  • 428e35c5db Update dependencies in the readme Craine Runton 2016-05-25 09:56:57 -06:00
  • d6ada3506a Update the readme to cover the new configuration and splitting the app up Craine Runton 2016-05-25 09:54:59 -06:00
  • f38c5dd931 Move the node files into their own directory Craine Runton 2016-05-25 09:54:27 -06:00
  • 8fbbcc5dfd Move the web service files into their own directory Craine Runton 2016-05-25 09:54:09 -06:00
  • 12cbab073e Update readme and screenshots Craine Runton 2016-05-24 17:13:11 -06:00
  • e4e01078fc Add handling for errored connections Craine Runton 2016-05-24 17:13:01 -06:00
  • 2231fba6eb Update the example certificates.js file Craine Runton 2016-05-24 17:12:43 -06:00
  • fc19c920b9 Add error handling if the connection to the remote server errors out (e.g. refused or timed out connections). Craine Runton 2016-05-24 17:06:32 -06:00
  • f11710f48a Change to hostname in request options, to help with dns parsing. Craine Runton 2016-05-24 17:05:36 -06:00
  • f75a549aa1 Move some items into a separate config file for easy setup Craine Runton 2016-05-24 17:04:50 -06:00
  • 1f4d5f0f77 Move the monitored hosts to a separate file Craine Runton 2016-05-24 17:03:05 -06:00
  • 679822f889 Update to include danger and warning certs, and update to use gitlab address, because cloudflare is borked right now Craine Runton 2016-05-20 13:29:22 -06:00
  • 411c504805 Add comments to module functions Craine Runton 2016-05-18 09:30:19 -06:00
  • a652237205 Initial commit Craine Runton 2016-05-17 16:25:53 -06:00
  • fc9d72c6ae Initial commit Craine 2016-05-17 15:58:14 -06:00