Commit Graph

28 Commits

Author SHA1 Message Date
9915256f77 Change jumbotron text; use html table on device listing template, closes issue #19 2015-07-17 13:02:31 -04:00
ac76f02337 Remove Patrick's name from jumbotron. 2015-07-16 14:15:50 -04:00
5f07c25ade Remove SQL injection on GET /core/:id endpoint with parameterized statement. 2015-07-16 14:15:06 -04:00
f919c51f33 Merge branch 'master' of bitbucket.org:jkaplon/alertmon
Merge README changes.
2015-07-16 13:31:38 -04:00
c1867cc47f Add most recent status message and published_at date to device index. 2015-07-16 13:31:21 -04:00
773dc0965f README.md edited online with Bitbucket 2015-07-15 16:58:37 +00:00
6f856f006c Use .slice() to get rid of leading and trailing double quotes for values going into DB, closes issue #7 2015-07-15 12:47:21 -04:00
b5e874235e Make alert email more efficient and case insenstiive; magic word is still 'alert'. 2015-07-14 17:54:08 -04:00
e1652a8d90 Parse status message out of inner JSON and include value in DB insert; show alert status in email 2015-07-14 17:40:23 -04:00
058152aca4 Use new alertmonitorfl Gmail addy to send email on any message that includes 'alert', closes issue #10 2015-07-13 19:19:46 -04:00
3cdf7ac643 Default H2 text to coreId if coreName not present. 2015-07-13 16:53:34 -04:00
4e36ba07ed Reformat timestamps and display as local times using moment-timezone 2015-07-09 12:33:53 -04:00
c1f092f5d1 Remove coreId from device listing; Add jumbotron banner 2015-07-09 10:44:58 -04:00
0c2c59a2a8 Add fancy bootstrap table to core.hbs 2015-07-08 17:31:24 -04:00
7658ca5e42 add status text; add device name header; closes issue #6 2015-07-08 15:20:27 -04:00
f31b4e1460 Ignore node_modules and db dirs 2015-07-08 13:00:45 -04:00
28190b1c8f Get rid of extra console logging; test commit/push from inside dev container 2015-07-07 18:16:07 +00:00
b11667581d Functional templates to list devices, select device, load device template 2015-07-07 10:18:41 -04:00
61df30ae84 Begin restructure to handle multiple cores; probably horribly broken...interim commit 2015-07-06 22:08:08 -04:00
eea9567b9b Add js reload timer to template; add timestamp to console GET message; temp disable email 2015-07-03 21:38:40 -04:00
1aadb08db0 Add basic email functionality w/nodemailer. 2015-06-27 16:43:53 -04:00
92bba362ad Add views/home.hbs template 2015-06-25 14:14:48 -04:00
098e4deebb Add basic handlebars view to show what's in DB. No fancy AJAX-style update of page; have to refresh page to see new data. 2015-06-25 14:05:20 -04:00
68256ab8e8 Interim commit, change db insert to include default fields from POST data. server.js runs under node but havent tested with particle yet. 2015-06-22 12:16:56 -04:00
c5a3c152db Basic SQLite functionality; writing JSON into DB table 2015-06-21 14:04:07 -04:00
74414c1ab9 README.md edited online with Bitbucket 2015-06-17 22:41:05 +00:00
a7ba416425 Add empty README 2015-06-17 18:25:44 -04:00
0491df321d initial version capable of receiving POST data from Particle Core 2015-06-16 22:52:06 -04:00