Fermín Galán Márquez

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

**Is your feature request related to a problem / use case? Please describe.** The feature is an improvement of the subscription functionality and it can be very useful for operations....

backlog

Currently, the metadata of an attribute is considered part of its value. Thus, a subscription using a given attribute as a triggering condition will trigger notifications in cases in which...

backlog

From https://fiware-orion.readthedocs.io/en/master/user/service_path/index.html > While entities belong to services and servicepaths, subscriptions and registrations belong only to the service. The servicepath in subscriptions and registrations doesn't denote sense of belonging, but...

techdebt
nicetohave

PR #3668 implements milliseconds support for DateTime attributes and metadata. However, Orion uses ISO8601 dates in other places, in particular: * expiration dates for registrations a subscriptions * lastNotification, lastFailure...

techdebt
nicetohave

Extend the NGSIv2 API with an operation with "get and update" semantics. Provisional name: ``` POST /v2/op/getAndUpdate ``` Different from `POST /v2/op/update` which allows a list of entities, this operation...

backlog
APIv2.1

Issue #3389 covers "always-notify" from the point of view of the update request. However, it is also make sense to set it at subscription level, i.e. a subscription configured with...

backlog

(It comes from #3814 Example: ``` POST /v2/entities/E/attrs { "A": { "value": { "$bit": { "xor": 5 } }, "type": "StructuredValue" } } ``` Different from already implemented $inc, $max,...

mongoDriver/ has two kinds of classes: * Builder classes (BSONArrayBuilder and BSONObjBuilder) * End-object classes (BSONArray and BSONObj) This comes from the approach in the old C++ legacy driver, which...

mongodriver

Follow up from issue #3001 Support TLS. It needs to be analysed, but some early thoughts follow: * `mqtts://` should be supported as schema for `url` field * We could...

backlog
help wanted

This PR improves loop protection. Until this PR, this protection only works for self-custom notifications but now it works in any case (e.g. CEP loops). It is not easy to...