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

Task/store last measure #1670

Merged
merged 28 commits into from
Jan 13, 2025
Merged
Changes from 1 commit
Commits
Show all changes
28 commits
Select commit Hold shift + click to select a range
eeb7308
store last measure
AlvaroVega Nov 19, 2024
aaffe7b
fix storeLastMeasure
AlvaroVega Nov 19, 2024
28f29f0
move measure to lastMeasure
AlvaroVega Nov 19, 2024
ba0ccab
fix linter
AlvaroVega Nov 19, 2024
e1ab070
fix registy callbacks
AlvaroVega Nov 20, 2024
aced669
add timestamp to lastMeasure
AlvaroVega Nov 20, 2024
16860ce
update CNR
AlvaroVega Nov 20, 2024
ea16a2c
add and check store last measure config
AlvaroVega Nov 21, 2024
85c428f
update doc
AlvaroVega Nov 25, 2024
e554ed0
Merge branch 'master' into task/store_last_measure
AlvaroVega Dec 5, 2024
302c0e2
Merge branch 'master' into task/store_last_measure
AlvaroVega Dec 17, 2024
60bad44
Update CHANGES_NEXT_RELEASE
AlvaroVega Dec 17, 2024
564b40a
fix save device with last measure with mongodb 8
AlvaroVega Jan 8, 2025
c190fad
Update CHANGES_NEXT_RELEASE
fgalan Jan 8, 2025
ba058b1
Update CHANGES_NEXT_RELEASE
AlvaroVega Jan 8, 2025
df26df1
make storeLastMeasure configurable at device and group level
AlvaroVega Jan 9, 2025
a8bf666
update doc
AlvaroVega Jan 9, 2025
6d77aee
add storeLastMeasure to iotagent-manager model
AlvaroVega Jan 9, 2025
1f6f3f4
add example
AlvaroVega Jan 9, 2025
c08b427
add log
AlvaroVega Jan 10, 2025
65f5d3f
add lastMeasure to device api
AlvaroVega Jan 10, 2025
ecc6df1
Update admin.md
AlvaroVega Jan 10, 2025
38743b5
Update doc/admin.md
AlvaroVega Jan 13, 2025
10f0a94
Update doc/admin.md
AlvaroVega Jan 13, 2025
8494743
update api
AlvaroVega Jan 13, 2025
5ef6d15
Update doc/api.md
AlvaroVega Jan 13, 2025
1cab967
Update doc/api.md
AlvaroVega Jan 13, 2025
b8c5b6e
Update CHANGES_NEXT_RELEASE
AlvaroVega Jan 13, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Merge branch 'master' into task/store_last_measure
AlvaroVega authored Dec 17, 2024

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
commit 302c0e2cd197f9a938730988a185e5e9e19ea8c4
2 changes: 1 addition & 1 deletion CHANGES_NEXT_RELEASE
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
- Store last measure in device (by id, apikey, service and subservice) (#1669)
AlvaroVega marked this conversation as resolved.
Show resolved Hide resolved
- Upgrade express de from 4.19.2 to 4.20.0
- Upgrade mongoose dep from 5.13.20 to 5.13.22
- Upgrade mongodb devdep from 4.17.1 to 4.17.2

Unchanged files with check annotations Beta

/* eslint-disable-next-line new-cap */
const deviceObj = new Device.model(data);
deviceObj.isNew = false;
deviceObj.save(saveDeviceHandler(callback));

Check failure on line 416 in lib/services/devices/deviceRegistryMongoDB.js

GitHub Actions / Lint JavaScript

'saveDeviceHandler' is not defined
}
}
);
You are viewing a condensed version of this merge commit. You can view the full changes here.