Skip to content
Success

Changes

Summary

  1. Fixed inclusion of metadata in resource description (commit: d03aef6) (details)
  2. Add metadata to resource GET when requested (commit: 48ec9bb) (details)
Commit d03aef6cfddd2b141148af6edd702819795c9c04 by thomas.calmant
Fixed inclusion of metadata in resource description

Exclude timestamp as it is associated to resource value (GET)
(commit: d03aef6)
The file was modifiednorthbound/query-handler/src/test/java/org/eclipse/sensinact/northbound/query/test/integration/DescriptionsTest.java
The file was modifiednorthbound/query-handler/src/main/java/org/eclipse/sensinact/northbound/query/impl/QueryHandler.java
Commit 48ec9bb6a5170724d31ac49ab438b964bd50771e by thomas.calmant
Add metadata to resource GET when requested

Added a 'metadata' query string to resource GET on REST API
(commit: 48ec9bb)
The file was modifiednorthbound/rest/src/main/java/org/eclipse/sensinact/northbound/rest/api/IRestNorthbound.java
The file was modifiednorthbound/rest/src/main/java/org/eclipse/sensinact/northbound/rest/impl/RestNorthbound.java
The file was modifiednorthbound/query-handler/src/main/java/org/eclipse/sensinact/northbound/query/dto/result/ResponseGetDTO.java
The file was modifiednorthbound/query-handler/src/main/java/org/eclipse/sensinact/northbound/query/impl/QueryHandler.java
The file was modifiednorthbound/query-handler/src/main/java/org/eclipse/sensinact/northbound/query/dto/query/QueryGetDTO.java