-
Notifications
You must be signed in to change notification settings - Fork 23
Added Additional Oura schemas #400
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
Conversation
Release 0.8.10
To fix software vulnerability.
[Security] Fix software vulnerabilities for 0.8.11 release
Release 0.8.11
Try to fix CI error.
Add weekly Snyk Docker image scan to Github actions
Fix weekly Snyk Docker image scan
Now report to Github security tab.
Refactor Snyk scan yaml files
{"name": "id", "type": ["null", "string"], "doc": "Unique identifier of the Oura activity record the activity class data is taken from.", "default": null}, | ||
{"name": "vo2Max", "type": ["null", "float"], "doc": "The VO2 Max value in milliliters of oxygen per kilogram of body weight per minute (ml/kg/min).", "default": null}, | ||
{"name": "day", "type": ["null", "string"], "doc": "Day that the VO2 Max data belongs to. Null if unknown.", "default": null}, | ||
{"name": "timestamp", "type": ["null", "double"], "doc": "Timestamp of the VO2 Max data in seconds since January 1, 1970, 00:00:00 UTC (Unix timestamp). Null if unknown.", "default": null} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be included in time
value
@@ -1,12 +1,12 @@ | |||
object Versions { | |||
const val project = "0.8.10-SNAPSHOT" | |||
const val project = "0.8.12" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this should be snapshot version for dev branch
value_schema: .connector.oura.OuraRecommendedSleepTime | ||
- doc: Oura resilience is a measure of how well your body is managing stress and recovering from challenges, based on sleep recovery, daytime recovery, and stress levels. | ||
topic: connect_oura_activity_resilience |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why is activity in the topic name?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i think connect_oura_daily_resilience
seems more apt.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, just a few minor comments.
Uh oh!
There was an error while loading. Please reload this page.