Fermín Galán Márquez

Results 142 issues of Fermín Galán Márquez

Initial notifications are going to be deprecated in Orion Context Broker. They are being deprecated in Orion 3.1.0 and the removal is expected for 3.2.0. When that moment comes, the...

In some use cases, we need to define an attribute meaning location (although the CB doesn't pay attention to it, due to the actual location of the entity is in...

backlog

New ports for the sink (according to https://github.com/telefonicaid/fiware-cygnus/blob/master/doc/cygnus-ngsi/installation_and_administration_guide/install_with_docker.md#using-a-specific-configuration and taking the next ones): * port: 5060 * admin_port: 5090 Adicional comments: * An entry in CHANGES_NEXT_RELEASE should be added. For...

backlog

Currently, we have two methods in MongoBackend.java and MongoBackendImpl.java related to collection creation (same name, different signature): * createCollection(String dbName, String collectionName, long dataExpiration) * For STH aggregations collection (used...

techdebt
welcome contribution

We have the following functions JEXL transformations in lib/jexlTranformsMap.js ``` replaceallstr: (str, from, to) => str.replaceAll(from, to), replaceallregexp: (str, reg, to) => str.replaceAll(new RegExp(reg, 'g'), to), ``` Both are using...

The library has methods that implementes the unsubscribe operation on CB. In particular, the unsubscribe() function at https://github.com/telefonicaid/iotagent-node-lib/blob/master/lib/services/ngsi/subscriptionService.js#L184 ``` function unsubscribe(device, id, callback) { ... if (device.cbHost) { options.uri =...

bug

With the implementation of `supportedForwardingMode` in Orion Context Broker (issue https://github.com/telefonicaid/fiware-orion/issues/3106), the NGSIv2 registrations done by the IOTA Library should be adapted the following way: * Registrations corresponding to **lazy...

IOTAs implements a concept named "configuration group" but, unfortunatelly, the API operations to manage them are using "service" literal in the URL * POST /iot/services -> create a new configuration...

techdebt

It seems that under some circumstances (we have asked for more information) upon receiving a measure the IOTA is updating attribute metadata of entities not belonging to that measure, but...

Currently, we have a `timeinstant` boolean setting to include TimeInstant information or not in entities updates on the CB. This setting can be configured at different levels (IOTA-wide, service or...