Thomas Bousselin
Thomas Bousselin
add batch merge
Refacto avoid some code duplication in EntityOperationService and Test
Check if the uri is valid. Check if the scheme is valid ["http","https","mqtt","mqtts"]
Context Source registration working for retrieve entity. some minimal testing ok with postman and the test suite missing : - local parameter - unit test - more complete testing with...
Working with postman: create-get-getAll Not TTF tested yet Still need to implement test
Subscription could use the "dataTypeMapper" and "toFinalRepresentation()" from shared/../utils/DataTypes. The DataTypeUtils would be created with the CSR PR.
## Done: - database migration - permission CRUD - get permission - query permission (with filter) - create permission - update permission - delete permission - removing the obsolete endpoint...
Waiting for someone to have a business need before implementation
All the relevant attribute endpoints are : - Update entity attribute - Append entity attribute - partial attribute update - delete entity attribute - merge entity (used an entity fragment...