aboutsummaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* core:Trygve Laugstøl2015-11-161-5/+6
| | | | | | o Adding device_status table containing the latest device status. mqtt: o Listening on $SYS/broker/log, parse out messages about clients connecting and disconnecting and store in database.
* core:Trygve Laugstøl2015-10-311-0/+2
| | | | | | o Improved transaction handling. web: o Supporting changing a device's name and description.
* misc:Trygve Laugstøl2015-10-301-0/+16
| | | | o Adding TODOs.
* o Experimenting with grunt.Trygve Laugstøl2015-10-251-0/+20
|
* o Experimenting with grunt.Trygve Laugstøl2015-10-251-2/+4
|
* o Adding aggregation tables.Trygve Laugstøl2015-10-191-2/+14
| | | | o Adding migration scripts for the schema.
* o Dropping the app concept.Trygve Laugstøl2015-10-181-0/+15
o Switching to pg-promise to not get overloaded by callbacks.