Fermín Galán Márquez

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

(Comes from PR https://github.com/telefonicaid/fiware-orion/pull/3498) NGSIv2 doesn't provide information about partial updates. For instance, if I do an update with attribute A and B, but B doesn't exist in the entity,...

backlog
APIv2.1

It has been tested that when the number of subscriptions in the csubs cache is very large (300000 csubs), they it can exhaust the system memory an the CB crashes....

techdebt
should

Given the following situation: * Orion acting as CB at port 1026: ``` contextBroker -fg -logLevel INFO -noCache ``` * Orion acting as CPr at port 1027: ``` contextBroker -fg...

bug

Modern mongo drivers use mongo URI (i.e. `mongo://...`) as a connection string to connect to MongoDB servers. It would be very beneficial (and pretty easy) to implement this in Orion,...

help wanted
mongodriver

We have seen in traces: ``` time=Wednesday 03 Oct 19:47:42 2018.749Z | lvl=WARN | corr=313c05b4-c745-11e8-bed6-0242ac110011 | trans=1535119013-949-00000574576 | from=172.17.0.23 | srv=pending | subsrv=/test | comp=Orion | op=AlarmManager.cpp[405]:badInput | msg=Raising alarm...

techdebt
nicetohave

(Comes from discussion at https://github.com/FIWARE/specifications/issues/13) Rule to compose forwarding URL for Context Providers is as follow: * Queries: ` + "/op/query"` * Update: ` + "/op/update"` When the URL in...

help wanted
good first issue

Some uses case (see issue https://github.com/telefonicaid/fiware-orion/issues/3777) could take advantage of this. Suggestions for alternatives to `!` are welcome.

(Comes from https://github.com/telefonicaid/fiware-orion/issues/744) > fiware-orion:latest shouldn't point to 3.1.0-next. It should point to latests commit in master branch. Could you provide more detail on how are you pulling and running...

bug

**Is your feature request related to a problem / use case? Please describe.** The feature is about being able to publish MQTT notifications from the Orion docker container using a...

The following is got in valgrind report: ``` 2 tests leaked memory: 270: 0706_direct_https_notifications/direct_https_notifications_no_accept_selfsigned.test (lost 4164 bytes, see direct_https_notifications_no_accept_selfsigned.valgrind.out) 271: 0706_direct_https_notifications/direct_https_notifications.test (lost 4164 bytes, see direct_https_notifications.valgrind.out) ``` Report (relevant part)...

help wanted