-
Notifications
You must be signed in to change notification settings - Fork 89
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
Task/store last measure #1670
Merged
Merged
Task/store last measure #1670
Changes from all commits
Commits
Show all changes
28 commits
Select commit
Hold shift + click to select a range
eeb7308
store last measure
AlvaroVega aaffe7b
fix storeLastMeasure
AlvaroVega 28f29f0
move measure to lastMeasure
AlvaroVega ba0ccab
fix linter
AlvaroVega e1ab070
fix registy callbacks
AlvaroVega aced669
add timestamp to lastMeasure
AlvaroVega 16860ce
update CNR
AlvaroVega ea16a2c
add and check store last measure config
AlvaroVega 85c428f
update doc
AlvaroVega e554ed0
Merge branch 'master' into task/store_last_measure
AlvaroVega 302c0e2
Merge branch 'master' into task/store_last_measure
AlvaroVega 60bad44
Update CHANGES_NEXT_RELEASE
AlvaroVega 564b40a
fix save device with last measure with mongodb 8
AlvaroVega c190fad
Update CHANGES_NEXT_RELEASE
fgalan ba058b1
Update CHANGES_NEXT_RELEASE
AlvaroVega df26df1
make storeLastMeasure configurable at device and group level
AlvaroVega a8bf666
update doc
AlvaroVega 6d77aee
add storeLastMeasure to iotagent-manager model
AlvaroVega 1f6f3f4
add example
AlvaroVega c08b427
add log
AlvaroVega 65f5d3f
add lastMeasure to device api
AlvaroVega ecc6df1
Update admin.md
AlvaroVega 38743b5
Update doc/admin.md
AlvaroVega 10f0a94
Update doc/admin.md
AlvaroVega 8494743
update api
AlvaroVega 5ef6d15
Update doc/api.md
AlvaroVega 1cab967
Update doc/api.md
AlvaroVega b8c5b6e
Update CHANGES_NEXT_RELEASE
AlvaroVega File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,5 @@ | ||
- Add: store last measure in device (by id, apikey, service and subservice) and new API field storeLastMeasure at group and device levels (#1669) | ||
- Add: IOTA_STORE_LAST_MEASURE env var to set default store last measure behaviour at instance level (#1669) | ||
- Upgrade express dep from 4.19.2 to 4.20.0 | ||
- Upgrade mongodb devdep from 4.17.1 to 4.17.2 | ||
- Upgrade mongoose dep from 5.13.20 to 8.4.4 (solving vulnerability CVE-2024-53900) (#1674) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
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.
Should api.md be modified to include the new field in the corresponding sections describing API payloads?