Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v0.7.0 #160

Merged
merged 10 commits into from
Aug 4, 2020
Merged

Release v0.7.0 #160

merged 10 commits into from
Aug 4, 2020

Conversation

BrianJKoopman
Copy link
Member

Description

This PR merges the current develop branch into master, which will be marked as the release of v0.7.0

Change Log

mhasself and others added 10 commits July 17, 2020 13:55
* Start work on g32influx script

* Handle new filename format

* Incorporate select changes from #107

This incorporates several changes from #107, but with some modifications. Most
notably it includes format_timeline(), which comes with a dramatic performance
increase, both by publishing all fields that share a timeline simultaneously and
by utilizing InfluxDB's line protocol, which is faster than the previously used
json based protocol.

We maintain the use of a local sqlite DB instead of switching to using InfluxDB
to track published .g3 files. We also remove the use of an additional md5sum
tag on data uploaded with this script.

Many thanks to @ahincks for the work this was based on.

* gitignore: Ignore any local databases

* docs: Add documentation for g32influx
Failing to fetch the database list from InfluxDB is indicative of the database
not being up yet. This could occur if InfluxDB is in the same docker-compose
file as a freshly starting OCS system. Attempt to reconnect forever.

Fixes #113
Older files might not have a "feeds.NAME" in the agent address, which breaks
some of the parsing here. This will now upload data without the feeds tags that
are now present.

This isn't a huge deal breaker, as most (all?) agents just use one feed at this
time. All past data will be returned if the feed tag is left off of InfluxDB
queries.
* Adds block_names to hk file and switches to HK_VERSION 2
* so3g bump
Finish migration to GitHub Actions from Travis CI and start testing documentation builds in each workflow.
@BrianJKoopman
Copy link
Member Author

Merging to release.

@BrianJKoopman BrianJKoopman merged commit c8c7979 into master Aug 4, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants