52244556b1Remove 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.Jody2023-10-05 14:00:34 -0400
16eb6980eaCheck in node version upgrade from long agojkaplon2022-12-02 21:46:29 -0500
cab17d28c5Fix undefined checks left over from sqlite, use postgres-friendly result.rowCount.jkaplon2015-12-10 13:04:10 -0500
e138b3f8d1Add 204 response code to endpoints receiving POST requests.jkaplon2015-10-19 13:01:00 -0400
da4f2fcbf6Upgrade to LTS node version; move npm install down after copy in hopes of avoiding previous errors with sqlite3 package.jkaplon2015-10-15 09:01:34 -0400
336bc8a844All 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.jkaplon2015-10-11 16:11:32 -0400
45a9a42f2eContinue Postgres conversion in server.js and templates.jkaplon2015-10-08 12:05:03 -0400
0ab6af8e57Fix COPY of .vimrc, today I learned that /root is the root users home dir.jkaplon2015-10-07 10:52:52 -0400
7129f10f56Fix casing in field names in index.hbs; improve node-dev container workflow.jkaplon2015-10-06 14:27:17 -0400
f7a68e8823Replace 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.jkaplon2015-10-05 21:44:03 -0400
fbfbdd0835Getting data back via postgres connection.jkaplon2015-10-03 19:03:17 -0400
44765a46a4Start conversion to postgresql; got connection to pg database without error linking alertmon-dev contianer to pg container.jkaplon2015-10-03 18:42:28 -0400
0c19cf7913Fix create table statements, multiple creates not allowed in one batch; closes#31.jkaplon2015-08-24 13:40:41 -0400
8c22d38f57change name of sqlite db file from test.db to alertmon.db, closes issue #29jkaplon2015-08-13 12:34:19 -0400
4c24454041Add button to go back to device listing; fix query of most recent status; add alert row highlighting to index template, closes issue #30.jkaplon2015-08-08 09:47:21 -0400
8c29423d6dRows turning red...finally, might want to pick a less blinding red.jkaplon2015-08-07 12:00:08 -0400
11d8d76cc0Interim 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).jkaplon2015-08-07 11:20:22 -0400
9d7345bee2Add db param to core name lookup function.jkaplon2015-08-05 15:29:42 -0400
2a897e0befAdd local time/date and devcie name conversions to alert email.jkaplon2015-08-05 14:46:33 -0400
722fb44f7cSplit local time and date calculations into their own module.jkaplon2015-08-05 14:31:22 -0400
1590fb9f17Added more detail to alert email, but still needs work, relates to issue #14.jkaplon2015-08-04 19:44:06 -0400
49ec80a780Add Cores table to DB creation script, closes issue #26jkaplon2015-07-30 12:52:25 -0400
31da09399dBasic fix for issue #26, still need to test new device.jkaplon2015-07-30 10:08:09 -0400
788c446916In the middle of changs to split out separate Cores table, upates on edit screen are broken; interim checkin to view code on bitbucket.jkaplon2015-07-30 08:28:16 -0400
8b460770a7Fix device detail page only showing one message, Device Name still broken, though, related to issue #26.jkaplon2015-07-26 15:52:29 -0400
35f34fedbbSplit date and time on device detail screen, relates to issue #24.jkaplon2015-07-24 14:41:00 -0400
76fd5ef9a1Changes to queries to try and fix coreName/locationDesc display bugs, but still broken. Works slightly better than last broken version though. Relates to issue #26jkaplon2015-07-24 14:23:34 -0400
8ae19ac07fTake min() deviceName and location on index; big assumption here that user edits apply to all historical rows; closes#26.jkaplon2015-07-23 21:09:50 -0400
dd28b44c19Remove 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 #13jkaplon2015-07-21 13:46:06 -0400
41e739aeecAdd more space between device name link and button on index; add edit button to core.hbs.jkaplon2015-07-20 13:28:53 -0400
7223da2596Add some background color when current DB value displayed under input field.jkaplon2015-07-19 10:12:12 -0400
d1e94a6d0dShow current value (if any) from DB on core-edit.hbs; after editing device name or location, redirect back to index.jkaplon2015-07-19 09:50:18 -0400
5929ee6addAdd new core-edit template file, issue #16.jkaplon2015-07-18 15:15:03 -0400
cbf095ead1Basic/working version of device name and location editing, relates to issue #16.jkaplon2015-07-18 15:13:10 -0400
9915256f77Change jumbotron text; use html table on device listing template, closes issue #19jkaplon2015-07-17 13:02:31 -0400
ac76f02337Remove Patrick's name from jumbotron.jkaplon2015-07-16 14:15:50 -0400
5f07c25adeRemove SQL injection on GET /core/:id endpoint with parameterized statement.jkaplon2015-07-16 14:15:06 -0400
f919c51f33Merge branch 'master' of bitbucket.org:jkaplon/alertmon Merge README changes.jkaplon2015-07-16 13:31:38 -0400
c1867cc47fAdd most recent status message and published_at date to device index.jkaplon2015-07-16 13:31:21 -0400
773dc0965fREADME.md edited online with BitbucketJody Kaplon2015-07-15 16:58:37 +0000
6f856f006cUse .slice() to get rid of leading and trailing double quotes for values going into DB, closes issue #7jkaplon2015-07-15 12:47:21 -0400
b5e874235eMake alert email more efficient and case insenstiive; magic word is still 'alert'.jkaplon2015-07-14 17:54:08 -0400
e1652a8d90Parse status message out of inner JSON and include value in DB insert; show alert status in emailjkaplon2015-07-14 17:40:23 -0400
058152aca4Use new alertmonitorfl Gmail addy to send email on any message that includes 'alert', closes issue #10jkaplon2015-07-13 19:19:46 -0400
3cdf7ac643Default H2 text to coreId if coreName not present.jkaplon2015-07-13 16:53:34 -0400
4e36ba07edReformat timestamps and display as local times using moment-timezonejkaplon2015-07-09 12:33:53 -0400
c1f092f5d1Remove coreId from device listing; Add jumbotron bannerjkaplon2015-07-09 10:44:58 -0400
0c2c59a2a8Add fancy bootstrap table to core.hbsjkaplon2015-07-08 17:31:24 -0400
7658ca5e42add status text; add device name header; closes issue #6jkaplon2015-07-08 15:20:27 -0400
f31b4e1460Ignore node_modules and db dirsjkaplon2015-07-08 13:00:45 -0400
28190b1c8fGet rid of extra console logging; test commit/push from inside dev containerjkaplon2015-07-07 18:16:07 +0000
b11667581dFunctional templates to list devices, select device, load device templatejkaplon2015-07-07 10:18:41 -0400
098e4deebbAdd basic handlebars view to show what's in DB. No fancy AJAX-style update of page; have to refresh page to see new data.jkaplon2015-06-25 14:05:20 -0400
68256ab8e8Interim commit, change db insert to include default fields from POST data. server.js runs under node but havent tested with particle yet.jkaplon2015-06-22 12:16:56 -0400
c5a3c152dbBasic SQLite functionality; writing JSON into DB tablejkaplon2015-06-21 14:04:07 -0400
74414c1ab9README.md edited online with BitbucketJody Kaplon2015-06-17 22:41:05 +0000