Commit Graph

  • fc63c625b5 Add demo URL to README master jody 2025-03-21 18:26:27 -0400
  • bccca3a9ae Update README.md jody 2025-03-21 18:20:04 -0400
  • f5f64e1ff9 Add LICENSE jody 2025-03-21 18:14:32 -0400
  • 52244556b1 Remove sqlite3 since no longer used; remove vim and git packages since i don't need hot-reload from running container anymore (and to make image smaller; specify nodemon version to be concurrent w/rest of old stuff in order to do re-builds. Jody 2023-10-05 14:00:34 -0400
  • 16eb6980ea Check in node version upgrade from long ago jkaplon 2022-12-02 21:46:29 -0500
  • cab17d28c5 Fix undefined checks left over from sqlite, use postgres-friendly result.rowCount. jkaplon 2015-12-10 13:04:10 -0500
  • e138b3f8d1 Add 204 response code to endpoints receiving POST requests. jkaplon 2015-10-19 13:01:00 -0400
  • da4f2fcbf6 Upgrade to LTS node version; move npm install down after copy in hopes of avoiding previous errors with sqlite3 package. jkaplon 2015-10-15 09:01:34 -0400
  • 336bc8a844 All DB functions transferred to Postgres; tested ok, but haven't checked new device data going into alerts table, or core-edit when device not yet in cores table. jkaplon 2015-10-11 16:11:32 -0400
  • 45a9a42f2e Continue Postgres conversion in server.js and templates. jkaplon 2015-10-08 12:05:03 -0400
  • 0ab6af8e57 Fix COPY of .vimrc, today I learned that /root is the root users home dir. jkaplon 2015-10-07 10:52:52 -0400
  • 7129f10f56 Fix casing in field names in index.hbs; improve node-dev container workflow. jkaplon 2015-10-06 14:27:17 -0400
  • f7a68e8823 Replace GET / with postgres code, had to account for all lower-case object naming in postgres, so column names in view/index.hbs had to match also. jkaplon 2015-10-05 21:44:03 -0400
  • fbfbdd0835 Getting data back via postgres connection. jkaplon 2015-10-03 19:03:17 -0400
  • 44765a46a4 Start conversion to postgresql; got connection to pg database without error linking alertmon-dev contianer to pg container. jkaplon 2015-10-03 18:42:28 -0400
  • 0c19cf7913 Fix create table statements, multiple creates not allowed in one batch; closes #31. jkaplon 2015-08-24 13:40:41 -0400
  • 8c22d38f57 change name of sqlite db file from test.db to alertmon.db, closes issue #29 jkaplon 2015-08-13 12:34:19 -0400
  • 4c24454041 Add button to go back to device listing; fix query of most recent status; add alert row highlighting to index template, closes issue #30. jkaplon 2015-08-08 09:47:21 -0400
  • 8c29423d6d Rows turning red...finally, might want to pick a less blinding red. jkaplon 2015-08-07 12:00:08 -0400
  • 11d8d76cc0 Interim commit, email code in a good spot if untested; back to alert row highlighting now that server not running in production mode (and thus not showimg template changes due to caching). jkaplon 2015-08-07 11:20:22 -0400
  • 9d7345bee2 Add db param to core name lookup function. jkaplon 2015-08-05 15:29:42 -0400
  • 2a897e0bef Add local time/date and devcie name conversions to alert email. jkaplon 2015-08-05 14:46:33 -0400
  • 722fb44f7c Split local time and date calculations into their own module. jkaplon 2015-08-05 14:31:22 -0400
  • 1590fb9f17 Added more detail to alert email, but still needs work, relates to issue #14. jkaplon 2015-08-04 19:44:06 -0400
  • 8155a05d7c Fix extra string concat. jkaplon 2015-08-03 14:21:26 -0400
  • 49ec80a780 Add Cores table to DB creation script, closes issue #26 jkaplon 2015-07-30 12:52:25 -0400
  • 31da09399d Basic fix for issue #26, still need to test new device. jkaplon 2015-07-30 10:08:09 -0400
  • 788c446916 In the middle of changs to split out separate Cores table, upates on edit screen are broken; interim checkin to view code on bitbucket. jkaplon 2015-07-30 08:28:16 -0400
  • a47e0c2fbd Add don@gettner.com to alert emails. jkaplon 2015-07-29 14:08:29 -0400
  • 544f8ad54f Convert to local time on index.hbs, split date and time values. Closes #24, #27 jkaplon 2015-07-28 14:07:56 -0400
  • 5f4a1ccac7 Change moment.js invocation to avoid deprecation warning (again), closes issue #13 jkaplon 2015-07-28 12:37:30 -0400
  • 8b460770a7 Fix device detail page only showing one message, Device Name still broken, though, related to issue #26. jkaplon 2015-07-26 15:52:29 -0400
  • 35f34fedbb Split date and time on device detail screen, relates to issue #24. jkaplon 2015-07-24 14:41:00 -0400
  • 76fd5ef9a1 Changes to queries to try and fix coreName/locationDesc display bugs, but still broken. Works slightly better than last broken version though. Relates to issue #26 jkaplon 2015-07-24 14:23:34 -0400
  • 8ae19ac07f Take min() deviceName and location on index; big assumption here that user edits apply to all historical rows; closes #26. jkaplon 2015-07-23 21:09:50 -0400
  • ba5b091c54 Fixed edit button on device detail screen, closes issue #25. jkaplon 2015-07-23 16:48:44 -0400
  • dd28b44c19 Remove double-quotes from all prev published_at values in DB; now that new published_at values no longer stored with double-quotes, ugly incantation of moment.js no longer needed and warning message in log is avoided; closes issue #13 jkaplon 2015-07-21 13:46:06 -0400
  • 41e739aeec Add more space between device name link and button on index; add edit button to core.hbs. jkaplon 2015-07-20 13:28:53 -0400
  • 7223da2596 Add some background color when current DB value displayed under input field. jkaplon 2015-07-19 10:12:12 -0400
  • d1e94a6d0d Show current value (if any) from DB on core-edit.hbs; after editing device name or location, redirect back to index. jkaplon 2015-07-19 09:50:18 -0400
  • 5929ee6add Add new core-edit template file, issue #16. jkaplon 2015-07-18 15:15:03 -0400
  • cbf095ead1 Basic/working version of device name and location editing, relates to issue #16. jkaplon 2015-07-18 15:13:10 -0400
  • 9915256f77 Change jumbotron text; use html table on device listing template, closes issue #19 jkaplon 2015-07-17 13:02:31 -0400
  • ac76f02337 Remove Patrick's name from jumbotron. jkaplon 2015-07-16 14:15:50 -0400
  • 5f07c25ade Remove SQL injection on GET /core/:id endpoint with parameterized statement. jkaplon 2015-07-16 14:15:06 -0400
  • f919c51f33 Merge branch 'master' of bitbucket.org:jkaplon/alertmon Merge README changes. jkaplon 2015-07-16 13:31:38 -0400
  • c1867cc47f Add most recent status message and published_at date to device index. jkaplon 2015-07-16 13:31:21 -0400
  • 773dc0965f README.md edited online with Bitbucket Jody Kaplon 2015-07-15 16:58:37 +0000
  • 6f856f006c Use .slice() to get rid of leading and trailing double quotes for values going into DB, closes issue #7 jkaplon 2015-07-15 12:47:21 -0400
  • b5e874235e Make alert email more efficient and case insenstiive; magic word is still 'alert'. jkaplon 2015-07-14 17:54:08 -0400
  • e1652a8d90 Parse status message out of inner JSON and include value in DB insert; show alert status in email jkaplon 2015-07-14 17:40:23 -0400
  • 058152aca4 Use new alertmonitorfl Gmail addy to send email on any message that includes 'alert', closes issue #10 jkaplon 2015-07-13 19:19:46 -0400
  • 3cdf7ac643 Default H2 text to coreId if coreName not present. jkaplon 2015-07-13 16:53:34 -0400
  • 4e36ba07ed Reformat timestamps and display as local times using moment-timezone jkaplon 2015-07-09 12:33:53 -0400
  • c1f092f5d1 Remove coreId from device listing; Add jumbotron banner jkaplon 2015-07-09 10:44:58 -0400
  • 0c2c59a2a8 Add fancy bootstrap table to core.hbs jkaplon 2015-07-08 17:31:24 -0400
  • 7658ca5e42 add status text; add device name header; closes issue #6 jkaplon 2015-07-08 15:20:27 -0400
  • f31b4e1460 Ignore node_modules and db dirs jkaplon 2015-07-08 13:00:45 -0400
  • 28190b1c8f Get rid of extra console logging; test commit/push from inside dev container jkaplon 2015-07-07 18:16:07 +0000
  • b11667581d Functional templates to list devices, select device, load device template jkaplon 2015-07-07 10:18:41 -0400
  • 61df30ae84 Begin restructure to handle multiple cores; probably horribly broken...interim commit jkaplon 2015-07-06 22:08:08 -0400
  • eea9567b9b Add js reload timer to template; add timestamp to console GET message; temp disable email jkaplon 2015-07-03 21:38:40 -0400
  • 1aadb08db0 Add basic email functionality w/nodemailer. jkaplon 2015-06-27 16:43:53 -0400
  • 92bba362ad Add views/home.hbs template jkaplon 2015-06-25 14:14:48 -0400
  • 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. jkaplon 2015-06-25 14:05:20 -0400
  • 68256ab8e8 Interim commit, change db insert to include default fields from POST data. server.js runs under node but havent tested with particle yet. jkaplon 2015-06-22 12:16:56 -0400
  • c5a3c152db Basic SQLite functionality; writing JSON into DB table jkaplon 2015-06-21 14:04:07 -0400
  • 74414c1ab9 README.md edited online with Bitbucket Jody Kaplon 2015-06-17 22:41:05 +0000
  • a7ba416425 Add empty README jkaplon 2015-06-17 18:25:44 -0400
  • 0491df321d initial version capable of receiving POST data from Particle Core jkaplon 2015-06-16 22:52:06 -0400