aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* web:HEADmasterTrygve Laugstøl2016-03-061-2/+0
| | | | o Removing debugging.
* core:Trygve Laugstøl2016-03-062-6/+9
| | | | o Supporting aggregate levels of 'minute' and 'day' in addition to the existing 'hour'.
* web:Trygve Laugstøl2016-03-065-94/+124
| | | | o Adding level to Interval that specifies what kind of aggregate level the server should use.
* web:Trygve Laugstøl2016-03-0515-34/+397
| | | | | o Adding an API method to get per-hour aggregate values. Doesn't use the by_hour table yet. o Adding a simple line graph component that can graph a single property's value.
* core:Trygve Laugstøl2015-11-1610-20/+227
| | | | | | 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-11-012-3/+3
| | | | o Replacing 'sensor' with 'property'.
* web:Trygve Laugstøl2015-11-016-76/+123
| | | | o Publishing messages when the name/description is changed from the web.
* misc:Trygve Laugstøl2015-11-017-31/+188
| | | | o Playing around with type annotations.
* core:Trygve Laugstøl2015-11-019-39/+156
| | | | | | o Adding updates of device property's name and description. web: o Ading editing of property name and description.
* web:Trygve Laugstøl2015-11-013-30/+23
| | | | o Removing dupliated name and description fields from device.
* web:Trygve Laugstøl2015-10-314-11/+76
| | | | | o Showning device name and description. o Trying out cards for the property list.
* web:Trygve Laugstøl2015-10-314-27/+32
| | | | o Better form interaction: enter to submit and autofocus on the field.
* core/web:Trygve Laugstøl2015-10-316-11/+57
| | | | | o Adding last_timestamp o Showing last_value and last_timestamp for each property.
* core:Trygve Laugstøl2015-10-3114-155/+235
| | | | | | o Improved transaction handling. web: o Supporting changing a device's name and description.
* web:Trygve Laugstøl2015-10-3111-26/+199
| | | | o Starting on edit button for device name.
* web:Trygve Laugstøl2015-10-302-7/+76
| | | | | o Handling empty property and value tables. o Testing a better layout of device overview.
* misc:Trygve Laugstøl2015-10-301-0/+16
| | | | o Adding TODOs.
* core:Trygve Laugstøl2015-10-301-4/+4
| | | | o Using manyOrNone on SELECTs that can return an empty result set.
* web:Trygve Laugstøl2015-10-306-10/+218
| | | | | o Adding 'time ago' for each value. o Adding 'reload' button for a property.
* o Splitting the value field into value_numeric and value_text.Trygve Laugstøl2015-10-306-16/+47
|
* o Experimenting with grunt.Trygve Laugstøl2015-10-257-4/+76
|
* o Experimenting with grunt.Trygve Laugstøl2015-10-254-2/+85
|
* wipTrygve Laugstøl2015-10-2518-98/+222
|
* o Adding a webapp.Trygve Laugstøl2015-10-2019-118/+607
| | | | o Using di.js as dependency injection framework.
* o Adding aggregation tables.Trygve Laugstøl2015-10-1911-7/+223
| | | | o Adding migration scripts for the schema.
* o Dropping the app concept.Trygve Laugstøl2015-10-189-285/+178
| | | | o Switching to pg-promise to not get overloaded by callbacks.
* wipTrygve Laugstøl2015-10-182-9/+54
|
* wipTrygve Laugstøl2015-10-186-0/+327