Charlie Martin

Results 30 issues of Charlie Martin

Would like to see support for the TMP117 sensor. Is this planned?

enhancement

This probably could be done simply by modifying the Nginx configuration to use https for grafana. Would require adding a new top level url link for grafana access, such as...

enhancement

The instrument measurement count is approximate, rather than being counted on demand. This is because it is very expensive to ask Influx to count the number of measurements. The count...

bug

Add ` - GF_LOG_MODE=console file` to the grafana entry in docker-compose.yml. The default parameters will rotate the log files once per day, and retain 7 days.

enhancement

For some instruments, the live plot starts out with now data. If you active the live update and wait a little while, it will eventually populate. This behavior appeared in...

bug

The [Dockerfile](https://github.com/earthcubeprojects-chords/chords/blob/master/Dockerfile) (```RUN curl -sSL https://get.docker.com/```) installs docker within the chords_app image. This was required for some sort of inter-container coordination back in the day, but is it required anymore?

bug

Should we upgrade rails for the next release? The current version is getting pretty old. Perhaps upgrade for CHORDS v1.2?

upgrade

In the current Nginx ssl configuration, measurements/url_create goes straight to http. There have been requests for a complete ssl configuration. There may be an issue with doing https on embedded...

enhancement

The _rswag_ gem allows you to add API documentation (via _rspec_ files), which is then automagically served by the Rails app, via both a dynamic web page, and json endpoints....

feature
documentation

The recently added "adjust data range" on the instrument page plots seems to be decimating too much data. For instance, on the default zoom for an instrument with 1 minute...

bug
backlog