Commit Graph

1685 Commits

Author SHA1 Message Date
Ivan Mikhaylov 983dafff13
mraa gpio din features (#929)
* mraa-gpio-din: add iot2050 board

This patch adds iot2050 board in possible list of boards.

Signed-off-by: zengchao <chao.zeng@siemens.com>
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Ivan Mikhaylov <ivan.mikhaylov@siemens.com>

* mraa-gpio-din: add cleanup on close

Required as nodejs will only lazily delete the node objects, and we may
race with the next user requesting the resources. ISR thread release.

Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
Signed-off-by: Ivan Mikhaylov <ivan.mikhaylov@siemens.com>

* mraa-gpio-din: extend GPIO lines

Signed-off-by: zengchao <chao.zeng@siemens.com>
Signed-off-by: Ivan Mikhaylov <ivan.mikhaylov@siemens.com>

* mraa-gpio-din: add configurable GPIO mode for DIN

GPIO mode wasn't set correctly, it was set from Pinmuxes modes instead
of GPIO. Add way to control GPIO modes on DINs from Node-RED with
possible values from mraa : Strong, Hiz, Pull-down, Pull-up.

Signed-off-by: Ivan Mikhaylov <ivan.mikhaylov@siemens.com>

* mraa-gpio-din: add support for initial message from digital input

This allows to send out an initial message with the current digital pin
state on startup, simplifying initializations of certain flows.

Based on siemens/meta-iot2000@5fc2bbe patch 0003.

Signed-off-by: Ivan Mikhaylov <ivan.mikhaylov@siemens.com>
2022-07-12 10:10:49 +01:00
Dave Conway-Jones 0b3b918528
mysql faster/tidier closing of pool if never connected. 2022-07-11 14:39:16 +01:00
Dave Conway-Jones 3ffd3f9fad
remove superfluous logging 2022-06-29 10:07:56 +01:00
Dave Conway-Jones 4cfbc6a32a
Add resource and separate out domain in XMPP node
to address #881
2022-06-29 10:06:24 +01:00
Dave Conway-Jones 8431e624f7
Bump email node dependencies 2022-06-29 10:01:16 +01:00
David D'Hauwe 13b839cfda
Smtp server security note and hide unrelevant fields (#924)
* Email Mta Node added security and authentication

* Documentation updated

* Original formatting restored

* email-mta added note for port security
hide fields when not relevant
2022-06-14 22:13:16 +01:00
David D'Hauwe 0fa0816506
Smtp server (#923)
* Email Mta Node added security and authentication

* Documentation updated

* Original formatting restored
2022-06-10 10:14:38 +01:00
Snyk bot dcfd055860
fix: upgrade node-ssdp from 3.2.5 to 3.3.0 (#922)
Snyk has created this PR to upgrade node-ssdp from 3.2.5 to 3.3.0.

See this package in npm:
https://www.npmjs.com/package/node-ssdp

See this project in Snyk:
https://app.snyk.io/org/dceejay/project/34c4615a-e656-449f-b5c4-62c59a9902ce?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-06-04 22:07:04 +01:00
Dave Conway-Jones 3c18463024
fix: upgrade q from 1.4.1 to 1.5.1 (#921)
Snyk has created this PR to upgrade q from 1.4.1 to 1.5.1.

See this package in npm:
https://www.npmjs.com/package/q

See this project in Snyk:
https://app.snyk.io/org/dceejay/project/34c4615a-e656-449f-b5c4-62c59a9902ce?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2022-06-03 10:20:30 +01:00
Dave Conway-Jones bb7b9445bb
Merge branch 'master' of https://github.com/node-red/node-red-nodes 2022-06-02 17:35:12 +01:00
Dave Conway-Jones 63012a7ae3
Let feedparser ignore initial "old" stories 2022-06-02 17:35:09 +01:00
Dave Conway-Jones a113751317
fix: upgrade ip from 1.0.2 to 1.1.5 (#919)
Snyk has created this PR to upgrade ip from 1.0.2 to 1.1.5.

See this package in npm:
https://www.npmjs.com/package/ip

See this project in Snyk:
https://app.snyk.io/org/dceejay/project/34c4615a-e656-449f-b5c4-62c59a9902ce?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2022-05-29 16:10:10 +01:00
Snyk bot 58bb788f45
fix: upgrade util from 0.10.4 to 0.12.4 (#918)
Snyk has created this PR to upgrade util from 0.10.4 to 0.12.4.

See this package in npm:
https://www.npmjs.com/package/util

See this project in Snyk:
https://app.snyk.io/org/dceejay/project/34c4615a-e656-449f-b5c4-62c59a9902ce?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-05-25 10:17:54 +01:00
Dave Conway-Jones 5cea0c2043
fix: upgrade request from 2.74.0 to 2.88.2 (#917)
Snyk has created this PR to upgrade request from 2.74.0 to 2.88.2.

See this package in npm:
https://www.npmjs.com/package/request

See this project in Snyk:
https://app.snyk.io/org/dceejay/project/34c4615a-e656-449f-b5c4-62c59a9902ce?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2022-05-23 09:18:17 +01:00
Snyk bot 7db260dcc3
fix: upgrade body-parser from 1.14.2 to 1.20.0 (#916)
Snyk has created this PR to upgrade body-parser from 1.14.2 to 1.20.0.

See this package in npm:
https://www.npmjs.com/package/body-parser

See this project in Snyk:
https://app.snyk.io/org/dceejay/project/34c4615a-e656-449f-b5c4-62c59a9902ce?utm_source=github&utm_medium=referral&page=upgrade-pr
2022-05-19 10:10:20 +01:00
Dave Conway-Jones aabba8fe89
bump unicorn package 2022-05-18 16:25:16 +01:00
Dave Conway-Jones 5a5856fced
fix: upgrade pngjs from 2.2.0 to 2.3.1 (#911)
Snyk has created this PR to upgrade pngjs from 2.2.0 to 2.3.1.

See this package in npm:
https://www.npmjs.com/package/pngjs

See this project in Snyk:
https://app.snyk.io/org/dceejay/project/d423d0d8-60aa-4eae-823a-1cbe4be8a581?utm_source=github&utm_medium=referral&page=upgrade-pr

Co-authored-by: snyk-bot <snyk-bot@snyk.io>
2022-05-18 13:27:35 +01:00
Stephen McLaughlin 041342d511
better inplace upgrade of pre v1 (#908)
fixes #907
2022-05-07 16:40:57 +01:00
Stephen McLaughlin c77f13a90f
Merge pull request #904 from Steve-Mcl/snmpv3_Add_smc
Add SNMPv3 to node-red-node-snmp
2022-04-28 20:36:29 +01:00
Steve-Mcl 484c4f9574 Update readme & bump to v1.0.0 2022-04-28 20:36:53 +01:00
Steve-Mcl 069ee071ad bump dep to 3.6.3 to handle "no callback" issue
- for issue https://github.com/markabrahams/node-net-snmp/issues/202
2022-04-26 14:49:23 +01:00
Steve-Mcl a7762ea91b Add SNMPv3 support and update to latest deps
closes #705
2022-04-21 16:49:03 +01:00
Ben Hardill c833709368
Fix typo in WeMo node (#903)
* Attempt to catch errors from wemo-lookup

This is to catch errors when device is offline

* Put request back

Will look at making it all http.request later

* Fix some messages

* Bump wemo version

* Fix typo
2022-04-18 18:24:06 +01:00
Ben Hardill 2f1f08b070
Bump Wemo version (#901)
* Attempt to catch errors from wemo-lookup

This is to catch errors when device is offline

* Put request back

Will look at making it all http.request later

* Fix some messages

* Bump wemo version
2022-04-18 13:28:48 +01:00
Ben Sykes 145983bc20
Include `Content-Length` header when POSTing to sockets (#900)
Newer sockets close the connection when starting to write data without this header.
2022-04-18 13:25:21 +01:00
Dave Conway-Jones 8ca551d4bd
Bump email libs 2022-04-08 13:27:54 +01:00
Dave Conway-Jones 9be0b56173
bump to get latest library patches 2022-04-08 12:13:08 +01:00
Dave Conway-Jones 996ddd06a7
bump for styling PR 2022-04-05 15:38:35 +01:00
Mauricio Bonani add039b163
Set text color on the RPi pinTable (#898) 2022-04-04 21:36:06 +01:00
Dave Conway-Jones 87165965d9
Update package.json 2022-04-02 13:38:09 +01:00
Dave Conway-Jones 757abe3209
Fix id handling to close #897 2022-04-01 22:51:40 +01:00
Dave Conway-Jones fb9c90f68c
fix email inreplyto to do the sensible thing 2022-03-19 10:31:40 +00:00
Dave Conway-Jones 637890309a
remove superfluous debug from junction polyfill 2022-03-12 12:30:53 +00:00
Mike Harsch f6eae7b905
fix python2 fallback check (#892) 2022-03-11 17:49:55 +00:00
Kazuhito Yokoi dbd7004ae5
Add Japanease translations for e-mail node (#890) 2022-03-10 22:27:26 +00:00
Dave Conway-Jones 14cff61d49
Add polyfill junction node 2022-03-01 11:40:56 +00:00
Dave Conway-Jones bc73218905
add python3.9 check to neopixel install 2022-02-24 17:15:43 +00:00
Dave Conway-Jones 1a7077c938
bump email node 2022-02-24 17:15:22 +00:00
Dave Conway-Jones 184140b18d
fixup serialport initialisation 2022-02-24 17:15:10 +00:00
Dave Conway-Jones 22d1ec2c19
bump for pr connection fix 2022-02-21 20:10:28 +00:00
Ben Hardill 87e50f2b76
Mysql fix (#886)
* Check if there is a connection before release

Fixes #885
2022-02-21 20:08:33 +00:00
Dave Conway-Jones 5c333db0dd
run snyk checks and lint packages, bump notify. 2022-01-22 22:23:41 +00:00
Dave Conway-Jones 328aa1fb52
Bump to pickup xmpp vuln 2022-01-22 17:46:49 +00:00
Dave Conway-Jones 456e573cd7
bump tail and xmpp packages 2022-01-17 09:54:38 +00:00
realgnark b92ca63f93
Issue #875 node red node tail potentially stops working (#877) 2022-01-16 17:23:45 +00:00
Dave Conway-Jones 28580c33ea
bump sqlite fro doc updates PR. 2022-01-05 16:23:01 +00:00
unborn-andy 7ff905d224
Sqlite Node - docs update (#869)
* Update README.md

1. Updated node readme to match node's html help.
2. Added Example clarifying the use of parameters in a msg.topic query.
2022-01-05 16:20:06 +00:00
Ben Hardill f9b4d2ec01
Sqlite3 fix (#872)
* Reset bind if msg.payload not an array
2022-01-05 11:43:16 +00:00
Dave Conway-Jones 3d750a59eb
mysql - update to 1.0.0 2022-01-05 10:59:40 +00:00
Dave Conway-Jones 8df7797eb0
Merge branch 'master' of https://github.com/node-red/node-red-nodes 2022-01-05 10:57:03 +00:00