Fermín Galán Márquez
Fermín Galán Márquez
At LAB environment with 3.7.0-next (b3b06e633e273daf1768c43e59ab35a6b75b1e6b) (very close to the final 3.8.0 release) after running for 68568 seconds (~19 hours) we have this in `/statistics`: ``` "counters": { "jsonRequests": 174839,...
A leak has been found in the `POST /v2/op/notify` operation. To raise the problem: * Uncomment the following line in ``` #orionCurl --url /v2/op/notify -X POST --payload "$payload" > /dev/null...
**Is your feature request related to a problem / use case?** Currently we have HTTP and MQTT *external* notifications (`http`, `httpCustom`, `mqtt` and `mqttCustom` in the subscription JSON). It would...
**Is your feature request related to a problem / use case?** We want to avoid unwanted deletion of entities. It could happen (e.g. human error using administration web portals) user...
Similar to PR https://github.com/telefonicaid/fiware-orion/pull/4331 and https://github.com/telefonicaid/fiware-orion/pull/4332, just to check if we can take the MongoDB even newer... - [x] GitActions - [ ] Documentation - [ ] docker/ stuff -...
PR https://github.com/telefonicaid/fiware-orion/pull/4447 (issue #3499) improves update request error responses to provide a more accurate information regarding full/partial success, including information in `description` about the exact items that are failing (e.g....
Implement an API to manage several aspect related with the service (for instance, service pools). A good starting point for this API could be the proposal done in based in...
**Is your feature request related to a problem / use case? Please describe.** MQTT notification delivery reliability **Describe the solution you'd like** MQTT notifications follow this schema: CB -(1)-> MQTT...
Code coverage reporting feature implemented in makefile could be broken (and I don't know since when). It seems that the coverage target for unit tests works (see [this](https://github.com/telefonicaid/fiware-orion/pull/4417#issuecomment-1706149540)) but problems...