-
Notifications
You must be signed in to change notification settings - Fork 91
allow receive commands by CB notifications #1560
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
Merged
Merged
Changes from all commits
Commits
Show all changes
44 commits
Select commit
Hold shift + click to select a range
d79cb49
use targetEntityId and targetEntityType from subscription
AlvaroVega b29e4c6
fix access to targetEntityId and targetEntityType
AlvaroVega 28bde7c
export executeUpdateSideEffects
AlvaroVega 9ec6e26
Merge branch 'master' into task/notify_cmd
AlvaroVega ce01e87
fix export executeUpdateSideEffects
AlvaroVega 5014749
Merge branch 'master' into task/notify_cmd
AlvaroVega 50dcd61
add missed exports.executeUpdateSideEffects
AlvaroVega bbbe334
update CNR
AlvaroVega 48cf466
Merge branch 'master' into task/notify_cmd
AlvaroVega 010931f
explain how CB notifies a command to iotagent
AlvaroVega 1058a05
add new fields to command
AlvaroVega b92f5b6
add new command fields
AlvaroVega ad89896
fix json
AlvaroVega b07c2ef
update CNR
AlvaroVega 0ecb5aa
Merge branch 'master' into task/notify_cmd
fgalan d6bb406
Merge branch 'master' into task/notify_cmd
AlvaroVega cc3d345
Merge branch 'master' into task/notify_cmd
AlvaroVega ae08bd6
Merge branch 'master' into task/notify_cmd
AlvaroVega 5b11591
Merge branch 'master' into task/notify_cmd
AlvaroVega 186ef0a
Merge branch 'master' into task/notify_cmd
AlvaroVega a690249
Merge branch 'master' into task/notify_cmd
AlvaroVega 902402d
Merge branch 'master' into task/notify_cmd
AlvaroVega 645c932
Merge branch 'master' into task/notify_cmd
AlvaroVega b67ef34
Merge branch 'master' into task/notify_cmd
AlvaroVega 7f30570
Merge branch 'master' into task/notify_cmd
AlvaroVega 7a5980c
Merge branch 'master' into task/notify_cmd
AlvaroVega 850ba02
update notify command about new fields·
AlvaroVega 1c9302d
check targetEntityId.value and targetEntityType.value before use it
AlvaroVega 3b7b43f
simplify usage of targetEntityId and targetEntityType if provided
AlvaroVega 4c034f1
update doc
AlvaroVega 51b7d66
Merge branch 'master' into task/notify_cmd
AlvaroVega 52e8700
Update northboundinteractions.md
fgalan f03a6e1
Update contextServer-NGSI-v2.js
AlvaroVega b04cc1c
Update contextServer-NGSI-v2.js
AlvaroVega b841699
Update contextServer-NGSI-v2.js
AlvaroVega f578570
Update contextServer-NGSI-v2.js
AlvaroVega ba7fe16
Update contextServer-NGSI-v2.js
AlvaroVega 4a59474
Merge branch 'master' into task/notify_cmd
fgalan bdd601a
FIX commands model doc adding new fields
fgalan 0391a14
FIX syntax
fgalan c07c3c4
remove support for subscriptions for bidirectional plugin
AlvaroVega fb0642f
Update CHANGES_NEXT_RELEASE
fgalan b804cbb
FIX doc northboundinteractions.md
fgalan c162fce
Update doc/devel/northboundinteractions.md
fgalan 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 hidden or 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,4 +1,5 @@ | ||
| - Add: notification-based commands (#1455) | ||
| - Add: allow define headers in device commands (iotagent-json#873) | ||
| - Add: index for Device model based on {service: 1, subservice: 1, id: 1, apikey: 1} (#1576) | ||
| - Fix: Duplicated Devices when burst measures to non provisioned Device (iotagent-json#865) | ||
| - Fix: modified JEXL transformations (toisostring, gettime, parseint, etc.) to return null instead of NaN when some unexpected situation occurs (#1701) | ||
| - Fix: modified JEXL transformations (toisostring, gettime, parseint, etc.) to return null instead of NaN when some unexpected situation occurs (#1701) |
This file contains hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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 hidden or 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.
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.
It seems documentation was not aligned with the code in this case.