IndustryFusion / DigitalTwin

This repository contains the ingredients for the Digital Twin Concept of Industry Fusion.
Apache License 2.0
33 stars 20 forks source link

[EPIC] The ngsildUpdateBridge must be able to update and replace properties/relationship #556

Open wagmarcel opened 6 months ago

wagmarcel commented 6 months ago

Details

The NGSI-LD updateBridge API needs to be revised and documented to make sure we cover still what is needed The RBAC use of the API needs to be reviewd (what about subscription? merge?) Today we have Factory_Admin, Factory_Reader, Factory_Editor(?), Factory_Writer, Factory_Subscriber. We need an API Mapping to roles.

User Stories: #557

Notes

MericFeyz commented 4 months ago

Merge endpoints behave erroneously, an issue is opened.

MericFeyz commented 3 months ago

Key findings about merge patch implementation:

MericFeyz commented 3 months ago

A pull request was merged, which is supposed to fix the merge patch issue and some more (100k+ LOC change).

Also I received a response to the original issue claiming that the issue will be fixed with this upcoming change and a new release will be made soon including the implementation of NGSI-LD 1.8.1.

MericFeyz commented 3 months ago

A new release has been created. Aside from the merge fix, NGSI-LD 1.8.1 changes are implemented and there's a topics overhaul. Will check out how it fares

yshashix commented 2 months ago

Already tested Scorpio version 5.0.2 with merge request,

MericFeyz commented 2 months ago

The datasetId in mergepatch issue:

https://github.com/ScorpioBroker/ScorpioBroker/issues/612

MericFeyz commented 1 month ago

The datasetId in mergepatch issue:

https://github.com/ScorpioBroker/ScorpioBroker/issues/612

New release 5.0.3 claims to have fixed this, will rebase and see if it's working.