Miguel Angel Pedraza

Results 50 issues of Miguel Angel Pedraza

Im triying to compile as indicated, using following commands: ``` git clone https://github.com/loboris/ESP32-PPPOS-EXAMPLE.git make menuconfig make all && make flash ``` After a tons of libs compiled, i just obtain:...

The purpose of this PR is to implement the changes needed to improve Orion's documentation. Taks to perform - [x] Create a new `orion-api.md` file, based on apiary file (first...

**Is your feature request related to a problem / use case? Please describe.** After merging https://github.com/telefonicaid/fiware-orion/pull/4166, that make available `FIWARE-Service`, `FIWARE-Service-Path` and `x-auth-token` for custom notifications, the idea of having...

backlog

PR #2152 changes base image from centos 8 to Debian in NGSI Dockerfile. This PR mimics changes applied for NGSI-LD Dockerfile @jason-fox Please, can you build and check if everything...

When migrating the Dockerfiles from `centos7` to `centos8`, the result of the Docker build process gives an error: ``` BASH error: failed to replace old database with new database! error:...

welcome contribution

This PR adds Node v18 to the CI unit tests

After merging #1157 , there were some mismatch between the tests results and the expectations when merging the changes needed on the agents. A little explanation [here](https://github.com/telefonicaid/iotagent-json/pull/605#issuecomment-1000227932) After this, some...

The idea is to reduce the amount of dependencies used in codebase, specially for those which are not essential, in order to reduce possible vulnerabilities like Log4j CVE-2021-44228. In the...

When using multi entity plugin together with `expressionAttrs`, a particular situation could happen when the base entity does not have any attribute within the measure. As an example, provisioning a...

After debugging some issues found in https://github.com/telefonicaid/iotagent-node-lib/issues/1440 we faced that the Library behaviour when facing null and undefined variables (or constants) in expressions is not so consistent. After that, we...